@charset "UTF-8";
/*
# ------------------------------------------------------------------------------------------------
# 🛸 TEMPLATE
# ------------------------------------------------------------------------------------------------
*/
@import 'https://use.fontawesome.com/releases/v5.5.0/css/all.css';
.dark {
  color: #000000;
}

.light {
  color: #ffffff;
}

.info {
  color: #028eda;
}

.success {
  color: #07b87a;
}

.warning {
  color: #e69303;
}

.danger {
  color: #dc0505;
}

.gs-row img {
  max-width: 100%;
}

.gs-row {
  padding: 10px 0px;
  overflow: auto;
  padding-right: 10px;
}

.gs-row-p-0 {
  padding: 0px;
}

.gs-col {
  float: left;
  position: relative;
}

.gs-col-1 {
  width: 8.33%;
}

.gs-col-2 {
  width: 16.66%;
}

.gs-col-3 {
  width: 25%;
}

.gs-col-4 {
  width: 33.33%;
}

.gs-col-5 {
  width: 41.66%;
}

.gs-col-6 {
  width: 50%;
}

.gs-col-7 {
  width: 58.33%;
}

.gs-col-8 {
  width: 66.66%;
}

.gs-col-9 {
  width: 75%;
}

.gs-col-10 {
  width: 83.33%;
}

.gs-col-11 {
  width: 91.66%;
}

.gs-col-12 {
  width: 100%;
}

.gs-col img {
  max-width: 100%;
}

.gs-col .image_block {
  width: 100%;
}

.gs-col-resizer {
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0px;
  left: -10px;
  z-index: 99;
}

.gs-col-resizer:hover {
  cursor: col-resize;
}

.gs-col-resizer-indicator {
  height: 100%;
  width: 2px;
  margin: 0 auto;
}

.gs-col-resizer-indicator:hover {
  background-color: black;
}

.gs-spacer:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 33px;
}

.sb-title {
  font-size: 1.8rem;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.sb-btn {
  display: inline-block;
  width: 100%;
}

.sb-btn > a {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  font-weight: 300;
  background: #eeeeee;
  -webkit-text-fill-color: black;
  font-family: Arial;
  text-decoration: none;
  color: #2997cf !important;
  border-width: 2px;
  line-height: 1.4;
}

.sb-btn > .solid {
  border-style: solid;
}

.sb-btn .dotted {
  border-style: dotted;
}

.sb-btn .square {
  border-radius: 0px;
}

.sb-btn .circle {
  border-radius: 100%;
}

.sb-btn .round {
  border-radius: 32px;
}

.sb-header.align_left {
  display: flex;
  align-items: flex-end;
}

.sb-header.align_right {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}

.sb-header.align_center {
  text-align: center;
}

.sb-header-image img {
  max-width: 150px;
}

.sb-element > iframe {
  max-width: 100% !important;
}

.sb-text-element img {
  float: left;
  margin-right: 30px;
}

/** 
* Grid System Mixins
*/
/** 
* Grid System Classes
*/
.gs-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0.7rem;
}

.gs-el {
  padding: 0.5rem;
}

.gs-nested {
  display: grid;
  grid-template-columns: auto;
}

.gs-1 {
  grid-column: span 1;
}

.gs-2 {
  grid-column: span 2;
}

.gs-3 {
  grid-column: span 3;
}

.gs-4 {
  grid-column: span 4;
}

.gs-5 {
  grid-column: span 5;
}

.gs-6 {
  grid-column: span 6;
}

.gs-7 {
  grid-column: span 7;
}

.gs-8 {
  grid-column: span 8;
}

.gs-9 {
  grid-column: span 9;
}

.gs-10 {
  grid-column: span 10;
}

.gs-11 {
  grid-column: span 11;
}

.gs-12 {
  grid-column: span 12;
}

/** 
* Grid System Breakpoints
*/
@media (max-width: 1115px) {
  .events-with-calendar {
    min-height: 645px;
  }
}
@media (max-width: 1024px) {
  .events-with-calendar {
    min-height: 645px;
  }
}
@media (max-width: 700px) {
  .gs-1,
.gs-2,
.gs-3,
.gs-4,
.gs-5,
.gs-6,
.gs-7,
.gs-8,
.gs-9,
.gs-10,
.gs-11,
.gs-12 {
    grid-column: span 12;
  }

  .events-with-calendar {
    min-height: 645px;
  }
}
.gs-grid img {
  max-width: 100%;
}

.gs-el img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.f {
  display: flex;
}

.f-align-center {
  align-items: center;
}

button {
  -webkit-appearance: none;
  appearance: none;
}

.btn {
  -webkit-transition: background 400ms;
  transition: background 400ms;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.btn i {
  margin-right: 6px;
}

.btn:hover {
  cursor: pointer;
}

.btn-sml {
  padding: 8px 15px 8px 15px;
  font-size: 0.9rem;
}

.btn-reg {
  padding: 10px 20px 10px 20px;
  font-size: 1.1rem;
}

.btn-lrg {
  padding: 10px 30px 10px 30px;
  font-size: 1.5rem;
}

.btn-round {
  padding: 10px 20px 10px 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.btn-default {
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
}

.btn-default:hover {
  border: 1px solid #4d4d4d;
  background: #4d4d4d;
  color: #ffffff;
}

.btn-default-outline {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
}

.btn-default-outline:hover {
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
}

.btn-info {
  border: 1px solid #028eda;
  background: #028eda;
  color: #ffffff;
}

.btn-info:hover {
  border: 1px solid #08a7fd;
  background: #08a7fd;
  color: #ffffff;
}

.btn-success {
  border: 1px solid #07b87a;
  background: #07b87a;
  color: #ffffff;
}

.btn-success:hover {
  border: 1px solid #08df94;
  background: #08df94;
  color: #ffffff;
}

.btn-warning {
  border: 1px solid #e69303;
  background: #e69303;
  color: #ffffff;
}

.btn-warning:hover {
  border: 1px solid #fca816;
  background: #fca816 !important;
  color: #ffffff;
}

.btn-danger {
  border: 1px solid #dc0505;
  background: #dc0505;
  color: #ffffff;
}

.btn-danger:hover {
  border: 1px solid #fa1010;
  background: #fa1010;
  color: #ffffff;
}

a {
  text-decoration: none;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.m-a {
  margin: auto;
}

.gs-center {
  text-align: center;
}

.gs-right {
  text-align: right;
}

.gs-ai-c {
  align-items: center;
}

.w-50 {
  width: 50%;
}

.spacer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sb-line {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

p {
  margin: 0;
}

h1 {
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  word-break: break-word;
}

h2 {
  font-family: sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0;
}

h3 {
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

h4 {
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

p {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0.5rem;
  color: #212529;
  word-break: break-word;
}

ol li {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

ul li {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.twitter-tweets .twitter-container {
  max-height: 540px;
  overflow-y: scroll;
  border: 1px solid lightgray;
  padding: 0px 10px;
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}

.img-round {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

body {
  background: #d8d8d8;
}

.noscript-body {
  width: 100%;
  /* height:100vh; */
  display: flex;
  /* align-items:center; */
  justify-content: center;
  padding-top: 50px;
}

.noscript-body .noscript-card {
  width: 320px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 15px 15px 15px;
  text-align: center;
  border: 1px solid #ababab;
  background: #ffffff;
  box-shadow: 0px 4px 6px #bdbdbd;
}

.noscript-body .noscript-card .emoji {
  font-size: 2rem;
  margin: 0;
}

.noscript-body .noscript-card .title {
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.noscript-body .noscript-card .divider {
  width: 100%;
  height: 1px;
  background: #cecece;
  margin-top: 10px;
  margin-bottom: 10px;
}

.noscript-body .noscript-card .copy {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

/** 
* Import Layout Components
*/
* {
  box-sizing: border-box;
}

/**     
* Create Layout Styles 
*/
/** 
* Set Layout
*/
html {
  margin: 0;
  padding: 0;
}
html .layer-cake {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #ffffff;
}
html .layer-cake .open-mobile-menu {
  display: none;
}
html .layer-cake header,
html .layer-cake nav {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
html .layer-cake .mp-mobile-menu {
  width: 100%;
  position: fixed;
  z-index: -99999;
  width: 100%;
  height: 100vh;
  top: -100%;
  left: -100vw;
  bottom: 0;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  transition: 0.5s;
}
html .layer-cake .mp-mobile-menu .close-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: #000000;
}
html .layer-cake .mp-mobile-menu .close-icon:hover {
  cursor: pointer;
  opacity: 0.6;
}
html .layer-cake .mp-mobile-menu.layout-01 {
  top: 0;
}
html .layer-cake .mp-mobile-menu.layout-01 .close-mobile-menu-icon {
  display: none;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links {
  overflow: auto;
  position: relative;
  z-index: 9999;
  width: 90%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #EAEFF3;
  list-style-type: none;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li {
  border-bottom: 1px solid #cbcbcb;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
  text-decoration: none;
  color: #5b5e60;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li a span {
  flex: 1;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li:last-child {
  border-bottom: none;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li:hover {
  cursor: pointer;
  background: #d6dade;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu a {
  display: flex;
  align-items: center;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu a span {
  flex: 1;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu a i {
  color: #ffffff;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1 {
  margin: 0;
  padding: 0;
  display: none;
  background: #cccccc;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1 li {
  border-bottom: none;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1 li a {
  padding-left: 40px;
  color: #ffffff;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1 li:hover {
  background: #e6e6e6;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1.open {
  display: block;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-links li.spacer {
  line-height: 0px;
}
html .layer-cake .mp-mobile-menu.layout-01 .mobile-menu-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: -9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
html .layer-cake .mp-mobile-menu.layout-01.open .mobile-menu-overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
html .layer-cake .mp-mobile-menu.layout-02 {
  height: 100vh;
  padding-top: 50px;
  top: -100%;
  display: flex;
  justify-content: center;
  background: #ffffff;
}
html .layer-cake .mp-mobile-menu.layout-02 .close-mobile-menu-icon {
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 20px;
  font-size: 1.8rem;
}
html .layer-cake .mp-mobile-menu.layout-02 .mobile-menu-links {
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
html .layer-cake .mp-mobile-menu.layout-02 .mobile-menu-links li {
  line-height: 50px;
}
html .layer-cake .mp-mobile-menu.layout-02 .mobile-menu-links li a {
  font-family: sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
  text-decoration: none;
  color: #000000;
}
html .layer-cake .mp-mobile-menu.layout-02 .mobile-menu-links li:last-child {
  border-bottom: none;
}
html .layer-cake .mp-mobile-menu.layout-02 .mobile-menu-links li:hover {
  cursor: pointer;
}
html .layer-cake .mp-mobile-menu.layout-02 .mobile-menu-links li.dropmenu a i {
  font-size: 1rem;
}
html .layer-cake .mp-mobile-menu.layout-02 .mobile-menu-links li.dropmenu ul.sub-menu-1 {
  margin: 0;
  padding: 0;
  display: none;
  background: #ffffff;
  list-style-type: none;
}
html .layer-cake .mp-mobile-menu.layout-02 .mobile-menu-links li.dropmenu ul.sub-menu-1.open {
  display: block;
}
html .layer-cake .mp-mobile-menu.layout-02 .mobile-menu-links li.spacer {
  padding-top: 50px;
}
html .layer-cake .mp-mobile-menu.layout-02 .mobile-menu-links li.account-menu-link {
  line-height: 30px;
}
html .layer-cake .mp-mobile-menu.layout-02 .mobile-menu-links li.account-menu-link a {
  font-family: sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
html .layer-cake .mp-mobile-menu.open.layout-02 {
  top: 0;
}
html .layer-cake .mp-mobile-menu.open {
  left: 0;
  z-index: 999999;
}
html .layer-cake .mp-header-nav .mp-header {
  position: relative;
  z-index: 99;
  grid-area: header;
  height: auto;
  display: block;
  border: 0;
}
html .layer-cake .mp-header-nav .mp-header .wrapper {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1115px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
html .layer-cake .mp-header-nav .mp-header .wrapper .branding {
  display: flex;
  align-items: center;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand {
  margin-right: 1rem;
  max-width: 50vw;
  overflow: hidden;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand a i {
  font-size: 2.4rem;
  margin-right: 20px;
  color: #000000;
}
@media (max-width: 1115px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand a i {
    font-size: 2rem;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand a i {
    font-size: 1.7rem;
    margin-right: 10px;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand a i {
    font-size: 1.5rem;
  }
}
html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand a img {
  width: auto;
  height: 50px;
  margin-right: 15px;
}
@media (max-width: 700px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand a img {
    height: 30px;
  }
}
html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand a:hover {
  cursor: pointer;
  opacity: 0.6;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand-text h1 {
  font-family: sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
@media (max-width: 1115px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand-text h1 {
    font-size: 120%;
  }
}
@media (max-width: 1024px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand-text h1 {
    font-size: 110%;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand-text h1 {
    font-size: 100%;
  }
}
html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand-text p {
  font-family: sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0;
  color: #000000;
}
@media (max-width: 1115px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand-text p {
    font-size: 90%;
  }
}
@media (max-width: 1024px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand-text p {
    font-size: 80%;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .branding .brand-text p {
    font-size: 70%;
  }
}
html .layer-cake .mp-header-nav .mp-header .wrapper span {
  flex: 1;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .header-nav {
  display: none;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .text-link {
  visibility: hidden;
  font-family: sans-serif;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  position: absolute;
  right: 10px;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .text-link i {
  margin-left: 5px;
}
@media (max-width: 1115px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .text-link {
    font-size: 90%;
  }
}
@media (max-width: 1024px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .text-link {
    display: none;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .text-link {
    display: none;
  }
}
html .layer-cake .mp-header-nav .mp-header .wrapper .text-link::after {
  content: "Member login";
  visibility: visible;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .text-link:hover {
  cursor: pointer;
  opacity: 0.75;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu {
    display: none;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu {
    display: none;
  }
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu .avatar {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
  display: none;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu .avatar p {
  margin: 0;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu .text {
  position: relative;
  top: 7px;
  padding-top: 0px;
  padding-bottom: 18px;
  color: #000000;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu .text i {
  margin-left: 10px;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu .text .fa-user-circle {
  margin-right: 3px;
  font-size: 1.5rem;
  position: relative;
  top: 3px;
  color: #000000;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu .text:hover {
  cursor: pointer;
  opacity: 0.6;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu .dropmenu {
  position: absolute;
  z-index: 9;
  top: 50px;
  right: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  display: none;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: top 300ms;
  transition: top 300ms;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu .dropmenu li {
  white-space: nowrap;
  border-bottom: 1px solid #d8d8d8;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu .dropmenu li a {
  font-family: sans-serif;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: #000000;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu .dropmenu li:hover {
  background: #f0f0f0;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu .dropmenu.open {
  visibility: visible;
  top: 50px;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .account-menu .dropmenu.close {
  visibility: hidden;
  top: 0px;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .open-mobile-menu {
  display: none;
}
@media (max-width: 1024px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .open-mobile-menu {
    font-size: 130%;
    display: block;
    color: #ffffff;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .open-mobile-menu {
    font-size: 130%;
    display: block;
    color: #ffffff;
  }
}
html .layer-cake .mp-header-nav .mp-header .wrapper .open-mobile-menu:hover {
  cursor: pointer;
  opacity: 0.6;
}
html .layer-cake .mp-header-nav .mp-header.sticky {
  position: relative;
  z-index: 9999;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .options-nav {
  margin-left: auto;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .options-nav .mp-user-info:hover {
  cursor: pointer;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .options-nav .mp-user-info:hover ul {
  display: block;
  padding: 0;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .options-nav .mp-user-info ul {
  display: none;
  position: absolute;
  background: white;
  right: 20px;
  list-style: none;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .options-nav .mp-user-info ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .options-nav .mp-user-info ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
html .layer-cake .mp-header-nav .mp-header .wrapper .options-nav .mp-user-info ul li:hover {
  background-color: lightgray;
}
@media (max-width: 1024px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .options-nav {
    display: none;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper .options-nav {
    display: none;
  }
}
html .layer-cake .mp-header-nav .mp-header .wrapper.center .branding {
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 1024px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper.center .branding {
    margin-left: 0px;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-header-nav .mp-header .wrapper.center .branding {
    margin-left: 0px;
  }
}
html .layer-cake .mp-header-nav .mp-header .wrapper.center .branding .brand {
  margin-right: 0px;
}
html .layer-cake .mp-header-nav .mp-header .wrapper.center .branding .brand a i {
  margin-right: 0px;
}
html .layer-cake .mp-header-nav .mp-header .wrapper.center .branding .brand a img {
  margin-right: 0px;
}
html .layer-cake .mp-header-nav .mp-header .wrapper.center .branding .brand-text {
  text-align: center;
}
html .layer-cake .mp-header-nav .mp-header .wrapper.center span {
  display: none;
}
html .layer-cake .mp-header-nav .mp-nav {
  grid-area: nav;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #ffffff;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1024px) {
  html .layer-cake .mp-header-nav .mp-nav {
    display: none;
  }
}
html .layer-cake .mp-header-nav .mp-nav .open-sidebar-menu {
  display: none;
}
html .layer-cake .mp-header-nav .mp-nav .nav-brand {
  display: none;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  text-align: center;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li {
  display: inline-block;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li a {
  display: inline-block;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li a:hover {
  cursor: pointer;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li:hover {
  cursor: pointer;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.dropmenu {
  position: relative;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.dropmenu a {
  color: #ffffff;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.dropmenu a i {
  margin-left: 5px;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.dropmenu .sub-menu-1 {
  min-width: 220px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
  top: 58px;
  left: 0;
  text-align: left;
  background: #cccccc;
  color: #000000;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.dropmenu .sub-menu-1 li {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  display: block;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.dropmenu .sub-menu-1 li a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  word-break: break-word;
  white-space: break-spaces;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.dropmenu .sub-menu-1 li:hover a {
  color: white;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.dropmenu .sub-menu-1.open {
  display: block;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.dropmenu:hover .sub-menu-1 {
  visibility: visible;
  opacity: 1;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.btn-link {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background: white;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.btn-link a {
  padding-top: 0px;
  padding-bottom: 0px;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.btn-link:hover {
  background: white;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.btn-callout {
  background: white;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.btn-callout:hover {
  background: white;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li:last-child {
  margin-right: 0px;
}
html .layer-cake .mp-header-nav .mp-nav .nav-links li.mp-login {
  display: none;
}
html .layer-cake .mp-header-nav .mp-nav.sticky {
  position: relative;
  z-index: 999;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 74px;
}
html .layer-cake .mp-banner {
  position: relative;
  overflow: hidden;
}
html .layer-cake .mp-banner .single-banner {
  position: relative;
  grid-area: banner;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}
@media (max-width: 1115px) {
  html .layer-cake .mp-banner .single-banner {
    height: 60vh;
  }
}
@media (max-width: 1024px) {
  html .layer-cake .mp-banner .single-banner {
    height: 55vh;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-banner .single-banner {
    height: 40vh;
  }
}
html .layer-cake .mp-banner .banner-content {
  position: absolute;
  z-index: 8;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
html .layer-cake .mp-banner .banner-content .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 2rem 1rem;
}
html .layer-cake .mp-banner .banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
html .layer-cake .mp-banner .mp-slider {
  grid-area: banner;
  position: relative;
  display: block;
  height: 70vh;
}
@media (max-width: 1115px) {
  html .layer-cake .mp-banner .mp-slider {
    height: 50vh !important;
  }
}
@media (max-width: 1024px) {
  html .layer-cake .mp-banner .mp-slider {
    height: 45vh !important;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-banner .mp-slider {
    height: 30vh !important;
  }
}
html .layer-cake .mp-banner .mp-slider .slider-block {
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
}
html .layer-cake .mp-banner .mp-slider .slider-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: no-repeat center;
  background-size: cover;
}
@media (max-width: 1115px) {
  html .layer-cake .mp-banner .mp-slider .slider-banner {
    height: 50vh !important;
  }
}
@media (max-width: 1024px) {
  html .layer-cake .mp-banner .mp-slider .slider-banner {
    height: 45vh !important;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-banner .mp-slider .slider-banner {
    height: 30vh !important;
  }
}
html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content {
  position: relative;
  z-index: 99;
  text-align: center;
}
html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-title {
  font-family: sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1115px) {
  html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-title {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-title {
    font-size: 1.8rem;
  }
}
html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-subtitle {
  font-family: sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 1115px) {
  html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-subtitle {
    font-size: 1.3rem;
  }
}
html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-btn {
  color: #000000;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
@media (max-width: 1115px) {
  html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-btn {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-btn {
    font-size: 0.9rem;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-btn {
    font-size: 0.85rem;
  }
}
html .layer-cake .mp-banner .mp-slider .slider-banner .slider-content .slider-btn:hover {
  cursor: pointer;
  background: #ffffff;
  color: #000000;
}
html .layer-cake .mp-banner .mp-slider .slider-banner .slider-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
html .layer-cake .mp-main {
  grid-area: main;
  height: auto;
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
  margin: auto;
  margin-top: 0;
}
html .layer-cake .mp-main .open-mobile-nav {
  display: none;
}
html .layer-cake .mp-main .wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: #ffffff;
}
@media (max-width: 1024px) {
  html .layer-cake .mp-main .wrapper {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-main .wrapper {
    max-width: 100%;
  }
}
html .layer-cake .mp-footer {
  margin-top: auto;
  grid-area: footer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  background: #222222;
  border-bottom: 1px solid #d5d5d5;
  padding: 1rem 2rem;
}
html .layer-cake .mp-footer .wrapper {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #ffffff;
  background-size: cover;
}
@media (max-width: 1024px) {
  html .layer-cake .mp-footer .wrapper {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  html .layer-cake .mp-footer .wrapper {
    max-width: 100%;
  }
}
html .layer-cake .mp-footer .wrapper h1 {
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  word-break: break-word;
  color: #ffffff;
}
html .layer-cake .mp-footer .wrapper p {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}

/** 
* Import Layout Components
*/
/** 
* Create Layout Styles 
*/
/** 
* Set Layout
*/
html {
  margin: 0;
  padding: 0;
}
html body.minimal {
  margin: 0;
  padding: 0;
  background: #ffffff;
  grid-template-areas: "header header header header header header header header header header header header" "banner banner banner banner banner banner banner banner banner banner banner banner" "slider slider slider slider slider slider slider slider slider slider slider slider" "main main main main main main main main main main main main" "footer footer footer footer footer footer footer footer footer footer footer footer";
}
html body.minimal .open-mobile-nav {
  display: none;
}
html body.minimal header,
html body.minimal nav,
html body.minimal .banner,
html body.minimal .slider,
html body.minimal main,
html body.minimal footer {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
html body.minimal .mp-mobile-menu {
  width: 100%;
  position: fixed;
  z-index: -99999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  display: none;
}
html body.minimal .mp-mobile-menu .close-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: #000000;
}
html body.minimal .mp-mobile-menu .close-icon:hover {
  cursor: pointer;
  opacity: 0.6;
}
html body.minimal .mp-mobile-menu.open {
  display: block;
  z-index: 999999;
}
html body.minimal .mp-mobile-menu.layout-01 .close-mobile-nav-icon {
  display: none;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links {
  position: relative;
  z-index: 9999;
  width: 90%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #ffffff;
  list-style-type: none;
  overflow-y: scroll;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li {
  border-bottom: 1px solid #e6e6e6;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
  text-decoration: none;
  color: #000000;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li a span {
  flex: 1;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li:last-child {
  border-bottom: none;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li:hover {
  cursor: pointer;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu {
  border-bottom: 1px solid #f9f9f9;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f9f9f9;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu a span {
  flex: 1;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1 {
  margin: 0;
  padding: 0;
  display: none;
  background: #f0f0f0;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1 li:first-child {
  border-top: 1px solid #e6e6e6;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1 li a {
  padding-left: 40px;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1.open {
  display: block;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li.member-login,
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li.member-logout {
  border-bottom: none;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li.member-login a,
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-links li.member-logout a {
  background: #000000;
  color: #ffffff;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: -9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
html body.minimal .mp-mobile-menu.layout-01 .mobile-menu-overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
html body.minimal .mp-mobile-menu.layout-02 {
  width: 100%;
  height: 100vh;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  background: #ffffff;
}
html body.minimal .mp-mobile-menu.layout-02 .close-mobile-menu-icon {
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 20px;
  font-size: 1.8rem;
}
html body.minimal .mp-mobile-menu.layout-02 .mobile-menu-links {
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
html body.minimal .mp-mobile-menu.layout-02 .mobile-menu-links li {
  line-height: 50px;
}
html body.minimal .mp-mobile-menu.layout-02 .mobile-menu-links li a {
  font-family: sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
  text-decoration: none;
  color: #000000;
}
html body.minimal .mp-mobile-menu.layout-02 .mobile-menu-links li:last-child {
  border-bottom: none;
}
html body.minimal .mp-mobile-menu.layout-02 .mobile-menu-links li:hover {
  cursor: pointer;
}
html body.minimal .mp-mobile-menu.layout-02 .mobile-menu-links li.dropmenu a i {
  font-size: 1rem;
}
html body.minimal .mp-mobile-menu.layout-02 .mobile-menu-links li.dropmenu ul.sub-menu-1 {
  margin: 0;
  padding: 0;
  display: none;
  background: #ffffff;
  list-style-type: none;
}
html body.minimal .mp-mobile-menu.layout-02 .mobile-menu-links li.dropmenu ul.sub-menu-1.open {
  display: block;
}
html body.minimal .mp-mobile-menu.layout-02 .mobile-menu-links li.member-login,
html body.minimal .mp-mobile-menu.layout-02 .mobile-menu-links li.member-logout {
  margin-top: 35px;
  border-bottom: none;
}
html body.minimal .mp-mobile-menu.layout-02 .mobile-menu-links li.member-login a,
html body.minimal .mp-mobile-menu.layout-02 .mobile-menu-links li.member-logout a {
  font-family: sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
html body.minimal .mp-header {
  display: flex;
  align-items: center;
  grid-area: header;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  border-bottom: 1px solid #c2c2c2;
}
@media (max-width: 1115px) {
  html body.minimal .mp-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
html body.minimal .mp-header .wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
html body.minimal .mp-header .wrapper .branding {
  display: flex;
  align-items: center;
}
html body.minimal .mp-header .wrapper .branding .brand a i {
  font-size: 2.4rem;
  margin-right: 20px;
  color: #000000;
}
@media (max-width: 1115px) {
  html body.minimal .mp-header .wrapper .branding .brand a i {
    font-size: 2rem;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-header .wrapper .branding .brand a i {
    font-size: 1.7rem;
    margin-right: 10px;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-header .wrapper .branding .brand a i {
    font-size: 1.5rem;
  }
}
html body.minimal .mp-header .wrapper .branding .brand a img {
  width: auto;
  height: 35px;
}
html body.minimal .mp-header .wrapper .branding .brand a:hover {
  cursor: pointer;
  opacity: 0.6;
}
html body.minimal .mp-header .wrapper .branding .brand-text h1 {
  font-family: sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
@media (max-width: 1115px) {
  html body.minimal .mp-header .wrapper .branding .brand-text h1 {
    font-size: 120%;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-header .wrapper .branding .brand-text h1 {
    font-size: 110%;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-header .wrapper .branding .brand-text h1 {
    font-size: 100%;
  }
}
html body.minimal .mp-header .wrapper .branding .brand-text p {
  font-family: sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0;
  color: #000000;
}
@media (max-width: 1115px) {
  html body.minimal .mp-header .wrapper .branding .brand-text p {
    font-size: 90%;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-header .wrapper .branding .brand-text p {
    font-size: 80%;
    display: none;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-header .wrapper .branding .brand-text p {
    font-size: 70%;
    display: none;
  }
}
html body.minimal .mp-header .wrapper span {
  flex: 1;
}
html body.minimal .mp-header .wrapper .header-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  html body.minimal .mp-header .wrapper .header-nav {
    display: none;
  }
}
html body.minimal .mp-header .wrapper .header-nav li {
  display: inline;
  margin-right: 20px;
}
@media (max-width: 1115px) {
  html body.minimal .mp-header .wrapper .header-nav li {
    margin-right: 15px;
  }
}
html body.minimal .mp-header .wrapper .header-nav li a {
  font-family: sans-serif;
  text-transform: initial;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  color: #000000;
}
@media (max-width: 1115px) {
  html body.minimal .mp-header .wrapper .header-nav li a {
    font-size: 90%;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-header .wrapper .header-nav li a {
    display: none;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-header .wrapper .header-nav li a {
    display: none;
  }
}
html body.minimal .mp-header .wrapper .header-nav li a:hover {
  cursor: pointer;
  opacity: 0.6;
}
html body.minimal .mp-header .wrapper .header-nav li.btn-link a {
  border: 1px solid #000000;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
}
html body.minimal .mp-header .wrapper .header-nav li.btn-link:hover a {
  cursor: pointer;
  background: #000000;
  color: #ffffff;
}
html body.minimal .mp-header .wrapper .header-nav li.btn-link:hover a:hover {
  opacity: 1;
}
html body.minimal .mp-header .wrapper .header-nav li.dropmenu {
  position: relative;
}
html body.minimal .mp-header .wrapper .header-nav li.dropmenu a {
  padding-bottom: 20px;
}
html body.minimal .mp-header .wrapper .header-nav li.dropmenu a i {
  margin-left: 5px;
}
html body.minimal .mp-header .wrapper .header-nav li.dropmenu .sub-menu-1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 30px;
  background: #ffffff;
  border: 1px solid #dedede;
  color: #ffffff;
  display: none;
}
html body.minimal .mp-header .wrapper .header-nav li.dropmenu .sub-menu-1 li {
  line-height: 30px;
  white-space: nowrap;
}
html body.minimal .mp-header .wrapper .header-nav li.dropmenu .sub-menu-1 li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
html body.minimal .mp-header .wrapper .header-nav li:last-child {
  margin-right: 0px;
}
html body.minimal .mp-header .wrapper .text-link {
  font-family: sans-serif;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 1115px) {
  html body.minimal .mp-header .wrapper .text-link {
    font-size: 90%;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-header .wrapper .text-link {
    display: none;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-header .wrapper .text-link {
    display: none;
  }
}
html body.minimal .mp-header .wrapper .text-link i {
  margin-left: 5px;
}
html body.minimal .mp-header .wrapper .text-link:hover {
  cursor: pointer;
  opacity: 0.75;
}
html body.minimal .mp-header .wrapper .open-mobile-menu {
  display: none;
}
@media (max-width: 1024px) {
  html body.minimal .mp-header .wrapper .open-mobile-menu {
    font-size: 130%;
    display: block;
    color: #000000;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-header .wrapper .open-mobile-menu {
    font-size: 130%;
    display: block;
    color: #000000;
  }
}
html body.minimal .mp-header .wrapper .open-mobile-menu:hover {
  cursor: pointer;
  opacity: 0.6;
}
html body.minimal .mp-header .wrapper .account-menu {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  html body.minimal .mp-header .wrapper .account-menu {
    display: none;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-header .wrapper .account-menu {
    display: none;
  }
}
html body.minimal .mp-header .wrapper .account-menu .avatar {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
  display: none;
}
html body.minimal .mp-header .wrapper .account-menu .avatar p {
  margin: 0;
}
html body.minimal .mp-header .wrapper .account-menu .text {
  padding-top: 12px;
  padding-bottom: 18px;
  text-transform: capitalize;
  color: #000000;
}
html body.minimal .mp-header .wrapper .account-menu .text i {
  margin-left: 10px;
}
html body.minimal .mp-header .wrapper .account-menu .text .fa-user-circle {
  margin-right: 3px;
  font-size: 1.5rem;
  position: relative;
  top: 3px;
  color: #000000;
}
html body.minimal .mp-header .wrapper .account-menu .text:hover {
  cursor: pointer;
  opacity: 0.6;
}
html body.minimal .mp-header .wrapper .account-menu .dropmenu {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #dedede;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
html body.minimal .mp-header .wrapper .account-menu .dropmenu li {
  white-space: nowrap;
  border-bottom: 1px solid #d8d8d8;
}
html body.minimal .mp-header .wrapper .account-menu .dropmenu li a {
  font-family: sans-serif;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: #000000;
}
html body.minimal .mp-header .wrapper .account-menu .dropmenu li:hover {
  background: #f0f0f0;
}
html body.minimal .mp-header .wrapper .account-menu:hover .dropmenu {
  display: block;
  top: 50px;
}
html body.minimal .mp-header.sticky {
  position: relative;
  z-index: 999;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}
html body.minimal .mp-banner {
  position: relative;
  grid-area: banner;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 1115px) {
  html body.minimal .mp-banner {
    height: 60vh;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-banner {
    height: 55vh;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-banner {
    height: 40vh;
  }
}
html body.minimal .mp-banner .banner-content {
  position: relative;
  z-index: 99;
  text-align: center;
}
html body.minimal .mp-banner .banner-content .banner-title {
  font-family: sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1115px) {
  html body.minimal .mp-banner .banner-content .banner-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-banner .banner-content .banner-title {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-banner .banner-content .banner-title {
    font-size: 1.8rem;
  }
}
html body.minimal .mp-banner .banner-content .banner-subtitle {
  font-family: sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 1115px) {
  html body.minimal .mp-banner .banner-content .banner-subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-banner .banner-content .banner-subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-banner .banner-content .banner-subtitle {
    font-size: 1.3rem;
  }
}
html body.minimal .mp-banner .banner-content .banner-btn {
  color: #000000;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
@media (max-width: 1115px) {
  html body.minimal .mp-banner .banner-content .banner-btn {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-banner .banner-content .banner-btn {
    font-size: 0.9rem;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-banner .banner-content .banner-btn {
    font-size: 0.85rem;
  }
}
html body.minimal .mp-banner .banner-content .banner-btn:hover {
  cursor: pointer;
  background: #ffffff;
  color: #000000;
}
html body.minimal .mp-banner .banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
html body.minimal .mp-slider {
  grid-area: banner;
  position: relative;
  display: block;
  height: 70vh;
}
@media (max-width: 1115px) {
  html body.minimal .mp-slider {
    height: 50vh !important;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-slider {
    height: 45vh !important;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-slider {
    height: 30vh !important;
  }
}
html body.minimal .mp-slider .slider-block {
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
}
html body.minimal .mp-slider .slider-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: no-repeat center;
  background-size: cover;
}
@media (max-width: 1115px) {
  html body.minimal .mp-slider .slider-banner {
    height: 50vh !important;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-slider .slider-banner {
    height: 45vh !important;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-slider .slider-banner {
    height: 30vh !important;
  }
}
html body.minimal .mp-slider .slider-banner .slider-content {
  position: relative;
  z-index: 99;
  text-align: center;
}
html body.minimal .mp-slider .slider-banner .slider-content .slider-title {
  font-family: sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1115px) {
  html body.minimal .mp-slider .slider-banner .slider-content .slider-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-slider .slider-banner .slider-content .slider-title {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-slider .slider-banner .slider-content .slider-title {
    font-size: 1.8rem;
  }
}
html body.minimal .mp-slider .slider-banner .slider-content .slider-subtitle {
  font-family: sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 1115px) {
  html body.minimal .mp-slider .slider-banner .slider-content .slider-subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-slider .slider-banner .slider-content .slider-subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-slider .slider-banner .slider-content .slider-subtitle {
    font-size: 1.3rem;
  }
}
html body.minimal .mp-slider .slider-banner .slider-content .slider-btn {
  color: #000000;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
@media (max-width: 1115px) {
  html body.minimal .mp-slider .slider-banner .slider-content .slider-btn {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  html body.minimal .mp-slider .slider-banner .slider-content .slider-btn {
    font-size: 0.9rem;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-slider .slider-banner .slider-content .slider-btn {
    font-size: 0.85rem;
  }
}
html body.minimal .mp-slider .slider-banner .slider-content .slider-btn:hover {
  cursor: pointer;
  background: #ffffff;
  color: #000000;
}
html body.minimal .mp-slider .slider-banner .slider-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
html body.minimal .mp-main {
  grid-area: main;
  height: auto;
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
  margin: auto;
  margin-top: 0;
}
html body.minimal .mp-main .open-mobile-nav {
  display: none;
}
html body.minimal .mp-main .wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: #ffffff;
}
@media (max-width: 1024px) {
  html body.minimal .mp-main .wrapper {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-main .wrapper {
    max-width: 100%;
  }
}
html body.minimal .mp-footer {
  margin-top: auto;
  grid-area: footer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  background: #222222;
  border-bottom: 1px solid #d5d5d5;
  padding: 1rem 2rem;
}
html body.minimal .mp-footer .wrapper {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #ffffff;
  background-size: cover;
}
@media (max-width: 1024px) {
  html body.minimal .mp-footer .wrapper {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  html body.minimal .mp-footer .wrapper {
    max-width: 100%;
  }
}
html body.minimal .mp-footer .wrapper h1 {
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  word-break: break-word;
  color: #ffffff;
}
html body.minimal .mp-footer .wrapper p {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}

/** 
* Import Layout Components
*/
/** 
* Create Layout Styles 
*/
/** 
* Set Layout
*/
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html body.side-bar {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 70px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  background: #ffffff;
  grid-template-areas: "nav slider slider slider slider slider slider slider slider slider slider slider" "nav main main main main main main main main main main main" "nav footer footer footer footer footer footer footer footer footer footer footer";
}
@media (max-width: 1024px) {
  html body.side-bar {
    grid-template-areas: "header header header header header header header header header header header header" "slider slider slider slider slider slider slider slider slider slider slider slider" "main main main main main main main main main main main main" "footer footer footer footer footer footer footer footer footer footer footer footer";
  }
  html body.side-bar .mp-header {
    display: block !important;
    display: flex !important;
    display: none;
  }
}
html body.side-bar header,
html body.side-bar nav,
html body.side-bar main,
html body.side-bar footer {
  background: #247DAD;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
html body.side-bar .mp-mobile-menu {
  position: fixed;
  z-index: -99999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  display: none;
}
html body.side-bar .mp-mobile-menu .close-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: #000000;
}
html body.side-bar .mp-mobile-menu .close-icon:hover {
  cursor: pointer;
  opacity: 0.6;
}
html body.side-bar .mp-mobile-menu.open {
  display: block;
  z-index: 999999;
}
html body.side-bar .mp-mobile-menu.layout-01 .close-mobile-nav-icon {
  display: none;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links {
  position: relative;
  z-index: 9999;
  width: 90%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #ffffff;
  list-style-type: none;
  overflow-y: scroll;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li {
  border-bottom: 1px solid #e6e6e6;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
  text-decoration: none;
  color: #000000;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li a span {
  flex: 1;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li:last-child {
  border-bottom: none;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li:hover {
  cursor: pointer;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu {
  border-bottom: 1px solid #f9f9f9;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f9f9f9;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu a span {
  flex: 1;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1 {
  margin: 0;
  padding: 0;
  display: none;
  background: #f0f0f0;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1 li:first-child {
  border-top: 1px solid #e6e6e6;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1 li a {
  padding-left: 40px;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li.dropmenu ul.sub-menu-1.open {
  display: block;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li.member-login,
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li.member-logout {
  border-bottom: none;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li.member-login a,
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-links li.member-logout a {
  background: #000000;
  color: #ffffff;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: -9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
html body.side-bar .mp-mobile-menu.layout-01 .mobile-menu-overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
html body.side-bar .mp-mobile-menu.layout-02 {
  width: 100%;
  height: 100vh;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  background: #ffffff;
}
html body.side-bar .mp-mobile-menu.layout-02 .close-mobile-menu-icon {
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 20px;
  font-size: 1.8rem;
}
html body.side-bar .mp-mobile-menu.layout-02 .mobile-menu-links {
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
html body.side-bar .mp-mobile-menu.layout-02 .mobile-menu-links li {
  line-height: 50px;
}
html body.side-bar .mp-mobile-menu.layout-02 .mobile-menu-links li a {
  font-family: sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
  text-decoration: none;
  color: #000000;
}
html body.side-bar .mp-mobile-menu.layout-02 .mobile-menu-links li:last-child {
  border-bottom: none;
}
html body.side-bar .mp-mobile-menu.layout-02 .mobile-menu-links li:hover {
  cursor: pointer;
}
html body.side-bar .mp-mobile-menu.layout-02 .mobile-menu-links li.dropmenu a i {
  font-size: 1rem;
}
html body.side-bar .mp-mobile-menu.layout-02 .mobile-menu-links li.dropmenu ul.sub-menu-1 {
  margin: 0;
  padding: 0;
  display: none;
  background: #ffffff;
  list-style-type: none;
}
html body.side-bar .mp-mobile-menu.layout-02 .mobile-menu-links li.dropmenu ul.sub-menu-1.open {
  display: block;
}
html body.side-bar .mp-mobile-menu.layout-02 .mobile-menu-links li.member-login,
html body.side-bar .mp-mobile-menu.layout-02 .mobile-menu-links li.member-logout {
  margin-top: 35px;
  border-bottom: none;
}
html body.side-bar .mp-mobile-menu.layout-02 .mobile-menu-links li.member-login a,
html body.side-bar .mp-mobile-menu.layout-02 .mobile-menu-links li.member-logout a {
  font-family: sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
html body.side-bar .mp-mobile-menu.layout-03 .close-mobile-menu-icon {
  display: none;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links {
  position: relative;
  z-index: 9999;
  width: 25%;
  height: 100vh;
  margin: 0;
  padding: 0;
  left: -100;
  background: #ffffff;
  list-style-type: none;
  overflow-y: scroll;
  -webkit-transition: left 400ms;
  transition: left 400ms;
}
@media (max-width: 1024px) {
  html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links {
    width: 90%;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links {
    width: 90%;
  }
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li {
  border-bottom: 1px solid #e6e6e6;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
  text-decoration: none;
  color: #000000;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li a span {
  flex: 1;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li:last-child {
  border-bottom: none;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li:hover {
  cursor: pointer;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li.dropmenu {
  border-bottom: 1px solid #f9f9f9;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li.dropmenu a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f9f9f9;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li.dropmenu a span {
  flex: 1;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li.dropmenu ul.sub-menu-1 {
  margin: 0;
  padding: 0;
  display: none;
  background: #f0f0f0;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li.dropmenu ul.sub-menu-1 li:first-child {
  border-top: 1px solid #e6e6e6;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li.dropmenu ul.sub-menu-1 li a {
  padding-left: 40px;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li.dropmenu ul.sub-menu-1.open {
  display: block;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li.member-login,
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li.member-logout {
  border-bottom: none;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li.member-login a,
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links li.member-logout a {
  background: #000000;
  color: #ffffff;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-links .open {
  left: 0;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: -9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
html body.side-bar .mp-mobile-menu.layout-03 .mobile-menu-overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
html body.side-bar .mp-header {
  position: relative;
  z-index: 99;
  grid-area: header;
  height: auto;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d5d5d5;
  background: #ffffff;
  display: none;
}
@media (max-width: 1115px) {
  html body.side-bar .mp-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .mp-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
html body.side-bar .mp-header .wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
html body.side-bar .mp-header .wrapper .branding {
  display: flex;
  align-items: center;
}
html body.side-bar .mp-header .wrapper .branding .brand a i {
  font-size: 2.4rem;
  margin-right: 20px;
  color: #000000;
}
@media (max-width: 1115px) {
  html body.side-bar .mp-header .wrapper .branding .brand a i {
    font-size: 2rem;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .mp-header .wrapper .branding .brand a i {
    font-size: 1.7rem;
    margin-right: 10px;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-header .wrapper .branding .brand a i {
    font-size: 1.5rem;
  }
}
html body.side-bar .mp-header .wrapper .branding .brand a img {
  width: auto;
  height: 35px;
}
html body.side-bar .mp-header .wrapper .branding .brand a:hover {
  cursor: pointer;
  opacity: 0.6;
}
html body.side-bar .mp-header .wrapper .branding .brand-text h1 {
  font-family: sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
@media (max-width: 1115px) {
  html body.side-bar .mp-header .wrapper .branding .brand-text h1 {
    font-size: 120%;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .mp-header .wrapper .branding .brand-text h1 {
    font-size: 110%;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-header .wrapper .branding .brand-text h1 {
    font-size: 100%;
  }
}
html body.side-bar .mp-header .wrapper .branding .brand-text p {
  font-family: sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0;
  color: #000000;
}
@media (max-width: 1115px) {
  html body.side-bar .mp-header .wrapper .branding .brand-text p {
    font-size: 90%;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .mp-header .wrapper .branding .brand-text p {
    font-size: 80%;
    display: none;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-header .wrapper .branding .brand-text p {
    font-size: 70%;
    display: none;
  }
}
html body.side-bar .mp-header .wrapper span {
  flex: 1;
}
html body.side-bar .mp-header .wrapper .header-nav {
  display: none;
}
html body.side-bar .mp-header .wrapper .text-link {
  font-family: sans-serif;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  color: #000000;
}
html body.side-bar .mp-header .wrapper .text-link i {
  margin-left: 5px;
}
@media (max-width: 1115px) {
  html body.side-bar .mp-header .wrapper .text-link {
    font-size: 90%;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .mp-header .wrapper .text-link {
    display: none;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-header .wrapper .text-link {
    display: none;
  }
}
html body.side-bar .mp-header .wrapper .text-link:hover {
  cursor: pointer;
  opacity: 0.75;
}
html body.side-bar .mp-header .wrapper .open-mobile-menu {
  display: none;
}
@media (max-width: 1024px) {
  html body.side-bar .mp-header .wrapper .open-mobile-menu {
    font-size: 130%;
    display: block;
    color: #000000;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-header .wrapper .open-mobile-menu {
    font-size: 130%;
    display: block;
    color: #000000;
  }
}
html body.side-bar .mp-header .wrapper .open-mobile-menu:hover {
  cursor: pointer;
  opacity: 0.6;
}
html body.side-bar .mp-header .wrapper .account-menu {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  html body.side-bar .mp-header .wrapper .account-menu {
    display: none;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-header .wrapper .account-menu {
    display: none;
  }
}
html body.side-bar .mp-header .wrapper .account-menu .avatar {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
  display: none;
}
html body.side-bar .mp-header .wrapper .account-menu .avatar p {
  margin: 0;
}
html body.side-bar .mp-header .wrapper .account-menu .text {
  position: relative;
  top: 7px;
  padding-top: 0px;
  padding-bottom: 18px;
  color: #000000;
}
html body.side-bar .mp-header .wrapper .account-menu .text i {
  margin-left: 10px;
}
html body.side-bar .mp-header .wrapper .account-menu .text .fa-user-circle {
  margin-right: 3px;
  font-size: 1.5rem;
  position: relative;
  top: 3px;
  color: #000000;
}
html body.side-bar .mp-header .wrapper .account-menu .text:hover {
  cursor: pointer;
  opacity: 0.6;
}
html body.side-bar .mp-header .wrapper .account-menu .dropmenu {
  position: absolute;
  z-index: 9;
  top: 50px;
  right: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  display: none;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
html body.side-bar .mp-header .wrapper .account-menu .dropmenu li {
  white-space: nowrap;
  border-bottom: 1px solid #d8d8d8;
}
html body.side-bar .mp-header .wrapper .account-menu .dropmenu li a {
  font-family: sans-serif;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: #000000;
}
html body.side-bar .mp-header .wrapper .account-menu .dropmenu li:hover {
  background: #f0f0f0;
}
html body.side-bar .mp-header .wrapper .account-menu:hover .dropmenu {
  display: block;
  top: 40px;
}
html body.side-bar .mp-header.sticky {
  position: relative;
  z-index: 9999;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}
html body.side-bar .mp-header.center .branding {
  justify-content: center;
  flex-direction: column;
  flex: 1;
  margin-left: 120px;
}
html body.side-bar .mp-header.center .branding .brand a i {
  margin-right: 0px;
}
html body.side-bar .mp-header.center .branding .brand a img {
  width: auto;
  height: 35px;
}
html body.side-bar .mp-header.center span {
  display: none;
}
html body.side-bar .mp-nav {
  width: 70px;
  grid-area: nav;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #000000;
  background: #ffffff;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0px;
}
html body.side-bar .mp-nav .open-mobile-menu {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 1.4rem;
  color: #000000;
}
html body.side-bar .mp-nav .open-mobile-menu:hover {
  cursor: pointer;
  opacity: 0.6;
}
html body.side-bar .mp-nav .nav-brand {
  display: none;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-top: 15px;
}
html body.side-bar .mp-nav .nav-brand .brand a i {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
html body.side-bar .mp-nav .nav-brand .brand-text h1 {
  font-family: sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 3px;
}
html body.side-bar .mp-nav .nav-brand .brand-text p {
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}
html body.side-bar .mp-nav .nav-brand span {
  flex: 1;
}
html body.side-bar .mp-nav .nav-brand a {
  display: block;
  font-family: sans-serif;
  font-size: 0.95rem;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  color: #ffffff;
}
html body.side-bar .mp-nav .nav-brand a i {
  margin-left: 5px;
}
html body.side-bar .mp-nav .nav-brand a:hover {
  cursor: pointer;
  opacity: 0.75;
}
html body.side-bar .mp-nav .nav-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  display: none;
}
html body.side-bar .mp-nav .nav-links li {
  line-height: 30px;
}
html body.side-bar .mp-nav .nav-links li a {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  color: #ffffff;
  display: block;
}
html body.side-bar .mp-nav .nav-links li a:hover {
  cursor: pointer;
  opacity: 0.6;
}
html body.side-bar .mp-nav .nav-links li.dropmenu .sub-menu-1 {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
html body.side-bar .mp-nav .nav-links li.dropmenu:hover .sub-menu-1 {
  display: block;
}
@media (max-width: 1024px) {
  html body.side-bar .mp-nav {
    display: none;
  }
}
html body.side-bar .mp-banner {
  position: relative;
  grid-area: banner;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid #ffffff;
  display: none;
}
@media (max-width: 1115px) {
  html body.side-bar .mp-banner {
    height: 60vh;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .mp-banner {
    height: 55vh;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-banner {
    height: 40vh;
  }
}
html body.side-bar .mp-banner .banner-content {
  position: relative;
  z-index: 99;
  text-align: center;
}
html body.side-bar .mp-banner .banner-content .banner-title {
  font-family: sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1115px) {
  html body.side-bar .mp-banner .banner-content .banner-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .mp-banner .banner-content .banner-title {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-banner .banner-content .banner-title {
    font-size: 1.8rem;
  }
}
html body.side-bar .mp-banner .banner-content .banner-subtitle {
  font-family: sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 1115px) {
  html body.side-bar .mp-banner .banner-content .banner-subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .mp-banner .banner-content .banner-subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-banner .banner-content .banner-subtitle {
    font-size: 1.3rem;
  }
}
html body.side-bar .mp-banner .banner-content .banner-btn {
  color: #000000;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
@media (max-width: 1115px) {
  html body.side-bar .mp-banner .banner-content .banner-btn {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .mp-banner .banner-content .banner-btn {
    font-size: 0.9rem;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-banner .banner-content .banner-btn {
    font-size: 0.85rem;
  }
}
html body.side-bar .mp-banner .banner-content .banner-btn:hover {
  cursor: pointer;
  background: #ffffff;
  color: #000000;
}
html body.side-bar .mp-banner .banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
html body.side-bar .bx-wrapper {
  position: relative;
  grid-area: slider;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  box-shadow: none;
  border: none;
}
html body.side-bar .bx-wrapper .mp-slider {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1500px) {
  html body.side-bar .bx-wrapper .mp-slider .image {
    height: 100vh !important;
  }
}
@media (max-width: 1115px) {
  html body.side-bar .bx-wrapper .mp-slider .image {
    height: 50vh !important;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .bx-wrapper .mp-slider .image {
    height: 45vh !important;
  }
}
@media (max-width: 700px) {
  html body.side-bar .bx-wrapper .mp-slider .image {
    height: 30vh !important;
  }
}
html body.side-bar .bx-wrapper .mp-slider .slider-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1500px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner {
    height: 100vh !important;
  }
}
@media (max-width: 1115px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner {
    height: 50vh !important;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner {
    height: 45vh !important;
  }
}
@media (max-width: 700px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner {
    height: 30vh !important;
  }
}
html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content {
  position: relative;
  z-index: 99;
  text-align: center;
}
html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-title {
  font-family: sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1115px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-title {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-title {
    font-size: 1.8rem;
  }
}
html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-subtitle {
  font-family: sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 1115px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 700px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-subtitle {
    font-size: 1.3rem;
  }
}
html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-btn {
  color: #000000;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
@media (max-width: 1115px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-btn {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-btn {
    font-size: 0.9rem;
  }
}
@media (max-width: 700px) {
  html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-btn {
    font-size: 0.85rem;
  }
}
html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-content .slider-btn:hover {
  cursor: pointer;
  background: #ffffff;
  color: #000000;
}
html body.side-bar .bx-wrapper .mp-slider .slider-banner .slider-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
html body.side-bar .bx-wrapper .bx-prev {
  background: none;
  background: url("https://firebasestorage.googleapis.com/v0/b/mp-sb-tpl.appspot.com/o/chevron-left-solid.svg?alt=media&token=6da70054-d2ea-46ad-9979-9ff2b719b8ea") no-repeat;
}
html body.side-bar .bx-wrapper .bx-next {
  background: none;
  background: url("https://firebasestorage.googleapis.com/v0/b/mp-sb-tpl.appspot.com/o/chevron-right-solid.svg?alt=media&token=ab308822-02fe-4973-b33d-f2894262d46a") no-repeat;
}
html body.side-bar .bx-wrapper .bx-pager {
  padding-top: 0px;
  bottom: 3%;
}
html body.side-bar .bx-wrapper .bx-pager .bx-pager-item a {
  background: #b0b0b0;
}
html body.side-bar .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ffffff;
}
html body.side-bar .mp-main {
  grid-area: main;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px dashed #000000;
  background: #ffffff;
}
html body.side-bar .mp-main .open-mobile-menu {
  display: none;
}
html body.side-bar .mp-main .wrapper {
  max-width: 90%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-left: 1px dashed #000000;
  border-right: 1px dashed #000000;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  html body.side-bar .mp-main .wrapper {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-main .wrapper {
    max-width: 100%;
  }
}
html body.side-bar .mp-main .wrapper h1 {
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
html body.side-bar .mp-main .wrapper h2 {
  font-family: sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0;
}
html body.side-bar .mp-main .wrapper h3 {
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
html body.side-bar .mp-main .wrapper h4 {
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}
html body.side-bar .mp-main .wrapper p {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
html body.side-bar .mp-main .wrapper p a {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
html body.side-bar .mp-main .wrapper ol li {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
html body.side-bar .mp-main .wrapper ul li {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 1024px) {
  html body.side-bar .mp-main .wrapper {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-main .wrapper {
    max-width: 100%;
  }
}
html body.side-bar .mp-footer {
  grid-area: footer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  background: #ffffff;
}
html body.side-bar .mp-footer .wrapper {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-left: 1px dashed #000000;
  border-right: 1px dashed #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  html body.side-bar .mp-footer .wrapper {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  html body.side-bar .mp-footer .wrapper {
    max-width: 100%;
  }
}
html body.side-bar .mp-header {
  display: none;
}

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