body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff2d55 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c60026;
  color: #c60026;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff2d55 !important;
}
.text-secondary {
  color: #0f7699 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff93a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #24b8ea !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2d55;
  border-color: #ff2d55;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2d55;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff2d55;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2d55;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2d55;
  border-bottom-color: #ff2d55;
}
.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: #ffffff !important;
  background-color: #ff2d55 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0f7699 !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='%23ff2d55' %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-vosUwCx6nw .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-vosUwCx6nw .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-vosUwCx6nw a {
  font-style: normal;
}
.cid-vosUwCx6nw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vosUwCx6nw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vosUwCx6nw .nav-item:focus,
.cid-vosUwCx6nw .nav-link:focus {
  outline: none;
}
.cid-vosUwCx6nw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vosUwCx6nw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vosUwCx6nw .menu-logo {
  margin-right: auto;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vosUwCx6nw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vosUwCx6nw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vosUwCx6nw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vosUwCx6nw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vosUwCx6nw button.navbar-toggler:focus {
  outline: none;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vosUwCx6nw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vosUwCx6nw .collapsed .btn {
  display: -webkit-flex;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vosUwCx6nw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vosUwCx6nw .collapsed button.navbar-toggler {
  display: block;
}
.cid-vosUwCx6nw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vosUwCx6nw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vosUwCx6nw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vosUwCx6nw .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vosUwCx6nw img {
    height: 3.8rem !important;
  }
  .cid-vosUwCx6nw .btn {
    display: -webkit-flex;
  }
  .cid-vosUwCx6nw button.navbar-toggler {
    display: block;
  }
  .cid-vosUwCx6nw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vosUwCx6nw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vosUwCx6nw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing,
  .cid-vosUwCx6nw .navbar-collapse.show {
    display: block !important;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-buttons,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vosUwCx6nw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vosUwCx6nw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vosUwCx6nw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vosUwCx6nw .nav-link:hover,
.cid-vosUwCx6nw .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vosT1K3jjz {
  background-image: url("../../../assets/images/vncqiz.jpg-2000x1250.jpg");
}
.cid-vosT1K3jjz H3 {
  text-align: left;
}
.cid-vosT1K3jjz DIV {
  text-align: left;
}
.cid-votQVfbWXJ {
  padding-top: 2.25rem;
  padding-bottom: 0.25rem;
  background-color: #333333;
}
.cid-votQVfbWXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-votQVfbWXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-votQVfbWXJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
}
@media (max-width: 950px) {
  .cid-votQVfbWXJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-votQVfbWXJ .embla__slide .slide-content {
  width: 100%;
}
.cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.3);
}
.cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper:hover .card-box,
.cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper:focus .card-box {
  background-color: #000000;
}
.cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
}
.cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  transition: all .3s ease;
  transform: scale(1.05);
}
@media (max-width: 950px) {
  .cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 32px;
  background-color: #333333;
  transition: all .3s ease;
}
@media (max-width: 950px) {
  .cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper .card-box .item-date {
  margin-bottom: 6px;
}
.cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-votQVfbWXJ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-votQVfbWXJ .embla__button--next,
.cid-votQVfbWXJ .embla__button--prev {
  display: flex;
}
.cid-votQVfbWXJ .embla__button {
  bottom: 63%;
  width: 42px;
  height: 42px;
  font-size: 16px;
  background-color: #0027ba !important;
  color: #ffb3c1 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 1;
}
@media (max-width: 950px) {
  .cid-votQVfbWXJ .embla__button {
    bottom: 0;
  }
}
.cid-votQVfbWXJ .embla__button:hover {
  background-color: #ffb3c1 !important;
  color: #0027ba !important;
}
.cid-votQVfbWXJ .embla__button:disabled {
  cursor: default;
  display: none;
  background-color: #0027ba !important;
  color: #ffb3c1 !important;
}
.cid-votQVfbWXJ .embla__button.embla__button--prev {
  left: 8px;
}
.cid-votQVfbWXJ .embla__button.embla__button--next {
  right: 8px;
}
.cid-votQVfbWXJ .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 950px) {
  .cid-votQVfbWXJ .embla {
    padding-bottom: 4rem;
  }
}
.cid-votQVfbWXJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-votQVfbWXJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-votQVfbWXJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-votQVfbWXJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-votQVfbWXJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-votQVfbWXJ .item-date {
  color: #9e7abe;
}
.cid-votQVfbWXJ .item-title {
  color: #ffb3c1;
}
.cid-votQVfbWXJ .item-text {
  color: #ffffff;
}
.cid-votQVfbWXJ .item-title,
.cid-votQVfbWXJ .mbr-section-btn {
  color: #ffffff;
}
.cid-vp1SnNcwUM {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vp1SnNcwUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp1SnNcwUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjqEQSbXK {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vpjqEQSbXK h3 {
  position: relative;
}
.cid-vpjqEQSbXK h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vpjqEQSbXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjqEQSbXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp2uShW7BA {
  padding-top: 0rem;
  background-color: #ffffff;
}
.cid-vp2uShW7BA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp2uShW7BA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp2uShW7BA .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0rem;
}
.cid-vp2uShW7BA .content-wrapper .card-wrapper {
  padding: 32px;
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #ffffff, 0 10px 10px -5px #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vp2uShW7BA .content-wrapper .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vp2uShW7BA .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vp2uShW7BA .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vp2uShW7BA .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vp2uShW7BA .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vp2uShW7BA .content-wrapper .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vp2uShW7BA .content-wrapper .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp2uShW7BA .content-wrapper .card-wrapper .image-wrapper img {
    height: 450px;
  }
}
.cid-vp2uShW7BA .items-wrapper {
  margin: 0 -20px;
}
.cid-vp2uShW7BA .items-wrapper .card {
  padding: 0 20px;
}
.cid-vp2uShW7BA .mbr-section-title {
  color: #0f172a;
}
.cid-vp2uShW7BA .mbr-text,
.cid-vp2uShW7BA .text-wrapper {
  color: #475569;
}
.cid-vpjkunR34A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vpjkunR34A .mbr-text,
.cid-vpjkunR34A blockquote {
  color: #767676;
}
.cid-vpjkunR34A .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vpjkunR34A .mbr-text B {
  color: #efefef;
}
.cid-vpjkunR34A .hr-line {
  margin: 0;
  border: 0;
  min-width: 100%;
  width: 100%;
  border-color: #333333;
  border-top-width: 2em;
  opacity: 1;
  border-style: solid;
}
.cid-vpjkwpdzVK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/vncqiz.jpg-2000x1250.jpg");
}
.cid-vpjmQBVv7v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vpjmQBVv7v .mbr-text,
.cid-vpjmQBVv7v blockquote {
  color: #767676;
}
.cid-vpjmQBVv7v .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vpjmQBVv7v .mbr-text B {
  color: #efefef;
}
.cid-vpjmQBVv7v .hr-line {
  margin: 0;
  border: 0;
  min-width: 100%;
  width: 100%;
  border-color: #333333;
  border-top-width: 2em;
  opacity: 1;
  border-style: solid;
}
.cid-vpjs5L2KMs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vpjs5L2KMs h3 {
  position: relative;
}
.cid-vpjs5L2KMs h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vpjs5L2KMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjs5L2KMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-63 {
  /* Type valid CSS here */
}
#custom-html-63 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-63 p {
  font-size: 60px;
  color: #777;
}
.cid-vpjNqg4GiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #383737;
  overflow: hidden;
}
.cid-vpjNqg4GiV .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vosUwCx6nw .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-vosUwCx6nw .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-vosUwCx6nw a {
  font-style: normal;
}
.cid-vosUwCx6nw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vosUwCx6nw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vosUwCx6nw .nav-item:focus,
.cid-vosUwCx6nw .nav-link:focus {
  outline: none;
}
.cid-vosUwCx6nw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vosUwCx6nw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vosUwCx6nw .menu-logo {
  margin-right: auto;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vosUwCx6nw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vosUwCx6nw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vosUwCx6nw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vosUwCx6nw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vosUwCx6nw button.navbar-toggler:focus {
  outline: none;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vosUwCx6nw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vosUwCx6nw .collapsed .btn {
  display: -webkit-flex;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vosUwCx6nw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vosUwCx6nw .collapsed button.navbar-toggler {
  display: block;
}
.cid-vosUwCx6nw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vosUwCx6nw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vosUwCx6nw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vosUwCx6nw .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vosUwCx6nw img {
    height: 3.8rem !important;
  }
  .cid-vosUwCx6nw .btn {
    display: -webkit-flex;
  }
  .cid-vosUwCx6nw button.navbar-toggler {
    display: block;
  }
  .cid-vosUwCx6nw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vosUwCx6nw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vosUwCx6nw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing,
  .cid-vosUwCx6nw .navbar-collapse.show {
    display: block !important;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-buttons,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vosUwCx6nw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vosUwCx6nw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vosUwCx6nw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vosUwCx6nw .nav-link:hover,
.cid-vosUwCx6nw .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-voT629SmSi {
  background-image: url("../../../assets/images/folk-music-vol-1.png-1000x1000.png");
}
.cid-voTf5KmZuP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voTf5KmZuP .mbr-text,
.cid-voTf5KmZuP blockquote {
  color: #767676;
}
.cid-voTf5KmZuP .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voTf5KmZuP .mbr-text B {
  color: #efefef;
}
.cid-voTg9PghdT {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voTg9PghdT h3 {
  position: relative;
}
.cid-voTg9PghdT h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voTg9PghdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-voTg9PghdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voV5v4V5u8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voV5v4V5u8 .mbr-text {
    text-align: center;
  }
}
.cid-voV5v4V5u8 li {
  list-style: none;
  padding-bottom: 1.5rem;
  text-decoration: underline;
}
.cid-voV5v4V5u8 ul {
  padding: 0;
  margin: 0;
}
.cid-voV5v4V5u8 H3 {
  text-align: center;
}
.cid-voV5v4V5u8 .item1 a:hover {
  color: #ff7f9f !important;
}
.cid-voV5v4V5u8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voV5v4V5u8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWwUyYBhn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voWwUyYBhn .mbr-text,
.cid-voWwUyYBhn blockquote {
  color: #767676;
}
.cid-voWwUyYBhn .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voWwUyYBhn .mbr-text B {
  color: #efefef;
}
.cid-voWGMkx1Cn {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voWGMkx1Cn h3 {
  position: relative;
}
.cid-voWGMkx1Cn h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voWGMkx1Cn .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWGMkx1Cn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWC1bKB8p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voWC1bKB8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWC1bKB8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voWC1bKB8p .row {
    padding: 0 13px;
  }
}
.cid-voWC1bKB8p .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voWC1bKB8p .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voWC1bKB8p .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voWC1bKB8p .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voWC1bKB8p .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voWC1bKB8p .text-wrapper {
    padding: 0;
  }
}
.cid-voWC1bKB8p .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voWC1bKB8p .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voWC1bKB8p .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voWC1bKB8p .mbr-text {
  color: #000000;
}
.cid-voWC1bKB8p .mbr-name {
  color: #ffffff;
}
.cid-voWC1bKB8p .mbr-role {
  color: #ffffff;
}
.cid-voWCCBQXhI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voWCCBQXhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWCCBQXhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voWCCBQXhI .row {
    padding: 0 13px;
  }
}
.cid-voWCCBQXhI .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voWCCBQXhI .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voWCCBQXhI .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voWCCBQXhI .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voWCCBQXhI .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voWCCBQXhI .text-wrapper {
    padding: 0;
  }
}
.cid-voWCCBQXhI .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voWCCBQXhI .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voWCCBQXhI .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voWCCBQXhI .mbr-text {
  color: #000000;
}
.cid-voWCCBQXhI .mbr-name {
  color: #ffffff;
}
.cid-voWCCBQXhI .mbr-role {
  color: #ffffff;
}
.cid-voWD0IfvVX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voWD0IfvVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWD0IfvVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voWD0IfvVX .row {
    padding: 0 13px;
  }
}
.cid-voWD0IfvVX .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voWD0IfvVX .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voWD0IfvVX .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voWD0IfvVX .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voWD0IfvVX .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voWD0IfvVX .text-wrapper {
    padding: 0;
  }
}
.cid-voWD0IfvVX .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voWD0IfvVX .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voWD0IfvVX .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voWD0IfvVX .mbr-text {
  color: #000000;
}
.cid-voWD0IfvVX .mbr-name {
  color: #ffffff;
}
.cid-voWD0IfvVX .mbr-role {
  color: #ffffff;
}
.cid-voWDe4s9IS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voWDe4s9IS .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWDe4s9IS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voWDe4s9IS .row {
    padding: 0 13px;
  }
}
.cid-voWDe4s9IS .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voWDe4s9IS .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voWDe4s9IS .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voWDe4s9IS .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voWDe4s9IS .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voWDe4s9IS .text-wrapper {
    padding: 0;
  }
}
.cid-voWDe4s9IS .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voWDe4s9IS .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voWDe4s9IS .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voWDe4s9IS .mbr-text {
  color: #000000;
}
.cid-voWDe4s9IS .mbr-name {
  color: #ffffff;
}
.cid-voWDe4s9IS .mbr-role {
  color: #ffffff;
}
.cid-voWDBThRH9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voWDBThRH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWDBThRH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voWDBThRH9 .row {
    padding: 0 13px;
  }
}
.cid-voWDBThRH9 .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voWDBThRH9 .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voWDBThRH9 .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voWDBThRH9 .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voWDBThRH9 .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voWDBThRH9 .text-wrapper {
    padding: 0;
  }
}
.cid-voWDBThRH9 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voWDBThRH9 .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voWDBThRH9 .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voWDBThRH9 .mbr-text {
  color: #000000;
}
.cid-voWDBThRH9 .mbr-name {
  color: #ffffff;
}
.cid-voWDBThRH9 .mbr-role {
  color: #ffffff;
}
.cid-voWDSnzZ3C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voWDSnzZ3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWDSnzZ3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voWDSnzZ3C .row {
    padding: 0 13px;
  }
}
.cid-voWDSnzZ3C .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voWDSnzZ3C .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voWDSnzZ3C .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voWDSnzZ3C .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voWDSnzZ3C .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voWDSnzZ3C .text-wrapper {
    padding: 0;
  }
}
.cid-voWDSnzZ3C .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voWDSnzZ3C .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voWDSnzZ3C .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voWDSnzZ3C .mbr-text {
  color: #000000;
}
.cid-voWDSnzZ3C .mbr-name {
  color: #ffffff;
}
.cid-voWDSnzZ3C .mbr-role {
  color: #ffffff;
}
.cid-voWEqmCCOw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voWEqmCCOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWEqmCCOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voWEqmCCOw .row {
    padding: 0 13px;
  }
}
.cid-voWEqmCCOw .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voWEqmCCOw .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voWEqmCCOw .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voWEqmCCOw .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voWEqmCCOw .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voWEqmCCOw .text-wrapper {
    padding: 0;
  }
}
.cid-voWEqmCCOw .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voWEqmCCOw .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voWEqmCCOw .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voWEqmCCOw .mbr-text {
  color: #000000;
}
.cid-voWEqmCCOw .mbr-name {
  color: #ffffff;
}
.cid-voWEqmCCOw .mbr-role {
  color: #ffffff;
}
.cid-voWENPznKj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voWENPznKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWENPznKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voWENPznKj .row {
    padding: 0 13px;
  }
}
.cid-voWENPznKj .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voWENPznKj .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voWENPznKj .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voWENPznKj .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voWENPznKj .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voWENPznKj .text-wrapper {
    padding: 0;
  }
}
.cid-voWENPznKj .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voWENPznKj .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voWENPznKj .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voWENPznKj .mbr-text {
  color: #000000;
}
.cid-voWENPznKj .mbr-name {
  color: #ffffff;
}
.cid-voWENPznKj .mbr-role {
  color: #ffffff;
}
.cid-voWFmQqhue {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voWFmQqhue .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWFmQqhue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voWFmQqhue .row {
    padding: 0 13px;
  }
}
.cid-voWFmQqhue .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voWFmQqhue .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voWFmQqhue .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voWFmQqhue .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voWFmQqhue .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voWFmQqhue .text-wrapper {
    padding: 0;
  }
}
.cid-voWFmQqhue .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voWFmQqhue .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voWFmQqhue .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voWFmQqhue .mbr-text {
  color: #000000;
}
.cid-voWFmQqhue .mbr-name {
  color: #ffffff;
}
.cid-voWFmQqhue .mbr-role {
  color: #ffffff;
}
.cid-voWFFCollW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voWFFCollW .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWFFCollW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voWFFCollW .row {
    padding: 0 13px;
  }
}
.cid-voWFFCollW .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voWFFCollW .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voWFFCollW .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voWFFCollW .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voWFFCollW .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voWFFCollW .text-wrapper {
    padding: 0;
  }
}
.cid-voWFFCollW .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voWFFCollW .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voWFFCollW .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voWFFCollW .mbr-text {
  color: #000000;
}
.cid-voWFFCollW .mbr-name {
  color: #ffffff;
}
.cid-voWFFCollW .mbr-role {
  color: #ffffff;
}
.cid-voWHmMzEwV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voWHmMzEwV .mbr-text,
.cid-voWHmMzEwV blockquote {
  color: #767676;
}
.cid-voWHmMzEwV .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voWHmMzEwV .mbr-text B {
  color: #efefef;
}
.cid-voZA6yqI9T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/folk-music-vol-1.png-1000x1000.png");
}
.cid-voZA5Ed7Jx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voZA5Ed7Jx .mbr-text,
.cid-voZA5Ed7Jx blockquote {
  color: #767676;
}
.cid-voZA5Ed7Jx .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voZA5Ed7Jx .mbr-text B {
  color: #efefef;
}
.cid-voWHxCiGKC {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voWHxCiGKC h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-voWHxCiGKC h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voWHxCiGKC .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-voWHxCiGKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWHxCiGKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWHxCiGKC .mbr-text,
.cid-voWHxCiGKC .img-align {
  text-align: left;
}
.cid-voWHD52GrV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voWHD52GrV .mbr-text,
.cid-voWHD52GrV blockquote {
  color: #767676;
}
.cid-voWHD52GrV .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voWHD52GrV .mbr-text B {
  color: #efefef;
}
.cid-voWHA8eOK4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/folk-music-vol-1.png-1000x1000.png");
}
.cid-voWHDWXzIA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voWHDWXzIA .mbr-text,
.cid-voWHDWXzIA blockquote {
  color: #767676;
}
.cid-voWHDWXzIA .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voWHDWXzIA .mbr-text B {
  color: #efefef;
}
.cid-vp1b2myBMP {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vp1b2myBMP h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-vp1b2myBMP h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vp1b2myBMP .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-vp1b2myBMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp1b2myBMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp1b2myBMP .mbr-text,
.cid-vp1b2myBMP .img-align {
  text-align: left;
}
.cid-vp1b3DcGqi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp1b3DcGqi .mbr-text,
.cid-vp1b3DcGqi blockquote {
  color: #767676;
}
.cid-vp1b3DcGqi .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp1b3DcGqi .mbr-text B {
  color: #efefef;
}
.cid-vp1b8BoX5T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/folk-music-vol-1.png-1000x1000.png");
}
.cid-vp1b5eLNxD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp1b5eLNxD .mbr-text,
.cid-vp1b5eLNxD blockquote {
  color: #767676;
}
.cid-vp1b5eLNxD .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp1b5eLNxD .mbr-text B {
  color: #efefef;
}
.cid-voTgbmrzd8 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voTgbmrzd8 h3 {
  position: relative;
}
.cid-voTgbmrzd8 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voTgbmrzd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voTgbmrzd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-q {
  /* Type valid CSS here */
}
#custom-html-q div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-q p {
  font-size: 60px;
  color: #777;
}
.cid-vpjNqg4GiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #383737;
  overflow: hidden;
}
.cid-vpjNqg4GiV .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vosUwCx6nw .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-vosUwCx6nw .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-vosUwCx6nw a {
  font-style: normal;
}
.cid-vosUwCx6nw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vosUwCx6nw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vosUwCx6nw .nav-item:focus,
.cid-vosUwCx6nw .nav-link:focus {
  outline: none;
}
.cid-vosUwCx6nw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vosUwCx6nw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vosUwCx6nw .menu-logo {
  margin-right: auto;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vosUwCx6nw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vosUwCx6nw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vosUwCx6nw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vosUwCx6nw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vosUwCx6nw button.navbar-toggler:focus {
  outline: none;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vosUwCx6nw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vosUwCx6nw .collapsed .btn {
  display: -webkit-flex;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vosUwCx6nw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vosUwCx6nw .collapsed button.navbar-toggler {
  display: block;
}
.cid-vosUwCx6nw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vosUwCx6nw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vosUwCx6nw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vosUwCx6nw .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vosUwCx6nw img {
    height: 3.8rem !important;
  }
  .cid-vosUwCx6nw .btn {
    display: -webkit-flex;
  }
  .cid-vosUwCx6nw button.navbar-toggler {
    display: block;
  }
  .cid-vosUwCx6nw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vosUwCx6nw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vosUwCx6nw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing,
  .cid-vosUwCx6nw .navbar-collapse.show {
    display: block !important;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-buttons,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vosUwCx6nw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vosUwCx6nw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vosUwCx6nw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vosUwCx6nw .nav-link:hover,
.cid-vosUwCx6nw .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-voXiU9KGHv {
  background-image: url("../../../assets/images/guitar01.jpg-1920x1080.jpg");
}
.cid-voXiU9KGHv H3 {
  text-align: left;
}
.cid-voXiU9KGHv .mbr-text,
.cid-voXiU9KGHv .mbr-section-btn {
  text-align: left;
}
.cid-voXiU9KGHv H1 {
  text-align: left;
}
.cid-voXjT6qNxl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voXjT6qNxl .mbr-text,
.cid-voXjT6qNxl blockquote {
  color: #767676;
}
.cid-voXjT6qNxl .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voXjT6qNxl .mbr-text B {
  color: #efefef;
}
.cid-voXkoa2XpS {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voXkoa2XpS h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-voXkoa2XpS h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voXkoa2XpS .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-voXkoa2XpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-voXkoa2XpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp62eoy1k8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vp62eoy1k8 img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 400px) {
  .cid-vp62eoy1k8 img {
    height: 350px;
  }
}
.cid-vp62eoy1k8 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vp62eoy1k8 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vp62eoy1k8 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vp63ofhNOT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vp63ofhNOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp63ofhNOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp63ofhNOT .mbr-text,
.cid-vp63ofhNOT .img-align {
  text-align: left;
}
.cid-vpjsz0HNJs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vpjsz0HNJs .mbr-text,
.cid-vpjsz0HNJs blockquote {
  color: #767676;
}
.cid-vpjsz0HNJs .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vpjsz0HNJs .mbr-text B {
  color: #efefef;
}
.cid-vpjsz0HNJs .hr-line {
  margin: 0;
  border: 0;
  min-width: 100%;
  width: 100%;
  border-color: #000000;
  border-top-width: 2em;
  opacity: 1;
  border-style: solid;
}
.cid-vpjsAR78ML {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vpjsAR78ML h3 {
  position: relative;
}
.cid-vpjsAR78ML h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vpjsAR78ML .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjsAR78ML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-62 {
  /* Type valid CSS here */
}
#custom-html-62 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-62 p {
  font-size: 60px;
  color: #777;
}
.cid-vpjNqg4GiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #383737;
  overflow: hidden;
}
.cid-vpjNqg4GiV .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vosUwCx6nw .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-vosUwCx6nw .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-vosUwCx6nw a {
  font-style: normal;
}
.cid-vosUwCx6nw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vosUwCx6nw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vosUwCx6nw .nav-item:focus,
.cid-vosUwCx6nw .nav-link:focus {
  outline: none;
}
.cid-vosUwCx6nw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vosUwCx6nw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vosUwCx6nw .menu-logo {
  margin-right: auto;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vosUwCx6nw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vosUwCx6nw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vosUwCx6nw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vosUwCx6nw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vosUwCx6nw button.navbar-toggler:focus {
  outline: none;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vosUwCx6nw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vosUwCx6nw .collapsed .btn {
  display: -webkit-flex;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vosUwCx6nw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vosUwCx6nw .collapsed button.navbar-toggler {
  display: block;
}
.cid-vosUwCx6nw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vosUwCx6nw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vosUwCx6nw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vosUwCx6nw .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vosUwCx6nw img {
    height: 3.8rem !important;
  }
  .cid-vosUwCx6nw .btn {
    display: -webkit-flex;
  }
  .cid-vosUwCx6nw button.navbar-toggler {
    display: block;
  }
  .cid-vosUwCx6nw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vosUwCx6nw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vosUwCx6nw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing,
  .cid-vosUwCx6nw .navbar-collapse.show {
    display: block !important;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-buttons,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vosUwCx6nw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vosUwCx6nw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vosUwCx6nw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vosUwCx6nw .nav-link:hover,
.cid-vosUwCx6nw .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-voXRmqNxO8 {
  background-image: url("../../../assets/images/guitar04.jpg-1600x900.jpg");
}
.cid-voXRmqNxO8 H3 {
  text-align: left;
}
.cid-voXRmqNxO8 .mbr-text,
.cid-voXRmqNxO8 .mbr-section-btn {
  text-align: left;
}
.cid-voXRmqNxO8 H1 {
  text-align: left;
}
.cid-vpju5Nq3pS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vpju5Nq3pS .mbr-text,
.cid-vpju5Nq3pS blockquote {
  color: #767676;
}
.cid-vpju5Nq3pS .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vpju5Nq3pS .mbr-text B {
  color: #efefef;
}
.cid-voXSO0NA0P {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voXSO0NA0P .card-subtitle {
  margin: 0;
}
.cid-voXSO0NA0P .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-voXSO0NA0P .card {
  padding: 0.5rem;
}
.cid-voXSO0NA0P img {
  object-fit: cover;
  height: 100%;
  width: 80%;
  transition: all 0.5s ease;
}
.cid-voXSO0NA0P img:hover {
  transform: scale(0.9);
  filter: grayscale(80%);
}
.cid-voXSO0NA0P h4 {
  margin: 0;
}
.cid-voXSO0NA0P .card-img {
  height: 450px;
}
.cid-voXSO0NA0P h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-voXSO0NA0P h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-voXSO0NA0P .card-img {
    height: 350px;
  }
}
.cid-voXSO0NA0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-voXSO0NA0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voXSO0NA0P .card-title,
.cid-voXSO0NA0P .card-img {
  color: #000000;
}
.cid-voYnSSWFKS {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voYnSSWFKS .card-subtitle {
  margin: 0;
}
.cid-voYnSSWFKS .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-voYnSSWFKS .card {
  padding: 0.5rem;
}
.cid-voYnSSWFKS img {
  object-fit: cover;
  height: 100%;
  width: 80%;
  transition: all 0.5s ease;
}
.cid-voYnSSWFKS img:hover {
  transform: scale(0.9);
  filter: grayscale(80%);
}
.cid-voYnSSWFKS h4 {
  margin: 0;
}
.cid-voYnSSWFKS .card-img {
  height: 450px;
}
.cid-voYnSSWFKS h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-voYnSSWFKS h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-voYnSSWFKS .card-img {
    height: 350px;
  }
}
.cid-voYnSSWFKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYnSSWFKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYnSSWFKS .card-title,
.cid-voYnSSWFKS .card-img {
  color: #000000;
}
.cid-vpjNqg4GiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #383737;
  overflow: hidden;
}
.cid-vpjNqg4GiV .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-voYPG8xNbk .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-voYPG8xNbk .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-voYPG8xNbk a {
  font-style: normal;
}
.cid-voYPG8xNbk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-voYPG8xNbk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-voYPG8xNbk .nav-item:focus,
.cid-voYPG8xNbk .nav-link:focus {
  outline: none;
}
.cid-voYPG8xNbk .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-voYPG8xNbk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-voYPG8xNbk .menu-logo {
  margin-right: auto;
}
.cid-voYPG8xNbk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voYPG8xNbk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-voYPG8xNbk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voYPG8xNbk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voYPG8xNbk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voYPG8xNbk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voYPG8xNbk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-voYPG8xNbk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-voYPG8xNbk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-voYPG8xNbk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voYPG8xNbk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voYPG8xNbk .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-voYPG8xNbk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-voYPG8xNbk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voYPG8xNbk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voYPG8xNbk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voYPG8xNbk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-voYPG8xNbk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-voYPG8xNbk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-voYPG8xNbk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voYPG8xNbk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voYPG8xNbk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voYPG8xNbk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voYPG8xNbk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-voYPG8xNbk button.navbar-toggler:focus {
  outline: none;
}
.cid-voYPG8xNbk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-voYPG8xNbk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-voYPG8xNbk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-voYPG8xNbk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-voYPG8xNbk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-voYPG8xNbk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voYPG8xNbk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-voYPG8xNbk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-voYPG8xNbk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voYPG8xNbk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-voYPG8xNbk .collapsed .btn {
  display: -webkit-flex;
}
.cid-voYPG8xNbk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voYPG8xNbk .collapsed .navbar-collapse.collapsing,
.cid-voYPG8xNbk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-voYPG8xNbk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voYPG8xNbk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voYPG8xNbk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voYPG8xNbk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voYPG8xNbk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-voYPG8xNbk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-voYPG8xNbk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voYPG8xNbk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-voYPG8xNbk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voYPG8xNbk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-voYPG8xNbk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-voYPG8xNbk .collapsed button.navbar-toggler {
  display: block;
}
.cid-voYPG8xNbk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-voYPG8xNbk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-voYPG8xNbk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-voYPG8xNbk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voYPG8xNbk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voYPG8xNbk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-voYPG8xNbk .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-voYPG8xNbk img {
    height: 3.8rem !important;
  }
  .cid-voYPG8xNbk .btn {
    display: -webkit-flex;
  }
  .cid-voYPG8xNbk button.navbar-toggler {
    display: block;
  }
  .cid-voYPG8xNbk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-voYPG8xNbk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-voYPG8xNbk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voYPG8xNbk .navbar-collapse.collapsing,
  .cid-voYPG8xNbk .navbar-collapse.show {
    display: block !important;
  }
  .cid-voYPG8xNbk .navbar-collapse.collapsing .navbar-nav,
  .cid-voYPG8xNbk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voYPG8xNbk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voYPG8xNbk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-voYPG8xNbk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-voYPG8xNbk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-voYPG8xNbk .navbar-collapse.collapsing .navbar-buttons,
  .cid-voYPG8xNbk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-voYPG8xNbk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voYPG8xNbk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voYPG8xNbk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-voYPG8xNbk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voYPG8xNbk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voYPG8xNbk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-voYPG8xNbk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-voYPG8xNbk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-voYPG8xNbk .nav-link:hover,
.cid-voYPG8xNbk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-voYPG8XDsv {
  background-image: url("../../../assets/images/folk-music-vol-2.png-1000x1000.png");
}
.cid-voYPG99Dna {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voYPG99Dna .mbr-text,
.cid-voYPG99Dna blockquote {
  color: #767676;
}
.cid-voYPG99Dna .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voYPG99Dna .mbr-text B {
  color: #efefef;
}
.cid-voYPG9fND6 {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voYPG9fND6 h3 {
  position: relative;
}
.cid-voYPG9fND6 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voYPG9fND6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPG9fND6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYPG9o0Ll {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voYPG9o0Ll .mbr-text {
    text-align: center;
  }
}
.cid-voYPG9o0Ll li {
  list-style: none;
  padding-bottom: 1.5rem;
  text-decoration: underline;
}
.cid-voYPG9o0Ll ul {
  padding: 0;
  margin: 0;
}
.cid-voYPG9o0Ll H3 {
  text-align: center;
}
.cid-voYPG9o0Ll .item1 a:hover {
  color: #ff7f9f !important;
}
.cid-voYPG9o0Ll .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPG9o0Ll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYPG9Bwj5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voYPG9Bwj5 .mbr-text,
.cid-voYPG9Bwj5 blockquote {
  color: #767676;
}
.cid-voYPG9Bwj5 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voYPG9Bwj5 .mbr-text B {
  color: #efefef;
}
.cid-voYPG9JcQO {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voYPG9JcQO h3 {
  position: relative;
}
.cid-voYPG9JcQO h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voYPG9JcQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPG9JcQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYPG9S9hs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voYPG9S9hs .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPG9S9hs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voYPG9S9hs .row {
    padding: 0 13px;
  }
}
.cid-voYPG9S9hs .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voYPG9S9hs .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voYPG9S9hs .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYPG9S9hs .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voYPG9S9hs .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voYPG9S9hs .text-wrapper {
    padding: 0;
  }
}
.cid-voYPG9S9hs .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voYPG9S9hs .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voYPG9S9hs .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voYPG9S9hs .mbr-text {
  color: #000000;
}
.cid-voYPG9S9hs .mbr-name {
  color: #ffffff;
}
.cid-voYPG9S9hs .mbr-role {
  color: #ffffff;
}
.cid-voYPGa3N46 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voYPGa3N46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPGa3N46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voYPGa3N46 .row {
    padding: 0 13px;
  }
}
.cid-voYPGa3N46 .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voYPGa3N46 .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voYPGa3N46 .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYPGa3N46 .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voYPGa3N46 .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voYPGa3N46 .text-wrapper {
    padding: 0;
  }
}
.cid-voYPGa3N46 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voYPGa3N46 .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voYPGa3N46 .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voYPGa3N46 .mbr-text {
  color: #000000;
}
.cid-voYPGa3N46 .mbr-name {
  color: #ffffff;
}
.cid-voYPGa3N46 .mbr-role {
  color: #ffffff;
}
.cid-voYPGafbD6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voYPGafbD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPGafbD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voYPGafbD6 .row {
    padding: 0 13px;
  }
}
.cid-voYPGafbD6 .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voYPGafbD6 .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voYPGafbD6 .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYPGafbD6 .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voYPGafbD6 .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voYPGafbD6 .text-wrapper {
    padding: 0;
  }
}
.cid-voYPGafbD6 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voYPGafbD6 .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voYPGafbD6 .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voYPGafbD6 .mbr-text {
  color: #000000;
}
.cid-voYPGafbD6 .mbr-name {
  color: #ffffff;
}
.cid-voYPGafbD6 .mbr-role {
  color: #ffffff;
}
.cid-voYPGaqrkl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voYPGaqrkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPGaqrkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voYPGaqrkl .row {
    padding: 0 13px;
  }
}
.cid-voYPGaqrkl .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voYPGaqrkl .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voYPGaqrkl .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYPGaqrkl .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voYPGaqrkl .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voYPGaqrkl .text-wrapper {
    padding: 0;
  }
}
.cid-voYPGaqrkl .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voYPGaqrkl .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voYPGaqrkl .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voYPGaqrkl .mbr-text {
  color: #000000;
}
.cid-voYPGaqrkl .mbr-name {
  color: #ffffff;
}
.cid-voYPGaqrkl .mbr-role {
  color: #ffffff;
}
.cid-voYPGazhig {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voYPGazhig .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPGazhig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voYPGazhig .row {
    padding: 0 13px;
  }
}
.cid-voYPGazhig .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voYPGazhig .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voYPGazhig .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYPGazhig .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voYPGazhig .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voYPGazhig .text-wrapper {
    padding: 0;
  }
}
.cid-voYPGazhig .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voYPGazhig .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voYPGazhig .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voYPGazhig .mbr-text {
  color: #000000;
}
.cid-voYPGazhig .mbr-name {
  color: #ffffff;
}
.cid-voYPGazhig .mbr-role {
  color: #ffffff;
}
.cid-voYPGaLghY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voYPGaLghY .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPGaLghY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voYPGaLghY .row {
    padding: 0 13px;
  }
}
.cid-voYPGaLghY .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voYPGaLghY .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voYPGaLghY .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYPGaLghY .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voYPGaLghY .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voYPGaLghY .text-wrapper {
    padding: 0;
  }
}
.cid-voYPGaLghY .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voYPGaLghY .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voYPGaLghY .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voYPGaLghY .mbr-text {
  color: #000000;
}
.cid-voYPGaLghY .mbr-name {
  color: #ffffff;
}
.cid-voYPGaLghY .mbr-role {
  color: #ffffff;
}
.cid-voYPGaX6CU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voYPGaX6CU .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPGaX6CU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voYPGaX6CU .row {
    padding: 0 13px;
  }
}
.cid-voYPGaX6CU .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voYPGaX6CU .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voYPGaX6CU .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYPGaX6CU .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voYPGaX6CU .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voYPGaX6CU .text-wrapper {
    padding: 0;
  }
}
.cid-voYPGaX6CU .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voYPGaX6CU .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voYPGaX6CU .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voYPGaX6CU .mbr-text {
  color: #000000;
}
.cid-voYPGaX6CU .mbr-name {
  color: #ffffff;
}
.cid-voYPGaX6CU .mbr-role {
  color: #ffffff;
}
.cid-voYPGb86jg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voYPGb86jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPGb86jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voYPGb86jg .row {
    padding: 0 13px;
  }
}
.cid-voYPGb86jg .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voYPGb86jg .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voYPGb86jg .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYPGb86jg .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voYPGb86jg .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voYPGb86jg .text-wrapper {
    padding: 0;
  }
}
.cid-voYPGb86jg .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voYPGb86jg .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voYPGb86jg .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voYPGb86jg .mbr-text {
  color: #000000;
}
.cid-voYPGb86jg .mbr-name {
  color: #ffffff;
}
.cid-voYPGb86jg .mbr-role {
  color: #ffffff;
}
.cid-voYPGbkG3z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voYPGbkG3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPGbkG3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voYPGbkG3z .row {
    padding: 0 13px;
  }
}
.cid-voYPGbkG3z .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voYPGbkG3z .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voYPGbkG3z .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYPGbkG3z .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voYPGbkG3z .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voYPGbkG3z .text-wrapper {
    padding: 0;
  }
}
.cid-voYPGbkG3z .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voYPGbkG3z .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voYPGbkG3z .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voYPGbkG3z .mbr-text {
  color: #000000;
}
.cid-voYPGbkG3z .mbr-name {
  color: #ffffff;
}
.cid-voYPGbkG3z .mbr-role {
  color: #ffffff;
}
.cid-voYPGbDXJ5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voYPGbDXJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPGbDXJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voYPGbDXJ5 .row {
    padding: 0 13px;
  }
}
.cid-voYPGbDXJ5 .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voYPGbDXJ5 .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voYPGbDXJ5 .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYPGbDXJ5 .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voYPGbDXJ5 .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voYPGbDXJ5 .text-wrapper {
    padding: 0;
  }
}
.cid-voYPGbDXJ5 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voYPGbDXJ5 .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voYPGbDXJ5 .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voYPGbDXJ5 .mbr-text {
  color: #000000;
}
.cid-voYPGbDXJ5 .mbr-name {
  color: #ffffff;
}
.cid-voYPGbDXJ5 .mbr-role {
  color: #ffffff;
}
.cid-voYPGbQhn7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voYPGbQhn7 .mbr-text,
.cid-voYPGbQhn7 blockquote {
  color: #767676;
}
.cid-voYPGbQhn7 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voYPGbQhn7 .mbr-text B {
  color: #efefef;
}
.cid-voZAe3VCFa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/folk-music-vol-2.png-1000x1000.png");
}
.cid-voZAd4MK0X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voZAd4MK0X .mbr-text,
.cid-voZAd4MK0X blockquote {
  color: #767676;
}
.cid-voZAd4MK0X .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voZAd4MK0X .mbr-text B {
  color: #efefef;
}
.cid-voYPGbX6ha {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voYPGbX6ha h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-voYPGbX6ha h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voYPGbX6ha .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-voYPGbX6ha .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPGbX6ha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYPGcb0Zv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voYPGcb0Zv .mbr-text,
.cid-voYPGcb0Zv blockquote {
  color: #767676;
}
.cid-voYPGcb0Zv .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voYPGcb0Zv .mbr-text B {
  color: #efefef;
}
.cid-voYPGcjBQz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/folk-music-vol-2.png-1000x1000.png");
}
.cid-voYPGcwmXZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voYPGcwmXZ .mbr-text,
.cid-voYPGcwmXZ blockquote {
  color: #767676;
}
.cid-voYPGcwmXZ .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voYPGcwmXZ .mbr-text B {
  color: #efefef;
}
.cid-vp1bzfDo1V {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vp1bzfDo1V h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-vp1bzfDo1V h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vp1bzfDo1V .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-vp1bzfDo1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp1bzfDo1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp1bzfDo1V .mbr-text,
.cid-vp1bzfDo1V .img-align {
  text-align: left;
}
.cid-vp1bAjH3c8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp1bAjH3c8 .mbr-text,
.cid-vp1bAjH3c8 blockquote {
  color: #767676;
}
.cid-vp1bAjH3c8 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp1bAjH3c8 .mbr-text B {
  color: #efefef;
}
.cid-vp1bCeiT0J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/folk-music-vol-2.png-1000x1000.png");
}
.cid-vp1bBbDFvY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp1bBbDFvY .mbr-text,
.cid-vp1bBbDFvY blockquote {
  color: #767676;
}
.cid-vp1bBbDFvY .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp1bBbDFvY .mbr-text B {
  color: #efefef;
}
.cid-voYPGcDafk {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voYPGcDafk h3 {
  position: relative;
}
.cid-voYPGcDafk h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voYPGcDafk .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYPGcDafk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-2h {
  /* Type valid CSS here */
}
#custom-html-2h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2h p {
  font-size: 60px;
  color: #777;
}
.cid-vpjNqg4GiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #383737;
  overflow: hidden;
}
.cid-vpjNqg4GiV .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-voZq69yQqy .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-voZq69yQqy .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-voZq69yQqy a {
  font-style: normal;
}
.cid-voZq69yQqy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-voZq69yQqy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-voZq69yQqy .nav-item:focus,
.cid-voZq69yQqy .nav-link:focus {
  outline: none;
}
.cid-voZq69yQqy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-voZq69yQqy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-voZq69yQqy .menu-logo {
  margin-right: auto;
}
.cid-voZq69yQqy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voZq69yQqy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-voZq69yQqy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voZq69yQqy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voZq69yQqy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voZq69yQqy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voZq69yQqy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-voZq69yQqy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-voZq69yQqy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-voZq69yQqy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voZq69yQqy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voZq69yQqy .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-voZq69yQqy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-voZq69yQqy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voZq69yQqy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voZq69yQqy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voZq69yQqy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-voZq69yQqy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-voZq69yQqy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-voZq69yQqy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voZq69yQqy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voZq69yQqy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voZq69yQqy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voZq69yQqy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-voZq69yQqy button.navbar-toggler:focus {
  outline: none;
}
.cid-voZq69yQqy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-voZq69yQqy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-voZq69yQqy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-voZq69yQqy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-voZq69yQqy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-voZq69yQqy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voZq69yQqy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-voZq69yQqy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-voZq69yQqy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voZq69yQqy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-voZq69yQqy .collapsed .btn {
  display: -webkit-flex;
}
.cid-voZq69yQqy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voZq69yQqy .collapsed .navbar-collapse.collapsing,
.cid-voZq69yQqy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-voZq69yQqy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voZq69yQqy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voZq69yQqy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voZq69yQqy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voZq69yQqy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-voZq69yQqy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-voZq69yQqy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voZq69yQqy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-voZq69yQqy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voZq69yQqy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-voZq69yQqy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-voZq69yQqy .collapsed button.navbar-toggler {
  display: block;
}
.cid-voZq69yQqy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-voZq69yQqy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-voZq69yQqy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-voZq69yQqy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voZq69yQqy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voZq69yQqy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-voZq69yQqy .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-voZq69yQqy img {
    height: 3.8rem !important;
  }
  .cid-voZq69yQqy .btn {
    display: -webkit-flex;
  }
  .cid-voZq69yQqy button.navbar-toggler {
    display: block;
  }
  .cid-voZq69yQqy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-voZq69yQqy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-voZq69yQqy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voZq69yQqy .navbar-collapse.collapsing,
  .cid-voZq69yQqy .navbar-collapse.show {
    display: block !important;
  }
  .cid-voZq69yQqy .navbar-collapse.collapsing .navbar-nav,
  .cid-voZq69yQqy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voZq69yQqy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voZq69yQqy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-voZq69yQqy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-voZq69yQqy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-voZq69yQqy .navbar-collapse.collapsing .navbar-buttons,
  .cid-voZq69yQqy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-voZq69yQqy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voZq69yQqy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voZq69yQqy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-voZq69yQqy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voZq69yQqy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voZq69yQqy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-voZq69yQqy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-voZq69yQqy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-voZq69yQqy .nav-link:hover,
.cid-voZq69yQqy .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-voZq6atQIu {
  background-image: url("../../../assets/images/folk-music-vol-3.png-1000x1000.png");
}
.cid-voZq6aLGtL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voZq6aLGtL .mbr-text,
.cid-voZq6aLGtL blockquote {
  color: #767676;
}
.cid-voZq6aLGtL .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voZq6aLGtL .mbr-text B {
  color: #efefef;
}
.cid-voZq6aSL3w {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voZq6aSL3w h3 {
  position: relative;
}
.cid-voZq6aSL3w h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voZq6aSL3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6aSL3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voZq6b3A1m {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voZq6b3A1m .mbr-text {
    text-align: center;
  }
}
.cid-voZq6b3A1m li {
  list-style: none;
  padding-bottom: 1.5rem;
  text-decoration: underline;
}
.cid-voZq6b3A1m ul {
  padding: 0;
  margin: 0;
}
.cid-voZq6b3A1m H3 {
  text-align: center;
}
.cid-voZq6b3A1m .item1 a:hover {
  color: #ff7f9f !important;
}
.cid-voZq6b3A1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6b3A1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voZq6bjn3T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voZq6bjn3T .mbr-text,
.cid-voZq6bjn3T blockquote {
  color: #767676;
}
.cid-voZq6bjn3T .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voZq6bjn3T .mbr-text B {
  color: #efefef;
}
.cid-voZq6bpQPI {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voZq6bpQPI h3 {
  position: relative;
}
.cid-voZq6bpQPI h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voZq6bpQPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6bpQPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voZq6bAmOr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voZq6bAmOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6bAmOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voZq6bAmOr .row {
    padding: 0 13px;
  }
}
.cid-voZq6bAmOr .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voZq6bAmOr .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voZq6bAmOr .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voZq6bAmOr .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voZq6bAmOr .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voZq6bAmOr .text-wrapper {
    padding: 0;
  }
}
.cid-voZq6bAmOr .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voZq6bAmOr .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voZq6bAmOr .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voZq6bAmOr .mbr-text {
  color: #000000;
}
.cid-voZq6bAmOr .mbr-name {
  color: #ffffff;
}
.cid-voZq6bAmOr .mbr-role {
  color: #ffffff;
}
.cid-voZq6bMlwz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voZq6bMlwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6bMlwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voZq6bMlwz .row {
    padding: 0 13px;
  }
}
.cid-voZq6bMlwz .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voZq6bMlwz .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voZq6bMlwz .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voZq6bMlwz .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voZq6bMlwz .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voZq6bMlwz .text-wrapper {
    padding: 0;
  }
}
.cid-voZq6bMlwz .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voZq6bMlwz .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voZq6bMlwz .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voZq6bMlwz .mbr-text {
  color: #000000;
}
.cid-voZq6bMlwz .mbr-name {
  color: #ffffff;
}
.cid-voZq6bMlwz .mbr-role {
  color: #ffffff;
}
.cid-voZq6bYtmS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voZq6bYtmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6bYtmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voZq6bYtmS .row {
    padding: 0 13px;
  }
}
.cid-voZq6bYtmS .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voZq6bYtmS .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voZq6bYtmS .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voZq6bYtmS .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voZq6bYtmS .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voZq6bYtmS .text-wrapper {
    padding: 0;
  }
}
.cid-voZq6bYtmS .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voZq6bYtmS .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voZq6bYtmS .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voZq6bYtmS .mbr-text {
  color: #000000;
}
.cid-voZq6bYtmS .mbr-name {
  color: #ffffff;
}
.cid-voZq6bYtmS .mbr-role {
  color: #ffffff;
}
.cid-voZq6c8C6m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voZq6c8C6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6c8C6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voZq6c8C6m .row {
    padding: 0 13px;
  }
}
.cid-voZq6c8C6m .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voZq6c8C6m .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voZq6c8C6m .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voZq6c8C6m .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voZq6c8C6m .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voZq6c8C6m .text-wrapper {
    padding: 0;
  }
}
.cid-voZq6c8C6m .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voZq6c8C6m .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voZq6c8C6m .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voZq6c8C6m .mbr-text {
  color: #000000;
}
.cid-voZq6c8C6m .mbr-name {
  color: #ffffff;
}
.cid-voZq6c8C6m .mbr-role {
  color: #ffffff;
}
.cid-voZq6clGpA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voZq6clGpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6clGpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voZq6clGpA .row {
    padding: 0 13px;
  }
}
.cid-voZq6clGpA .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voZq6clGpA .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voZq6clGpA .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voZq6clGpA .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voZq6clGpA .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voZq6clGpA .text-wrapper {
    padding: 0;
  }
}
.cid-voZq6clGpA .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voZq6clGpA .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voZq6clGpA .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voZq6clGpA .mbr-text {
  color: #000000;
}
.cid-voZq6clGpA .mbr-name {
  color: #ffffff;
}
.cid-voZq6clGpA .mbr-role {
  color: #ffffff;
}
.cid-voZq6czA1a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voZq6czA1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6czA1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voZq6czA1a .row {
    padding: 0 13px;
  }
}
.cid-voZq6czA1a .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voZq6czA1a .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voZq6czA1a .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voZq6czA1a .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voZq6czA1a .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voZq6czA1a .text-wrapper {
    padding: 0;
  }
}
.cid-voZq6czA1a .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voZq6czA1a .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voZq6czA1a .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voZq6czA1a .mbr-text {
  color: #000000;
}
.cid-voZq6czA1a .mbr-name {
  color: #ffffff;
}
.cid-voZq6czA1a .mbr-role {
  color: #ffffff;
}
.cid-voZq6cN0hR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voZq6cN0hR .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6cN0hR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voZq6cN0hR .row {
    padding: 0 13px;
  }
}
.cid-voZq6cN0hR .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voZq6cN0hR .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voZq6cN0hR .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voZq6cN0hR .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voZq6cN0hR .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voZq6cN0hR .text-wrapper {
    padding: 0;
  }
}
.cid-voZq6cN0hR .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voZq6cN0hR .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voZq6cN0hR .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voZq6cN0hR .mbr-text {
  color: #000000;
}
.cid-voZq6cN0hR .mbr-name {
  color: #ffffff;
}
.cid-voZq6cN0hR .mbr-role {
  color: #ffffff;
}
.cid-voZq6cXija {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voZq6cXija .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6cXija .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voZq6cXija .row {
    padding: 0 13px;
  }
}
.cid-voZq6cXija .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voZq6cXija .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voZq6cXija .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voZq6cXija .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voZq6cXija .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voZq6cXija .text-wrapper {
    padding: 0;
  }
}
.cid-voZq6cXija .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voZq6cXija .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voZq6cXija .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voZq6cXija .mbr-text {
  color: #000000;
}
.cid-voZq6cXija .mbr-name {
  color: #ffffff;
}
.cid-voZq6cXija .mbr-role {
  color: #ffffff;
}
.cid-voZq6d73YD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voZq6d73YD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6d73YD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voZq6d73YD .row {
    padding: 0 13px;
  }
}
.cid-voZq6d73YD .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voZq6d73YD .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voZq6d73YD .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voZq6d73YD .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voZq6d73YD .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voZq6d73YD .text-wrapper {
    padding: 0;
  }
}
.cid-voZq6d73YD .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voZq6d73YD .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voZq6d73YD .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voZq6d73YD .mbr-text {
  color: #000000;
}
.cid-voZq6d73YD .mbr-name {
  color: #ffffff;
}
.cid-voZq6d73YD .mbr-role {
  color: #ffffff;
}
.cid-voZq6di8xi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voZq6di8xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6di8xi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voZq6di8xi .row {
    padding: 0 13px;
  }
}
.cid-voZq6di8xi .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voZq6di8xi .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voZq6di8xi .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voZq6di8xi .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-voZq6di8xi .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-voZq6di8xi .text-wrapper {
    padding: 0;
  }
}
.cid-voZq6di8xi .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-voZq6di8xi .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-voZq6di8xi .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-voZq6di8xi .mbr-text {
  color: #000000;
}
.cid-voZq6di8xi .mbr-name {
  color: #ffffff;
}
.cid-voZq6di8xi .mbr-role {
  color: #ffffff;
}
.cid-voZq6drDMV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voZq6drDMV .mbr-text,
.cid-voZq6drDMV blockquote {
  color: #767676;
}
.cid-voZq6drDMV .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voZq6drDMV .mbr-text B {
  color: #efefef;
}
.cid-voZEgjMOAy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/folk-music-vol-3.png-1000x1000.png");
}
.cid-voZEfaE19C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voZEfaE19C .mbr-text,
.cid-voZEfaE19C blockquote {
  color: #767676;
}
.cid-voZEfaE19C .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voZEfaE19C .mbr-text B {
  color: #efefef;
}
.cid-voZq6dyEKQ {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voZq6dyEKQ h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-voZq6dyEKQ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voZq6dyEKQ .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-voZq6dyEKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6dyEKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voZq6dOeQj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voZq6dOeQj .mbr-text,
.cid-voZq6dOeQj blockquote {
  color: #767676;
}
.cid-voZq6dOeQj .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voZq6dOeQj .mbr-text B {
  color: #efefef;
}
.cid-voZq6dVzDL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/folk-music-vol-3.png-1000x1000.png");
}
.cid-voZq6ed4E4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-voZq6ed4E4 .mbr-text,
.cid-voZq6ed4E4 blockquote {
  color: #767676;
}
.cid-voZq6ed4E4 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-voZq6ed4E4 .mbr-text B {
  color: #efefef;
}
.cid-vp1cu7uCrk {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vp1cu7uCrk h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-vp1cu7uCrk h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vp1cu7uCrk .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-vp1cu7uCrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp1cu7uCrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp1cu7uCrk .mbr-text,
.cid-vp1cu7uCrk .img-align {
  text-align: left;
}
.cid-vp1cv6ymut {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp1cv6ymut .mbr-text,
.cid-vp1cv6ymut blockquote {
  color: #767676;
}
.cid-vp1cv6ymut .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp1cv6ymut .mbr-text B {
  color: #efefef;
}
.cid-vp1cw3BaXO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/folk-music-vol-3.png-1000x1000.png");
}
.cid-vp1cxfkmRK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp1cxfkmRK .mbr-text,
.cid-vp1cxfkmRK blockquote {
  color: #767676;
}
.cid-vp1cxfkmRK .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp1cxfkmRK .mbr-text B {
  color: #efefef;
}
.cid-voZq6et2t1 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voZq6et2t1 h3 {
  position: relative;
}
.cid-voZq6et2t1 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-voZq6et2t1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZq6et2t1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-36 {
  /* Type valid CSS here */
}
#custom-html-36 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-36 p {
  font-size: 60px;
  color: #777;
}
.cid-vpjNqg4GiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #383737;
  overflow: hidden;
}
.cid-vpjNqg4GiV .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vp59AvfjQf .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-vp59AvfjQf .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-vp59AvfjQf a {
  font-style: normal;
}
.cid-vp59AvfjQf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vp59AvfjQf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vp59AvfjQf .nav-item:focus,
.cid-vp59AvfjQf .nav-link:focus {
  outline: none;
}
.cid-vp59AvfjQf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vp59AvfjQf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vp59AvfjQf .menu-logo {
  margin-right: auto;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vp59AvfjQf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vp59AvfjQf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vp59AvfjQf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vp59AvfjQf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vp59AvfjQf .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vp59AvfjQf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vp59AvfjQf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vp59AvfjQf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vp59AvfjQf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vp59AvfjQf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vp59AvfjQf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vp59AvfjQf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vp59AvfjQf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vp59AvfjQf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vp59AvfjQf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vp59AvfjQf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vp59AvfjQf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vp59AvfjQf button.navbar-toggler:focus {
  outline: none;
}
.cid-vp59AvfjQf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vp59AvfjQf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vp59AvfjQf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vp59AvfjQf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vp59AvfjQf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vp59AvfjQf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vp59AvfjQf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vp59AvfjQf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vp59AvfjQf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vp59AvfjQf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vp59AvfjQf .collapsed .btn {
  display: -webkit-flex;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse.collapsing,
.cid-vp59AvfjQf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vp59AvfjQf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vp59AvfjQf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vp59AvfjQf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vp59AvfjQf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vp59AvfjQf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vp59AvfjQf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vp59AvfjQf .collapsed button.navbar-toggler {
  display: block;
}
.cid-vp59AvfjQf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vp59AvfjQf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vp59AvfjQf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vp59AvfjQf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vp59AvfjQf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vp59AvfjQf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vp59AvfjQf .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vp59AvfjQf img {
    height: 3.8rem !important;
  }
  .cid-vp59AvfjQf .btn {
    display: -webkit-flex;
  }
  .cid-vp59AvfjQf button.navbar-toggler {
    display: block;
  }
  .cid-vp59AvfjQf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vp59AvfjQf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vp59AvfjQf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vp59AvfjQf .navbar-collapse.collapsing,
  .cid-vp59AvfjQf .navbar-collapse.show {
    display: block !important;
  }
  .cid-vp59AvfjQf .navbar-collapse.collapsing .navbar-nav,
  .cid-vp59AvfjQf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vp59AvfjQf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vp59AvfjQf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vp59AvfjQf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vp59AvfjQf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vp59AvfjQf .navbar-collapse.collapsing .navbar-buttons,
  .cid-vp59AvfjQf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vp59AvfjQf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vp59AvfjQf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vp59AvfjQf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vp59AvfjQf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vp59AvfjQf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vp59AvfjQf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vp59AvfjQf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vp59AvfjQf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vp59AvfjQf .nav-link:hover,
.cid-vp59AvfjQf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vp59AvGKHp {
  background-image: url("../../../assets/images/folk-music-vol-4.jpg-1000x1000.jpg");
}
.cid-vp59AvR9Vn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp59AvR9Vn .mbr-text,
.cid-vp59AvR9Vn blockquote {
  color: #767676;
}
.cid-vp59AvR9Vn .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp59AvR9Vn .mbr-text B {
  color: #efefef;
}
.cid-vp59AvXIpO {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vp59AvXIpO h3 {
  position: relative;
}
.cid-vp59AvXIpO h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vp59AvXIpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59AvXIpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp59Aw9RH8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vp59Aw9RH8 .mbr-text {
    text-align: center;
  }
}
.cid-vp59Aw9RH8 li {
  list-style: none;
  padding-bottom: 1.5rem;
  text-decoration: underline;
}
.cid-vp59Aw9RH8 ul {
  padding: 0;
  margin: 0;
}
.cid-vp59Aw9RH8 H3 {
  text-align: center;
}
.cid-vp59Aw9RH8 .item1 a:hover {
  color: #ff7f9f !important;
}
.cid-vp59Aw9RH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59Aw9RH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp59Awpi9M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp59Awpi9M .mbr-text,
.cid-vp59Awpi9M blockquote {
  color: #767676;
}
.cid-vp59Awpi9M .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp59Awpi9M .mbr-text B {
  color: #efefef;
}
.cid-vp59Awxf8L {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vp59Awxf8L h3 {
  position: relative;
}
.cid-vp59Awxf8L h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vp59Awxf8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59Awxf8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp59AwH4iV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vp59AwH4iV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59AwH4iV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vp59AwH4iV .row {
    padding: 0 13px;
  }
}
.cid-vp59AwH4iV .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vp59AwH4iV .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vp59AwH4iV .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp59AwH4iV .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-vp59AwH4iV .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vp59AwH4iV .text-wrapper {
    padding: 0;
  }
}
.cid-vp59AwH4iV .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-vp59AwH4iV .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-vp59AwH4iV .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-vp59AwH4iV .mbr-text {
  color: #000000;
}
.cid-vp59AwH4iV .mbr-name {
  color: #ffffff;
}
.cid-vp59AwH4iV .mbr-role {
  color: #ffffff;
}
.cid-vp59AwSmOn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vp59AwSmOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59AwSmOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vp59AwSmOn .row {
    padding: 0 13px;
  }
}
.cid-vp59AwSmOn .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vp59AwSmOn .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vp59AwSmOn .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp59AwSmOn .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-vp59AwSmOn .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vp59AwSmOn .text-wrapper {
    padding: 0;
  }
}
.cid-vp59AwSmOn .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-vp59AwSmOn .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-vp59AwSmOn .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-vp59AwSmOn .mbr-text {
  color: #000000;
}
.cid-vp59AwSmOn .mbr-name {
  color: #ffffff;
}
.cid-vp59AwSmOn .mbr-role {
  color: #ffffff;
}
.cid-vp59Ax34po {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vp59Ax34po .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59Ax34po .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vp59Ax34po .row {
    padding: 0 13px;
  }
}
.cid-vp59Ax34po .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vp59Ax34po .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vp59Ax34po .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp59Ax34po .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-vp59Ax34po .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vp59Ax34po .text-wrapper {
    padding: 0;
  }
}
.cid-vp59Ax34po .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-vp59Ax34po .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-vp59Ax34po .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-vp59Ax34po .mbr-text {
  color: #000000;
}
.cid-vp59Ax34po .mbr-name {
  color: #ffffff;
}
.cid-vp59Ax34po .mbr-role {
  color: #ffffff;
}
.cid-vp59AxjGAJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vp59AxjGAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59AxjGAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vp59AxjGAJ .row {
    padding: 0 13px;
  }
}
.cid-vp59AxjGAJ .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vp59AxjGAJ .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vp59AxjGAJ .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp59AxjGAJ .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-vp59AxjGAJ .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vp59AxjGAJ .text-wrapper {
    padding: 0;
  }
}
.cid-vp59AxjGAJ .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-vp59AxjGAJ .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-vp59AxjGAJ .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-vp59AxjGAJ .mbr-text {
  color: #000000;
}
.cid-vp59AxjGAJ .mbr-name {
  color: #ffffff;
}
.cid-vp59AxjGAJ .mbr-role {
  color: #ffffff;
}
.cid-vp59AxCNta {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vp59AxCNta .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59AxCNta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vp59AxCNta .row {
    padding: 0 13px;
  }
}
.cid-vp59AxCNta .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vp59AxCNta .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vp59AxCNta .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp59AxCNta .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-vp59AxCNta .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vp59AxCNta .text-wrapper {
    padding: 0;
  }
}
.cid-vp59AxCNta .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-vp59AxCNta .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-vp59AxCNta .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-vp59AxCNta .mbr-text {
  color: #000000;
}
.cid-vp59AxCNta .mbr-name {
  color: #ffffff;
}
.cid-vp59AxCNta .mbr-role {
  color: #ffffff;
}
.cid-vp59AxX0pi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vp59AxX0pi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59AxX0pi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vp59AxX0pi .row {
    padding: 0 13px;
  }
}
.cid-vp59AxX0pi .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vp59AxX0pi .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vp59AxX0pi .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp59AxX0pi .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-vp59AxX0pi .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vp59AxX0pi .text-wrapper {
    padding: 0;
  }
}
.cid-vp59AxX0pi .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-vp59AxX0pi .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-vp59AxX0pi .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-vp59AxX0pi .mbr-text {
  color: #000000;
}
.cid-vp59AxX0pi .mbr-name {
  color: #ffffff;
}
.cid-vp59AxX0pi .mbr-role {
  color: #ffffff;
}
.cid-vp59AyaFhH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vp59AyaFhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59AyaFhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vp59AyaFhH .row {
    padding: 0 13px;
  }
}
.cid-vp59AyaFhH .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vp59AyaFhH .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vp59AyaFhH .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp59AyaFhH .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-vp59AyaFhH .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vp59AyaFhH .text-wrapper {
    padding: 0;
  }
}
.cid-vp59AyaFhH .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-vp59AyaFhH .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-vp59AyaFhH .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-vp59AyaFhH .mbr-text {
  color: #000000;
}
.cid-vp59AyaFhH .mbr-name {
  color: #ffffff;
}
.cid-vp59AyaFhH .mbr-role {
  color: #ffffff;
}
.cid-vp59Aynogp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vp59Aynogp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59Aynogp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vp59Aynogp .row {
    padding: 0 13px;
  }
}
.cid-vp59Aynogp .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vp59Aynogp .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vp59Aynogp .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp59Aynogp .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-vp59Aynogp .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vp59Aynogp .text-wrapper {
    padding: 0;
  }
}
.cid-vp59Aynogp .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-vp59Aynogp .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-vp59Aynogp .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-vp59Aynogp .mbr-text {
  color: #000000;
}
.cid-vp59Aynogp .mbr-name {
  color: #ffffff;
}
.cid-vp59Aynogp .mbr-role {
  color: #ffffff;
}
.cid-vp59AyGP6h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vp59AyGP6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59AyGP6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vp59AyGP6h .row {
    padding: 0 13px;
  }
}
.cid-vp59AyGP6h .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vp59AyGP6h .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vp59AyGP6h .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp59AyGP6h .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-vp59AyGP6h .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vp59AyGP6h .text-wrapper {
    padding: 0;
  }
}
.cid-vp59AyGP6h .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-vp59AyGP6h .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-vp59AyGP6h .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-vp59AyGP6h .mbr-text {
  color: #000000;
}
.cid-vp59AyGP6h .mbr-name {
  color: #ffffff;
}
.cid-vp59AyGP6h .mbr-role {
  color: #ffffff;
}
.cid-vp59AyY4oz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vp59AyY4oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59AyY4oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vp59AyY4oz .row {
    padding: 0 13px;
  }
}
.cid-vp59AyY4oz .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vp59AyY4oz .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vp59AyY4oz .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp59AyY4oz .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-vp59AyY4oz .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vp59AyY4oz .text-wrapper {
    padding: 0;
  }
}
.cid-vp59AyY4oz .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-vp59AyY4oz .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-vp59AyY4oz .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-vp59AyY4oz .mbr-text {
  color: #000000;
}
.cid-vp59AyY4oz .mbr-name {
  color: #ffffff;
}
.cid-vp59AyY4oz .mbr-role {
  color: #ffffff;
}
.cid-vp59AzfXtr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp59AzfXtr .mbr-text,
.cid-vp59AzfXtr blockquote {
  color: #767676;
}
.cid-vp59AzfXtr .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp59AzfXtr .mbr-text B {
  color: #efefef;
}
.cid-vp59AzvX0E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/folk-music-vol-4.jpg-1000x1000.jpg");
}
.cid-vp59AzIpbT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp59AzIpbT .mbr-text,
.cid-vp59AzIpbT blockquote {
  color: #767676;
}
.cid-vp59AzIpbT .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp59AzIpbT .mbr-text B {
  color: #efefef;
}
.cid-vp59AzP9rs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vp59AzP9rs h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-vp59AzP9rs h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vp59AzP9rs .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-vp59AzP9rs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59AzP9rs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp59AA11G0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp59AA11G0 .mbr-text,
.cid-vp59AA11G0 blockquote {
  color: #767676;
}
.cid-vp59AA11G0 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp59AA11G0 .mbr-text B {
  color: #efefef;
}
.cid-vp59AA9Hhm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/folk-music-vol-4.jpg-1000x1000.jpg");
}
.cid-vp59AAjha6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp59AAjha6 .mbr-text,
.cid-vp59AAjha6 blockquote {
  color: #767676;
}
.cid-vp59AAjha6 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp59AAjha6 .mbr-text B {
  color: #efefef;
}
.cid-vp59AAqznn {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vp59AAqznn h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-vp59AAqznn h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vp59AAqznn .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-vp59AAqznn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59AAqznn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp59AAqznn .mbr-text,
.cid-vp59AAqznn .img-align {
  text-align: left;
}
.cid-vp59AAC74N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp59AAC74N .mbr-text,
.cid-vp59AAC74N blockquote {
  color: #767676;
}
.cid-vp59AAC74N .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp59AAC74N .mbr-text B {
  color: #efefef;
}
.cid-vp59AAJleq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/folk-music-vol-4.jpg-1000x1000.jpg");
}
.cid-vp59AAVTVr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vp59AAVTVr .mbr-text,
.cid-vp59AAVTVr blockquote {
  color: #767676;
}
.cid-vp59AAVTVr .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vp59AAVTVr .mbr-text B {
  color: #efefef;
}
.cid-vp59AB3gWF {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vp59AB3gWF h3 {
  position: relative;
}
.cid-vp59AB3gWF h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vp59AB3gWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp59AB3gWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-5e {
  /* Type valid CSS here */
}
#custom-html-5e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5e p {
  font-size: 60px;
  color: #777;
}
.cid-vpjNqg4GiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #383737;
  overflow: hidden;
}
.cid-vpjNqg4GiV .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vosUwCx6nw .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-vosUwCx6nw .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-vosUwCx6nw a {
  font-style: normal;
}
.cid-vosUwCx6nw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vosUwCx6nw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vosUwCx6nw .nav-item:focus,
.cid-vosUwCx6nw .nav-link:focus {
  outline: none;
}
.cid-vosUwCx6nw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vosUwCx6nw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vosUwCx6nw .menu-logo {
  margin-right: auto;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vosUwCx6nw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vosUwCx6nw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vosUwCx6nw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vosUwCx6nw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vosUwCx6nw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vosUwCx6nw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vosUwCx6nw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vosUwCx6nw button.navbar-toggler:focus {
  outline: none;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vosUwCx6nw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vosUwCx6nw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vosUwCx6nw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vosUwCx6nw .collapsed .btn {
  display: -webkit-flex;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vosUwCx6nw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vosUwCx6nw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vosUwCx6nw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vosUwCx6nw .collapsed button.navbar-toggler {
  display: block;
}
.cid-vosUwCx6nw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vosUwCx6nw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vosUwCx6nw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vosUwCx6nw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vosUwCx6nw .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vosUwCx6nw img {
    height: 3.8rem !important;
  }
  .cid-vosUwCx6nw .btn {
    display: -webkit-flex;
  }
  .cid-vosUwCx6nw button.navbar-toggler {
    display: block;
  }
  .cid-vosUwCx6nw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vosUwCx6nw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vosUwCx6nw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing,
  .cid-vosUwCx6nw .navbar-collapse.show {
    display: block !important;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-buttons,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vosUwCx6nw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vosUwCx6nw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vosUwCx6nw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vosUwCx6nw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vosUwCx6nw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vosUwCx6nw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vosUwCx6nw .nav-link:hover,
.cid-vosUwCx6nw .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vpjtHAlk71 {
  background-image: url("../../../assets/images/guitar02.jpg-1-2000x1250.jpg");
}
.cid-vpjtHAlk71 H3 {
  text-align: left;
}
.cid-vpjtHAlk71 .mbr-text,
.cid-vpjtHAlk71 .mbr-section-btn {
  text-align: left;
}
.cid-vpjtHAlk71 H1 {
  text-align: left;
}
.cid-vpju7SC2lS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vpju7SC2lS .mbr-text,
.cid-vpju7SC2lS blockquote {
  color: #767676;
}
.cid-vpju7SC2lS .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vpju7SC2lS .mbr-text B {
  color: #efefef;
}
.cid-vpjuay5Je2 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vpjuay5Je2 h3 {
  position: relative;
}
.cid-vpjuay5Je2 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vpjuay5Je2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjuay5Je2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjv6A5rek {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpjv6A5rek .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vpjv6A5rek form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vpjv6A5rek form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vpjv6A5rek form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vpjv6A5rek .row {
  margin: 0;
}
.cid-vpjv6A5rek .card {
  padding: 3rem;
  border: 0px solid #ff2d55 !important;
}
@media (max-width: 767px) {
  .cid-vpjv6A5rek .card {
    padding: 2rem 0.5rem;
  }
}
.cid-vpjv6A5rek h3 {
  margin-bottom: 3rem !important;
}
.cid-vpjv6A5rek .content-head {
  max-width: 800px;
}
.cid-vpjv6A5rek textarea {
  min-height: 200px;
}
.cid-vpjv6A5rek input,
.cid-vpjv6A5rek textarea {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-vpjv6A5rek .mbr-section-title {
  color: #221b35;
}
.cid-vpjv6A5rek LABEL {
  color: #221b35;
}
.cid-vpjwCYzCUy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vpjwCYzCUy .mbr-text,
.cid-vpjwCYzCUy blockquote {
  color: #767676;
}
.cid-vpjwCYzCUy .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vpjwCYzCUy .mbr-text B {
  color: #efefef;
}
.cid-vpjwBB7Qii {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/guitar02.jpg-1-2000x1250.jpg");
}
.cid-vpjNqg4GiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #383737;
  overflow: hidden;
}
.cid-vpjNqg4GiV .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vp59AvfjQf .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-vp59AvfjQf .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-vp59AvfjQf a {
  font-style: normal;
}
.cid-vp59AvfjQf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vp59AvfjQf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vp59AvfjQf .nav-item:focus,
.cid-vp59AvfjQf .nav-link:focus {
  outline: none;
}
.cid-vp59AvfjQf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vp59AvfjQf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vp59AvfjQf .menu-logo {
  margin-right: auto;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vp59AvfjQf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vp59AvfjQf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vp59AvfjQf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vp59AvfjQf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vp59AvfjQf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vp59AvfjQf .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vp59AvfjQf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vp59AvfjQf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vp59AvfjQf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vp59AvfjQf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vp59AvfjQf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vp59AvfjQf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vp59AvfjQf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vp59AvfjQf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vp59AvfjQf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vp59AvfjQf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vp59AvfjQf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vp59AvfjQf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vp59AvfjQf button.navbar-toggler:focus {
  outline: none;
}
.cid-vp59AvfjQf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vp59AvfjQf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vp59AvfjQf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vp59AvfjQf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vp59AvfjQf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vp59AvfjQf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vp59AvfjQf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vp59AvfjQf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vp59AvfjQf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vp59AvfjQf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vp59AvfjQf .collapsed .btn {
  display: -webkit-flex;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse.collapsing,
.cid-vp59AvfjQf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vp59AvfjQf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vp59AvfjQf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vp59AvfjQf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vp59AvfjQf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vp59AvfjQf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vp59AvfjQf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vp59AvfjQf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vp59AvfjQf .collapsed button.navbar-toggler {
  display: block;
}
.cid-vp59AvfjQf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vp59AvfjQf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vp59AvfjQf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vp59AvfjQf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vp59AvfjQf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vp59AvfjQf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vp59AvfjQf .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vp59AvfjQf img {
    height: 3.8rem !important;
  }
  .cid-vp59AvfjQf .btn {
    display: -webkit-flex;
  }
  .cid-vp59AvfjQf button.navbar-toggler {
    display: block;
  }
  .cid-vp59AvfjQf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vp59AvfjQf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vp59AvfjQf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vp59AvfjQf .navbar-collapse.collapsing,
  .cid-vp59AvfjQf .navbar-collapse.show {
    display: block !important;
  }
  .cid-vp59AvfjQf .navbar-collapse.collapsing .navbar-nav,
  .cid-vp59AvfjQf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vp59AvfjQf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vp59AvfjQf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vp59AvfjQf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vp59AvfjQf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vp59AvfjQf .navbar-collapse.collapsing .navbar-buttons,
  .cid-vp59AvfjQf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vp59AvfjQf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vp59AvfjQf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vp59AvfjQf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vp59AvfjQf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vp59AvfjQf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vp59AvfjQf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vp59AvfjQf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vp59AvfjQf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vp59AvfjQf .nav-link:hover,
.cid-vp59AvfjQf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vpjLeFH9tj {
  background-image: url("../../../assets/images/folk-music-vol-4.jpg-1000x1000.jpg");
}
.cid-vpjLeFH9tj H3 {
  text-align: left;
}
.cid-vpjLeFH9tj .mbr-text,
.cid-vpjLeFH9tj .mbr-section-btn {
  text-align: left;
}
.cid-vpjLeFH9tj H1 {
  text-align: left;
}
.cid-vpjLfm2Qjw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vpjLfm2Qjw .mbr-text,
.cid-vpjLfm2Qjw blockquote {
  color: #767676;
}
.cid-vpjLfm2Qjw .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vpjLfm2Qjw .mbr-text B {
  color: #efefef;
}
.cid-vpjLfP47Cz {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vpjLfP47Cz h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-vpjLfP47Cz h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vpjLfP47Cz .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-vpjLfP47Cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjLfP47Cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjLgCjb2X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-vpjLgCjb2X .mbr-text,
.cid-vpjLgCjb2X blockquote {
  color: #767676;
}
.cid-vpjLgCjb2X .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vpjLgCjb2X .mbr-text B {
  color: #efefef;
}
.cid-vpjLj1hNId {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vpjLj1hNId h3 {
  position: relative;
}
.cid-vpjLj1hNId h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vpjLj1hNId .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjLj1hNId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-6r {
  /* Type valid CSS here */
}
#custom-html-6r div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6r p {
  font-size: 60px;
  color: #777;
}
.cid-vpjNqg4GiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #383737;
  overflow: hidden;
}
.cid-vpjNqg4GiV .media-container-row .mbr-text {
  color: #fffcee;
}
