body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff1d00 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff1d00 !important;
  border-color: #ff1d00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31400 !important;
  border-color: #b31400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31400 !important;
  border-color: #b31400 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  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 {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #991100;
  color: #991100;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff1d00;
  border-color: #ff1d00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff1d00 !important;
  border-color: #ff1d00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  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 {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff1d00 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #991100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !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: #cccccc !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: #ffffff;
}
.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: #ff1d00;
  border-color: #ff1d00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff1d00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff1d00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff1d00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff1d00;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff1d00;
  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: #ff1d00;
  border-bottom-color: #ff1d00;
}
.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: #ff1d00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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: 100px;
  height: 100px;
  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='%23ff1d00' %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.3;
}
.cid-rRy3N02ZRO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRy3N02ZRO .nav-item,
.cid-rRy3N02ZRO .nav-link,
.cid-rRy3N02ZRO .navbar-caption {
  font-weight: normal;
}
.cid-rRy3N02ZRO .nav-item:focus,
.cid-rRy3N02ZRO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rRy3N02ZRO .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rRy3N02ZRO .nav-item .nav-link {
    position: relative;
  }
  .cid-rRy3N02ZRO .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rRy3N02ZRO .nav-item:hover .nav-link:before,
  .cid-rRy3N02ZRO .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRy3N02ZRO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-rRy3N02ZRO .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-rRy3N02ZRO .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rRy3N02ZRO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rRy3N02ZRO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRy3N02ZRO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRy3N02ZRO .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-rRy3N02ZRO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRy3N02ZRO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRy3N02ZRO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRy3N02ZRO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRy3N02ZRO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRy3N02ZRO .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-rRy3N02ZRO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRy3N02ZRO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRy3N02ZRO .navbar-brand {
  -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-rRy3N02ZRO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRy3N02ZRO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRy3N02ZRO .dropdown-item.active,
.cid-rRy3N02ZRO .dropdown-item:active {
  background-color: transparent;
}
.cid-rRy3N02ZRO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRy3N02ZRO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRy3N02ZRO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRy3N02ZRO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-rRy3N02ZRO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRy3N02ZRO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRy3N02ZRO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRy3N02ZRO .navbar-buttons {
  text-align: center;
}
.cid-rRy3N02ZRO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRy3N02ZRO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRy3N02ZRO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRy3N02ZRO .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-rRy3N02ZRO .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rRy3N02ZRO .soc-item {
  margin: .5rem .3rem;
}
.cid-rRy3N02ZRO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRy3N02ZRO a.nav-link .mbr-iconfont-btn,
.cid-rRy3N02ZRO a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rRy3N02ZRO a.nav-link:hover .mbr-iconfont-btn,
.cid-rRy3N02ZRO a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rRy3N02ZRO a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRy3N02ZRO .navbar {
    height: 77px;
  }
  .cid-rRy3N02ZRO .navbar.opened {
    height: auto;
  }
  .cid-rRy3N02ZRO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rAA43gBx5I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/20190824-164526.jpeg");
}
@media (min-width: 992px) {
  .cid-rAA43gBx5I .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rAA43gBx5I .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rAA43gBx5I .mbr-text {
    text-align: center;
  }
}
.cid-rAA43gBx5I H1 {
  color: #cc2952;
}
.cid-rBYMWlzaAA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBYMWlzaAA .mbr-section-subtitle {
  color: #767676;
}
.cid-re2sN9bc8x {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rjvlZ0WtJM {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rjvlZ0WtJM .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rjvlZ0WtJM .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rjvlZ0WtJM .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rjvlZ0WtJM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rjvlZ0WtJM .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rjvlZ0WtJM .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rjvlZ0WtJM .card .panel-body {
  color: #767676;
}
.cid-r67uzmLXhB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r67uzmLXhB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r67uzmLXhB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r67uzmLXhB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r67uzmLXhB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r67uzmLXhB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r67uzmLXhB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r67uzmLXhB .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-r67uzmLXhB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r67uzmLXhB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r67tVv05Uj .google-map {
  height: 25rem;
  position: relative;
}
.cid-r67tVv05Uj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-r67tVv05Uj .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-r67tVv05Uj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-r67tVv05Uj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s1EeyR8h12 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s1EeyR8h12 .title {
  margin-bottom: 2rem;
}
.cid-s1EeyR8h12 .mbr-section-subtitle {
  color: #767676;
}
.cid-s1EeyR8h12 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s1EeyR8h12 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s1EeyR8h12 textarea.form-control {
  min-height: 188px;
}
.cid-rN0YIYZYxf {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rN0YIYZYxf .mbr-section-subtitle {
  color: #767676;
}
.cid-rN14nRlZj7 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN14nRlZj7 .mbr-text,
.cid-rN14nRlZj7 blockquote {
  color: #767676;
}
.cid-r67tXGowbg {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #7fdbfd, #6670a9);
}
.cid-r67tXGowbg .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-r67tXGowbg .social-list a:focus {
  text-decoration: none;
}
.cid-qTkAaeaxX5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .content {
    text-align: center;
  }
  .cid-qTkAaeaxX5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTkAaeaxX5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTkAaeaxX5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTkAaeaxX5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTkAaeaxX5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r67GwsZmr8 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/53609519-316678852539169-971198328756764672-o.jpg");
}
.cid-rdW8DQwonz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdW8DQwonz .mbr-text,
.cid-rdW8DQwonz blockquote {
  color: #767676;
}
.cid-r67Hke8ZLQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r67Hke8ZLQ .mbr-text,
.cid-r67Hke8ZLQ blockquote {
  color: #767676;
}
.cid-r67Hke8ZLQ .mbr-text DIV {
  text-align: center;
}
.cid-r67Hke8ZLQ .mbr-text {
  text-align: center;
}
.cid-r67GwwOQ2c {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r67GwwOQ2c .mbr-text,
.cid-r67GwwOQ2c blockquote {
  color: #767676;
}
.cid-r67GwwOQ2c .mbr-text DIV {
  text-align: center;
}
.cid-r67GwKVufc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-r67GwKVufc .content {
    text-align: center;
  }
  .cid-r67GwKVufc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r67GwKVufc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r67GwKVufc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r67GwKVufc .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r67GwKVufc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r67GwKVufc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r67GwKVufc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r67GwKVufc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r67GwKVufc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r67GwKVufc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r67GwKVufc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r67GwKVufc .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rRy3N02ZRO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRy3N02ZRO .nav-item,
.cid-rRy3N02ZRO .nav-link,
.cid-rRy3N02ZRO .navbar-caption {
  font-weight: normal;
}
.cid-rRy3N02ZRO .nav-item:focus,
.cid-rRy3N02ZRO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rRy3N02ZRO .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rRy3N02ZRO .nav-item .nav-link {
    position: relative;
  }
  .cid-rRy3N02ZRO .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rRy3N02ZRO .nav-item:hover .nav-link:before,
  .cid-rRy3N02ZRO .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRy3N02ZRO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-rRy3N02ZRO .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-rRy3N02ZRO .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rRy3N02ZRO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rRy3N02ZRO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRy3N02ZRO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRy3N02ZRO .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-rRy3N02ZRO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRy3N02ZRO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRy3N02ZRO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRy3N02ZRO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRy3N02ZRO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRy3N02ZRO .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-rRy3N02ZRO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRy3N02ZRO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRy3N02ZRO .navbar-brand {
  -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-rRy3N02ZRO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRy3N02ZRO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRy3N02ZRO .dropdown-item.active,
.cid-rRy3N02ZRO .dropdown-item:active {
  background-color: transparent;
}
.cid-rRy3N02ZRO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRy3N02ZRO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRy3N02ZRO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRy3N02ZRO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-rRy3N02ZRO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRy3N02ZRO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRy3N02ZRO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRy3N02ZRO .navbar-buttons {
  text-align: center;
}
.cid-rRy3N02ZRO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRy3N02ZRO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRy3N02ZRO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRy3N02ZRO .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-rRy3N02ZRO .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rRy3N02ZRO .soc-item {
  margin: .5rem .3rem;
}
.cid-rRy3N02ZRO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRy3N02ZRO a.nav-link .mbr-iconfont-btn,
.cid-rRy3N02ZRO a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rRy3N02ZRO a.nav-link:hover .mbr-iconfont-btn,
.cid-rRy3N02ZRO a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rRy3N02ZRO a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRy3N02ZRO .navbar {
    height: 77px;
  }
  .cid-rRy3N02ZRO .navbar.opened {
    height: auto;
  }
  .cid-rRy3N02ZRO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r67HDWdt2P {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/51872896-303069700566751-7404336477988978688-o.jpg");
}
.cid-r99cGPpNWj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rdejMyHLt0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-rExBaBXJ9g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/animal-animal-photography-cute-3017987.jpeg");
}
.cid-r91Tfs0AsD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r91Tfs0AsD .mbr-section-subtitle {
  color: #767676;
}
.cid-r91Ti3NTnW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r91Ti3NTnW .mbr-section-subtitle {
  color: #767676;
}
.cid-rdu0DAMpY7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rdhDa4KLIJ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rdhDa4KLIJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rdtZkzaQOz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdtZkzaQOz .mbr-section-subtitle {
  color: #767676;
}
.cid-rdtZmsV6ij {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r99eMTWWXX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r99eMTWWXX .mbr-section-subtitle {
  color: #767676;
}
.cid-rdejOmxYIu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r91TY1ALEc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r91TY1ALEc .mbr-section-subtitle {
  color: #767676;
}
.cid-rdejQ3mrlA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rfUMfPQIoM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfUMfPQIoM .mbr-section-subtitle {
  color: #232323;
}
.cid-rfUMm3obR2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rGdSIV234e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f200ff;
}
.cid-r67HE5IZJm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-r67HE5IZJm .content {
    text-align: center;
  }
  .cid-r67HE5IZJm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r67HE5IZJm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r67HE5IZJm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r67HE5IZJm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r67HE5IZJm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r67HE5IZJm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r67HE5IZJm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r67HE5IZJm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r67HE5IZJm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r67HE5IZJm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r67HE5IZJm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r67HE5IZJm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rRy3N02ZRO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRy3N02ZRO .nav-item,
.cid-rRy3N02ZRO .nav-link,
.cid-rRy3N02ZRO .navbar-caption {
  font-weight: normal;
}
.cid-rRy3N02ZRO .nav-item:focus,
.cid-rRy3N02ZRO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rRy3N02ZRO .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rRy3N02ZRO .nav-item .nav-link {
    position: relative;
  }
  .cid-rRy3N02ZRO .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rRy3N02ZRO .nav-item:hover .nav-link:before,
  .cid-rRy3N02ZRO .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRy3N02ZRO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-rRy3N02ZRO .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-rRy3N02ZRO .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rRy3N02ZRO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rRy3N02ZRO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRy3N02ZRO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRy3N02ZRO .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-rRy3N02ZRO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRy3N02ZRO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRy3N02ZRO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRy3N02ZRO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRy3N02ZRO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRy3N02ZRO .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-rRy3N02ZRO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRy3N02ZRO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRy3N02ZRO .navbar-brand {
  -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-rRy3N02ZRO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRy3N02ZRO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRy3N02ZRO .dropdown-item.active,
.cid-rRy3N02ZRO .dropdown-item:active {
  background-color: transparent;
}
.cid-rRy3N02ZRO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRy3N02ZRO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRy3N02ZRO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRy3N02ZRO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-rRy3N02ZRO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRy3N02ZRO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRy3N02ZRO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRy3N02ZRO .navbar-buttons {
  text-align: center;
}
.cid-rRy3N02ZRO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRy3N02ZRO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRy3N02ZRO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRy3N02ZRO .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-rRy3N02ZRO .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rRy3N02ZRO .soc-item {
  margin: .5rem .3rem;
}
.cid-rRy3N02ZRO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRy3N02ZRO a.nav-link .mbr-iconfont-btn,
.cid-rRy3N02ZRO a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rRy3N02ZRO a.nav-link:hover .mbr-iconfont-btn,
.cid-rRy3N02ZRO a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rRy3N02ZRO a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRy3N02ZRO .navbar {
    height: 77px;
  }
  .cid-rRy3N02ZRO .navbar.opened {
    height: auto;
  }
  .cid-rRy3N02ZRO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rdhE2mOfMZ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/51872896-303069700566751-7404336477988978688-o.jpg");
}
.cid-rdhE2wuWhq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rdhE2wuWhq .mbr-section-subtitle {
  color: #767676;
}
.cid-rdhE2x3xGu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rdhE2x3xGu .mbr-section-subtitle {
  color: #767676;
}
.cid-rdhE2zbUGq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rdhE2zbUGq .content {
    text-align: center;
  }
  .cid-rdhE2zbUGq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rdhE2zbUGq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rdhE2zbUGq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rdhE2zbUGq .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rdhE2zbUGq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdhE2zbUGq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rdhE2zbUGq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rdhE2zbUGq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rdhE2zbUGq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rdhE2zbUGq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rdhE2zbUGq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rdhE2zbUGq .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rRy3N02ZRO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRy3N02ZRO .nav-item,
.cid-rRy3N02ZRO .nav-link,
.cid-rRy3N02ZRO .navbar-caption {
  font-weight: normal;
}
.cid-rRy3N02ZRO .nav-item:focus,
.cid-rRy3N02ZRO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rRy3N02ZRO .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rRy3N02ZRO .nav-item .nav-link {
    position: relative;
  }
  .cid-rRy3N02ZRO .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rRy3N02ZRO .nav-item:hover .nav-link:before,
  .cid-rRy3N02ZRO .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRy3N02ZRO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRy3N02ZRO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-rRy3N02ZRO .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-rRy3N02ZRO .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rRy3N02ZRO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rRy3N02ZRO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRy3N02ZRO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRy3N02ZRO .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-rRy3N02ZRO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRy3N02ZRO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRy3N02ZRO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRy3N02ZRO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRy3N02ZRO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRy3N02ZRO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRy3N02ZRO .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-rRy3N02ZRO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRy3N02ZRO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRy3N02ZRO .navbar-brand {
  -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-rRy3N02ZRO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRy3N02ZRO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRy3N02ZRO .dropdown-item.active,
.cid-rRy3N02ZRO .dropdown-item:active {
  background-color: transparent;
}
.cid-rRy3N02ZRO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRy3N02ZRO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRy3N02ZRO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRy3N02ZRO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-rRy3N02ZRO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRy3N02ZRO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRy3N02ZRO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRy3N02ZRO .navbar-buttons {
  text-align: center;
}
.cid-rRy3N02ZRO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRy3N02ZRO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRy3N02ZRO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRy3N02ZRO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRy3N02ZRO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRy3N02ZRO .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-rRy3N02ZRO .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rRy3N02ZRO .soc-item {
  margin: .5rem .3rem;
}
.cid-rRy3N02ZRO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRy3N02ZRO a.nav-link .mbr-iconfont-btn,
.cid-rRy3N02ZRO a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rRy3N02ZRO a.nav-link:hover .mbr-iconfont-btn,
.cid-rRy3N02ZRO a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rRy3N02ZRO a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRy3N02ZRO .navbar {
    height: 77px;
  }
  .cid-rRy3N02ZRO .navbar.opened {
    height: auto;
  }
  .cid-rRy3N02ZRO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smvkA2VGjr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smvkA2VGjr .nav-item,
.cid-smvkA2VGjr .nav-link,
.cid-smvkA2VGjr .navbar-caption {
  font-weight: normal;
}
.cid-smvkA2VGjr .nav-item:focus,
.cid-smvkA2VGjr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smvkA2VGjr .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smvkA2VGjr .nav-item .nav-link {
    position: relative;
  }
  .cid-smvkA2VGjr .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smvkA2VGjr .nav-item:hover .nav-link:before,
  .cid-smvkA2VGjr .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smvkA2VGjr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smvkA2VGjr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smvkA2VGjr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smvkA2VGjr .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smvkA2VGjr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smvkA2VGjr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smvkA2VGjr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-smvkA2VGjr .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-smvkA2VGjr .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-smvkA2VGjr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smvkA2VGjr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smvkA2VGjr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smvkA2VGjr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smvkA2VGjr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smvkA2VGjr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smvkA2VGjr .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-smvkA2VGjr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smvkA2VGjr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smvkA2VGjr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smvkA2VGjr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smvkA2VGjr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smvkA2VGjr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smvkA2VGjr .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-smvkA2VGjr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smvkA2VGjr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smvkA2VGjr .navbar-brand {
  -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-smvkA2VGjr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smvkA2VGjr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smvkA2VGjr .dropdown-item.active,
.cid-smvkA2VGjr .dropdown-item:active {
  background-color: transparent;
}
.cid-smvkA2VGjr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smvkA2VGjr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smvkA2VGjr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smvkA2VGjr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-smvkA2VGjr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smvkA2VGjr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smvkA2VGjr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smvkA2VGjr .navbar-buttons {
  text-align: center;
}
.cid-smvkA2VGjr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smvkA2VGjr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smvkA2VGjr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smvkA2VGjr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smvkA2VGjr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smvkA2VGjr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smvkA2VGjr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smvkA2VGjr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smvkA2VGjr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smvkA2VGjr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smvkA2VGjr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smvkA2VGjr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smvkA2VGjr .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-smvkA2VGjr .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smvkA2VGjr .soc-item {
  margin: .5rem .3rem;
}
.cid-smvkA2VGjr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smvkA2VGjr a.nav-link .mbr-iconfont-btn,
.cid-smvkA2VGjr a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smvkA2VGjr a.nav-link:hover .mbr-iconfont-btn,
.cid-smvkA2VGjr a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smvkA2VGjr a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smvkA2VGjr .navbar {
    height: 77px;
  }
  .cid-smvkA2VGjr .navbar.opened {
    height: auto;
  }
  .cid-smvkA2VGjr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smvkA40VsN {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dfssdffdsdsffsd.png");
}
.cid-smvkA4xcU8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-smvkA4xcU8 .mbr-text,
.cid-smvkA4xcU8 blockquote {
  color: #767676;
}
.cid-smvkA4Tr3f {
  background: #ffffff;
}
.cid-smvkA4Tr3f .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-smvkA4Tr3f .video-block {
    width: 100% !important;
  }
}
.cid-smvkA5d8ux {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-smvkA5d8ux .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smvkA5d8ux .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smvkA5d8ux .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smvkA5d8ux .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smvkA5d8ux .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-smvkA5d8ux .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-smvkA5d8ux .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-smvkA5d8ux .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-smvkA5d8ux .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-smvkA62Ajl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-smvkA62Ajl .title {
  margin-bottom: 2rem;
}
.cid-smvkA62Ajl .mbr-section-subtitle {
  color: #767676;
}
.cid-smvkA62Ajl a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-smvkA62Ajl a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-smvkA62Ajl textarea.form-control {
  min-height: 188px;
}
.cid-smvkA6pMDm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-smvkA6pMDm .content {
    text-align: center;
  }
  .cid-smvkA6pMDm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-smvkA6pMDm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-smvkA6pMDm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smvkA6pMDm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-smvkA6pMDm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smvkA6pMDm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-smvkA6pMDm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-smvkA6pMDm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-smvkA6pMDm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-smvkA6pMDm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smvkA6pMDm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smvkA6pMDm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-smvQ4MgZkW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smvQ4MgZkW .nav-item,
.cid-smvQ4MgZkW .nav-link,
.cid-smvQ4MgZkW .navbar-caption {
  font-weight: normal;
}
.cid-smvQ4MgZkW .nav-item:focus,
.cid-smvQ4MgZkW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smvQ4MgZkW .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smvQ4MgZkW .nav-item .nav-link {
    position: relative;
  }
  .cid-smvQ4MgZkW .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smvQ4MgZkW .nav-item:hover .nav-link:before,
  .cid-smvQ4MgZkW .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smvQ4MgZkW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smvQ4MgZkW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smvQ4MgZkW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smvQ4MgZkW .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smvQ4MgZkW .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smvQ4MgZkW .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smvQ4MgZkW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-smvQ4MgZkW .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-smvQ4MgZkW .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-smvQ4MgZkW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smvQ4MgZkW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smvQ4MgZkW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smvQ4MgZkW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smvQ4MgZkW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smvQ4MgZkW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smvQ4MgZkW .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-smvQ4MgZkW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smvQ4MgZkW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smvQ4MgZkW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smvQ4MgZkW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smvQ4MgZkW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smvQ4MgZkW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smvQ4MgZkW .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-smvQ4MgZkW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smvQ4MgZkW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smvQ4MgZkW .navbar-brand {
  -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-smvQ4MgZkW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smvQ4MgZkW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smvQ4MgZkW .dropdown-item.active,
.cid-smvQ4MgZkW .dropdown-item:active {
  background-color: transparent;
}
.cid-smvQ4MgZkW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smvQ4MgZkW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smvQ4MgZkW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smvQ4MgZkW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-smvQ4MgZkW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smvQ4MgZkW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smvQ4MgZkW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smvQ4MgZkW .navbar-buttons {
  text-align: center;
}
.cid-smvQ4MgZkW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smvQ4MgZkW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smvQ4MgZkW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smvQ4MgZkW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smvQ4MgZkW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smvQ4MgZkW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smvQ4MgZkW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smvQ4MgZkW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smvQ4MgZkW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smvQ4MgZkW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smvQ4MgZkW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smvQ4MgZkW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smvQ4MgZkW .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-smvQ4MgZkW .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smvQ4MgZkW .soc-item {
  margin: .5rem .3rem;
}
.cid-smvQ4MgZkW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smvQ4MgZkW a.nav-link .mbr-iconfont-btn,
.cid-smvQ4MgZkW a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smvQ4MgZkW a.nav-link:hover .mbr-iconfont-btn,
.cid-smvQ4MgZkW a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smvQ4MgZkW a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smvQ4MgZkW .navbar {
    height: 77px;
  }
  .cid-smvQ4MgZkW .navbar.opened {
    height: auto;
  }
  .cid-smvQ4MgZkW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smvQ4MMWyS {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dfssdffdsdsffsd.png");
}
.cid-smvWwTFrGZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-smvWwTFrGZ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-smvWwTFrGZ .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-smvWwTFrGZ .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-smvQ4Nlldx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-smvQ4Nlldx .content {
    text-align: center;
  }
  .cid-smvQ4Nlldx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-smvQ4Nlldx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-smvQ4Nlldx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smvQ4Nlldx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-smvQ4Nlldx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smvQ4Nlldx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-smvQ4Nlldx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-smvQ4Nlldx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-smvQ4Nlldx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-smvQ4Nlldx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smvQ4Nlldx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smvQ4Nlldx .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
