body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Karbon - Semibold';
  font-size: 1.7rem;
}
.display-1 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-2 {
  font-family: 'Karbon - Medium';
  font-size: 1.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-4 {
  font-family: 'FedraSerifA-Book';
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Karbon - Medium';
  font-size: 1.1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-family: 'Karbon - Medium';
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #444444 !important;
}
.bg-success {
  background-color: #0f7699 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #d7fb47 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  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,
.btn-success.active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #d7fb47 !important;
  border-color: #d7fb47 !important;
  color: #354201 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #354201 !important;
  background-color: #c1f005 !important;
  border-color: #c1f005 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #354201 !important;
  background-color: #c1f005 !important;
  border-color: #c1f005 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #996100;
  color: #996100;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  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,
.btn-success-outline.active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #add705;
  color: #add705;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #354201;
  background-color: #d7fb47;
  border-color: #d7fb47;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #354201 !important;
  background-color: #d7fb47 !important;
  border-color: #d7fb47 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #444444 !important;
}
.text-secondary {
  color: #ffa200 !important;
}
.text-success {
  color: #0f7699 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #d7fb47 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #111111 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #996100 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #062e3c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #add705 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !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: #879a9f;
}
.alert-danger {
  background-color: #d7fb47;
}
.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: #444444;
  border-color: #444444;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #444444;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3cbfec;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Karbon - Medium';
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #444444;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #444444;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #444444;
  border-bottom-color: #444444;
}
.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: #444444 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa200 !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%;
}
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='%23444444' %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;
}
.cid-uAzor5udar .nav-item:focus,
.cid-uAzor5udar .nav-link:focus {
  outline: none;
}
.cid-uAzor5udar .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1b1f0a;
}
.cid-uAzor5udar .navbar.opened {
  transition: all .3s;
  background: #1b1f0a !important;
}
.cid-uAzor5udar .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uAzor5udar .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAzor5udar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAzor5udar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uAzor5udar .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uAzor5udar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAzor5udar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAzor5udar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAzor5udar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAzor5udar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAzor5udar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAzor5udar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAzor5udar .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uAzor5udar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAzor5udar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAzor5udar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAzor5udar .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAzor5udar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAzor5udar .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uAzor5udar .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uAzor5udar .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAzor5udar .navbar.navbar-short {
  background: #1b1f0a !important;
  min-height: 60px;
}
.cid-uAzor5udar .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAzor5udar .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAzor5udar .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAzor5udar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAzor5udar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAzor5udar .dropdown-item.active,
.cid-uAzor5udar .dropdown-item:active {
  background-color: transparent;
}
.cid-uAzor5udar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAzor5udar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAzor5udar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAzor5udar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1f0a;
}
.cid-uAzor5udar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAzor5udar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAzor5udar ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAzor5udar .navbar-buttons {
  text-align: center;
}
.cid-uAzor5udar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAzor5udar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAzor5udar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAzor5udar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAzor5udar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAzor5udar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAzor5udar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAzor5udar nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAzor5udar nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAzor5udar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAzor5udar .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uAzor5udar a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAzor5udar .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAzor5udar .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uAzor5udar .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uAzor5udar .nav-link:hover,
.cid-uAzor5udar .dropdown-item:hover,
.cid-uAzor5udar .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-uAzor5udar .navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg.navbar-short {
  box-shadow: 0px 1px 10px 0px #ddff55;
}
.cid-urI2KCfiPS {
  background-image: url("../../../assets/images/tachikaze-pickleball-website-header-master-00-20102024-2000x1334.jpg");
}
.cid-urI2KCfiPS .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-urI2KCfiPS .mbr-section-title {
  letter-spacing: .1em;
  text-align: center;
}
.cid-urI2KCfiPS .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-urI2KCfiPS .mbr-media {
  height: 70px;
}
.cid-urI2KCfiPS .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-urI2KCfiPS .mbr-media span:hover {
  opacity: 0.7;
}
.cid-urI2KCfiPS .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-urI2KCfiPS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-urI2KCfiPS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-urI2KCfiPS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-urI2KCfiPS a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-urI2KCfiPS a.close:hover {
  color: #ffffff;
}
.cid-urI2KCfiPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-urI2KCfiPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAzkTE8MkI {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uAzkTE8MkI .nav-tabs .nav-item.open .nav-link:focus,
.cid-uAzkTE8MkI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uAzkTE8MkI .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.2vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-uAzkTE8MkI .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uAzkTE8MkI .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-uAzkTE8MkI .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #073b4c;
}
.cid-uAzkTE8MkI .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uAzkTE8MkI .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-uAzkTE8MkI .nav-tabs .nav-item {
  width: 100%;
}
.cid-uAzkTE8MkI .nav-link,
.cid-uAzkTE8MkI .nav-link.active {
  padding: 1rem auto;
  background: #cccccc;
}
.cid-uAzkTE8MkI .nav-tabs .nav-link.active {
  color: #073b4c;
}
.cid-uAzkTE8MkI .tab-content {
  background: #efefef;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (max-width: 767px) {
  .cid-uAzkTE8MkI .tab-content {
    border-radius: 30px !important;
  }
}
.cid-uAzkTE8MkI .logo-container img {
  max-width: 170px;
  margin-bottom: 14px;
}
@media screen and (min-width: 767px) {
  .cid-uAzkTE8MkI .logo-container {
    border-right: 2px solid #d2d2d2;
  }
}
.cid-uAzkTE8MkI H4 {
  text-align: center;
}
.cid-uAzkTE8MkI H3 {
  text-align: center;
}
.cid-uAzkTE8MkI .nav-link {
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .cid-uAzkTE8MkI .cid-uq8qqe1NCM .logo-container img {
    max-width: 130px;
  }
  .cid-uAzkTE8MkI div.tab-content.p-5 {
    padding: 35px!important;
  }
}
.cid-uAzkTE8MkI p.mbr-text.mbr-fonts-style.display-4 {
  margin-bottom: 0;
  text-align: justify;
}
@media (min-width: 768px) {
  .cid-uAzkTE8MkI .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-uAzkTE8MkI .nav-link {
    font-size: 1.2rem;
  }
  .cid-uAzkTE8MkI .logo-container img {
    padding: 0px 8px 0px 5px;
  }
}
@media (min-width: 768px) {
  .cid-uAzkTE8MkI div.tab-content.p-5 {
    padding: 48px 48px 48px 20px!important;
  }
}
.cid-uAzkTE8MkI div.col-md-9 {
  padding-left: 50px;
}
.cid-uAzkTE8MkI a.nav-link.mbr-fonts-style.display-5 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-uAzkTE8MkI .col-md-9 {
    padding-left: 15px!important;
  }
}
@media (max-width: 768px) {
  .cid-uAzkTE8MkI p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cid-urx3X91RC8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-urx3X91RC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urx3X91RC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urx3X91RC8 .video-wrapper iframe {
  width: 100%;
}
.cid-urx3X91RC8 .mbr-section-title,
.cid-urx3X91RC8 .mbr-section-subtitle,
.cid-urx3X91RC8 .mbr-text {
  text-align: center;
}
.cid-uAzkVL4Mwg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1f0a;
}
.cid-uAzkVL4Mwg .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uAzkVL4Mwg .mbr-section-title {
  color: #fafafa;
}
.cid-uAzkVL4Mwg .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uAzkVL4Mwg .mbr-section-subtitle {
  color: #f3f4ef;
}
#custom-html-bq {
  /* Type valid CSS here */
}
#custom-html-bq .pinpon {
  padding: 80px 0;
  color: #777;
  text-align: center;
  background-color: #dcdee6;
}
#custom-html-bq p .pinpon {
  font-size: 60px;
  color: #777;
}
@media (max-width: 1240px) {
  #custom-html-bq canvas#pickleballGame {
    max-width: 690px;
  }
  #custom-html-bq .pinpon {
    padding: 45px 0px 30px 0px;
  }
}
@media (max-width: 752px) {
  #custom-html-bq canvas#pickleballGame {
    max-width: 510px;
  }
}
@media (max-width: 560px) {
  #custom-html-bq canvas#pickleballGame {
    max-width: 350px;
  }
  #custom-html-bq .pinpon {
    padding: 30px 0px 23px 0px;
  }
}
.cid-uAzkXPH4qG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAzkXPH4qG .title__wrap {
  margin-bottom: 30px;
}
.cid-uAzkXPH4qG .title__block {
  margin-bottom: 10px;
}
.cid-uAzkXPH4qG .mbr-section-title,
.cid-uAzkXPH4qG .text__time,
.cid-uAzkXPH4qG .mbr-text,
.cid-uAzkXPH4qG .text__author,
.cid-uAzkXPH4qG .text__hall {
  margin-bottom: 0;
}
.cid-uAzkXPH4qG .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uAzkXPH4qG .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uAzkXPH4qG .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uAzkXPH4qG .mbr-section-btn .btn-secondary-outline:hover {
  color: #444444 !important;
}
.cid-uAzkXPH4qG .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-uAzkXPH4qG .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-uAzkXPH4qG .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-uAzkXPH4qG .nav-tabs .nav-item.open .nav-link:focus,
.cid-uAzkXPH4qG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uAzkXPH4qG .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uAzkXPH4qG .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-uAzkXPH4qG .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-uAzkXPH4qG .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uAzkXPH4qG .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #8fae5e;
}
.cid-uAzkXPH4qG .nav-tabs .nav-link.active:hover {
  background-color: #8fae5e;
}
@media (max-width: 991px) {
  .cid-uAzkXPH4qG .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-uAzkXPH4qG .buttons {
    justify-content: flex-start;
  }
}
.cid-uAzkXPH4qG .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uAzkXPH4qG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAzkXPH4qG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAzkXPH4qG .col-lg-2,
  .cid-uAzkXPH4qG .col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uAzkXPH4qG a.btn.btn-sm.btn-white.display-7,
.cid-uAzkXPH4qG .btn.btn-sm.btn-secondary-outline.display-7 {
  margin: 0;
  padding: 0;
}
.cid-uAzkXPH4qG p.mbr-text.mbr-fonts-style.display-7 {
  font-size: 14px;
  line-height: 24px;
}
.cid-uAzkXPH4qG .mbr-section-btn {
  margin-left: 0;
}
.cid-uAzkXPH4qG .btn.btn-sm.btn-secondary-outline.display-7 {
  font-size: 14px!important;
}
.cid-uqc2nfvG1l {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqc2nfvG1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqc2nfvG1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqc2nfvG1l .google-map {
  height: 350px;
  position: relative;
  border: solid 3px #e7e7e7;
  margin-bottom: 15px;
}
.cid-uqc2nfvG1l .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqc2nfvG1l .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqc2nfvG1l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqc2nfvG1l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAzlFvFUTl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1f0a;
}
.cid-uAzlFvFUTl .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uAzlFvFUTl .mbr-section-title {
  color: #fafafa;
}
.cid-uAzlFvFUTl .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uAzlFvFUTl .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-uqcDdF2TY5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uqcDdF2TY5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqcDdF2TY5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqcDdF2TY5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqcDdF2TY5 .mbr-gallery-item {
  width: 33.3%;
}
.cid-uqcDdF2TY5 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uqcDdF2TY5 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uqcDdF2TY5 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uqcDdF2TY5 .mbr-gallery-row {
  justify-content: center;
}
.cid-uqcDdF2TY5 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uqcDdF2TY5 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uqcDdF2TY5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uqcDdF2TY5 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uqcDdF2TY5 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uqcDdF2TY5 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uqcDdF2TY5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqcDdF2TY5 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uqcDdF2TY5 img {
  transition: all 2s !important;
}
.cid-uqcDdF2TY5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uqcDdF2TY5 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uqcDdF2TY5 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-urDsfRWQvp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1f0a;
}
.cid-urDsfRWQvp .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-urDsfRWQvp .mbr-section-title {
  color: #fafafa;
}
.cid-urDsfRWQvp .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-urDsfRWQvp .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-uq1tmW7YpC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uq1tmW7YpC .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-uq1tmW7YpC .carousel {
    min-height: 800px;
  }
  .cid-uq1tmW7YpC .carousel img {
    max-height: 800px;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .cid-uq1tmW7YpC .cid-uq1tmW7YpC {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uq1tmW7YpC .carousel {
    min-height: 360px;
  }
  .cid-uq1tmW7YpC .carousel img {
    max-height: 360px;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .cid-uq1tmW7YpC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uq1tmW7YpC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uq1tmW7YpC .carousel,
.cid-uq1tmW7YpC .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-uq1tmW7YpC .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uq1tmW7YpC .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background: #33363b;
  padding: 8px;
}
.cid-uq1tmW7YpC .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uq1tmW7YpC .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
}
.cid-uq1tmW7YpC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uq1tmW7YpC .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-uq1tmW7YpC .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-uq1tmW7YpC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uq1tmW7YpC .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-uq1tmW7YpC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uq1tmW7YpC .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-uq1tmW7YpC .carousel-control:hover,
.cid-uq1tmW7YpC .carousel-control:focus {
  border-color: #24262b;
  opacity: 1;
}
.cid-uq1tmW7YpC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uq1tmW7YpC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uq1tmW7YpC .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uq1tmW7YpC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uq1tmW7YpC .carousel-indicators li.active,
.cid-uq1tmW7YpC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uq1tmW7YpC .carousel-indicators li::after,
.cid-uq1tmW7YpC .carousel-indicators li::before {
  content: none;
}
.cid-uq1tmW7YpC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uq1tmW7YpC .carousel-indicators {
    display: none !important;
  }
}
.cid-uq1tmW7YpC .carousel-control-next:focus,
.cid-uq1tmW7YpC .carousel-control-next:hover,
.cid-uq1tmW7YpC .carousel-control-prev:focus,
.cid-uq1tmW7YpC .carousel-control-prev:hover {
  border-color: white !important;
  background-color: #DDFF55;
}
.cid-uq1tmW7YpC .carousel-control-next,
.cid-uq1tmW7YpC .carousel-control-prev {
  border-color: white !important;
  background-color: #efefef;
}
.cid-uq1UebUTVR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1f0a;
}
.cid-uq1UebUTVR .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uq1UebUTVR .mbr-section-title {
  color: #fafafa;
}
.cid-uq1UebUTVR .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uq1UebUTVR .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-uAR4Frf9sg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAR4Frf9sg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAR4Frf9sg .row {
  flex-direction: row-reverse;
}
.cid-uAR4Frf9sg img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-uAR4Frf9sg .top {
    padding-top: 20px;
  }
}
.cid-uAR6PnoJhz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1f0a;
}
.cid-uAR6PnoJhz .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uAR6PnoJhz .mbr-section-title {
  color: #fafafa;
}
.cid-uAR6PnoJhz .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uAR6PnoJhz .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-uAzliZx0z0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uAzliZx0z0 h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-uAzliZx0z0 .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
  line-height: 1.7;
}
.cid-uAzliZx0z0 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uAzliZx0z0 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-uAzliZx0z0 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uAzliZx0z0 .panel-group {
  width: 100%;
}
.cid-uAzliZx0z0 .card {
  border-bottom: none;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uAzliZx0z0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uAzliZx0z0 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uAzliZx0z0 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uAzliZx0z0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uAzliZx0z0 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-uAzliZx0z0 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uAzliZx0z0 .card .panel-body {
  background: #d7fb47;
}
.cid-uAzliZx0z0 .sign {
  color: #000000;
}
.cid-uAzliZx0z0 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uAzliZx0z0 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uAzliZx0z0 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uAzliZx0z0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAzliZx0z0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uAzliZx0z0 .col-md-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uAzliZx0z0 .header-text,
.cid-uAzliZx0z0 .sign {
  color: #465052;
}
.cid-uAzliZx0z0 .card p {
  margin-bottom: 0!important;
}
.cid-uAzliZx0z0 .p-4 {
  padding: 3rem !important;
}
.cid-uAzlk14ewM {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uAzlk14ewM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uAzlk14ewM .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uAzlk14ewM .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uAzlk14ewM textarea {
  min-height: 150px;
}
.cid-uAzlk14ewM .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uAzlk14ewM .form-control,
.cid-uAzlk14ewM .field-input {
  padding: 1rem;
  background-color: #fafafa !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uAzlk14ewM .form-control:hover,
.cid-uAzlk14ewM .field-input:hover,
.cid-uAzlk14ewM .form-control:focus,
.cid-uAzlk14ewM .field-input:focus {
  background-color: #efefef !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-uAzlk14ewM .form-control:hover input::-webkit-input-placeholder,
.cid-uAzlk14ewM .field-input:hover input::-webkit-input-placeholder,
.cid-uAzlk14ewM .form-control:focus input::-webkit-input-placeholder,
.cid-uAzlk14ewM .field-input:focus input::-webkit-input-placeholder,
.cid-uAzlk14ewM .form-control:hover textarea::-webkit-input-placeholder,
.cid-uAzlk14ewM .field-input:hover textarea::-webkit-input-placeholder,
.cid-uAzlk14ewM .form-control:focus textarea::-webkit-input-placeholder,
.cid-uAzlk14ewM .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uAzlk14ewM .form-control:hover input:-moz-placeholder,
.cid-uAzlk14ewM .field-input:hover input:-moz-placeholder,
.cid-uAzlk14ewM .form-control:focus input:-moz-placeholder,
.cid-uAzlk14ewM .field-input:focus input:-moz-placeholder,
.cid-uAzlk14ewM .form-control:hover textarea:-moz-placeholder,
.cid-uAzlk14ewM .field-input:hover textarea:-moz-placeholder,
.cid-uAzlk14ewM .form-control:focus textarea:-moz-placeholder,
.cid-uAzlk14ewM .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uAzlk14ewM input::-webkit-input-placeholder,
.cid-uAzlk14ewM textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uAzlk14ewM input:-moz-placeholder,
.cid-uAzlk14ewM textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uAzlk14ewM .jq-number__spin:hover,
.cid-uAzlk14ewM .jq-number__spin:focus {
  background-color: #efefef !important;
  border-color: #767676 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uAzlk14ewM .jq-number__spin {
  background-color: #fafafa !important;
  border-color: #767676 !important;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uAzlk14ewM .jq-selectbox li,
.cid-uAzlk14ewM .jq-selectbox li {
  background-color: #fafafa !important;
  color: #000000 !important;
}
.cid-uAzlk14ewM .jq-selectbox li:hover,
.cid-uAzlk14ewM .jq-selectbox li.selected {
  background-color: #efefef !important;
  color: #000000 !important;
}
.cid-uAzlk14ewM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uAzlk14ewM .jq-number__spin.minus:hover:after,
.cid-uAzlk14ewM .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa !important;
  border-bottom-color: #fafafa !important;
}
.cid-uAzlk14ewM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uAzlk14ewM .jq-number__spin.minus:after,
.cid-uAzlk14ewM .jq-number__spin.plus:after {
  border-top-color: #efefef !important;
  border-bottom-color: #efefef !important;
}
.cid-uAzlk14ewM input::-webkit-clear-button {
  display: none;
}
.cid-uAzlk14ewM input::-webkit-inner-spin-button {
  display: none;
}
.cid-uAzlk14ewM input::-webkit-outer-spin-button {
  display: none;
}
.cid-uAzlk14ewM input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uAzlk14ewM span.sli-envelope-letter.mbr-iconfont.mbr-iconfont-btn {
  top: 0.2rem;
  margin: 0;
}
.cid-uAzlk14ewM .alert-success {
  background-color: #13b501;
}
.cid-uAzllC51Mr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #efefef;
}
@media (max-width: 768px) {
  .cid-uAzllC51Mr .container {
    padding: 0 16px;
  }
}
.cid-uAzllC51Mr .row {
  position: relative;
  z-index: 1;
}
.cid-uAzllC51Mr .title-wrapper {
  margin-bottom: 80px;
}
.cid-uAzllC51Mr .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uAzllC51Mr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAzllC51Mr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uAzllC51Mr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uAzllC51Mr .embla__slide .slide-content {
  width: 100%;
}
.cid-uAzllC51Mr .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAzllC51Mr .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uAzllC51Mr .embla__button--next,
.cid-uAzllC51Mr .embla__button--prev {
  display: flex;
}
.cid-uAzllC51Mr .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #444444 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uAzllC51Mr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAzllC51Mr .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAzllC51Mr .embla__button.embla__button--prev {
  left: 0;
}
.cid-uAzllC51Mr .embla__button.embla__button--next {
  right: 0;
}
.cid-uAzllC51Mr .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uAzllC51Mr .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAzllC51Mr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAzllC51Mr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAzllC51Mr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAzllC51Mr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAzllC51Mr .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uqc3NPqyHW .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-uqc3NPqyHW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqc3NPqyHW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqc3NPqyHW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqc3NPqyHW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqdoafI86G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1f0a;
}
.cid-uqdoafI86G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqdoafI86G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqdoafI86G .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqdoafI86G .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uqdoafI86G .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uqdoafI86G .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uqdoafI86G .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uqdoafI86G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uqdoafI86G .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uqdoafI86G .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uqdoafI86G .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uqdoafI86G .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uqdoafI86G .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uqdoafI86G .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uqdoafI86G .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #d7fb47;
  transition: 0.4s all;
}
.cid-uqdoafI86G .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uqdoafI86G .list li:hover {
  color: #444444 !important;
}
.cid-uqdoafI86G .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uqdoafI86G .list a:hover {
  color: #444444 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uqdoafI86G .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uqdoafI86G .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uqdoafI86G .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uqdoafI86G .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uqdoafI86G .soc-item {
    padding: 10px;
  }
}
.cid-uqdoafI86G .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uqdoafI86G .soc-item:hover .mbr-iconfont {
  color: #444444 !important;
}
.cid-uqdoafI86G .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uqdoafI86G .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uqdoafI86G .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uqdoafI86G .border-item {
  width: 100%;
  height: 1px;
  background-color: #d7fb47;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uqdoafI86G .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uqdoafI86G .copyright {
  color: #ddff55;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uqdoafI86G .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uqdoafI86G .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uq6ocHRGqT.popup-builder {
  background-color: #ffffff;
}
.cid-uq6ocHRGqT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uq6ocHRGqT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uq6ocHRGqT .modal-content,
.cid-uq6ocHRGqT .modal-dialog {
  height: auto;
}
.cid-uq6ocHRGqT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uq6ocHRGqT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uq6ocHRGqT .form-wrapper .mbr-form .form-group,
  .cid-uq6ocHRGqT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uq6ocHRGqT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uq6ocHRGqT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uq6ocHRGqT .mbr-text {
  text-align: center;
}
.cid-uq6ocHRGqT .pt-0 {
  padding-top: 0 !important;
}
.cid-uq6ocHRGqT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uq6ocHRGqT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uq6ocHRGqT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uq6ocHRGqT .modal-open {
  overflow: hidden;
}
.cid-uq6ocHRGqT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uq6ocHRGqT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uq6ocHRGqT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uq6ocHRGqT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uq6ocHRGqT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uq6ocHRGqT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uq6ocHRGqT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uq6ocHRGqT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uq6ocHRGqT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uq6ocHRGqT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uq6ocHRGqT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uq6ocHRGqT .modal-backdrop.show {
  opacity: .5;
}
.cid-uq6ocHRGqT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uq6ocHRGqT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uq6ocHRGqT .modal-header {
    padding: 1rem;
  }
}
.cid-uq6ocHRGqT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uq6ocHRGqT .modal-header .close svg {
  fill: #353535;
}
.cid-uq6ocHRGqT .modal-header .close:hover {
  opacity: 1;
}
.cid-uq6ocHRGqT .modal-header .close:focus {
  outline: none;
}
.cid-uq6ocHRGqT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uq6ocHRGqT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 72px;
}
@media (min-width: 992px) {
  .cid-uq6ocHRGqT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uq6ocHRGqT .modal-body {
    padding: 1rem;
  }
}
.cid-uq6ocHRGqT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uq6ocHRGqT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uq6ocHRGqT .modal-footer {
    padding: 1rem;
  }
}
.cid-uq6ocHRGqT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uq6ocHRGqT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uq6ocHRGqT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uq6ocHRGqT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uq6ocHRGqT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uq6ocHRGqT .modal-lg,
  .cid-uq6ocHRGqT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uq6ocHRGqT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uq6ocHRGqT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uq6ocHRGqT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uq6ocHRGqT .form-group {
  margin-bottom: 1rem;
}
.cid-uq6ocHRGqT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uq6ocHRGqT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uq6ocHRGqT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uq6ocHRGqT .mbr-section-btn {
  margin: 0;
}
.cid-uq6ocHRGqT .mbr-section-btn .btn {
  margin: 0;
}
.cid-urZPAm8iE6 .nav-item:focus,
.cid-urZPAm8iE6 .nav-link:focus {
  outline: none;
}
.cid-urZPAm8iE6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1b1f0a;
}
.cid-urZPAm8iE6 .navbar.opened {
  transition: all .3s;
  background: #1b1f0a !important;
}
.cid-urZPAm8iE6 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-urZPAm8iE6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urZPAm8iE6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urZPAm8iE6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-urZPAm8iE6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-urZPAm8iE6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urZPAm8iE6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urZPAm8iE6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-urZPAm8iE6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urZPAm8iE6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-urZPAm8iE6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-urZPAm8iE6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urZPAm8iE6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-urZPAm8iE6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urZPAm8iE6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urZPAm8iE6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-urZPAm8iE6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-urZPAm8iE6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urZPAm8iE6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-urZPAm8iE6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-urZPAm8iE6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-urZPAm8iE6 .navbar.navbar-short {
  background: #1b1f0a !important;
  min-height: 60px;
}
.cid-urZPAm8iE6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-urZPAm8iE6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-urZPAm8iE6 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urZPAm8iE6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urZPAm8iE6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urZPAm8iE6 .dropdown-item.active,
.cid-urZPAm8iE6 .dropdown-item:active {
  background-color: transparent;
}
.cid-urZPAm8iE6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urZPAm8iE6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urZPAm8iE6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urZPAm8iE6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1f0a;
}
.cid-urZPAm8iE6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urZPAm8iE6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urZPAm8iE6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-urZPAm8iE6 .navbar-buttons {
  text-align: center;
}
.cid-urZPAm8iE6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urZPAm8iE6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-urZPAm8iE6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urZPAm8iE6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urZPAm8iE6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urZPAm8iE6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urZPAm8iE6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urZPAm8iE6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urZPAm8iE6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urZPAm8iE6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urZPAm8iE6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-urZPAm8iE6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urZPAm8iE6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-urZPAm8iE6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-urZPAm8iE6 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-urZPAm8iE6 .nav-link:hover,
.cid-urZPAm8iE6 .dropdown-item:hover,
.cid-urZPAm8iE6 .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-urZPAm8iE6 .navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg.navbar-short {
  box-shadow: 0px 1px 10px 0px #ddff55;
}
.cid-urZPAoxf2r {
  background-image: url("../../../assets/images/tachikaze-pickleball-website-header-master-02-20102024-2000x1334.jpg");
}
.cid-urZPAoxf2r .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-urZPAoxf2r .mbr-section-title {
  letter-spacing: .1em;
}
.cid-urZPAoxf2r .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-urZPAoxf2r .mbr-media {
  height: 70px;
}
.cid-urZPAoxf2r .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-urZPAoxf2r .mbr-media span:hover {
  opacity: 0.7;
}
.cid-urZPAoxf2r .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-urZPAoxf2r .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-urZPAoxf2r .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-urZPAoxf2r .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-urZPAoxf2r a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-urZPAoxf2r a.close:hover {
  color: #ffffff;
}
.cid-urZPAoxf2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-urZPAoxf2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAtScIVBZo {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uAtScIVBZo .nav-tabs .nav-item.open .nav-link:focus,
.cid-uAtScIVBZo .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uAtScIVBZo .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.2vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-uAtScIVBZo .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uAtScIVBZo .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-uAtScIVBZo .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #073b4c;
}
.cid-uAtScIVBZo .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uAtScIVBZo .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-uAtScIVBZo .nav-tabs .nav-item {
  width: 100%;
}
.cid-uAtScIVBZo .nav-link,
.cid-uAtScIVBZo .nav-link.active {
  padding: 1rem auto;
  background: #cccccc;
}
.cid-uAtScIVBZo .nav-tabs .nav-link.active {
  color: #073b4c;
}
.cid-uAtScIVBZo .tab-content {
  background: #efefef;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (max-width: 767px) {
  .cid-uAtScIVBZo .tab-content {
    border-radius: 30px !important;
  }
}
.cid-uAtScIVBZo .logo-container img {
  max-width: 170px;
  margin-bottom: 14px;
}
@media screen and (min-width: 767px) {
  .cid-uAtScIVBZo .logo-container {
    border-right: 2px solid #d2d2d2;
  }
}
.cid-uAtScIVBZo H4 {
  text-align: center;
}
.cid-uAtScIVBZo H3 {
  text-align: center;
}
.cid-uAtScIVBZo .nav-link {
  font-size: 1rem;
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .cid-uAtScIVBZo .cid-uq8qqe1NCM .logo-container img {
    max-width: 130px;
  }
  .cid-uAtScIVBZo div.tab-content.p-5 {
    padding: 35px!important;
  }
}
.cid-uAtScIVBZo p.mbr-text.mbr-fonts-style.display-4 {
  margin-bottom: 0;
  text-align: justify;
}
@media (min-width: 768px) {
  .cid-uAtScIVBZo .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-uAtScIVBZo .logo-container img {
    padding: 0px 8px 0px 5px;
  }
}
@media (min-width: 768px) {
  .cid-uAtScIVBZo div.tab-content.p-5 {
    padding: 48px 48px 48px 20px!important;
  }
}
.cid-uAtScIVBZo div.col-md-9 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .cid-uAtScIVBZo .col-md-9 {
    padding-left: 15px!important;
  }
}
@media (max-width: 768px) {
  .cid-uAtScIVBZo p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cid-uAtScIVBZo a.nav-link.mbr-fonts-style.display-5 {
  font-size: 13px;
}
.cid-urZPAqqDuN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-urZPAqqDuN h5,
.cid-urZPAqqDuN h4,
.cid-urZPAqqDuN p {
  margin-bottom: 0;
}
.cid-urZPAqqDuN p {
  color: #767676;
}
.cid-urZPAqqDuN .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #cccccc;
}
.cid-urZPAqqDuN .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-urZPAqqDuN .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-urZPAqqDuN .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-urZPAqqDuN .card-title-link {
  float: left;
}
.cid-urZPAqqDuN .card-price {
  float: right;
}
.cid-urZPAqqDuN .card-title-link {
  position: relative;
}
.cid-urZPAqqDuN .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-urZPAqqDuN .card-title-link:hover:after {
  width: 100%;
}
.cid-urZPAqqDuN .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-urZPAqqDuN .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-urZPAqqDuN .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-urZPAqqDuN .card-wrapper:hover .card-title {
  color: #444444;
}
.cid-urZPAqqDuN .card-title,
.cid-urZPAqqDuN .main-title,
.cid-urZPAqqDuN .card-title-link {
  color: #767676;
}
.cid-urZPAqqDuN .card-img {
  width: auto;
}
.cid-urZPAqqDuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-urZPAqqDuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urZPAqqDuN .card-wrapper:hover {
  box-shadow: 0 0 6px 6px #eeeeee;
}
.cid-urZPAqqDuN .card-title {
  color: #465052;
}
.cid-urZPAturkg {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-urZPAturkg h5,
.cid-urZPAturkg h4,
.cid-urZPAturkg p {
  margin-bottom: 0;
}
.cid-urZPAturkg p {
  color: #767676;
}
.cid-urZPAturkg .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #cccccc;
}
.cid-urZPAturkg .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-urZPAturkg .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-urZPAturkg .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-urZPAturkg .card-title-link {
  float: left;
}
.cid-urZPAturkg .card-price {
  float: right;
}
.cid-urZPAturkg .card-title-link {
  position: relative;
}
.cid-urZPAturkg .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-urZPAturkg .card-title-link:hover:after {
  width: 100%;
}
.cid-urZPAturkg .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-urZPAturkg .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-urZPAturkg .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-urZPAturkg .card-wrapper:hover .card-title {
  color: #444444;
}
.cid-urZPAturkg .card-title,
.cid-urZPAturkg .main-title,
.cid-urZPAturkg .card-title-link {
  color: #767676;
}
.cid-urZPAturkg .card-img {
  width: auto;
}
.cid-urZPAturkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-urZPAturkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urZPAturkg .card-title {
  color: #465052;
}
.cid-urZPAturkg .card-wrapper:hover {
  box-shadow: 0 0 6px 6px #eeeeee;
}
.cid-urZPAyJuGN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1f0a;
}
.cid-urZPAyJuGN .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-urZPAyJuGN .mbr-section-title {
  color: #fafafa;
}
.cid-urZPAyJuGN .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-urZPAyJuGN .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-urZPAAg9TQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-urZPAAg9TQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-urZPAAg9TQ .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-urZPAAg9TQ .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-urZPAAg9TQ textarea {
  min-height: 150px;
}
.cid-urZPAAg9TQ .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-urZPAAg9TQ .form-control,
.cid-urZPAAg9TQ .field-input {
  padding: 1rem;
  background-color: #fafafa !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-urZPAAg9TQ .form-control:hover,
.cid-urZPAAg9TQ .field-input:hover,
.cid-urZPAAg9TQ .form-control:focus,
.cid-urZPAAg9TQ .field-input:focus {
  background-color: #efefef !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-urZPAAg9TQ .form-control:hover input::-webkit-input-placeholder,
.cid-urZPAAg9TQ .field-input:hover input::-webkit-input-placeholder,
.cid-urZPAAg9TQ .form-control:focus input::-webkit-input-placeholder,
.cid-urZPAAg9TQ .field-input:focus input::-webkit-input-placeholder,
.cid-urZPAAg9TQ .form-control:hover textarea::-webkit-input-placeholder,
.cid-urZPAAg9TQ .field-input:hover textarea::-webkit-input-placeholder,
.cid-urZPAAg9TQ .form-control:focus textarea::-webkit-input-placeholder,
.cid-urZPAAg9TQ .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-urZPAAg9TQ .form-control:hover input:-moz-placeholder,
.cid-urZPAAg9TQ .field-input:hover input:-moz-placeholder,
.cid-urZPAAg9TQ .form-control:focus input:-moz-placeholder,
.cid-urZPAAg9TQ .field-input:focus input:-moz-placeholder,
.cid-urZPAAg9TQ .form-control:hover textarea:-moz-placeholder,
.cid-urZPAAg9TQ .field-input:hover textarea:-moz-placeholder,
.cid-urZPAAg9TQ .form-control:focus textarea:-moz-placeholder,
.cid-urZPAAg9TQ .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-urZPAAg9TQ input::-webkit-input-placeholder,
.cid-urZPAAg9TQ textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-urZPAAg9TQ input:-moz-placeholder,
.cid-urZPAAg9TQ textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-urZPAAg9TQ .jq-number__spin:hover,
.cid-urZPAAg9TQ .jq-number__spin:focus {
  background-color: #efefef !important;
  border-color: #767676 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-urZPAAg9TQ .jq-number__spin {
  background-color: #fafafa !important;
  border-color: #767676 !important;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urZPAAg9TQ .jq-selectbox li,
.cid-urZPAAg9TQ .jq-selectbox li {
  background-color: #fafafa !important;
  color: #000000 !important;
}
.cid-urZPAAg9TQ .jq-selectbox li:hover,
.cid-urZPAAg9TQ .jq-selectbox li.selected {
  background-color: #efefef !important;
  color: #000000 !important;
}
.cid-urZPAAg9TQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-urZPAAg9TQ .jq-number__spin.minus:hover:after,
.cid-urZPAAg9TQ .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa !important;
  border-bottom-color: #fafafa !important;
}
.cid-urZPAAg9TQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-urZPAAg9TQ .jq-number__spin.minus:after,
.cid-urZPAAg9TQ .jq-number__spin.plus:after {
  border-top-color: #efefef !important;
  border-bottom-color: #efefef !important;
}
.cid-urZPAAg9TQ input::-webkit-clear-button {
  display: none;
}
.cid-urZPAAg9TQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-urZPAAg9TQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-urZPAAg9TQ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-urZPAAg9TQ span.sli-envelope-letter.mbr-iconfont.mbr-iconfont-btn {
  top: 0.2rem;
  margin: 0;
}
.cid-urZPAAg9TQ .alert-success {
  background-color: #13b501;
}
.cid-urZPAClnIH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1f0a;
}
.cid-urZPAClnIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-urZPAClnIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urZPAClnIH .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urZPAClnIH .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-urZPAClnIH .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-urZPAClnIH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-urZPAClnIH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-urZPAClnIH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-urZPAClnIH .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-urZPAClnIH .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-urZPAClnIH .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-urZPAClnIH .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-urZPAClnIH .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-urZPAClnIH .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-urZPAClnIH .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #d7fb47;
  transition: 0.4s all;
}
.cid-urZPAClnIH .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-urZPAClnIH .list li:hover {
  color: #444444 !important;
}
.cid-urZPAClnIH .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urZPAClnIH .list a:hover {
  color: #444444 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-urZPAClnIH .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-urZPAClnIH .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-urZPAClnIH .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-urZPAClnIH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-urZPAClnIH .soc-item {
    padding: 10px;
  }
}
.cid-urZPAClnIH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-urZPAClnIH .soc-item:hover .mbr-iconfont {
  color: #444444 !important;
}
.cid-urZPAClnIH .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-urZPAClnIH .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-urZPAClnIH .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-urZPAClnIH .border-item {
  width: 100%;
  height: 1px;
  background-color: #d7fb47;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-urZPAClnIH .border-item {
    margin-top: 1.5rem;
  }
}
.cid-urZPAClnIH .copyright {
  color: #ddff55;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-urZPAClnIH .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-urZPAClnIH .copyright {
    margin-top: 1.5rem;
  }
}
.cid-urWa57rIzU .nav-item:focus,
.cid-urWa57rIzU .nav-link:focus {
  outline: none;
}
.cid-urWa57rIzU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1b1f0a;
}
.cid-urWa57rIzU .navbar.opened {
  transition: all .3s;
  background: #1b1f0a !important;
}
.cid-urWa57rIzU .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-urWa57rIzU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urWa57rIzU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urWa57rIzU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-urWa57rIzU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-urWa57rIzU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urWa57rIzU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urWa57rIzU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-urWa57rIzU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urWa57rIzU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-urWa57rIzU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-urWa57rIzU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urWa57rIzU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-urWa57rIzU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urWa57rIzU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urWa57rIzU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-urWa57rIzU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-urWa57rIzU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urWa57rIzU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-urWa57rIzU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-urWa57rIzU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-urWa57rIzU .navbar.navbar-short {
  background: #1b1f0a !important;
  min-height: 60px;
}
.cid-urWa57rIzU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-urWa57rIzU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-urWa57rIzU .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urWa57rIzU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urWa57rIzU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urWa57rIzU .dropdown-item.active,
.cid-urWa57rIzU .dropdown-item:active {
  background-color: transparent;
}
.cid-urWa57rIzU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urWa57rIzU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urWa57rIzU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urWa57rIzU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1f0a;
}
.cid-urWa57rIzU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urWa57rIzU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urWa57rIzU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-urWa57rIzU .navbar-buttons {
  text-align: center;
}
.cid-urWa57rIzU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urWa57rIzU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-urWa57rIzU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urWa57rIzU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urWa57rIzU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urWa57rIzU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urWa57rIzU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urWa57rIzU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urWa57rIzU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urWa57rIzU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urWa57rIzU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-urWa57rIzU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urWa57rIzU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-urWa57rIzU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-urWa57rIzU .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-urWa57rIzU .nav-link:hover,
.cid-urWa57rIzU .dropdown-item:hover,
.cid-urWa57rIzU .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-urWa57rIzU .navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg.navbar-short {
  box-shadow: 0px 1px 10px 0px #ddff55;
}
.cid-uqGwkTNEQF {
  background-image: url("../../../assets/images/tachikaze-pickleball-website-header-master-02-20102024-2000x1334.jpg");
}
.cid-uqGwkTNEQF .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-uqGwkTNEQF .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uqGwkTNEQF .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-uqGwkTNEQF .mbr-media {
  height: 70px;
}
.cid-uqGwkTNEQF .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-uqGwkTNEQF .mbr-media span:hover {
  opacity: 0.7;
}
.cid-uqGwkTNEQF .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uqGwkTNEQF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uqGwkTNEQF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uqGwkTNEQF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uqGwkTNEQF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uqGwkTNEQF a.close:hover {
  color: #ffffff;
}
.cid-uqGwkTNEQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGwkTNEQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAtLnZ8tRk {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uAtLnZ8tRk .nav-tabs .nav-item.open .nav-link:focus,
.cid-uAtLnZ8tRk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uAtLnZ8tRk .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.2vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-uAtLnZ8tRk .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uAtLnZ8tRk .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-uAtLnZ8tRk .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #073b4c;
}
.cid-uAtLnZ8tRk .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uAtLnZ8tRk .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-uAtLnZ8tRk .nav-tabs .nav-item {
  width: 100%;
}
.cid-uAtLnZ8tRk .nav-link,
.cid-uAtLnZ8tRk .nav-link.active {
  padding: 1rem auto;
  background: #cccccc;
}
.cid-uAtLnZ8tRk .nav-tabs .nav-link.active {
  color: #073b4c;
}
.cid-uAtLnZ8tRk .tab-content {
  background: #efefef;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (max-width: 767px) {
  .cid-uAtLnZ8tRk .tab-content {
    border-radius: 30px !important;
  }
}
.cid-uAtLnZ8tRk .logo-container img {
  max-width: 170px;
  margin-bottom: 14px;
}
@media screen and (min-width: 767px) {
  .cid-uAtLnZ8tRk .logo-container {
    border-right: 2px solid #d2d2d2;
  }
}
.cid-uAtLnZ8tRk H4 {
  text-align: center;
}
.cid-uAtLnZ8tRk H3 {
  text-align: center;
}
.cid-uAtLnZ8tRk .nav-link {
  font-size: 1rem;
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .cid-uAtLnZ8tRk .cid-uq8qqe1NCM .logo-container img {
    max-width: 130px;
  }
  .cid-uAtLnZ8tRk div.tab-content.p-5 {
    padding: 35px!important;
  }
}
.cid-uAtLnZ8tRk p.mbr-text.mbr-fonts-style.display-4 {
  margin-bottom: 0;
  text-align: justify;
}
@media (min-width: 768px) {
  .cid-uAtLnZ8tRk .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-uAtLnZ8tRk .logo-container img {
    padding: 0px 8px 0px 5px;
  }
}
@media (min-width: 768px) {
  .cid-uAtLnZ8tRk div.tab-content.p-5 {
    padding: 48px 48px 48px 20px!important;
  }
}
.cid-uAtLnZ8tRk div.col-md-9 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .cid-uAtLnZ8tRk .col-md-9 {
    padding-left: 15px!important;
  }
}
@media (max-width: 768px) {
  .cid-uAtLnZ8tRk p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cid-uqGwlhjdMP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uqGwlhjdMP h5,
.cid-uqGwlhjdMP h4,
.cid-uqGwlhjdMP p {
  margin-bottom: 0;
}
.cid-uqGwlhjdMP p {
  color: #767676;
}
.cid-uqGwlhjdMP .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #cccccc;
}
.cid-uqGwlhjdMP .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uqGwlhjdMP .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uqGwlhjdMP .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uqGwlhjdMP .card-title-link {
  float: left;
}
.cid-uqGwlhjdMP .card-price {
  float: right;
}
.cid-uqGwlhjdMP .card-title-link {
  position: relative;
}
.cid-uqGwlhjdMP .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uqGwlhjdMP .card-title-link:hover:after {
  width: 100%;
}
.cid-uqGwlhjdMP .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uqGwlhjdMP .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-uqGwlhjdMP .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-uqGwlhjdMP .card-wrapper:hover .card-title {
  color: #444444;
}
.cid-uqGwlhjdMP .card-title,
.cid-uqGwlhjdMP .main-title,
.cid-uqGwlhjdMP .card-title-link {
  color: #767676;
}
.cid-uqGwlhjdMP .card-img {
  width: auto;
}
.cid-uqGwlhjdMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGwlhjdMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGwlhjdMP .card-wrapper:hover {
  box-shadow: 0 0 6px 6px #eeeeee;
}
.cid-uqGwlhjdMP .card-title {
  color: #465052;
}
.cid-uqGwln3rzk {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uqGwln3rzk h5,
.cid-uqGwln3rzk h4,
.cid-uqGwln3rzk p {
  margin-bottom: 0;
}
.cid-uqGwln3rzk p {
  color: #767676;
}
.cid-uqGwln3rzk .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #cccccc;
}
.cid-uqGwln3rzk .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uqGwln3rzk .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uqGwln3rzk .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uqGwln3rzk .card-title-link {
  float: left;
}
.cid-uqGwln3rzk .card-price {
  float: right;
}
.cid-uqGwln3rzk .card-title-link {
  position: relative;
}
.cid-uqGwln3rzk .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uqGwln3rzk .card-title-link:hover:after {
  width: 100%;
}
.cid-uqGwln3rzk .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uqGwln3rzk .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-uqGwln3rzk .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-uqGwln3rzk .card-wrapper:hover .card-title {
  color: #444444;
}
.cid-uqGwln3rzk .card-title,
.cid-uqGwln3rzk .main-title,
.cid-uqGwln3rzk .card-title-link {
  color: #767676;
}
.cid-uqGwln3rzk .card-img {
  width: auto;
}
.cid-uqGwln3rzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGwln3rzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGwln3rzk .card-title {
  color: #465052;
}
.cid-uqGwln3rzk .card-wrapper:hover {
  box-shadow: 0 0 6px 6px #eeeeee;
}
.cid-uqGwlqdZ87 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1f0a;
}
.cid-uqGwlqdZ87 .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uqGwlqdZ87 .mbr-section-title {
  color: #fafafa;
}
.cid-uqGwlqdZ87 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uqGwlqdZ87 .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-uqGwltwaYm {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uqGwltwaYm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uqGwltwaYm .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uqGwltwaYm .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uqGwltwaYm textarea {
  min-height: 150px;
}
.cid-uqGwltwaYm .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uqGwltwaYm .form-control,
.cid-uqGwltwaYm .field-input {
  padding: 1rem;
  background-color: #fafafa !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uqGwltwaYm .form-control:hover,
.cid-uqGwltwaYm .field-input:hover,
.cid-uqGwltwaYm .form-control:focus,
.cid-uqGwltwaYm .field-input:focus {
  background-color: #efefef !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-uqGwltwaYm .form-control:hover input::-webkit-input-placeholder,
.cid-uqGwltwaYm .field-input:hover input::-webkit-input-placeholder,
.cid-uqGwltwaYm .form-control:focus input::-webkit-input-placeholder,
.cid-uqGwltwaYm .field-input:focus input::-webkit-input-placeholder,
.cid-uqGwltwaYm .form-control:hover textarea::-webkit-input-placeholder,
.cid-uqGwltwaYm .field-input:hover textarea::-webkit-input-placeholder,
.cid-uqGwltwaYm .form-control:focus textarea::-webkit-input-placeholder,
.cid-uqGwltwaYm .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uqGwltwaYm .form-control:hover input:-moz-placeholder,
.cid-uqGwltwaYm .field-input:hover input:-moz-placeholder,
.cid-uqGwltwaYm .form-control:focus input:-moz-placeholder,
.cid-uqGwltwaYm .field-input:focus input:-moz-placeholder,
.cid-uqGwltwaYm .form-control:hover textarea:-moz-placeholder,
.cid-uqGwltwaYm .field-input:hover textarea:-moz-placeholder,
.cid-uqGwltwaYm .form-control:focus textarea:-moz-placeholder,
.cid-uqGwltwaYm .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uqGwltwaYm input::-webkit-input-placeholder,
.cid-uqGwltwaYm textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uqGwltwaYm input:-moz-placeholder,
.cid-uqGwltwaYm textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uqGwltwaYm .jq-number__spin:hover,
.cid-uqGwltwaYm .jq-number__spin:focus {
  background-color: #efefef !important;
  border-color: #767676 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uqGwltwaYm .jq-number__spin {
  background-color: #fafafa !important;
  border-color: #767676 !important;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uqGwltwaYm .jq-selectbox li,
.cid-uqGwltwaYm .jq-selectbox li {
  background-color: #fafafa !important;
  color: #000000 !important;
}
.cid-uqGwltwaYm .jq-selectbox li:hover,
.cid-uqGwltwaYm .jq-selectbox li.selected {
  background-color: #efefef !important;
  color: #000000 !important;
}
.cid-uqGwltwaYm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uqGwltwaYm .jq-number__spin.minus:hover:after,
.cid-uqGwltwaYm .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa !important;
  border-bottom-color: #fafafa !important;
}
.cid-uqGwltwaYm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uqGwltwaYm .jq-number__spin.minus:after,
.cid-uqGwltwaYm .jq-number__spin.plus:after {
  border-top-color: #efefef !important;
  border-bottom-color: #efefef !important;
}
.cid-uqGwltwaYm input::-webkit-clear-button {
  display: none;
}
.cid-uqGwltwaYm input::-webkit-inner-spin-button {
  display: none;
}
.cid-uqGwltwaYm input::-webkit-outer-spin-button {
  display: none;
}
.cid-uqGwltwaYm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uqGwltwaYm span.sli-envelope-letter.mbr-iconfont.mbr-iconfont-btn {
  top: 0.2rem;
  margin: 0;
}
.cid-uqGwltwaYm .alert-success {
  background-color: #13b501;
}
.cid-uqGwlxHGiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1f0a;
}
.cid-uqGwlxHGiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGwlxHGiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGwlxHGiV .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqGwlxHGiV .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uqGwlxHGiV .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uqGwlxHGiV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uqGwlxHGiV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uqGwlxHGiV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uqGwlxHGiV .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uqGwlxHGiV .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uqGwlxHGiV .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uqGwlxHGiV .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uqGwlxHGiV .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uqGwlxHGiV .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uqGwlxHGiV .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #d7fb47;
  transition: 0.4s all;
}
.cid-uqGwlxHGiV .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uqGwlxHGiV .list li:hover {
  color: #444444 !important;
}
.cid-uqGwlxHGiV .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uqGwlxHGiV .list a:hover {
  color: #444444 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uqGwlxHGiV .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uqGwlxHGiV .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uqGwlxHGiV .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uqGwlxHGiV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uqGwlxHGiV .soc-item {
    padding: 10px;
  }
}
.cid-uqGwlxHGiV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uqGwlxHGiV .soc-item:hover .mbr-iconfont {
  color: #444444 !important;
}
.cid-uqGwlxHGiV .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uqGwlxHGiV .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uqGwlxHGiV .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uqGwlxHGiV .border-item {
  width: 100%;
  height: 1px;
  background-color: #d7fb47;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uqGwlxHGiV .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uqGwlxHGiV .copyright {
  color: #ddff55;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uqGwlxHGiV .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uqGwlxHGiV .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uAzovl2BeG .nav-item:focus,
.cid-uAzovl2BeG .nav-link:focus {
  outline: none;
}
.cid-uAzovl2BeG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uAzovl2BeG .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uAzovl2BeG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uAzovl2BeG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAzovl2BeG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAzovl2BeG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uAzovl2BeG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uAzovl2BeG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAzovl2BeG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAzovl2BeG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAzovl2BeG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAzovl2BeG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAzovl2BeG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAzovl2BeG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAzovl2BeG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uAzovl2BeG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAzovl2BeG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAzovl2BeG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAzovl2BeG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAzovl2BeG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAzovl2BeG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uAzovl2BeG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uAzovl2BeG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAzovl2BeG .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uAzovl2BeG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAzovl2BeG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAzovl2BeG .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAzovl2BeG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAzovl2BeG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAzovl2BeG .dropdown-item.active,
.cid-uAzovl2BeG .dropdown-item:active {
  background-color: transparent;
}
.cid-uAzovl2BeG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAzovl2BeG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAzovl2BeG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAzovl2BeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uAzovl2BeG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAzovl2BeG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAzovl2BeG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAzovl2BeG .navbar-buttons {
  text-align: center;
}
.cid-uAzovl2BeG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAzovl2BeG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAzovl2BeG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAzovl2BeG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAzovl2BeG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAzovl2BeG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAzovl2BeG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAzovl2BeG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAzovl2BeG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAzovl2BeG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAzovl2BeG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uAzovl2BeG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAzovl2BeG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAzovl2BeG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uAzovl2BeG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uAzovl2BeG .nav-link:hover,
.cid-uAzovl2BeG .dropdown-item:hover,
.cid-uAzovl2BeG .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-uAzovl2BeG .navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg.navbar-short {
  box-shadow: 0px 1px 10px 0px #ddff55;
}
.cid-uAyGMJFKmW {
  background-image: url("../../../assets/images/tachikaze-pickleball-website-header-master-00-20102024-2000x1334.jpg");
}
.cid-uAyGMJFKmW .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-uAyGMJFKmW .mbr-section-title {
  letter-spacing: .1em;
  text-align: center;
}
.cid-uAyGMJFKmW .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-uAyGMJFKmW .mbr-media {
  height: 70px;
}
.cid-uAyGMJFKmW .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-uAyGMJFKmW .mbr-media span:hover {
  opacity: 0.7;
}
.cid-uAyGMJFKmW .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uAyGMJFKmW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uAyGMJFKmW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uAyGMJFKmW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uAyGMJFKmW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uAyGMJFKmW a.close:hover {
  color: #ffffff;
}
.cid-uAyGMJFKmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyGMJFKmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyGMKB4Pq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uAyGMKB4Pq .nav-tabs .nav-item.open .nav-link:focus,
.cid-uAyGMKB4Pq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uAyGMKB4Pq .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.2vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-uAyGMKB4Pq .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uAyGMKB4Pq .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-uAyGMKB4Pq .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #073b4c;
}
.cid-uAyGMKB4Pq .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uAyGMKB4Pq .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-uAyGMKB4Pq .nav-tabs .nav-item {
  width: 100%;
}
.cid-uAyGMKB4Pq .nav-link,
.cid-uAyGMKB4Pq .nav-link.active {
  padding: 1rem auto;
  background: #cccccc;
}
.cid-uAyGMKB4Pq .nav-tabs .nav-link.active {
  color: #073b4c;
}
.cid-uAyGMKB4Pq .tab-content {
  background: #efefef;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (max-width: 767px) {
  .cid-uAyGMKB4Pq .tab-content {
    border-radius: 30px !important;
  }
}
.cid-uAyGMKB4Pq .logo-container img {
  max-width: 170px;
  margin-bottom: 14px;
}
@media screen and (min-width: 767px) {
  .cid-uAyGMKB4Pq .logo-container {
    border-right: 2px solid #d2d2d2;
  }
}
.cid-uAyGMKB4Pq H4 {
  text-align: center;
}
.cid-uAyGMKB4Pq H3 {
  text-align: center;
}
.cid-uAyGMKB4Pq .nav-link {
  font-size: 1rem;
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .cid-uAyGMKB4Pq .cid-uq8qqe1NCM .logo-container img {
    max-width: 130px;
  }
  .cid-uAyGMKB4Pq div.tab-content.p-5 {
    padding: 35px!important;
  }
}
.cid-uAyGMKB4Pq p.mbr-text.mbr-fonts-style.display-4 {
  margin-bottom: 0;
  text-align: justify;
}
@media (min-width: 768px) {
  .cid-uAyGMKB4Pq .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-uAyGMKB4Pq .logo-container img {
    padding: 0px 8px 0px 5px;
  }
}
@media (min-width: 768px) {
  .cid-uAyGMKB4Pq div.tab-content.p-5 {
    padding: 48px 48px 48px 20px!important;
  }
}
.cid-uAyGMKB4Pq div.col-md-9 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .cid-uAyGMKB4Pq .col-md-9 {
    padding-left: 15px!important;
  }
}
@media (max-width: 768px) {
  .cid-uAyGMKB4Pq p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cid-uAyGMLZBR5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uAyGMLZBR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyGMLZBR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyGMLZBR5 .video-wrapper iframe {
  width: 100%;
}
.cid-uAyGMLZBR5 .mbr-section-title,
.cid-uAyGMLZBR5 .mbr-section-subtitle,
.cid-uAyGMLZBR5 .mbr-text {
  text-align: center;
}
.cid-uAyGMNA3Sw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1f0a;
}
.cid-uAyGMNA3Sw .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uAyGMNA3Sw .mbr-section-title {
  color: #fafafa;
}
.cid-uAyGMNA3Sw .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uAyGMNA3Sw .mbr-section-subtitle {
  color: #f3f4ef;
}
#custom-html-df {
  /* Type valid CSS here */
}
#custom-html-df .pinpon {
  padding: 80px 0;
  color: #777;
  text-align: center;
  background-color: #dcdee6;
}
#custom-html-df p .pinpon {
  font-size: 60px;
  color: #777;
}
@media (max-width: 1240px) {
  #custom-html-df canvas#pickleballGame {
    max-width: 690px;
  }
  #custom-html-df .pinpon {
    padding: 45px 0px 30px 0px;
  }
}
@media (max-width: 752px) {
  #custom-html-df canvas#pickleballGame {
    max-width: 510px;
  }
}
@media (max-width: 560px) {
  #custom-html-df canvas#pickleballGame {
    max-width: 350px;
  }
  #custom-html-df .pinpon {
    padding: 30px 0px 23px 0px;
  }
}
.cid-uAyGMPRuxi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAyGMPRuxi .title__wrap {
  margin-bottom: 30px;
}
.cid-uAyGMPRuxi .title__block {
  margin-bottom: 10px;
}
.cid-uAyGMPRuxi .mbr-section-title,
.cid-uAyGMPRuxi .text__time,
.cid-uAyGMPRuxi .mbr-text,
.cid-uAyGMPRuxi .text__author,
.cid-uAyGMPRuxi .text__hall {
  margin-bottom: 0;
}
.cid-uAyGMPRuxi .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uAyGMPRuxi .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uAyGMPRuxi .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uAyGMPRuxi .mbr-section-btn .btn-secondary-outline:hover {
  color: #444444 !important;
}
.cid-uAyGMPRuxi .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-uAyGMPRuxi .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-uAyGMPRuxi .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-uAyGMPRuxi .nav-tabs .nav-item.open .nav-link:focus,
.cid-uAyGMPRuxi .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uAyGMPRuxi .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uAyGMPRuxi .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-uAyGMPRuxi .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-uAyGMPRuxi .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uAyGMPRuxi .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #8fae5e;
}
.cid-uAyGMPRuxi .nav-tabs .nav-link.active:hover {
  background-color: #8fae5e;
}
@media (max-width: 991px) {
  .cid-uAyGMPRuxi .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-uAyGMPRuxi .buttons {
    justify-content: flex-start;
  }
}
.cid-uAyGMPRuxi .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uAyGMPRuxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyGMPRuxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAyGMPRuxi .col-lg-2,
  .cid-uAyGMPRuxi .col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uAyGMPRuxi a.btn.btn-sm.btn-white.display-7,
.cid-uAyGMPRuxi .btn.btn-sm.btn-secondary-outline.display-7 {
  margin: 0;
  padding: 0;
}
.cid-uAyGMPRuxi .mbr-section-btn {
  margin-left: 0;
}
.cid-uAyGMPRuxi .btn.btn-sm.btn-secondary-outline.display-7 {
  font-size: 14px!important;
}
.cid-uAyGN4h1vo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAyGN4h1vo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyGN4h1vo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyGN4h1vo .google-map {
  height: 350px;
  position: relative;
  border: solid 3px #e7e7e7;
  margin-bottom: 15px;
}
.cid-uAyGN4h1vo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uAyGN4h1vo .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAyGN4h1vo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAyGN4h1vo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAyGN5bD5H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1f0a;
}
.cid-uAyGN5bD5H .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uAyGN5bD5H .mbr-section-title {
  color: #fafafa;
}
.cid-uAyGN5bD5H .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uAyGN5bD5H .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-uAyGN5OE0h {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uAyGN5OE0h .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uAyGN5OE0h .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAyGN5OE0h .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAyGN5OE0h .mbr-gallery-item {
  width: 33.3%;
}
.cid-uAyGN5OE0h .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uAyGN5OE0h .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uAyGN5OE0h .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uAyGN5OE0h .mbr-gallery-row {
  justify-content: center;
}
.cid-uAyGN5OE0h .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uAyGN5OE0h .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uAyGN5OE0h .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uAyGN5OE0h .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uAyGN5OE0h .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uAyGN5OE0h .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uAyGN5OE0h .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uAyGN5OE0h .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uAyGN5OE0h img {
  transition: all 2s !important;
}
.cid-uAyGN5OE0h .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uAyGN5OE0h .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uAyGN5OE0h .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uAyGN72oud {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1f0a;
}
.cid-uAyGN72oud .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uAyGN72oud .mbr-section-title {
  color: #fafafa;
}
.cid-uAyGN72oud .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uAyGN72oud .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-uAyGN7KMc7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uAyGN7KMc7 .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-uAyGN7KMc7 .carousel {
    min-height: 800px;
  }
  .cid-uAyGN7KMc7 .carousel img {
    max-height: 800px;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .cid-uAyGN7KMc7 .cid-uq1tmW7YpC {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uAyGN7KMc7 .carousel {
    min-height: 360px;
  }
  .cid-uAyGN7KMc7 .carousel img {
    max-height: 360px;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .cid-uAyGN7KMc7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uAyGN7KMc7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uAyGN7KMc7 .carousel,
.cid-uAyGN7KMc7 .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-uAyGN7KMc7 .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uAyGN7KMc7 .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background: #33363b;
  padding: 8px;
}
.cid-uAyGN7KMc7 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uAyGN7KMc7 .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
}
.cid-uAyGN7KMc7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uAyGN7KMc7 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-uAyGN7KMc7 .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-uAyGN7KMc7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uAyGN7KMc7 .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-uAyGN7KMc7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uAyGN7KMc7 .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-uAyGN7KMc7 .carousel-control:hover,
.cid-uAyGN7KMc7 .carousel-control:focus {
  border-color: #24262b;
  opacity: 1;
}
.cid-uAyGN7KMc7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uAyGN7KMc7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uAyGN7KMc7 .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uAyGN7KMc7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAyGN7KMc7 .carousel-indicators li.active,
.cid-uAyGN7KMc7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAyGN7KMc7 .carousel-indicators li::after,
.cid-uAyGN7KMc7 .carousel-indicators li::before {
  content: none;
}
.cid-uAyGN7KMc7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAyGN7KMc7 .carousel-indicators {
    display: none !important;
  }
}
.cid-uAyGN7KMc7 .carousel-control-next:focus,
.cid-uAyGN7KMc7 .carousel-control-next:hover,
.cid-uAyGN7KMc7 .carousel-control-prev:focus,
.cid-uAyGN7KMc7 .carousel-control-prev:hover {
  border-color: white !important;
  background-color: #DDFF55;
}
.cid-uAyGN7KMc7 .carousel-control-next,
.cid-uAyGN7KMc7 .carousel-control-prev {
  border-color: white !important;
  background-color: #efefef;
}
.cid-uAR8fPDm1O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1f0a;
}
.cid-uAR8fPDm1O .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uAR8fPDm1O .mbr-section-title {
  color: #fafafa;
}
.cid-uAR8fPDm1O .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uAR8fPDm1O .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-uARkOkPP7E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uARkOkPP7E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uARkOkPP7E .row {
  flex-direction: row-reverse;
}
.cid-uARkOkPP7E img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-uARkOkPP7E .top {
    padding-top: 20px;
  }
}
.cid-uAyGN96ECj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1f0a;
}
.cid-uAyGN96ECj .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uAyGN96ECj .mbr-section-title {
  color: #fafafa;
}
.cid-uAyGN96ECj .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uAyGN96ECj .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-uAyGNaksB7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uAyGNaksB7 h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-uAyGNaksB7 .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
  line-height: 1.7;
}
.cid-uAyGNaksB7 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uAyGNaksB7 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-uAyGNaksB7 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uAyGNaksB7 .panel-group {
  width: 100%;
}
.cid-uAyGNaksB7 .card {
  border-bottom: none;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uAyGNaksB7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uAyGNaksB7 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uAyGNaksB7 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uAyGNaksB7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uAyGNaksB7 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-uAyGNaksB7 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uAyGNaksB7 .card .panel-body {
  background: #d7fb47;
}
.cid-uAyGNaksB7 .sign {
  color: #000000;
}
.cid-uAyGNaksB7 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uAyGNaksB7 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uAyGNaksB7 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uAyGNaksB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyGNaksB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uAyGNaksB7 .col-md-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uAyGNaksB7 .header-text,
.cid-uAyGNaksB7 .sign {
  color: #465052;
}
.cid-uAyGNaksB7 .card p {
  margin-bottom: 0!important;
}
.cid-uAyGNaksB7 p {
  font-size: 14px;
  text-align: justify;
}
.cid-uAyGNaksB7 .p-4 {
  padding: 3rem !important;
}
.cid-uAyGNbqp1y {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uAyGNbqp1y .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uAyGNbqp1y .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uAyGNbqp1y .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uAyGNbqp1y textarea {
  min-height: 150px;
}
.cid-uAyGNbqp1y .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uAyGNbqp1y .form-control,
.cid-uAyGNbqp1y .field-input {
  padding: 1rem;
  background-color: #fafafa !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uAyGNbqp1y .form-control:hover,
.cid-uAyGNbqp1y .field-input:hover,
.cid-uAyGNbqp1y .form-control:focus,
.cid-uAyGNbqp1y .field-input:focus {
  background-color: #efefef !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-uAyGNbqp1y .form-control:hover input::-webkit-input-placeholder,
.cid-uAyGNbqp1y .field-input:hover input::-webkit-input-placeholder,
.cid-uAyGNbqp1y .form-control:focus input::-webkit-input-placeholder,
.cid-uAyGNbqp1y .field-input:focus input::-webkit-input-placeholder,
.cid-uAyGNbqp1y .form-control:hover textarea::-webkit-input-placeholder,
.cid-uAyGNbqp1y .field-input:hover textarea::-webkit-input-placeholder,
.cid-uAyGNbqp1y .form-control:focus textarea::-webkit-input-placeholder,
.cid-uAyGNbqp1y .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uAyGNbqp1y .form-control:hover input:-moz-placeholder,
.cid-uAyGNbqp1y .field-input:hover input:-moz-placeholder,
.cid-uAyGNbqp1y .form-control:focus input:-moz-placeholder,
.cid-uAyGNbqp1y .field-input:focus input:-moz-placeholder,
.cid-uAyGNbqp1y .form-control:hover textarea:-moz-placeholder,
.cid-uAyGNbqp1y .field-input:hover textarea:-moz-placeholder,
.cid-uAyGNbqp1y .form-control:focus textarea:-moz-placeholder,
.cid-uAyGNbqp1y .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uAyGNbqp1y input::-webkit-input-placeholder,
.cid-uAyGNbqp1y textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uAyGNbqp1y input:-moz-placeholder,
.cid-uAyGNbqp1y textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uAyGNbqp1y .jq-number__spin:hover,
.cid-uAyGNbqp1y .jq-number__spin:focus {
  background-color: #efefef !important;
  border-color: #767676 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uAyGNbqp1y .jq-number__spin {
  background-color: #fafafa !important;
  border-color: #767676 !important;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uAyGNbqp1y .jq-selectbox li,
.cid-uAyGNbqp1y .jq-selectbox li {
  background-color: #fafafa !important;
  color: #000000 !important;
}
.cid-uAyGNbqp1y .jq-selectbox li:hover,
.cid-uAyGNbqp1y .jq-selectbox li.selected {
  background-color: #efefef !important;
  color: #000000 !important;
}
.cid-uAyGNbqp1y .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uAyGNbqp1y .jq-number__spin.minus:hover:after,
.cid-uAyGNbqp1y .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa !important;
  border-bottom-color: #fafafa !important;
}
.cid-uAyGNbqp1y .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uAyGNbqp1y .jq-number__spin.minus:after,
.cid-uAyGNbqp1y .jq-number__spin.plus:after {
  border-top-color: #efefef !important;
  border-bottom-color: #efefef !important;
}
.cid-uAyGNbqp1y input::-webkit-clear-button {
  display: none;
}
.cid-uAyGNbqp1y input::-webkit-inner-spin-button {
  display: none;
}
.cid-uAyGNbqp1y input::-webkit-outer-spin-button {
  display: none;
}
.cid-uAyGNbqp1y input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uAyGNbqp1y span.sli-envelope-letter.mbr-iconfont.mbr-iconfont-btn {
  top: 0.2rem;
  margin: 0;
}
.cid-uAyGNbqp1y .alert-success {
  background-color: #13b501;
}
.cid-uAyGNctRHk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #efefef;
}
@media (max-width: 768px) {
  .cid-uAyGNctRHk .container {
    padding: 0 16px;
  }
}
.cid-uAyGNctRHk .row {
  position: relative;
  z-index: 1;
}
.cid-uAyGNctRHk .title-wrapper {
  margin-bottom: 80px;
}
.cid-uAyGNctRHk .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uAyGNctRHk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAyGNctRHk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uAyGNctRHk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uAyGNctRHk .embla__slide .slide-content {
  width: 100%;
}
.cid-uAyGNctRHk .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAyGNctRHk .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uAyGNctRHk .embla__button--next,
.cid-uAyGNctRHk .embla__button--prev {
  display: flex;
}
.cid-uAyGNctRHk .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #444444 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uAyGNctRHk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAyGNctRHk .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAyGNctRHk .embla__button.embla__button--prev {
  left: 0;
}
.cid-uAyGNctRHk .embla__button.embla__button--next {
  right: 0;
}
.cid-uAyGNctRHk .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uAyGNctRHk .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAyGNctRHk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAyGNctRHk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAyGNctRHk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAyGNctRHk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAyGNctRHk .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uAyGNe3vK5 .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-uAyGNe3vK5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uAyGNe3vK5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAyGNe3vK5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAyGNe3vK5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAyGNeQ8y3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1f0a;
}
.cid-uAyGNeQ8y3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyGNeQ8y3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyGNeQ8y3 .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAyGNeQ8y3 .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uAyGNeQ8y3 .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uAyGNeQ8y3 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uAyGNeQ8y3 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uAyGNeQ8y3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uAyGNeQ8y3 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uAyGNeQ8y3 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uAyGNeQ8y3 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uAyGNeQ8y3 .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uAyGNeQ8y3 .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uAyGNeQ8y3 .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uAyGNeQ8y3 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #d7fb47;
  transition: 0.4s all;
}
.cid-uAyGNeQ8y3 .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uAyGNeQ8y3 .list li:hover {
  color: #444444 !important;
}
.cid-uAyGNeQ8y3 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uAyGNeQ8y3 .list a:hover {
  color: #444444 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uAyGNeQ8y3 .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uAyGNeQ8y3 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uAyGNeQ8y3 .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uAyGNeQ8y3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uAyGNeQ8y3 .soc-item {
    padding: 10px;
  }
}
.cid-uAyGNeQ8y3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uAyGNeQ8y3 .soc-item:hover .mbr-iconfont {
  color: #444444 !important;
}
.cid-uAyGNeQ8y3 .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uAyGNeQ8y3 .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uAyGNeQ8y3 .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uAyGNeQ8y3 .border-item {
  width: 100%;
  height: 1px;
  background-color: #d7fb47;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uAyGNeQ8y3 .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uAyGNeQ8y3 .copyright {
  color: #ddff55;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uAyGNeQ8y3 .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uAyGNeQ8y3 .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uAyGNfYkiH.popup-builder {
  background-color: #ffffff;
}
.cid-uAyGNfYkiH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAyGNfYkiH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAyGNfYkiH .modal-content,
.cid-uAyGNfYkiH .modal-dialog {
  height: auto;
}
.cid-uAyGNfYkiH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAyGNfYkiH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAyGNfYkiH .form-wrapper .mbr-form .form-group,
  .cid-uAyGNfYkiH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAyGNfYkiH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAyGNfYkiH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAyGNfYkiH .mbr-text {
  text-align: center;
}
.cid-uAyGNfYkiH .pt-0 {
  padding-top: 0 !important;
}
.cid-uAyGNfYkiH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAyGNfYkiH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAyGNfYkiH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAyGNfYkiH .modal-open {
  overflow: hidden;
}
.cid-uAyGNfYkiH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAyGNfYkiH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAyGNfYkiH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAyGNfYkiH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAyGNfYkiH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAyGNfYkiH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAyGNfYkiH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAyGNfYkiH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAyGNfYkiH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAyGNfYkiH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAyGNfYkiH .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAyGNfYkiH .modal-backdrop.show {
  opacity: .5;
}
.cid-uAyGNfYkiH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAyGNfYkiH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAyGNfYkiH .modal-header {
    padding: 1rem;
  }
}
.cid-uAyGNfYkiH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAyGNfYkiH .modal-header .close svg {
  fill: #353535;
}
.cid-uAyGNfYkiH .modal-header .close:hover {
  opacity: 1;
}
.cid-uAyGNfYkiH .modal-header .close:focus {
  outline: none;
}
.cid-uAyGNfYkiH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAyGNfYkiH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 72px;
}
@media (min-width: 992px) {
  .cid-uAyGNfYkiH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAyGNfYkiH .modal-body {
    padding: 1rem;
  }
}
.cid-uAyGNfYkiH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAyGNfYkiH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAyGNfYkiH .modal-footer {
    padding: 1rem;
  }
}
.cid-uAyGNfYkiH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAyGNfYkiH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAyGNfYkiH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAyGNfYkiH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAyGNfYkiH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAyGNfYkiH .modal-lg,
  .cid-uAyGNfYkiH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAyGNfYkiH .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAyGNfYkiH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAyGNfYkiH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAyGNfYkiH .form-group {
  margin-bottom: 1rem;
}
.cid-uAyGNfYkiH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAyGNfYkiH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAyGNfYkiH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAyGNfYkiH .mbr-section-btn {
  margin: 0;
}
.cid-uAyGNfYkiH .mbr-section-btn .btn {
  margin: 0;
}
