﻿@font-face {
  font-family: "Yekan";
  src:  url('../../fonts/yekan.eot');
  src:  url('../../fonts/yekan.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/yekan.woff2') format('woff2'),
    url('../../fonts/yekan.ttf') format('truetype'),
    url('../../fonts/yekan.woff') format('woff'),
    url('../../fonts/yekan.svg#yekan') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Yekan", Tahoma, sans-serif;
}
a {
  color: #ffbf2a !important;
}
.ltr {
	direction: ltr;
}
.rtl {
	direction: rtl;
}
.right {
	float: right;
}
.left {
	float: left;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.flex-normal {
	justify-content: normal !important;
}
.basket-button {
	height: 30px;
}
.basket-badge {
	background-color: #fff;
	color: #000;
	margin-right: 5px;
}
.navbar-nav {
  padding-left: auto !important;
}
.nav-dropdown .dropdown-menu {
	right: 0;
	left: auto;
}
.hidden {
	display: none;
}
.white {
	color: white !important;
}
.yellow {
	color: #ffbf2a;
}
.bg-primary {
  background-color: #ffbf2a !important;
}
.list-unstyled {
  padding-right: 0;
}
.table-active {
  background-color: #ffbf2a;
}
.table {
  color: #fff;
  border-color: #ffbf2a;
  background-color: black;
}
.table-basket {
  border-color: #ffbf2a;
  border-width: 1px;
  border-style: solid;
  width: 100%;
}
.table-basket thead {
  background-color: #ffbf2a;
  color: #000;
}
.table-basket td {
  color: #fff;
  padding: .5rem .5rem;
}
.table-basket a {
  font-size: large;
  line-height: 1.5;
}
.profile-card {
  background-color: black;
  border-radius: 10px;
  line-height: 1.5;
}
.profile-card span {
  color: #ffbf2a;
  font-size: x-large;
}
.profile-card p {
  line-height: 1.5;
}
.display-1 {
  font-family: "Yekan", Tahoma, sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: "Yekan", Tahoma, sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: "Yekan", Tahoma, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: "Yekan", Tahoma, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: "Yekan", Tahoma, sans-serif;
  font-size: 1.0rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem !important;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffbf2a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffbf2a !important;
  border-color: #ffbf2a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d29300 !important;
  border-color: #d29300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d29300 !important;
  border-color: #d29300 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffbf2a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d29300 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbf2a !important;
  border-color: #ffbf2a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffbf2a !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c38800 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffbf2a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbf2a;
  border-color: #ffbf2a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffbf2a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffcf6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: "Yekan", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffbf2a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: "Yekan", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffbf2a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbf2a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffbf2a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffbf2a;
  border-bottom-color: #ffbf2a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffbf2a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffbf2a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-touvEgLa3x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-touvEgLa3x nav.navbar {
  position: fixed;
}
.cid-touvEgLa3x .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-touvEgLa3x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-touvEgLa3x .dropdown-item {
  border-bottom: 1px solid #000;
}
.cid-touvEgLa3x .dropdown-item:hover,
.cid-touvEgLa3x .dropdown-item:focus {
  background: #ffbf2a !important;
  color: white !important;
}
.cid-touvEgLa3x .dropdown-item:hover span {
  color: white;
}
.cid-touvEgLa3x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-touvEgLa3x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-touvEgLa3x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-touvEgLa3x .nav-dropdown .link.dropdown-toggle::after {
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}
.cid-touvEgLa3x .nav-link {
  position: relative;
}
.cid-touvEgLa3x .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-touvEgLa3x .container {
    flex-wrap: nowrap;
  }
}
.cid-touvEgLa3x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-touvEgLa3x .dropdown-menu,
.cid-touvEgLa3x .navbar.opened {
  background: #232323 !important;
}
.cid-touvEgLa3x .nav-item:focus,
.cid-touvEgLa3x .nav-link:focus {
  outline: none;
}
.cid-touvEgLa3x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-touvEgLa3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-touvEgLa3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-touvEgLa3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-touvEgLa3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-touvEgLa3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-touvEgLa3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-touvEgLa3x .navbar.opened {
  transition: all 0.3s;
}
.cid-touvEgLa3x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-touvEgLa3x .navbar .navbar-logo img {
  width: auto;
}
.cid-touvEgLa3x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-touvEgLa3x .navbar.collapsed {
  justify-content: center;
}
.cid-touvEgLa3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-touvEgLa3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-touvEgLa3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-touvEgLa3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-touvEgLa3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-touvEgLa3x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-touvEgLa3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-touvEgLa3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-touvEgLa3x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-touvEgLa3x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-touvEgLa3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-touvEgLa3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-touvEgLa3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-touvEgLa3x .navbar .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-touvEgLa3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-touvEgLa3x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-touvEgLa3x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-touvEgLa3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-touvEgLa3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-touvEgLa3x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-touvEgLa3x .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-touvEgLa3x .navbar.navbar-short {
  min-height: 60px;
}
.cid-touvEgLa3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-touvEgLa3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-touvEgLa3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-touvEgLa3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-touvEgLa3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-touvEgLa3x .dropdown-item.active,
.cid-touvEgLa3x .dropdown-item:active {
  background-color: transparent;
}
.cid-touvEgLa3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-touvEgLa3x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-touvEgLa3x .nav-dropdown .link.dropdown-toggle[aria-expanded=true] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-touvEgLa3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-touvEgLa3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-touvEgLa3x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-touvEgLa3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-touvEgLa3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-touvEgLa3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-touvEgLa3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-touvEgLa3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-touvEgLa3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-touvEgLa3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-touvEgLa3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-touvEgLa3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-touvEgLa3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-touvEgLa3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-touvEgLa3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-touvEgLa3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-touvEgLa3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-touvEgLa3x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-touvEgLa3x .navbar {
    height: 70px;
  }
  .cid-touvEgLa3x .navbar.opened {
    height: auto;
  }
  .cid-touvEgLa3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-touvIQzHgc {
  background-image: url("../../../assets/images/hd-wallpaper-electric-guitar-shop-music.jpeg");
}
.cid-touvIQzHgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-touvIQzHgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-touvIQzHgc .mbr-section-title {
  color: #ffbf2a;
  text-align: right;
}
.cid-touvIQzHgc .mbr-text,
.cid-touvIQzHgc .mbr-section-btn {
  color: #ffbf2a;
  text-align: right;
}
.cid-toyIeO4xQJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wp4047726.webp");
}
.cid-toyIeO4xQJ .mbr-overlay {
  background: #232323;
  opacity: 0.5;
}
.cid-toyIeO4xQJ img,
.cid-toyIeO4xQJ .item-img {
  width: 100%;
  height: 100%;
  height: 170px;
  object-fit: cover;
}
.cid-toyIeO4xQJ .item:focus,
.cid-toyIeO4xQJ span:focus {
  outline: none;
}
.cid-toyIeO4xQJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-toyIeO4xQJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toyIeO4xQJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-toyIeO4xQJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-toyIeO4xQJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toyIeO4xQJ .mbr-section-title {
  color: #232323;
}
.cid-toyIeO4xQJ .mbr-text,
.cid-toyIeO4xQJ .mbr-section-btn {
  text-align: left;
}
.cid-toyIeO4xQJ .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-toyIeO4xQJ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-toyXzsjmdV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wp4047756-2000x1050.jpg");
}
.cid-toyXzsjmdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-toyXzsjmdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toyXzsjmdV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toyXzsjmdV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-toyXzsjmdV .text-wrapper {
    padding: 2rem;
  }
}
.cid-toyXzsjmdV .mbr-section-title {
  color: #ffbf2a;
  text-align: right;
}
.cid-toyXzsjmdV .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-toz8db2Txj {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/wp4047726.webp");
}
.cid-toz8db2Txj .mbr-overlay {
  background: #353535;
  opacity: 0;
}
.cid-toz8db2Txj img,
.cid-toz8db2Txj .item-img {
  width: 100%;
  height: 100%;
  height: 220px;
  object-fit: cover;
}
.cid-toz8db2Txj .item:focus,
.cid-toz8db2Txj span:focus {
  outline: none;
}
.cid-toz8db2Txj .item-wrapper {
  position: relative;
}
.cid-toz8db2Txj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toz8db2Txj .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toz8db2Txj .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-toz8db2Txj .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toz8db2Txj .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-toz8db2Txj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toz8db2Txj .mbr-section-title {
  color: #ffbf2a;
  text-align: center;
}
.cid-toz8db2Txj .mbr-text,
.cid-toz8db2Txj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-toz8db2Txj .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-toz8db2Txj .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-toz8db2Txj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 768px) {
  .cid-toz8db2Txj .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-toz8db2Txj .embla__button--next,
.cid-toz8db2Txj .embla__button--prev {
  display: flex;
}
.cid-toz8db2Txj .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-toz8db2Txj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-toz8db2Txj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-toz8db2Txj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toz8db2Txj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-toz8db2Txj .embla__button {
    top: auto;
  }
}
.cid-toz8db2Txj .embla {
  position: relative;
  width: 100%;
}
.cid-toz8db2Txj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-toz8db2Txj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-toz8db2Txj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-toz8db2Txj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-toz8db2Txj .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-toz8db2Txj .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-toz8db2Txj .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tozan9L2li {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/wp4047756.webp");
}
.cid-tozan9L2li .mbr-fallback-image.disabled {
  display: none;
}
.cid-tozan9L2li .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tozan9L2li .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tozan9L2li .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tozan9L2li .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tozan9L2li .wrapper {
  padding: 30px 0;
}
.cid-tozan9L2li .mbr-section-title {
  color: #fafafa;
}
.cid-tozan9L2li .mbr-text,
.cid-tozan9L2li .mbr-section-btn {
  color: #ffffff;
}
.cid-tozan9L2li H3 {
  color: #ffbf2a;
}
.cid-tozbA280qi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/wp4047726.webp");
}
.cid-tozbA280qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tozbA280qi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tozbA280qi .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tozbA280qi .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tozbA280qi .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tozbA280qi .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tozbA280qi .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tozbA280qi .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tozbA280qi .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tozbA280qi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tozbA280qi .card-title {
  text-align: right;
  color: #ffbf2a;
}
.cid-tozbA280qi .mbr-text,
.cid-tozbA280qi .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-tozhA0Eu2u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/wp4047756-2000x1050.jpg");
}
@media (max-width: 767px) {
  .cid-tozhA0Eu2u .content {
    text-align: center;
  }
  .cid-tozhA0Eu2u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tozhA0Eu2u .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tozhA0Eu2u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tozhA0Eu2u .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tozhA0Eu2u .google-map {
  height: 25rem;
  position: relative;
}
.cid-tozhA0Eu2u .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tozhA0Eu2u .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tozhA0Eu2u .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tozhA0Eu2u .google-map[data-state=loading] [data-state-details] {
  display: none;
}
.cid-tozhA0Eu2u .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tozhA0Eu2u .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tozhA0Eu2u .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tozhA0Eu2u .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tozhA0Eu2u .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tozhA0Eu2u .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tozhA0Eu2u .list {
  list-style-type: none;
  padding: 0;
}
.cid-tozhA0Eu2u H5 {
  text-align: right;
  color: #ffbf2a;
}
.cid-tozhA0Eu2u .mbr-text {
  text-align: right;
}
.cid-tozhA0Eu2u .copyright > p {
  color: #ffbf2a;
}
.cid-tozkaTyvCi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tozkaTyvCi nav.navbar {
  position: fixed;
}
.cid-tozkaTyvCi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tozkaTyvCi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tozkaTyvCi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tozkaTyvCi .dropdown-item:hover,
.cid-tozkaTyvCi .dropdown-item:focus {
  background: #ffbf2a !important;
  color: white !important;
}
.cid-tozkaTyvCi .dropdown-item:hover span {
  color: white;
}
.cid-tozkaTyvCi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tozkaTyvCi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tozkaTyvCi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tozkaTyvCi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tozkaTyvCi .nav-link {
  position: relative;
}
.cid-tozkaTyvCi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tozkaTyvCi .container {
    flex-wrap: nowrap;
  }
}
.cid-tozkaTyvCi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tozkaTyvCi .dropdown-menu,
.cid-tozkaTyvCi .navbar.opened {
  background: #232323 !important;
}
.cid-tozkaTyvCi .nav-item:focus,
.cid-tozkaTyvCi .nav-link:focus {
  outline: none;
}
.cid-tozkaTyvCi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tozkaTyvCi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tozkaTyvCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tozkaTyvCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tozkaTyvCi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tozkaTyvCi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tozkaTyvCi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-tozkaTyvCi .navbar.opened {
  transition: all 0.3s;
}
.cid-tozkaTyvCi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tozkaTyvCi .navbar .navbar-logo img {
  width: auto;
}
.cid-tozkaTyvCi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tozkaTyvCi .navbar.collapsed {
  justify-content: center;
}
.cid-tozkaTyvCi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tozkaTyvCi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tozkaTyvCi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tozkaTyvCi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tozkaTyvCi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tozkaTyvCi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tozkaTyvCi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tozkaTyvCi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tozkaTyvCi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tozkaTyvCi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tozkaTyvCi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tozkaTyvCi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tozkaTyvCi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tozkaTyvCi .navbar .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tozkaTyvCi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tozkaTyvCi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tozkaTyvCi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tozkaTyvCi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tozkaTyvCi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tozkaTyvCi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tozkaTyvCi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tozkaTyvCi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tozkaTyvCi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tozkaTyvCi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tozkaTyvCi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tozkaTyvCi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tozkaTyvCi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tozkaTyvCi .dropdown-item.active,
.cid-tozkaTyvCi .dropdown-item:active {
  background-color: transparent;
}
.cid-tozkaTyvCi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tozkaTyvCi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tozkaTyvCi .nav-dropdown .link.dropdown-toggle[aria-expanded=true] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tozkaTyvCi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tozkaTyvCi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tozkaTyvCi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tozkaTyvCi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tozkaTyvCi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tozkaTyvCi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tozkaTyvCi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tozkaTyvCi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tozkaTyvCi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tozkaTyvCi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tozkaTyvCi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tozkaTyvCi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tozkaTyvCi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tozkaTyvCi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tozkaTyvCi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tozkaTyvCi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tozkaTyvCi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tozkaTyvCi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tozkaTyvCi .navbar {
    height: 70px;
  }
  .cid-tozkaTyvCi .navbar.opened {
    height: auto;
  }
  .cid-tozkaTyvCi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tozkaTZ5AN {
  background-image: url("../../../assets/images/hd-wallpaper-electric-guitar-shop-music.jpeg");
}
.cid-tozkaTZ5AN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tozkaTZ5AN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tozkaTZ5AN .mbr-section-title {
  color: #ffbf2a;
  text-align: right;
}
.cid-tozkaTZ5AN .mbr-text,
.cid-tozkaTZ5AN .mbr-section-btn {
  color: #ffbf2a;
  text-align: right;
}
.cid-toFIPvSdik {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-toFIPvSdik .line {
  background-color: #ffbf2a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-toFIPvSdik .mbr-text {
  color: #ffbf2a;
}
.cid-tozkaV9luU {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/wp4047726.webp");
}
.cid-tozkaV9luU .mbr-overlay {
  background: #353535;
  opacity: 0;
}
.cid-tozkaV9luU img,
.cid-tozkaV9luU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tozkaV9luU .item:focus,
.cid-tozkaV9luU span:focus {
  outline: none;
}
.cid-tozkaV9luU .item-wrapper {
  position: relative;
}
.cid-tozkaV9luU .slide-content {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tozkaV9luU .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tozkaV9luU .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tozkaV9luU .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tozkaV9luU .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tozkaV9luU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tozkaV9luU .mbr-section-title {
  color: #ffbf2a;
  text-align: center;
}
.cid-tozkaV9luU .mbr-text,
.cid-tozkaV9luU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tozkaV9luU .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-tozkaV9luU .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-tozkaV9luU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tozkaV9luU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tozkaV9luU .embla__button--next,
.cid-tozkaV9luU .embla__button--prev {
  display: flex;
}
.cid-tozkaV9luU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tozkaV9luU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tozkaV9luU .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tozkaV9luU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tozkaV9luU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tozkaV9luU .embla__button {
    top: auto;
  }
}
.cid-tozkaV9luU .embla {
  position: relative;
  width: 100%;
}
.cid-tozkaV9luU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tozkaV9luU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tozkaV9luU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tozkaV9luU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tozkaV9luU .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tozkaV9luU .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tozkaV9luU .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-toFIGJkQqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toFIGJkQqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFIGJkQqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFIGJkQqV .timeline-element {
  position: relative;
}
.cid-toFIGJkQqV .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-toFIGJkQqV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toFIGJkQqV .mbr-section-title,
.cid-toFIGJkQqV .mbr-section-subtitle,
.cid-toFIGJkQqV .timeline-date {
  text-align: center;
}
.cid-toFIGJkQqV .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffbf2a;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-toFIGJkQqV .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-toFIGJkQqV .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-toFIGJkQqV .row:after {
  content: "";
  position: absolute;
  background-color: #ffbf2a;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-toFIGJkQqV .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-toFIGJkQqV .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-toFIGJkQqV .timeline-date-wrapper,
  .cid-toFIGJkQqV .timeline-text-wrapper,
  .cid-toFIGJkQqV .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-toFIGJkQqV .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-toFIGJkQqV .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-toFIGJkQqV .timeline-date-wrapper,
  .cid-toFIGJkQqV .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-toFIGJkQqV .timeline-date-wrapper,
  .cid-toFIGJkQqV .timeline-text-wrapper,
  .cid-toFIGJkQqV .image-wrapper {
    padding: 2rem;
  }
}
.cid-toFIGJkQqV .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-toFIGJkQqV .mbr-timeline-title {
  color: #ffbf2a;
  text-align: right;
}
.cid-toFIGJkQqV .mbr-timeline-date {
  color: #fafafa;
}
.cid-toFIGJkQqV .mbr-section-title {
  color: #ffbf2a;
}
.cid-tozkaWgTp1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/wp4047726.webp");
}
.cid-tozkaWgTp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tozkaWgTp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tozkaWgTp1 .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tozkaWgTp1 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tozkaWgTp1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tozkaWgTp1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tozkaWgTp1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tozkaWgTp1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tozkaWgTp1 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tozkaWgTp1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tozkaWgTp1 .card-title {
  text-align: right;
  color: #ffbf2a;
}
.cid-tozkaWgTp1 .mbr-text,
.cid-tozkaWgTp1 .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-tozkaWA0UC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/wp4047756-2000x1050.jpg");
}
@media (max-width: 767px) {
  .cid-tozkaWA0UC .content {
    text-align: center;
  }
  .cid-tozkaWA0UC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tozkaWA0UC .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tozkaWA0UC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tozkaWA0UC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tozkaWA0UC .google-map {
  height: 25rem;
  position: relative;
}
.cid-tozkaWA0UC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tozkaWA0UC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tozkaWA0UC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tozkaWA0UC .google-map[data-state=loading] [data-state-details] {
  display: none;
}
.cid-tozkaWA0UC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tozkaWA0UC .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tozkaWA0UC .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tozkaWA0UC .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tozkaWA0UC .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tozkaWA0UC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tozkaWA0UC .list {
  list-style-type: none;
  padding: 0;
}
.cid-tozkaWA0UC H5 {
  text-align: right;
  color: #ffbf2a;
}
.cid-tozkaWA0UC .mbr-text {
  text-align: right;
}
.cid-tozkaWA0UC .copyright > p {
  color: #ffbf2a;
}
.cid-toFKepVMrJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toFKepVMrJ nav.navbar {
  position: fixed;
}
.cid-toFKepVMrJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toFKepVMrJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toFKepVMrJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toFKepVMrJ .dropdown-item:hover,
.cid-toFKepVMrJ .dropdown-item:focus {
  background: #ffbf2a !important;
  color: white !important;
}
.cid-toFKepVMrJ .dropdown-item:hover span {
  color: white;
}
.cid-toFKepVMrJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toFKepVMrJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toFKepVMrJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toFKepVMrJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toFKepVMrJ .nav-link {
  position: relative;
}
.cid-toFKepVMrJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toFKepVMrJ .container {
    flex-wrap: nowrap;
  }
}
.cid-toFKepVMrJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toFKepVMrJ .dropdown-menu,
.cid-toFKepVMrJ .navbar.opened {
  background: #232323 !important;
}
.cid-toFKepVMrJ .nav-item:focus,
.cid-toFKepVMrJ .nav-link:focus {
  outline: none;
}
.cid-toFKepVMrJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toFKepVMrJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toFKepVMrJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toFKepVMrJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toFKepVMrJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toFKepVMrJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toFKepVMrJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-toFKepVMrJ .navbar.opened {
  transition: all 0.3s;
}
.cid-toFKepVMrJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toFKepVMrJ .navbar .navbar-logo img {
  width: auto;
}
.cid-toFKepVMrJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toFKepVMrJ .navbar.collapsed {
  justify-content: center;
}
.cid-toFKepVMrJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toFKepVMrJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toFKepVMrJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toFKepVMrJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toFKepVMrJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toFKepVMrJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toFKepVMrJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toFKepVMrJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toFKepVMrJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toFKepVMrJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toFKepVMrJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toFKepVMrJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toFKepVMrJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toFKepVMrJ .navbar .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toFKepVMrJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toFKepVMrJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toFKepVMrJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toFKepVMrJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toFKepVMrJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toFKepVMrJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toFKepVMrJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toFKepVMrJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-toFKepVMrJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toFKepVMrJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toFKepVMrJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toFKepVMrJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toFKepVMrJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toFKepVMrJ .dropdown-item.active,
.cid-toFKepVMrJ .dropdown-item:active {
  background-color: transparent;
}
.cid-toFKepVMrJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toFKepVMrJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toFKepVMrJ .nav-dropdown .link.dropdown-toggle[aria-expanded=true] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toFKepVMrJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-toFKepVMrJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toFKepVMrJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toFKepVMrJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toFKepVMrJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toFKepVMrJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toFKepVMrJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toFKepVMrJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toFKepVMrJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toFKepVMrJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toFKepVMrJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toFKepVMrJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toFKepVMrJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toFKepVMrJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toFKepVMrJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toFKepVMrJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toFKepVMrJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toFKepVMrJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toFKepVMrJ .navbar {
    height: 70px;
  }
  .cid-toFKepVMrJ .navbar.opened {
    height: auto;
  }
  .cid-toFKepVMrJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toFKeqmqIc {
  background-image: url("../../../assets/images/hd-wallpaper-electric-guitar-shop-music.jpeg");
}
.cid-toFKeqmqIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFKeqmqIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFKeqmqIc .mbr-section-title {
  color: #ffbf2a;
  text-align: right;
}
.cid-toFKeqmqIc .mbr-text,
.cid-toFKeqmqIc .mbr-section-btn {
  color: #ffbf2a;
  text-align: right;
}
.cid-toFKeqFeSE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-toFKeqFeSE .line {
  background-color: #ffbf2a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-toFKeqFeSE .mbr-text {
  color: #ffbf2a;
}
.cid-toFKeqQ1mH {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/wp4047726.webp");
}
.cid-toFKeqQ1mH .mbr-overlay {
  background: #353535;
  opacity: 0;
}
.cid-toFKeqQ1mH img,
.cid-toFKeqQ1mH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-toFKeqQ1mH .item:focus,
.cid-toFKeqQ1mH span:focus {
  outline: none;
}
.cid-toFKeqQ1mH .item-wrapper {
  position: relative;
}
.cid-toFKeqQ1mH .slide-content {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toFKeqQ1mH .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-toFKeqQ1mH .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toFKeqQ1mH .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toFKeqQ1mH .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-toFKeqQ1mH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toFKeqQ1mH .mbr-section-title {
  color: #ffbf2a;
  text-align: center;
}
.cid-toFKeqQ1mH .mbr-text,
.cid-toFKeqQ1mH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-toFKeqQ1mH .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-toFKeqQ1mH .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-toFKeqQ1mH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-toFKeqQ1mH .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-toFKeqQ1mH .embla__button--next,
.cid-toFKeqQ1mH .embla__button--prev {
  display: flex;
}
.cid-toFKeqQ1mH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-toFKeqQ1mH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-toFKeqQ1mH .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-toFKeqQ1mH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toFKeqQ1mH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-toFKeqQ1mH .embla__button {
    top: auto;
  }
}
.cid-toFKeqQ1mH .embla {
  position: relative;
  width: 100%;
}
.cid-toFKeqQ1mH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-toFKeqQ1mH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-toFKeqQ1mH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-toFKeqQ1mH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-toFKeqQ1mH .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-toFKeqQ1mH .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-toFKeqQ1mH .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-toFKwDxJwr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-toFKwDxJwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFKwDxJwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFKwDxJwr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-toFKwDxJwr .row {
    flex-direction: column-reverse;
  }
  .cid-toFKwDxJwr .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-toFKwDxJwr .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-toFKwDxJwr .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-toFKwDxJwr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toFKwDxJwr .card-title {
  color: #ffbf2a;
  text-align: right;
}
.cid-toFKwDxJwr .mbr-text,
.cid-toFKwDxJwr .mbr-section-btn {
  color: #fafafa;
  text-align: right;
}
.cid-toFKerYNFO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/wp4047726.webp");
}
.cid-toFKerYNFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFKerYNFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFKerYNFO .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-toFKerYNFO .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-toFKerYNFO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toFKerYNFO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-toFKerYNFO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toFKerYNFO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-toFKerYNFO .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-toFKerYNFO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toFKerYNFO .card-title {
  text-align: right;
  color: #ffbf2a;
}
.cid-toFKerYNFO .mbr-text,
.cid-toFKerYNFO .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-toFKesdBXI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/wp4047756-2000x1050.jpg");
}
@media (max-width: 767px) {
  .cid-toFKesdBXI .content {
    text-align: center;
  }
  .cid-toFKesdBXI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-toFKesdBXI .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-toFKesdBXI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toFKesdBXI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-toFKesdBXI .google-map {
  height: 25rem;
  position: relative;
}
.cid-toFKesdBXI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-toFKesdBXI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-toFKesdBXI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-toFKesdBXI .google-map[data-state=loading] [data-state-details] {
  display: none;
}
.cid-toFKesdBXI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toFKesdBXI .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-toFKesdBXI .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-toFKesdBXI .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-toFKesdBXI .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toFKesdBXI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toFKesdBXI .list {
  list-style-type: none;
  padding: 0;
}
.cid-toFKesdBXI H5 {
  text-align: right;
  color: #ffbf2a;
}
.cid-toFKesdBXI .mbr-text {
  text-align: right;
}
.cid-toFKesdBXI .copyright > p {
  color: #ffbf2a;
}
.cid-tozk5iwn0t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tozk5iwn0t nav.navbar {
  position: fixed;
}
.cid-tozk5iwn0t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tozk5iwn0t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tozk5iwn0t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tozk5iwn0t .dropdown-item:hover,
.cid-tozk5iwn0t .dropdown-item:focus {
  background: #ffbf2a !important;
  color: white !important;
}
.cid-tozk5iwn0t .dropdown-item:hover span {
  color: white;
}
.cid-tozk5iwn0t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tozk5iwn0t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tozk5iwn0t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tozk5iwn0t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tozk5iwn0t .nav-link {
  position: relative;
}
.cid-tozk5iwn0t .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tozk5iwn0t .container {
    flex-wrap: nowrap;
  }
}
.cid-tozk5iwn0t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tozk5iwn0t .dropdown-menu,
.cid-tozk5iwn0t .navbar.opened {
  background: #232323 !important;
}
.cid-tozk5iwn0t .nav-item:focus,
.cid-tozk5iwn0t .nav-link:focus {
  outline: none;
}
.cid-tozk5iwn0t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tozk5iwn0t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tozk5iwn0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tozk5iwn0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tozk5iwn0t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tozk5iwn0t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tozk5iwn0t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-tozk5iwn0t .navbar.opened {
  transition: all 0.3s;
}
.cid-tozk5iwn0t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tozk5iwn0t .navbar .navbar-logo img {
  width: auto;
}
.cid-tozk5iwn0t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tozk5iwn0t .navbar.collapsed {
  justify-content: center;
}
.cid-tozk5iwn0t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tozk5iwn0t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tozk5iwn0t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tozk5iwn0t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tozk5iwn0t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tozk5iwn0t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tozk5iwn0t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tozk5iwn0t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tozk5iwn0t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tozk5iwn0t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tozk5iwn0t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tozk5iwn0t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tozk5iwn0t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tozk5iwn0t .navbar .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tozk5iwn0t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tozk5iwn0t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tozk5iwn0t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tozk5iwn0t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tozk5iwn0t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tozk5iwn0t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tozk5iwn0t .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tozk5iwn0t .navbar.navbar-short {
  min-height: 60px;
}
.cid-tozk5iwn0t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tozk5iwn0t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tozk5iwn0t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tozk5iwn0t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tozk5iwn0t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tozk5iwn0t .dropdown-item.active,
.cid-tozk5iwn0t .dropdown-item:active {
  background-color: transparent;
}
.cid-tozk5iwn0t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tozk5iwn0t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tozk5iwn0t .nav-dropdown .link.dropdown-toggle[aria-expanded=true] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tozk5iwn0t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tozk5iwn0t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tozk5iwn0t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tozk5iwn0t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tozk5iwn0t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tozk5iwn0t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tozk5iwn0t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tozk5iwn0t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tozk5iwn0t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tozk5iwn0t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tozk5iwn0t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tozk5iwn0t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tozk5iwn0t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tozk5iwn0t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tozk5iwn0t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tozk5iwn0t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tozk5iwn0t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tozk5iwn0t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tozk5iwn0t .navbar {
    height: 70px;
  }
  .cid-tozk5iwn0t .navbar.opened {
    height: auto;
  }
  .cid-tozk5iwn0t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tozk5iQ0e0 {
  background-image: url("../../../assets/images/hd-wallpaper-electric-guitar-shop-music.jpeg");
}
.cid-tozk5iQ0e0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tozk5iQ0e0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tozk5iQ0e0 .mbr-section-title {
  color: #ffbf2a;
  text-align: right;
}
.cid-tozk5iQ0e0 .mbr-text,
.cid-tozk5iQ0e0 .mbr-section-btn {
  color: #ffbf2a;
  text-align: right;
}
.cid-tspN7NncBJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wp4047726.webp");
}
.cid-tspN7NncBJ .mbr-overlay {
  background: #232323;
  opacity: 0.5;
}
.cid-tspN7NncBJ img,
.cid-tspN7NncBJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tspN7NncBJ .item:focus,
.cid-tspN7NncBJ span:focus {
  outline: none;
}
.cid-tspN7NncBJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tspN7NncBJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tspN7NncBJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tspN7NncBJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tspN7NncBJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tspN7NncBJ .mbr-section-title {
  color: #232323;
}
.cid-tspN7NncBJ .mbr-text,
.cid-tspN7NncBJ .mbr-section-btn {
  text-align: left;
}
.cid-tspN7NncBJ .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-tspN7NncBJ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tozkH92v65 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tozkH92v65 .line {
  background-color: #ffbf2a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tozkH92v65 .mbr-text {
  color: #ffbf2a;
}
.cid-toFvXLHDfg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/wp4047726-2000x1125.jpg");
}
.cid-toFvXLHDfg .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
.cid-toFvXLHDfg img,
.cid-toFvXLHDfg .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-toFvXLHDfg .item:focus,
.cid-toFvXLHDfg span:focus {
  outline: none;
}
.cid-toFvXLHDfg .item-wrapper {
  position: relative;
}
.cid-toFvXLHDfg .slide-content {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toFvXLHDfg .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-toFvXLHDfg .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toFvXLHDfg .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toFvXLHDfg .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-toFvXLHDfg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toFvXLHDfg .mbr-section-title {
  color: #ffbf2a;
}
.cid-toFvXLHDfg .mbr-text,
.cid-toFvXLHDfg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-toFvXLHDfg .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-toFvXLHDfg .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-toFvXLHDfg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-toFvXLHDfg .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-toFvXLHDfg .embla__button--next,
.cid-toFvXLHDfg .embla__button--prev {
  display: flex;
}
.cid-toFvXLHDfg .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-toFvXLHDfg .embla__button {
    display: none;
  }
}
.cid-toFvXLHDfg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-toFvXLHDfg .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-toFvXLHDfg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toFvXLHDfg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-toFvXLHDfg .embla__button {
    top: auto;
  }
}
.cid-toFvXLHDfg .embla {
  position: relative;
  width: 100%;
}
.cid-toFvXLHDfg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-toFvXLHDfg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-toFvXLHDfg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-toFvXLHDfg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-toFvXLHDfg .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-toFvXLHDfg .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-toFvXLHDfg .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-toFykzii4y {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-toFykzii4y img,
.cid-toFykzii4y .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-toFykzii4y .item:focus,
.cid-toFykzii4y span:focus {
  outline: none;
}
.cid-toFykzii4y .item-wrapper {
  position: relative;
}
.cid-toFykzii4y .slide-content {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toFykzii4y .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-toFykzii4y .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toFykzii4y .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toFykzii4y .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-toFykzii4y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toFykzii4y .mbr-section-title {
  color: #ffbf2a;
}
.cid-toFykzii4y .mbr-text,
.cid-toFykzii4y .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-toFykzii4y .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-toFykzii4y .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-toFykzii4y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-toFykzii4y .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-toFykzii4y .embla__button--next,
.cid-toFykzii4y .embla__button--prev {
  display: flex;
}
.cid-toFykzii4y .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-toFykzii4y .embla__button {
    display: none;
  }
}
.cid-toFykzii4y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-toFykzii4y .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-toFykzii4y .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toFykzii4y .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-toFykzii4y .embla__button {
    top: auto;
  }
}
.cid-toFykzii4y .embla {
  position: relative;
  width: 100%;
}
.cid-toFykzii4y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-toFykzii4y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-toFykzii4y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-toFykzii4y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-toFykzii4y .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-toFykzii4y .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-toFykzii4y .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-toFxwLtGid {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/wp4047726.webp");
}
.cid-toFxwLtGid .mbr-overlay {
  background: #232323;
  opacity: 0.5;
}
.cid-toFxwLtGid img,
.cid-toFxwLtGid .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-toFxwLtGid .item:focus,
.cid-toFxwLtGid span:focus {
  outline: none;
}
.cid-toFxwLtGid .item-wrapper {
  position: relative;
}
.cid-toFxwLtGid .slide-content {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toFxwLtGid .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-toFxwLtGid .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toFxwLtGid .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toFxwLtGid .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-toFxwLtGid .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toFxwLtGid .mbr-section-title {
  color: #ffbf2a;
}
.cid-toFxwLtGid .mbr-text,
.cid-toFxwLtGid .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-toFxwLtGid .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-toFxwLtGid .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-toFxwLtGid .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-toFxwLtGid .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-toFxwLtGid .embla__button--next,
.cid-toFxwLtGid .embla__button--prev {
  display: flex;
}
.cid-toFxwLtGid .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-toFxwLtGid .embla__button {
    display: none;
  }
}
.cid-toFxwLtGid .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-toFxwLtGid .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-toFxwLtGid .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toFxwLtGid .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-toFxwLtGid .embla__button {
    top: auto;
  }
}
.cid-toFxwLtGid .embla {
  position: relative;
  width: 100%;
}
.cid-toFxwLtGid .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-toFxwLtGid .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-toFxwLtGid .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-toFxwLtGid .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-toFxwLtGid .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-toFxwLtGid .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-toFxwLtGid .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tozk5l5QBZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/wp4047756-2000x1050.jpg");
}
@media (max-width: 767px) {
  .cid-tozk5l5QBZ .content {
    text-align: center;
  }
  .cid-tozk5l5QBZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tozk5l5QBZ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tozk5l5QBZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tozk5l5QBZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tozk5l5QBZ .google-map {
  height: 25rem;
  position: relative;
}
.cid-tozk5l5QBZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tozk5l5QBZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tozk5l5QBZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tozk5l5QBZ .google-map[data-state=loading] [data-state-details] {
  display: none;
}
.cid-tozk5l5QBZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tozk5l5QBZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tozk5l5QBZ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tozk5l5QBZ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tozk5l5QBZ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tozk5l5QBZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tozk5l5QBZ .list {
  list-style-type: none;
  padding: 0;
}
.cid-tozk5l5QBZ H5 {
  text-align: right;
  color: #ffbf2a;
}
.cid-tozk5l5QBZ .mbr-text {
  text-align: right;
}
.cid-tozk5l5QBZ .copyright > p {
  color: #ffbf2a;
}
.cid-toFBU37dT2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toFBU37dT2 nav.navbar {
  position: fixed;
}
.cid-toFBU37dT2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toFBU37dT2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toFBU37dT2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toFBU37dT2 .dropdown-item:hover,
.cid-toFBU37dT2 .dropdown-item:focus {
  background: #ffbf2a !important;
  color: white !important;
}
.cid-toFBU37dT2 .dropdown-item:hover span {
  color: white;
}
.cid-toFBU37dT2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toFBU37dT2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toFBU37dT2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toFBU37dT2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toFBU37dT2 .nav-link {
  position: relative;
}
.cid-toFBU37dT2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toFBU37dT2 .container {
    flex-wrap: nowrap;
  }
}
.cid-toFBU37dT2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toFBU37dT2 .dropdown-menu,
.cid-toFBU37dT2 .navbar.opened {
  background: #232323 !important;
}
.cid-toFBU37dT2 .nav-item:focus,
.cid-toFBU37dT2 .nav-link:focus {
  outline: none;
}
.cid-toFBU37dT2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toFBU37dT2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toFBU37dT2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toFBU37dT2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toFBU37dT2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toFBU37dT2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toFBU37dT2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-toFBU37dT2 .navbar.opened {
  transition: all 0.3s;
}
.cid-toFBU37dT2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toFBU37dT2 .navbar .navbar-logo img {
  width: auto;
}
.cid-toFBU37dT2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toFBU37dT2 .navbar.collapsed {
  justify-content: center;
}
.cid-toFBU37dT2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toFBU37dT2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toFBU37dT2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toFBU37dT2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toFBU37dT2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toFBU37dT2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toFBU37dT2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toFBU37dT2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toFBU37dT2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toFBU37dT2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toFBU37dT2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toFBU37dT2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toFBU37dT2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toFBU37dT2 .navbar .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toFBU37dT2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toFBU37dT2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toFBU37dT2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toFBU37dT2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toFBU37dT2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toFBU37dT2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toFBU37dT2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toFBU37dT2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-toFBU37dT2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toFBU37dT2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toFBU37dT2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toFBU37dT2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toFBU37dT2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toFBU37dT2 .dropdown-item.active,
.cid-toFBU37dT2 .dropdown-item:active {
  background-color: transparent;
}
.cid-toFBU37dT2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toFBU37dT2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toFBU37dT2 .nav-dropdown .link.dropdown-toggle[aria-expanded=true] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toFBU37dT2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-toFBU37dT2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toFBU37dT2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toFBU37dT2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toFBU37dT2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toFBU37dT2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toFBU37dT2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toFBU37dT2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toFBU37dT2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toFBU37dT2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toFBU37dT2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toFBU37dT2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toFBU37dT2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toFBU37dT2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toFBU37dT2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toFBU37dT2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toFBU37dT2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toFBU37dT2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toFBU37dT2 .navbar {
    height: 70px;
  }
  .cid-toFBU37dT2 .navbar.opened {
    height: auto;
  }
  .cid-toFBU37dT2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toFBU3s3mt {
  background-image: url("../../../assets/images/hd-wallpaper-electric-guitar-shop-music.jpeg");
}
.cid-toFBU3s3mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFBU3s3mt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFBU3s3mt .mbr-section-title {
  color: #ffbf2a;
  text-align: right;
}
.cid-toFBU3s3mt .mbr-text,
.cid-toFBU3s3mt .mbr-section-btn {
  color: #ffbf2a;
  text-align: right;
}
.cid-toFBU4mHfc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/wp4047726-2000x1125.jpg");
}
.cid-toFBU4mHfc .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
.cid-toFBU4mHfc img,
.cid-toFBU4mHfc .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-toFBU4mHfc .item:focus,
.cid-toFBU4mHfc span:focus {
  outline: none;
}
.cid-toFBU4mHfc .item-wrapper {
  position: relative;
}
.cid-toFBU4mHfc .slide-content {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toFBU4mHfc .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-toFBU4mHfc .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toFBU4mHfc .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toFBU4mHfc .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-toFBU4mHfc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toFBU4mHfc .mbr-section-title {
  color: #ffbf2a;
}
.cid-toFBU4mHfc .mbr-text,
.cid-toFBU4mHfc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-toFBU4mHfc .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-toFBU4mHfc .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-toFBU4mHfc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-toFBU4mHfc .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-toFBU4mHfc .embla__button--next,
.cid-toFBU4mHfc .embla__button--prev {
  display: flex;
}
.cid-toFBU4mHfc .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-toFBU4mHfc .embla__button {
    display: none;
  }
}
.cid-toFBU4mHfc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-toFBU4mHfc .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-toFBU4mHfc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toFBU4mHfc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-toFBU4mHfc .embla__button {
    top: auto;
  }
}
.cid-toFBU4mHfc .embla {
  position: relative;
  width: 100%;
}
.cid-toFBU4mHfc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-toFBU4mHfc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-toFBU4mHfc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-toFBU4mHfc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-toFBU4mHfc .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-toFBU4mHfc .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-toFBU4mHfc .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-toFGbwuKTC {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-toFGbwuKTC img,
.cid-toFGbwuKTC .item-img {
  height: 100%;
  height: 220px;
  object-fit: cover;
}
.cid-toFGbwuKTC .item:focus,
.cid-toFGbwuKTC span:focus {
  outline: none;
}
.cid-toFGbwuKTC .item {
  /*cursor: pointer;*/
  margin-bottom: 2rem;
}
.cid-toFGbwuKTC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toFGbwuKTC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toFGbwuKTC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-toFGbwuKTC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toFGbwuKTC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-toFGbwuKTC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toFGbwuKTC .mbr-section-title {
  color: #ffbf2a;
}
.cid-toFGbwuKTC .mbr-text,
.cid-toFGbwuKTC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-toFGbwuKTC .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-toFGbwuKTC .item-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-tspNZDudh3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wp4047726.webp");
}
.cid-tspNZDudh3 .mbr-overlay {
  background: #232323;
  opacity: 0.5;
}
.cid-tspNZDudh3 img,
.cid-tspNZDudh3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tspNZDudh3 .item:focus,
.cid-tspNZDudh3 span:focus {
  outline: none;
}
.cid-tspNZDudh3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tspNZDudh3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tspNZDudh3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tspNZDudh3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tspNZDudh3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tspNZDudh3 .mbr-section-title {
  color: #232323;
}
.cid-tspNZDudh3 .mbr-text,
.cid-tspNZDudh3 .mbr-section-btn {
  text-align: left;
}
.cid-tspNZDudh3 .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-tspNZDudh3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-toFBU5TTI6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/wp4047756-2000x1050.jpg");
}
@media (max-width: 767px) {
  .cid-toFBU5TTI6 .content {
    text-align: center;
  }
  .cid-toFBU5TTI6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-toFBU5TTI6 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-toFBU5TTI6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toFBU5TTI6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-toFBU5TTI6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-toFBU5TTI6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-toFBU5TTI6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-toFBU5TTI6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-toFBU5TTI6 .google-map[data-state=loading] [data-state-details] {
  display: none;
}
.cid-toFBU5TTI6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toFBU5TTI6 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-toFBU5TTI6 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-toFBU5TTI6 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-toFBU5TTI6 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toFBU5TTI6 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toFBU5TTI6 .list {
  list-style-type: none;
  padding: 0;
}
.cid-toFBU5TTI6 H5 {
  text-align: right;
  color: #ffbf2a;
}
.cid-toFBU5TTI6 .mbr-text {
  text-align: right;
}
.cid-toFBU5TTI6 .copyright > p {
  color: #ffbf2a;
}
.cid-tozDhgfEnd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tozDhgfEnd nav.navbar {
  position: fixed;
}
.cid-tozDhgfEnd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tozDhgfEnd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tozDhgfEnd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tozDhgfEnd .dropdown-item:hover,
.cid-tozDhgfEnd .dropdown-item:focus {
  background: #ffbf2a !important;
  color: white !important;
}
.cid-tozDhgfEnd .dropdown-item:hover span {
  color: white;
}
.cid-tozDhgfEnd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tozDhgfEnd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tozDhgfEnd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tozDhgfEnd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tozDhgfEnd .nav-link {
  position: relative;
}
.cid-tozDhgfEnd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tozDhgfEnd .container {
    flex-wrap: nowrap;
  }
}
.cid-tozDhgfEnd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tozDhgfEnd .dropdown-menu,
.cid-tozDhgfEnd .navbar.opened {
  background: #232323 !important;
}
.cid-tozDhgfEnd .nav-item:focus,
.cid-tozDhgfEnd .nav-link:focus {
  outline: none;
}
.cid-tozDhgfEnd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tozDhgfEnd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tozDhgfEnd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tozDhgfEnd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tozDhgfEnd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tozDhgfEnd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tozDhgfEnd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-tozDhgfEnd .navbar.opened {
  transition: all 0.3s;
}
.cid-tozDhgfEnd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tozDhgfEnd .navbar .navbar-logo img {
  width: auto;
}
.cid-tozDhgfEnd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tozDhgfEnd .navbar.collapsed {
  justify-content: center;
}
.cid-tozDhgfEnd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tozDhgfEnd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tozDhgfEnd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tozDhgfEnd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tozDhgfEnd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tozDhgfEnd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tozDhgfEnd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tozDhgfEnd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tozDhgfEnd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tozDhgfEnd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tozDhgfEnd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tozDhgfEnd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tozDhgfEnd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tozDhgfEnd .navbar .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tozDhgfEnd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tozDhgfEnd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tozDhgfEnd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tozDhgfEnd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tozDhgfEnd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tozDhgfEnd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tozDhgfEnd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tozDhgfEnd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tozDhgfEnd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tozDhgfEnd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tozDhgfEnd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tozDhgfEnd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tozDhgfEnd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tozDhgfEnd .dropdown-item.active,
.cid-tozDhgfEnd .dropdown-item:active {
  background-color: transparent;
}
.cid-tozDhgfEnd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tozDhgfEnd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tozDhgfEnd .nav-dropdown .link.dropdown-toggle[aria-expanded=true] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tozDhgfEnd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tozDhgfEnd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tozDhgfEnd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tozDhgfEnd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tozDhgfEnd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tozDhgfEnd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tozDhgfEnd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tozDhgfEnd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tozDhgfEnd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tozDhgfEnd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tozDhgfEnd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tozDhgfEnd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tozDhgfEnd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tozDhgfEnd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tozDhgfEnd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tozDhgfEnd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tozDhgfEnd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tozDhgfEnd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tozDhgfEnd .navbar {
    height: 70px;
  }
  .cid-tozDhgfEnd .navbar.opened {
    height: auto;
  }
  .cid-tozDhgfEnd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tozDhgJZNs {
  background-image: url("../../../assets/images/hd-wallpaper-electric-guitar-shop-music.jpeg");
}
.cid-tozDhgJZNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tozDhgJZNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tozDhgJZNs .mbr-section-title {
  color: #ffbf2a;
  text-align: right;
}
.cid-tozDhgJZNs .mbr-text,
.cid-tozDhgJZNs .mbr-section-btn {
  color: #ffbf2a;
  text-align: right;
}
.cid-toFBI1Bnz1 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/wp4047726-2000x1125.jpg");
}
.cid-toFBI1Bnz1 .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
.cid-toFBI1Bnz1 img,
.cid-toFBI1Bnz1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-toFBI1Bnz1 .item:focus,
.cid-toFBI1Bnz1 span:focus {
  outline: none;
}
.cid-toFBI1Bnz1 .item-wrapper {
  position: relative;
}
.cid-toFBI1Bnz1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toFBI1Bnz1 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-toFBI1Bnz1 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toFBI1Bnz1 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toFBI1Bnz1 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-toFBI1Bnz1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toFBI1Bnz1 .mbr-section-title {
  color: #ffbf2a;
}
.cid-toFBI1Bnz1 .mbr-text,
.cid-toFBI1Bnz1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-toFBI1Bnz1 .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-toFBI1Bnz1 .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-toFBI1Bnz1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-toFBI1Bnz1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-toFBI1Bnz1 .embla__button--next,
.cid-toFBI1Bnz1 .embla__button--prev {
  display: flex;
}
.cid-toFBI1Bnz1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-toFBI1Bnz1 .embla__button {
    display: none;
  }
}
.cid-toFBI1Bnz1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-toFBI1Bnz1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-toFBI1Bnz1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toFBI1Bnz1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-toFBI1Bnz1 .embla__button {
    top: auto;
  }
}
.cid-toFBI1Bnz1 .embla {
  position: relative;
  width: 100%;
}
.cid-toFBI1Bnz1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-toFBI1Bnz1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-toFBI1Bnz1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-toFBI1Bnz1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-toFBI1Bnz1 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-toFBI1Bnz1 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-toFBI1Bnz1 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-toFZnPjY27 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-toFZnPjY27 .line {
  background-color: #ffbf2a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-toFZnPjY27 .mbr-text {
  color: #ffbf2a;
}
.cid-tozDO53aYi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wp4047726-1.webp");
}
.cid-tozDO53aYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tozDO53aYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tozDO53aYi .item {
  /*padding-bottom: 2rem;*/
}
.cid-tozDO53aYi .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tozDO53aYi .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tozDO53aYi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tozDO53aYi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tozDO53aYi .carousel-control,
.cid-tozDO53aYi .close {
  background: #1b1b1b;
}
.cid-tozDO53aYi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tozDO53aYi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tozDO53aYi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tozDO53aYi .carousel-control-next span {
  margin-left: 5px;
}
.cid-tozDO53aYi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tozDO53aYi .close::before {
  content: '\e91a';
}
.cid-tozDO53aYi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tozDO53aYi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tozDO53aYi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tozDO53aYi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tozDO53aYi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tozDO53aYi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tozDO53aYi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tozDO53aYi .carousel-indicators li.active,
.cid-tozDO53aYi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tozDO53aYi .carousel-indicators li::after,
.cid-tozDO53aYi .carousel-indicators li::before {
  content: none;
}
.cid-tozDO53aYi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tozDO53aYi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tozDO53aYi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tozDO53aYi .carousel-indicators {
    display: none;
  }
}
.cid-tozDO53aYi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tozDO53aYi .carousel-inner > .active {
  display: block;
}
.cid-tozDO53aYi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tozDO53aYi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tozDO53aYi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tozDO53aYi .carousel-control,
  .cid-tozDO53aYi .carousel-indicators,
  .cid-tozDO53aYi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tozDO53aYi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tozDO53aYi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tozDO53aYi .carousel-indicators .active,
.cid-tozDO53aYi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tozDO53aYi .carousel-indicators .active {
  background: #fff;
}
.cid-tozDO53aYi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tozDO53aYi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tozDO53aYi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tozDO53aYi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tozDO53aYi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tozDO53aYi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tozDO53aYi .carousel {
  width: 100%;
}
.cid-tozDO53aYi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tozDO53aYi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tozDO53aYi .modal.fade .modal-dialog,
.cid-tozDO53aYi .modal.in .modal-dialog {
  transform: none;
}
.cid-tozDO53aYi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tozDO53aYi H6 {
  text-align: center;
}
.cid-tozDO53aYi H1 {
  color: #ffbf2a;
  font-size:30px;
}
.cid-tozDO53aYi H3 {
  color: #fff;
  font-size:20px;
}
.cid-tozDO53aYi li{
  font-size:20px;
}
.cid-tozDZ0rIIt {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tozDZ0rIIt .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-tozDZ0rIIt .mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-tozDZ0rIIt .mbr-section-title {
  text-align: right;
  color: #ffbf2a;
}
.cid-tspOL61bg7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wp4047726.webp");
}
.cid-tspOL61bg7 .mbr-overlay {
  background: #232323;
  opacity: 0.5;
}
.cid-tspOL61bg7 img,
.cid-tspOL61bg7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tspOL61bg7 .item:focus,
.cid-tspOL61bg7 span:focus {
  outline: none;
}
.cid-tspOL61bg7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tspOL61bg7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tspOL61bg7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tspOL61bg7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tspOL61bg7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tspOL61bg7 .mbr-section-title {
  color: #232323;
}
.cid-tspOL61bg7 .mbr-text,
.cid-tspOL61bg7 .mbr-section-btn {
  text-align: left;
}
.cid-tspOL61bg7 .item-title {
  text-align: center;
  color: #ffbf2a;
}
.cid-tspOL61bg7 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tozDhieEE1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/wp4047756-2000x1050.jpg");
}
@media (max-width: 767px) {
  .cid-tozDhieEE1 .content {
    text-align: center;
  }
  .cid-tozDhieEE1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tozDhieEE1 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tozDhieEE1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tozDhieEE1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tozDhieEE1 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tozDhieEE1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tozDhieEE1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tozDhieEE1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tozDhieEE1 .google-map[data-state=loading] [data-state-details] {
  display: none;
}
.cid-tozDhieEE1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tozDhieEE1 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tozDhieEE1 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tozDhieEE1 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tozDhieEE1 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tozDhieEE1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tozDhieEE1 .list {
  list-style-type: none;
  padding: 0;
}
.cid-tozDhieEE1 H5 {
  text-align: right;
  color: #ffbf2a;
}
.cid-tozDhieEE1 .mbr-text {
  text-align: right;
}
.cid-tozDhieEE1 .copyright > p {
  color: #ffbf2a;
}





  .table_r {
    display: table;
    text-align: center;
    width: 100%;
    border-collapse: separate;
  }
  
  .table_row {
    display: table-row;
  }
  
  .theader {
    display: table-row;
  }
  
  .table_header {
    display: table-cell;
    background: #ffbf2a;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .table_header:first-child {
    border-left: #ffbf2a 1px solid;
  }
  
  .table_header:last-child {
    border-right: #ffbf2a 1px solid;
  }
  
  .table_small {
    display: table-cell;
    border-right: #ffbf2a 1px solid;
    border-left: #ffbf2a 1px solid;
    background-color: black;
    border-bottom: #ffbf2a 1px solid;
  }
  
  .table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    background: #ffbf2a;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .table_row > .table_small > .table_cell {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
  }
  
  
  
  @media screen and (max-width: 650px) {
    .table_r {
      display: block;
    }
    .table_row:nth-child(2n+3) {
      background: none;
    }
    .theader {
      display: none;
    }
    .table_row > .table_small > .table_cell:nth-child(odd) {
      display: table-cell;
      width: 20%;
    }
    .table_cell {
      display: table-cell;
      width: 80%;
    }
    .table_row {
      display: table;
      width: 100%;
      border-collapse: separate;
      padding-bottom: 20px;
      margin: 5% auto 0;
      text-align: center;
    }
    .table_small {
      display: table-row;
      
    }
    .table_row > .table_small:first-child > .table_cell:last-child {
      border-left: #ffbf2a 1px solid;
    }
    .table_row > .table_small > .table_cell:first-child {
      border-left: #ffbf2a 1px solid;
    }
    .table_row > .table_small:first-child > .table_cell:first-child {
      border-top: #ffbf2a 1px solid;
    }
    .table_row > .table_small:first-child > .table_cell:last-child {
      border-top: #ffbf2a 1px solid;
    }
    .table_row > .table_small:last-child > .table_cell:first-child {
      border-right: #ffbf2a 1px solid;
      border-left: #ffbf2a 1px solid;
    }
    .table_row > .table_small > .table_cell:last-child {
      border-right: #ffbf2a 1px solid;
      border-left: #ffbf2a 1px solid;
      border-bottom: #ffbf2a 1px solid;
    }
  }