.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 2.9376rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.672rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.796875rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.0525rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.315625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.35008rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.05632rem;
    font-size: calc( 1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.15rem;
    font-size: calc( 1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.842rem;
    font-size: calc( 1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  text-transform: uppercase;
  margin-top: 24px;
}
.mbr-section-title {
  text-transform: uppercase;
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff2b09 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff2b09;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff2b09 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff2b09;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2b09;
  border-color: #ff2b09;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2b09;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdbd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  /*border-color: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff2b09;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2b09;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #ff2b09;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2b09;
  border-bottom-color: #ff2b09;
}
.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: #ff2b09 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff2b09' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sHlsQUPt9y {
  height: 0 !important;
}
.cid-sHlsQUPt9y .navbar {
  background: #ffffff;
  transition: none;
  z-index: 1001;
  left: auto;
}
.cid-sHlsQUPt9y .navbar .show {
  height: 100vh;
}
.cid-sHlsQUPt9y .navbar-collapse {
  max-height: 100vh !important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sHlsQUPt9y .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sHlsQUPt9y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sHlsQUPt9y .bottom {
  padding-bottom: 2rem;
}
.cid-sHlsQUPt9y a {
  font-style: normal;
}
.cid-sHlsQUPt9y .dropdown-backdrop {
  display: none;
}
.cid-sHlsQUPt9y .dropdown-toggle::after {
  border-top: 0 !important;
  margin-left: 10px !important;
}
.cid-sHlsQUPt9y .nav-dropdown {
  padding-top: 8rem;
}
.cid-sHlsQUPt9y .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-sHlsQUPt9y .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-sHlsQUPt9y .nav-link:after {
  content: '';
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-sHlsQUPt9y .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-sHlsQUPt9y .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sHlsQUPt9y .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 0.65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sHlsQUPt9y .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}
.cid-sHlsQUPt9y .navbar-nav {
  width: 100% !important;
}
.cid-sHlsQUPt9y .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sHlsQUPt9y .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sHlsQUPt9y .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-sHlsQUPt9y .dropdown-menu {
  position: absolute !important;
  width: fit-content !important;
}
.cid-sHlsQUPt9y .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-sHlsQUPt9y .dropdown-item:hover,
.cid-sHlsQUPt9y .dropdown-item:active {
  color: #ffffff !important;
}
.cid-sHlsQUPt9y .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sHlsQUPt9y .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-sHlsQUPt9y .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-sHlsQUPt9y .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-sHlsQUPt9y .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-sHlsQUPt9y .navbar-logo {
  margin-right: 0 !important;
}
.cid-sHlsQUPt9y .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-sHlsQUPt9y .menu-logo {
  position: absolute !important;
}
.cid-sHlsQUPt9y .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1002;
  margin-right: auto;
}
.cid-sHlsQUPt9y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHlsQUPt9y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sHlsQUPt9y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sHlsQUPt9y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sHlsQUPt9y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sHlsQUPt9y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sHlsQUPt9y .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sHlsQUPt9y .navbar-toggler {
  background: #ffffff;
  width: 75px !important;
  height: 75px !important;
  border-radius: 0 !important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-sHlsQUPt9y .navbar-brand {
  background: transparent;
  margin: 0 !important;
  padding: 10px !important;
  padding-top: 20px;
}
.cid-sHlsQUPt9y .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-sHlsQUPt9y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sHlsQUPt9y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sHlsQUPt9y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sHlsQUPt9y .opened,
.cid-sHlsQUPt9y .show {
  height: 100%;
  width: 300px !important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-sHlsQUPt9y .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-sHlsQUPt9y .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-sHlsQUPt9y .opened,
  .cid-sHlsQUPt9y .show,
  .cid-sHlsQUPt9y .navbar {
    width: 100% !important;
  }
  .cid-sHlsQUPt9y .dropdown-toggle {
    margin: auto !important;
  }
  .cid-sHlsQUPt9y .dropdown-menu {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin: auto;
  }
  .cid-sHlsQUPt9y .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-sHlsQUPt9y .nav-item:focus,
.cid-sHlsQUPt9y .nav-link:focus {
  outline: none;
}
.cid-sHlsQUPt9y .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-sHlsQUPt9y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sHlsQUPt9y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHlsQUPt9y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sHlsQUPt9y .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sHlsQUPt9y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sHlsQUPt9y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHlsQUPt9y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sHlsQUPt9y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHlsQUPt9y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sHlsQUPt9y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sHlsQUPt9y button.navbar-toggler:focus {
  outline: none;
}
.cid-sHlsQUPt9y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-sHlsQUPt9y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHlsQUPt9y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHlsQUPt9y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHlsQUPt9y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHlsQUPt9y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHlsQUPt9y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHlsQUPt9y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHlsQUPt9y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHlsQUPt9y .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHlsQUPt9y .collapsed .btn {
  display: -webkit-flex;
}
.cid-sHlsQUPt9y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sHlsQUPt9y .collapsed .navbar-collapse.collapsing,
.cid-sHlsQUPt9y .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-sHlsQUPt9y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sHlsQUPt9y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sHlsQUPt9y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sHlsQUPt9y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sHlsQUPt9y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sHlsQUPt9y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sHlsQUPt9y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sHlsQUPt9y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sHlsQUPt9y .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-sHlsQUPt9y .collapsed button.navbar-toggler {
  display: block;
}
.cid-sHlsQUPt9y .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHlsQUPt9y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sHlsQUPt9y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sHlsQUPt9y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sHlsQUPt9y .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHlsQUPt9y img {
    height: 3.8rem !important;
  }
  .cid-sHlsQUPt9y .btn {
    display: -webkit-flex;
  }
  .cid-sHlsQUPt9y button.navbar-toggler {
    display: block;
  }
  .cid-sHlsQUPt9y .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHlsQUPt9y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sHlsQUPt9y .navbar-collapse.collapsing,
  .cid-sHlsQUPt9y .navbar-collapse.show {
    display: block !important;
  }
  .cid-sHlsQUPt9y .navbar-collapse.collapsing .navbar-nav,
  .cid-sHlsQUPt9y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sHlsQUPt9y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sHlsQUPt9y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sHlsQUPt9y .navbar-collapse.collapsing .navbar-buttons,
  .cid-sHlsQUPt9y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sHlsQUPt9y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sHlsQUPt9y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHlsQUPt9y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sHlsQUPt9y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sHlsQUPt9y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-sHlsQUPt9y .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sv2BSB8scu {
  background-image: url("../../../assets/images/bodybuilder-9-1600x1067.jpg");
}
.cid-sv2BSB8scu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sv2BSB8scu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sv2BSB8scu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-sv2BSB8scu .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 100px;
}
.cid-d4KpJiFtQG {
  background: transparent;
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-d4KpJiFtQG #goDown {
  visibility: hidden;
}
.cid-d4KpJiFtQG video,
.cid-d4KpJiFtQG img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-d4KpJiFtQG .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9b59b6;
  opacity: 0.4;
}
.cid-d4KpJiFtQG .show {
  visibility: visible;
}
.cid-d4KpJiFtQG .hide {
  visibility: hidden;
}
.cid-d4KpJiFtQG .overlay {
  background: #000000;
  opacity: 0;
}
.cid-d4KpJiFtQG .row {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.cid-sv2BXnULIz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sv2BXnULIz .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sv2BXnULIz .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sv2BXnULIz .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sv2BXnULIz P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sv2BXnULIz img {
  margin-top: 32px;
}
@media (max-width: 990px) {
  .cid-sv2BXnULIz .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sv2BXnULIz .top,
  .cid-sv2BXnULIz .top-2 {
    margin-top: 0;
  }
}
.cid-sv2BZB0zIm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sv2BZB0zIm .card {
  padding: 5rem 0;
  background: #e1efef;
  margin: auto;
  border-radius: 0;
}
.cid-sv2BZB0zIm .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sv2BZB0zIm .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-sv2BZB0zIm .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sv2BZB0zIm .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-sv2BZB0zIm .mbr-section-title {
  color: #000000;
}
.cid-sv2BZB0zIm .col-10 {
  margin: auto;
}
.cid-sHlri6onPi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sHlri6onPi .mbr-overlay {
  z-index: 1;
}
.cid-sHlri6onPi .carousel,
.cid-sHlri6onPi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHlri6onPi .item-wrapper {
  width: 100%;
}
.cid-sHlri6onPi .carousel-caption {
  bottom: 40px;
}
.cid-sHlri6onPi .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHlri6onPi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHlri6onPi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHlri6onPi .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sHlri6onPi span {
  font-size: 50px;
}
.cid-sHlri6onPi .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sHlri6onPi .mobi-mbri-arrow-next:hover {
  color: #ff2b09;
}
.cid-sHlri6onPi .mobi-mbri-arrow-prev:hover {
  color: #ff2b09;
}
.cid-sHlri6onPi .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sHlri6onPi .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sHlri6onPi .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sHlri6onPi .carousel-fade .active.carousel-item-left,
.cid-sHlri6onPi .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sHlri6onPi .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sHlri6onPi .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sv2C3emt97 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sv2C3emt97 .item-wrapper {
  width: 100%;
}
.cid-sv2C3emt97 .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}
.cid-sv2C3emt97 .row {
  align-items: stretch;
}
@media (max-width: 600px) {
  .cid-sv2C3emt97 .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sv2C3emt97 .mbr-section-title {
    margin-top: 25px;
  }
  .cid-sv2C3emt97 .left-side {
    padding: 1rem;
  }
}
.cid-sv2C3emt97 .mbr-section-subtitle {
  padding-top: 0px;
}
.cid-sv2C3emt97 .mbr-section-btn {
  border: 2px solid #ff2b09;
}
.cid-sv2C3emt97 .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-sv2C3emt97 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.cid-sv2C3emt97 .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #ff2b09;
  opacity: 1;
}
.cid-sv2C3emt97 .lin:hover {
  color: #ff2b09;
}
.cid-sv2C3emt97 .mbr-link {
  text-align: left;
  margin-top: 1rem;
}
.cid-sv2C3emt97 a {
  font-weight: 700;
}
.cid-sv2C3emt97 .text-primary {
  color: #626262 !important;
}
.cid-sv2C3emt97 P {
  color: #ffffff;
}
.cid-sv2C3emt97 H5 {
  color: #ffffff;
}
.cid-sHlJpkIii3 {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #000000;
}
.cid-sHlJpkIii3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHlJpkIii3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHlJpkIii3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHlJpkIii3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHlJpkIii3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sHlJpkIii3 .icon-focus {
  display: none;
}
.cid-sHlJpkIii3 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: right;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sHlJpkIii3 ul {
  font-size: 0;
}
.cid-sHlJpkIii3 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sHlJpkIii3 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-sHlJpkIii3 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ff2b09, #ff6666);
}
.cid-sHlJpkIii3 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sHlJpkIii3 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sHlJpkIii3 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sHlJpkIii3 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sHlJpkIii3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff2b09, #ff6666);
  display: inline-block;
}
.cid-sHlJpkIii3 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sHlJpkIii3 .btn:hover {
  background: transparent !important;
}
.cid-sHlJpkIii3 .btn:hover:before {
  background: transparent !important;
}
.cid-sHlJpkIii3 .btn:before {
  background-color: transparent !important;
}
.cid-sHlJpkIii3 .btn:focus {
  box-shadow: none;
}
.cid-sHlJpkIii3 .mbr-section-title,
.cid-sHlJpkIii3 .underline {
  color: #ffffff;
}
.cid-sHlAFfFJbT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sHlAFfFJbT .video-wrapper iframe {
  width: 100%;
}
.cid-sHlAFfFJbT .mbr-section-title,
.cid-sHlAFfFJbT .mbr-section-subtitle,
.cid-sHlAFfFJbT .mbr-text {
  text-align: center;
}
.cid-sHlAFfFJbT .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  color: #ffffff;
}
.cid-sHlAFfFJbT .mbr-text {
  padding-top: 16px;
  color: #ffffff;
}
.cid-sv2C59k3F0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sv2C59k3F0 img {
  border-radius: 0px;
}
.cid-sv2C59k3F0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sv2C59k3F0 .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-sv2C59k3F0 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sv2C59k3F0 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-sv2C59k3F0 img {
    padding-top: 1rem;
  }
}
.cid-sv2C6Wc5zB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1efef;
}
.cid-sv2C6Wc5zB .item-wrapper {
  width: 100%;
}
.cid-sv2C6Wc5zB .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sv2C6Wc5zB .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sv2C6Wc5zB .mbr-section-title {
    margin-top: 25px;
  }
}
.cid-sv2C6Wc5zB .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-sv2C6Wc5zB .mbr-text {
  color: #626262;
  padding-top: 10px;
  font-style: italic;
}
.cid-sv2C6Wc5zB .mbr-section-btn {
  border: 2px solid #ff2b09;
}
.cid-sv2C6Wc5zB .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-sv2C6Wc5zB .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-sv39VIHSai {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sv39VIHSai .item-wrapper {
  width: 100%;
}
.cid-sv39VIHSai .left-side {
  text-align: left;
  width: 100%;
  padding-right: 5rem;
}
.cid-sv39VIHSai .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sv39VIHSai .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sv39VIHSai .mbr-section-title {
    margin-top: 25px;
  }
  .cid-sv39VIHSai .form-row {
    padding-top: 10px;
  }
}
.cid-sv39VIHSai .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-sv39VIHSai .mbr-link {
  width: 100%;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-sv39VIHSai .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-sv39VIHSai .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-sv39VIHSai img,
.cid-sv39VIHSai .item-img {
  margin: auto;
  width: auto;
}
.cid-sv39VIHSai .lin {
  color: #000000;
  display: inline;
  margin: 0rem 0.5rem 0px 0;
  transition: all 0.2s ease-in-out;
}
.cid-sv39VIHSai .lin:hover {
  color: #ff2b09;
}
.cid-sv39VIHSai .address:hover {
  color: #ff2b09;
}
.cid-sv39VIHSai .bottom {
  text-transform: uppercase;
  display: inline;
}
.cid-sv39VIHSai p {
  margin-bottom: 0.5rem;
}
.cid-sv39VIHSai .col-auto {
  padding: 0;
  margin-top: 20px;
}
.cid-sv39VIHSai input {
  padding: 25px 30px;
  margin: 0;
  border-radius: 0;
  border: 0px;
  outline: 2px solid #cdcdcb;
}
.cid-sv39VIHSai textarea {
  padding: 25px 30px;
  margin: 0;
  border-radius: 0;
  border: 0px;
  outline: 2px solid #cdcdcb;
}
.cid-sv39VIHSai .form-group {
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.cid-sv39VIHSai a {
  font-weight: bold;
}
.cid-sv39VIHSai .p {
  display: block;
}
@media (max-width: 990px) {
  .cid-sv39VIHSai .first {
    border-bottom: 0px;
  }
  .cid-sv39VIHSai .left-side {
    padding: 15px;
  }
  .cid-sv39VIHSai .row .right-side {
    padding: 15px 15px 0 15px;
  }
}
.cid-sv39VIHSai .form-control:hover {
  outline: 2px solid #cdcdcb;
}
.cid-sv39VIHSai .form-control:focus {
  outline: 2px solid #cdcdcb;
}
.cid-sv39VIHSai .right-side {
  padding-right: 5rem;
  padding-left: 4rem;
}
.cid-sv39VIHSai .address {
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.cid-sv39VIHSai .address a {
  font-weight: 400;
}
.cid-sv39VIHSai .form-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sv39VIHSai .text-primary {
  color: #000000 !important;
}
.cid-sv2Ca8W2xp .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-sv2Ca8W2xp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sv2Ca8W2xp .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-sv2Ca8W2xp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sv2Ca8W2xp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vo73Vboara {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo73Vboara img,
.cid-vo73Vboara .item-img {
  width: 100%;
}
.cid-vo73Vboara .item:focus,
.cid-vo73Vboara span:focus {
  outline: none;
}
.cid-vo73Vboara .item-wrapper {
  position: relative;
}
.cid-vo73Vboara .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vo73Vboara .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vo73Vboara .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vo73Vboara .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vo73Vboara .mbr-section-title {
  color: #232323;
}
.cid-vo73Vboara .mbr-text,
.cid-vo73Vboara .mbr-section-btn {
  text-align: center;
}
.cid-vo73Vboara .item-title {
  text-align: center;
}
.cid-vo73Vboara .item-subtitle {
  text-align: left;
}
.cid-vo73Vboara .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vo73Vboara .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vo73Vboara .embla__button--next,
.cid-vo73Vboara .embla__button--prev {
  display: flex;
}
.cid-vo73Vboara .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vo73Vboara .embla__button {
    display: none;
  }
}
.cid-vo73Vboara .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vo73Vboara .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vo73Vboara .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vo73Vboara .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vo73Vboara .embla__button {
    top: auto;
  }
}
.cid-vo73Vboara .embla {
  position: relative;
  width: 100%;
}
.cid-vo73Vboara .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vo73Vboara .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vo73Vboara .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vo73Vboara .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vo73Wy6X8G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo73Y1fiDq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fbfcff;
}
.cid-vo73Y1fiDq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vo73Y1fiDq .team-card:hover {
  transform: translateY(-10px);
}
.cid-vo73Y1fiDq .card-wrap {
  background: #efeeee;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .cid-vo73Y1fiDq .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vo73Y1fiDq .card-wrap .image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-vo73Y1fiDq .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vo73Y1fiDq .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vo73Y1fiDq .card-text {
  padding-bottom: 1rem;
}
.cid-vo73Y1fiDq .social-row {
  text-align: center;
}
.cid-vo73Y1fiDq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vo73Y1fiDq .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1.2rem;
}
.cid-vo73Y1fiDq .social-row .soc-item:hover {
  background: #000000;
}
.cid-vo73Y1fiDq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vo73Y1fiDq .mbr-role,
.cid-vo73Y1fiDq .social-row {
  color: #000000;
}
.cid-vo73Y1fiDq .card-title,
.cid-vo73Y1fiDq .social-row {
  color: #e43f3f;
}
.cid-vo73Y1fiDq .card-text,
.cid-vo73Y1fiDq .mbr-section-btn,
.cid-vo73Y1fiDq .social-row {
  color: #000000;
}
.cid-vo73Y1fiDq .mbr-section-title {
  color: #000000;
}
.cid-vo73Y1fiDq .mbr-section-subtitle {
  color: #000000;
}
.cid-vo73Y1fiDq .main-title {
  color: #000000;
}
.cid-vo73Y1fiDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo73Y1fiDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sv2CdcIkMQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-sv2CdcIkMQ input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-sv2CdcIkMQ a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sv2CdcIkMQ a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-sv2CdcIkMQ .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-sv2CdcIkMQ .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-sv2CdcIkMQ .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-sv2CdcIkMQ .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-sv2CdcIkMQ .long-distance {
    margin-top: 50px;
  }
}
.cid-sv2CdcIkMQ .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-sv2CdcIkMQ .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-sv2CdcIkMQ .btn {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-sv2CdcIkMQ .text-primary {
  color: #000000 !important;
}
.cid-sv2CdcIkMQ .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-sv2CdcIkMQ img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-sv2CdcIkMQ img {
    padding-right: 50px;
  }
}
