body {
  font-family: 'Arimo', sans-serif;
}
.display-1 {
  font-family: 'Pochaevsk', display;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-4 {
  font-family: 'Pochaevsk', display;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Pochaevsk', display;
  font-size: 2.4rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #17171a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ff98ce !important;
}
.bg-danger {
  background-color: #f23096 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #17171a !important;
  border-color: #17171a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff98ce !important;
  border-color: #ff98ce !important;
  color: #ffffff !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: #ff41a5 !important;
  border-color: #ff41a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff41a5 !important;
  border-color: #ff41a5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f23096 !important;
  border-color: #f23096 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #bf0c6a !important;
  border-color: #bf0c6a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bf0c6a !important;
  border-color: #bf0c6a !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-secondary-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline {
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-success-outline {
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-warning-outline {
  border-color: #ff98ce;
  color: #ff98ce;
}
.btn-danger-outline {
  border-color: #f23096;
  color: #f23096;
}
.btn-black-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-white-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.text-primary {
  color: #17171a !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ff98ce !important;
}
.text-danger {
  color: #f23096 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #17171A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !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: #ff329d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b10b62 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #17171a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ff98ce;
}
.alert-danger {
  background-color: #f23096;
}
.mbr-gallery-filter li.active .btn {
  background-color: #17171a;
  border-color: #17171a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #17171a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8c8ce;
}
.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: #fef0f7;
}
/* Scroll to top button*/
blockquote {
  border-color: #17171a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17171a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #17171a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #17171a;
  border-bottom-color: #17171a;
}
.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: #17171a !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: #ffffff !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='%2317171a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uCCc8Tln71 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uCCc8Tln71 .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-uCCc8Tln71 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uCCc8Tln71 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uCCc8Tln71 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uCCc8Tln71 .navbar-caption {
  font-weight: 500;
}
.cid-uCCc8Tln71 nav.navbar {
  position: fixed;
}
.cid-uCCc8Tln71 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCc8Tln71 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCCc8Tln71 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uCCc8Tln71 .dropdown-item:hover,
.cid-uCCc8Tln71 .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-uCCc8Tln71 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCCc8Tln71 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCCc8Tln71 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCCc8Tln71 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCCc8Tln71 .nav-link {
  position: relative;
}
.cid-uCCc8Tln71 .nav-link:hover {
  text-decoration: underline;
  color: #17171a !important;
}
.cid-uCCc8Tln71 .container {
  display: flex;
  margin: auto;
}
.cid-uCCc8Tln71 .dropdown-menu,
.cid-uCCc8Tln71 .navbar.opened {
  background: #ff98ce !important;
}
.cid-uCCc8Tln71 .nav-item:focus,
.cid-uCCc8Tln71 .nav-link:focus {
  outline: none;
}
.cid-uCCc8Tln71 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCc8Tln71 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCc8Tln71 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCc8Tln71 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCc8Tln71 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCc8Tln71 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCc8Tln71 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff98ce;
}
.cid-uCCc8Tln71 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCc8Tln71 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCc8Tln71 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCc8Tln71 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCCc8Tln71 .navbar.collapsed {
  justify-content: center;
}
.cid-uCCc8Tln71 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCc8Tln71 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCc8Tln71 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uCCc8Tln71 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCc8Tln71 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCc8Tln71 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCCc8Tln71 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCc8Tln71 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCCc8Tln71 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCc8Tln71 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCc8Tln71 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCc8Tln71 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCc8Tln71 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCCc8Tln71 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCCc8Tln71 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCCc8Tln71 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCc8Tln71 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCCc8Tln71 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCCc8Tln71 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uCCc8Tln71 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCCc8Tln71 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uCCc8Tln71 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCCc8Tln71 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCc8Tln71 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCc8Tln71 .dropdown-item.active,
.cid-uCCc8Tln71 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCc8Tln71 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCc8Tln71 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCc8Tln71 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCc8Tln71 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff98ce;
}
.cid-uCCc8Tln71 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCCc8Tln71 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCCc8Tln71 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCc8Tln71 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCc8Tln71 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-uCCc8Tln71 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCc8Tln71 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCc8Tln71 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCc8Tln71 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCc8Tln71 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCc8Tln71 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCc8Tln71 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCc8Tln71 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCc8Tln71 .navbar-dropdown {
  position: fixed;
}
.cid-uCCc8Tln71 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCCc8Tln71 .navbar {
    height: 70px;
  }
  .cid-uCCc8Tln71 .navbar.opened {
    height: auto;
  }
  .cid-uCCc8Tln71 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #17171a;
  }
}
.cid-uCCddAUFsp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ebeff2;
}
.cid-uCCddAUFsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCddAUFsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCddAUFsp .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uCCddAUFsp .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uCCddAUFsp .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uCCddAUFsp .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uCCddAUFsp .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uCCddAUFsp .col-text {
    margin-top: 20px;
  }
}
.cid-uCCddAUFsp .text-wrapper {
  width: 100%;
}
.cid-uCCddAUFsp .mbr-section-title {
  color: #b17d15;
  margin-bottom: 20px;
}
.cid-uCCddAUFsp .mbr-section-subtitle {
  color: #f23096;
  margin-bottom: 22px;
}
.cid-uCCddAUFsp .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uCCddAUFsp .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uCCddAUFsp .mbr-text {
    padding-right: 0;
  }
}
.cid-uCCddAUFsp .mbr-section-btn {
  margin-top: 20px;
}
.cid-uCCddAUFsp .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-uCCddAUFsp .social-container {
    padding-top: 40px;
  }
}
.cid-uCCddAUFsp .social-title {
  color: #b17d15;
  margin-bottom: 20px;
}
.cid-uCCddAUFsp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uCCddAUFsp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #e8e8e8, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uCCddAUFsp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uCCddAUFsp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uCCddAUFsp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uCCddAUFsp .soc-item:hover:before {
  opacity: 1;
}
.cid-uCCddAUFsp .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uCCddAUFsp .col-img {
    order: 1;
  }
}
.cid-uCCddAUFsp .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uCCddAUFsp .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uCCddAUFsp .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #ebeff2, #262626);
  box-shadow: 10px 10px 19px #ff98ce, -10px -10px 19px #ff98ce;
  border-radius: 6px;
}
.cid-uCCddAUFsp .mbr-text,
.cid-uCCddAUFsp .mbr-section-btn {
  color: #000000;
}
.cid-uCCddAUFsp .spacing {
  letter-spacing: .1rem;
}
.cid-uCCtDOTEXb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-uCCtDOTEXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCtDOTEXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCtDOTEXb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCCtDOTEXb .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCCtDOTEXb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCCtDOTEXb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCCtDOTEXb .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCCtDOTEXb .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCCtDOTEXb .mbr-section-title {
  color: #ffffff;
}
.cid-uCCtDOTEXb .mbr-text,
.cid-uCCtDOTEXb .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uCCtDOTEXb .mbr-section-title,
.cid-uCCtDOTEXb .mbr-section-btn {
  text-align: center;
  color: #ff98ce;
}
.cid-uCHERx4EAJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #ff98ce;
}
.cid-uCHERx4EAJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCHERx4EAJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCHERx4EAJ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uCHERx4EAJ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #17171a;
}
.cid-uCHERx4EAJ .svg-top .st0 {
  fill: #ff98ce;
}
@media (max-width: 992px) {
  .cid-uCHERx4EAJ .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uCHERx4EAJ .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uCHERx4EAJ .image-wrap img {
  height: 100%;
  object-fit: contain;
  border-radius: 24px;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uCHERx4EAJ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCHERx4EAJ .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uCHERx4EAJ .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uCHERx4EAJ .card-title,
.cid-uCHERx4EAJ .social-row {
  color: #1a449a;
}
.cid-uCHERx4EAJ .mbr-role,
.cid-uCHERx4EAJ .social-row {
  color: #1a449a;
}
.cid-uCHERx4EAJ .card-text,
.cid-uCHERx4EAJ .mbr-section-btn,
.cid-uCHERx4EAJ .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-uCHERx4EAJ .mbr-section-title {
  color: #f6e679;
  text-align: center;
}
.cid-uCHERx4EAJ .card-title,
.cid-uCHERx4EAJ .content-wrap {
  color: #f6e679;
  text-align: center;
}
.cid-uCHERx4EAJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uCHERx4EAJ .img_border {
  border-width: 3px;
  border-color: #ff98ce;
  border-style: dotted;
  border-radius: 10px;
}
.cid-uCCBLAvkRI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #262626;
}
.cid-uCCBLAvkRI .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uCCBLAvkRI .first-column .mbr-text {
  margin: 0;
}
.cid-uCCBLAvkRI .form-group {
  max-width: 100%;
}
.cid-uCCBLAvkRI .form-group,
.cid-uCCBLAvkRI .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uCCBLAvkRI .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-uCCBLAvkRI .col + .mbr-section-btn .btn,
.cid-uCCBLAvkRI .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uCCBLAvkRI .dragArea > *:nth-last-child(2).col,
.cid-uCCBLAvkRI .dragArea > *:nth-last-child(2).col-auto,
.cid-uCCBLAvkRI .col + .mbr-section-btn,
.cid-uCCBLAvkRI .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-uCCBLAvkRI img {
  width: auto;
  display: inline-block;
}
.cid-uCCBLAvkRI .title {
  display: inline;
  font-weight: 500;
  color: #ffffff;
}
.cid-uCCBLAvkRI .margin {
  margin: 0px;
  align-items: center;
}
.cid-uCCBLAvkRI .counter {
  color: #fff;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
}
.cid-uCCBLAvkRI .bottom {
  margin-bottom: 0px;
}
.cid-uCCBLAvkRI .number {
  background-color: #333335;
  padding: 20px;
  margin-right: 15px;
  border-radius: 50%;
  color: #f23096;
}
.cid-uCCBLAvkRI .mbr-text {
  font-weight: 700;
  padding-bottom: 42px;
  color: #ebeff2;
}
.cid-uCCBLAvkRI .desc {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
  color: #ff98ce;
}
.cid-uCCBLAvkRI .desc2 {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-uCCBLAvkRI .description2 {
  font-weight: 500;
}
.cid-uCCBLAvkRI .description4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-uCCBLAvkRI .link {
  margin-top: 23px;
}
.cid-uCCBLAvkRI .mbr-form {
  padding: 0;
}
.cid-uCCBLAvkRI a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uCCBLAvkRI rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uCCBLAvkRI .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uCCBLAvkRI svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-uCCBLAvkRI path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uCCBLAvkRI .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uCCBLAvkRI .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uCCBLAvkRI .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-uCCBLAvkRI .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-uCCBLAvkRI .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-uCCBLAvkRI .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-uCCBLAvkRI input[type=email]::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI input[type=text]::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI input[type=date]::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI input[type=time]::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI input[type=radio]::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI input[type=checkbox]::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI input[type=number]::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI input[type=url]::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI input[type=password]::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI input[type=nameFirst]::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI input[type=nameLast]::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI textarea::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI select::placeholder {
  color: #ffffff;
}
.cid-uCCBLAvkRI input.form-control {
  padding: .6rem 0;
}
.cid-uCCBLAvkRI textarea.form-control {
  padding: .6rem 0;
}
.cid-uCCBLAvkRI select.form-control {
  padding: .6rem 0;
}
.cid-uCCBLAvkRI .form-control-label,
.cid-uCCBLAvkRI .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-uCCBLAvkRI .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-uCCBLAvkRI select option {
  color: #000000;
}
.cid-uCCBLAvkRI .link,
.cid-uCCBLAvkRI .form-group {
  padding: 0 !important;
}
.cid-uCCBLAvkRI .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-uCCBLAvkRI .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uCCBLAvkRI .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-uCCBLAvkRI .text-secondary:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-uCCBLAvkRI .first-column {
    margin-bottom: 30px;
  }
  .cid-uCCBLAvkRI .second-column {
    margin-bottom: 30px;
  }
}
.cid-uCCBLAvkRI button {
  padding: 0;
}
.cid-uCCBLAvkRI .b {
  font-weight: 500;
}
.cid-uCCBLAvkRI .link a {
  background-image: none !important;
}
.cid-uCCQ4xTeVb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uCCQ4xTeVb .mbr-text {
  color: #ff98ce;
}
.cid-uCHNlAHqZs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uCHNlAHqZs .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-uCHNlAHqZs .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uCHNlAHqZs .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uCHNlAHqZs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uCHNlAHqZs .navbar-caption {
  font-weight: 500;
}
.cid-uCHNlAHqZs nav.navbar {
  position: fixed;
}
.cid-uCHNlAHqZs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHNlAHqZs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCHNlAHqZs .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uCHNlAHqZs .dropdown-item:hover,
.cid-uCHNlAHqZs .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-uCHNlAHqZs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCHNlAHqZs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCHNlAHqZs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCHNlAHqZs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCHNlAHqZs .nav-link {
  position: relative;
}
.cid-uCHNlAHqZs .nav-link:hover {
  text-decoration: underline;
  color: #17171a !important;
}
.cid-uCHNlAHqZs .container {
  display: flex;
  margin: auto;
}
.cid-uCHNlAHqZs .dropdown-menu,
.cid-uCHNlAHqZs .navbar.opened {
  background: #ff98ce !important;
}
.cid-uCHNlAHqZs .nav-item:focus,
.cid-uCHNlAHqZs .nav-link:focus {
  outline: none;
}
.cid-uCHNlAHqZs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCHNlAHqZs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCHNlAHqZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCHNlAHqZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHNlAHqZs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCHNlAHqZs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCHNlAHqZs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff98ce;
}
.cid-uCHNlAHqZs .navbar.opened {
  transition: all 0.3s;
}
.cid-uCHNlAHqZs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCHNlAHqZs .navbar .navbar-logo img {
  width: auto;
}
.cid-uCHNlAHqZs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCHNlAHqZs .navbar.collapsed {
  justify-content: center;
}
.cid-uCHNlAHqZs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCHNlAHqZs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCHNlAHqZs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uCHNlAHqZs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCHNlAHqZs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCHNlAHqZs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCHNlAHqZs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCHNlAHqZs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCHNlAHqZs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCHNlAHqZs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCHNlAHqZs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCHNlAHqZs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCHNlAHqZs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCHNlAHqZs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCHNlAHqZs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCHNlAHqZs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCHNlAHqZs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCHNlAHqZs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCHNlAHqZs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uCHNlAHqZs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCHNlAHqZs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uCHNlAHqZs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCHNlAHqZs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCHNlAHqZs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCHNlAHqZs .dropdown-item.active,
.cid-uCHNlAHqZs .dropdown-item:active {
  background-color: transparent;
}
.cid-uCHNlAHqZs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCHNlAHqZs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCHNlAHqZs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCHNlAHqZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff98ce;
}
.cid-uCHNlAHqZs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCHNlAHqZs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCHNlAHqZs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCHNlAHqZs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCHNlAHqZs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-uCHNlAHqZs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCHNlAHqZs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHNlAHqZs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHNlAHqZs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCHNlAHqZs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHNlAHqZs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCHNlAHqZs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCHNlAHqZs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHNlAHqZs .navbar-dropdown {
  position: fixed;
}
.cid-uCHNlAHqZs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCHNlAHqZs .navbar {
    height: 70px;
  }
  .cid-uCHNlAHqZs .navbar.opened {
    height: auto;
  }
  .cid-uCHNlAHqZs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #17171a;
  }
}
.cid-uE1NBtANu5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ebeff2;
}
.cid-uE1NBtANu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1NBtANu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uE1NBtANu5 .container {
    padding: 0 22px;
  }
}
.cid-uE1NBtANu5 .row {
  justify-content: center;
}
.cid-uE1NBtANu5 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uE1NBtANu5 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1NBtANu5 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uE1NBtANu5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE1NBtANu5 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uE1NBtANu5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE1NBtANu5 .mbr-section-title {
  color: #ffffff;
}
.cid-uE1NBtANu5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uE1NBtANu5 .mbr-section-title,
.cid-uE1NBtANu5 .icon-wrapper {
  text-align: center;
  color: #f23096;
}
.cid-uE1NBtANu5 .letter_space {
  letter-spacing: .2rem;
}
.cid-uE1OKb21Kr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ff98ce;
}
.cid-uE1OKb21Kr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1OKb21Kr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1OKb21Kr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uE1OKb21Kr .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uE1OKb21Kr .container {
    padding: 0 30px;
  }
}
.cid-uE1OKb21Kr .item {
  margin-bottom: 30px;
}
.cid-uE1OKb21Kr .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uE1OKb21Kr .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-uE1OKb21Kr .item .item-wrapper .image-wrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .cid-uE1OKb21Kr .item .item-wrapper .image-wrap {
    margin: 0;
  }
}
.cid-uE1OKb21Kr .item .item-wrapper .image-wrap .item-img img {
  height: 265px;
  width: 400px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-uE1OKb21Kr .item .item-wrapper .image-wrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cid-uE1OKb21Kr .item .item-wrapper .image-wrap .item-img img {
    width: 180px;
  }
}
.cid-uE1OKb21Kr .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uE1OKb21Kr .item .item-wrapper .image-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uE1OKb21Kr .item .item-wrapper .item-content {
  width: 100%;
}
.cid-uE1OKb21Kr .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uE1OKb21Kr .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uE1OKb21Kr .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uE1OKb21Kr .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #f23096;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uE1OKb21Kr .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uE1OKb21Kr .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uE1OKb21Kr .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uE1OKb21Kr .mbr-section-title {
  color: #2b2b2b;
}
.cid-uE1OKb21Kr .mbr-desc {
  color: #ffffff;
}
.cid-uE1OKb21Kr .mbr-date {
  color: #4e4e4e;
}
.cid-uE1OKb21Kr .mbr-text {
  color: #000000;
}
.cid-uE1OPNw19l {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ff98ce;
}
.cid-uE1OPNw19l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1OPNw19l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1OPNw19l .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uE1OPNw19l .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uE1OPNw19l .container {
    padding: 0 30px;
  }
}
.cid-uE1OPNw19l .item {
  margin-bottom: 30px;
}
.cid-uE1OPNw19l .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uE1OPNw19l .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-uE1OPNw19l .item .item-wrapper .image-wrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .cid-uE1OPNw19l .item .item-wrapper .image-wrap {
    margin: 0;
  }
}
.cid-uE1OPNw19l .item .item-wrapper .image-wrap .item-img img {
  height: 265px;
  width: 400px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-uE1OPNw19l .item .item-wrapper .image-wrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cid-uE1OPNw19l .item .item-wrapper .image-wrap .item-img img {
    width: 180px;
  }
}
.cid-uE1OPNw19l .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uE1OPNw19l .item .item-wrapper .image-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uE1OPNw19l .item .item-wrapper .item-content {
  width: 100%;
}
.cid-uE1OPNw19l .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uE1OPNw19l .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uE1OPNw19l .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uE1OPNw19l .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #f23096;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uE1OPNw19l .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uE1OPNw19l .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uE1OPNw19l .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uE1OPNw19l .mbr-section-title {
  color: #2b2b2b;
}
.cid-uE1OPNw19l .mbr-desc {
  color: #ffffff;
}
.cid-uE1OPNw19l .mbr-date {
  color: #4e4e4e;
}
.cid-uE1OPNw19l .mbr-text {
  color: #000000;
}
.cid-uE6T6b3duf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff98ce;
}
.cid-uE6T6b3duf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE6T6b3duf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE6T6b3duf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uE6T6b3duf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uE6T6b3duf .container {
    padding: 0 24px;
  }
}
.cid-uE6T6b3duf .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uE6T6b3duf .image-wrapper {
  height: 100%;
}
.cid-uE6T6b3duf .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uE6T6b3duf .image-wrapper img {
    height: 350px;
  }
}
.cid-uE6T6b3duf .content-wrapper {
  /*display: flex;*/
  align-items: top;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uE6T6b3duf .content-wrapper {
    padding: 24px;
  }
}
.cid-uE6T6b3duf .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uE6T6b3duf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uE6T6b3duf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uE6T6b3duf .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uE6T6b3duf .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uE6T6b3duf .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uE6T6b3duf .mbr-section-title {
  color: #141414;
}
.cid-uE6T6b3duf .mbr-text {
  color: #141414;
}
.cid-uE6T6b3duf .mbr-section-title,
.cid-uE6T6b3duf .title-wrapper,
.cid-uE6T6b3duf .mbr-section-btn {
  color: #b17d15;
}
.cid-uE6TkwSNOU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff98ce;
}
.cid-uE6TkwSNOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE6TkwSNOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE6TkwSNOU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uE6TkwSNOU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uE6TkwSNOU .container {
    padding: 0 24px;
  }
}
.cid-uE6TkwSNOU .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uE6TkwSNOU .image-wrapper {
  height: 100%;
}
.cid-uE6TkwSNOU .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uE6TkwSNOU .image-wrapper img {
    height: 350px;
  }
}
.cid-uE6TkwSNOU .content-wrapper {
  /*display: flex;*/
  align-items: top;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uE6TkwSNOU .content-wrapper {
    padding: 24px;
  }
}
.cid-uE6TkwSNOU .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uE6TkwSNOU .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uE6TkwSNOU .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uE6TkwSNOU .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uE6TkwSNOU .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uE6TkwSNOU .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uE6TkwSNOU .mbr-section-title {
  color: #141414;
}
.cid-uE6TkwSNOU .mbr-text {
  color: #141414;
}
.cid-uE6TkwSNOU .mbr-section-title,
.cid-uE6TkwSNOU .title-wrapper,
.cid-uE6TkwSNOU .mbr-section-btn {
  color: #b17d15;
}
.cid-uE6TqTCNIk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ff98ce;
}
.cid-uE6TqTCNIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE6TqTCNIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE6TqTCNIk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uE6TqTCNIk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uE6TqTCNIk .container {
    padding: 0 24px;
  }
}
.cid-uE6TqTCNIk .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uE6TqTCNIk .image-wrapper {
  height: 100%;
}
.cid-uE6TqTCNIk .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uE6TqTCNIk .image-wrapper img {
    height: 350px;
  }
}
.cid-uE6TqTCNIk .content-wrapper {
  /*display: flex;*/
  align-items: top;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uE6TqTCNIk .content-wrapper {
    padding: 24px;
  }
}
.cid-uE6TqTCNIk .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uE6TqTCNIk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uE6TqTCNIk .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uE6TqTCNIk .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uE6TqTCNIk .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uE6TqTCNIk .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uE6TqTCNIk .mbr-section-title {
  color: #141414;
}
.cid-uE6TqTCNIk .mbr-text {
  color: #141414;
}
.cid-uE6TqTCNIk .mbr-section-title,
.cid-uE6TqTCNIk .title-wrapper,
.cid-uE6TqTCNIk .mbr-section-btn {
  color: #b17d15;
}
.cid-uE6TFsv4VI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff98ce;
}
.cid-uE6TFsv4VI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE6TFsv4VI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE6TFsv4VI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uE6TFsv4VI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uE6TFsv4VI .container {
    padding: 0 24px;
  }
}
.cid-uE6TFsv4VI .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uE6TFsv4VI .image-wrapper {
  height: 100%;
}
.cid-uE6TFsv4VI .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uE6TFsv4VI .image-wrapper img {
    height: 350px;
  }
}
.cid-uE6TFsv4VI .content-wrapper {
  /*display: flex;*/
  align-items: top;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uE6TFsv4VI .content-wrapper {
    padding: 24px;
  }
}
.cid-uE6TFsv4VI .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uE6TFsv4VI .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uE6TFsv4VI .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uE6TFsv4VI .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uE6TFsv4VI .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uE6TFsv4VI .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uE6TFsv4VI .mbr-section-title {
  color: #141414;
}
.cid-uE6TFsv4VI .mbr-text {
  color: #141414;
}
.cid-uE6TFsv4VI .mbr-section-title,
.cid-uE6TFsv4VI .title-wrapper,
.cid-uE6TFsv4VI .mbr-section-btn {
  color: #b17d15;
}
.cid-uCHNlCLVcf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #262626;
}
.cid-uCHNlCLVcf .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uCHNlCLVcf .first-column .mbr-text {
  margin: 0;
}
.cid-uCHNlCLVcf .form-group {
  max-width: 100%;
}
.cid-uCHNlCLVcf .form-group,
.cid-uCHNlCLVcf .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uCHNlCLVcf .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-uCHNlCLVcf .col + .mbr-section-btn .btn,
.cid-uCHNlCLVcf .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uCHNlCLVcf .dragArea > *:nth-last-child(2).col,
.cid-uCHNlCLVcf .dragArea > *:nth-last-child(2).col-auto,
.cid-uCHNlCLVcf .col + .mbr-section-btn,
.cid-uCHNlCLVcf .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-uCHNlCLVcf img {
  width: auto;
  display: inline-block;
}
.cid-uCHNlCLVcf .title {
  display: inline;
  font-weight: 500;
  color: #ffffff;
}
.cid-uCHNlCLVcf .margin {
  margin: 0px;
  align-items: center;
}
.cid-uCHNlCLVcf .counter {
  color: #fff;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
}
.cid-uCHNlCLVcf .bottom {
  margin-bottom: 0px;
}
.cid-uCHNlCLVcf .number {
  background-color: #333335;
  padding: 20px;
  margin-right: 15px;
  border-radius: 50%;
  color: #f23096;
}
.cid-uCHNlCLVcf .mbr-text {
  font-weight: 700;
  padding-bottom: 42px;
  color: #ebeff2;
}
.cid-uCHNlCLVcf .desc {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
  color: #ff98ce;
}
.cid-uCHNlCLVcf .desc2 {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-uCHNlCLVcf .description2 {
  font-weight: 500;
}
.cid-uCHNlCLVcf .description4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-uCHNlCLVcf .link {
  margin-top: 23px;
}
.cid-uCHNlCLVcf .mbr-form {
  padding: 0;
}
.cid-uCHNlCLVcf a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uCHNlCLVcf rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uCHNlCLVcf .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uCHNlCLVcf svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-uCHNlCLVcf path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uCHNlCLVcf .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uCHNlCLVcf .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uCHNlCLVcf .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-uCHNlCLVcf .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-uCHNlCLVcf .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-uCHNlCLVcf .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-uCHNlCLVcf input[type=email]::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf input[type=text]::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf input[type=date]::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf input[type=time]::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf input[type=radio]::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf input[type=checkbox]::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf input[type=number]::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf input[type=url]::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf input[type=password]::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf input[type=nameFirst]::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf input[type=nameLast]::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf textarea::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf select::placeholder {
  color: #ffffff;
}
.cid-uCHNlCLVcf input.form-control {
  padding: .6rem 0;
}
.cid-uCHNlCLVcf textarea.form-control {
  padding: .6rem 0;
}
.cid-uCHNlCLVcf select.form-control {
  padding: .6rem 0;
}
.cid-uCHNlCLVcf .form-control-label,
.cid-uCHNlCLVcf .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-uCHNlCLVcf .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-uCHNlCLVcf select option {
  color: #000000;
}
.cid-uCHNlCLVcf .link,
.cid-uCHNlCLVcf .form-group {
  padding: 0 !important;
}
.cid-uCHNlCLVcf .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-uCHNlCLVcf .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uCHNlCLVcf .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-uCHNlCLVcf .text-secondary:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-uCHNlCLVcf .first-column {
    margin-bottom: 30px;
  }
  .cid-uCHNlCLVcf .second-column {
    margin-bottom: 30px;
  }
}
.cid-uCHNlCLVcf button {
  padding: 0;
}
.cid-uCHNlCLVcf .b {
  font-weight: 500;
}
.cid-uCHNlCLVcf .link a {
  background-image: none !important;
}
.cid-uCHNlDbgsf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uCHNlDbgsf .mbr-text {
  color: #ff98ce;
}
.cid-uE1VHBdw3K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uE1VHBdw3K .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-uE1VHBdw3K .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uE1VHBdw3K .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uE1VHBdw3K .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uE1VHBdw3K .navbar-caption {
  font-weight: 500;
}
.cid-uE1VHBdw3K nav.navbar {
  position: fixed;
}
.cid-uE1VHBdw3K .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE1VHBdw3K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE1VHBdw3K .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uE1VHBdw3K .dropdown-item:hover,
.cid-uE1VHBdw3K .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-uE1VHBdw3K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE1VHBdw3K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE1VHBdw3K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uE1VHBdw3K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE1VHBdw3K .nav-link {
  position: relative;
}
.cid-uE1VHBdw3K .nav-link:hover {
  text-decoration: underline;
  color: #17171a !important;
}
.cid-uE1VHBdw3K .container {
  display: flex;
  margin: auto;
}
.cid-uE1VHBdw3K .dropdown-menu,
.cid-uE1VHBdw3K .navbar.opened {
  background: #ff98ce !important;
}
.cid-uE1VHBdw3K .nav-item:focus,
.cid-uE1VHBdw3K .nav-link:focus {
  outline: none;
}
.cid-uE1VHBdw3K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE1VHBdw3K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uE1VHBdw3K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE1VHBdw3K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE1VHBdw3K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE1VHBdw3K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE1VHBdw3K .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff98ce;
}
.cid-uE1VHBdw3K .navbar.opened {
  transition: all 0.3s;
}
.cid-uE1VHBdw3K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uE1VHBdw3K .navbar .navbar-logo img {
  width: auto;
}
.cid-uE1VHBdw3K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE1VHBdw3K .navbar.collapsed {
  justify-content: center;
}
.cid-uE1VHBdw3K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE1VHBdw3K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE1VHBdw3K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uE1VHBdw3K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE1VHBdw3K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE1VHBdw3K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uE1VHBdw3K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE1VHBdw3K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE1VHBdw3K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE1VHBdw3K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE1VHBdw3K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE1VHBdw3K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE1VHBdw3K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uE1VHBdw3K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE1VHBdw3K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE1VHBdw3K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE1VHBdw3K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uE1VHBdw3K .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uE1VHBdw3K .navbar.navbar-short {
  min-height: 80px;
}
.cid-uE1VHBdw3K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uE1VHBdw3K .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uE1VHBdw3K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uE1VHBdw3K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE1VHBdw3K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE1VHBdw3K .dropdown-item.active,
.cid-uE1VHBdw3K .dropdown-item:active {
  background-color: transparent;
}
.cid-uE1VHBdw3K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE1VHBdw3K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE1VHBdw3K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE1VHBdw3K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff98ce;
}
.cid-uE1VHBdw3K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE1VHBdw3K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE1VHBdw3K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uE1VHBdw3K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uE1VHBdw3K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-uE1VHBdw3K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE1VHBdw3K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1VHBdw3K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1VHBdw3K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE1VHBdw3K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1VHBdw3K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE1VHBdw3K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE1VHBdw3K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1VHBdw3K .navbar-dropdown {
  position: fixed;
}
.cid-uE1VHBdw3K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE1VHBdw3K .navbar {
    height: 70px;
  }
  .cid-uE1VHBdw3K .navbar.opened {
    height: auto;
  }
  .cid-uE1VHBdw3K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #17171a;
  }
}
.cid-uE1Xelst9w {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ebeff2;
}
.cid-uE1Xelst9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1Xelst9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uE1Xelst9w .container {
    padding: 0 22px;
  }
}
.cid-uE1Xelst9w .row {
  justify-content: center;
}
.cid-uE1Xelst9w .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uE1Xelst9w .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1Xelst9w .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uE1Xelst9w .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE1Xelst9w .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uE1Xelst9w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE1Xelst9w .mbr-section-title {
  color: #ffffff;
}
.cid-uE1Xelst9w .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uE1Xelst9w .mbr-section-title,
.cid-uE1Xelst9w .icon-wrapper {
  text-align: center;
  color: #f23096;
}
.cid-uE1Xelst9w .letter_space {
  letter-spacing: .2rem;
}
.cid-uE1WRgcF66 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uE1WRgcF66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1WRgcF66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1WRgcF66 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: top;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uE1WRgcF66 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uE1WRgcF66 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE1WRgcF66 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uE1WRgcF66 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uE1WRgcF66 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uE1WRgcF66 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE1WRgcF66 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uE1WRgcF66 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uE1WRgcF66 .content-wrapper .image-wrap {
  width: 32%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ff98ce;
  padding: 5px 0 0 0;
  /*transform: rotate(3deg);*/
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uE1WRgcF66 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uE1WRgcF66 .content-wrapper .image-wrap img {
  height: 490px;
  width: 100%;
  object-fit: cover;
}
.cid-uE1WRgcF66 .mbr-section-title {
  color: #050f0f;
}
.cid-uE1WRgcF66 .mbr-text {
  color: #050f0f;
}
.cid-uE1WRgcF66 .mbr-section-title,
.cid-uE1WRgcF66 .mbr-section-btn {
  color: #b17d15;
}
.cid-uE1VHCB2R5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #262626;
}
.cid-uE1VHCB2R5 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uE1VHCB2R5 .first-column .mbr-text {
  margin: 0;
}
.cid-uE1VHCB2R5 .form-group {
  max-width: 100%;
}
.cid-uE1VHCB2R5 .form-group,
.cid-uE1VHCB2R5 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uE1VHCB2R5 .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-uE1VHCB2R5 .col + .mbr-section-btn .btn,
.cid-uE1VHCB2R5 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uE1VHCB2R5 .dragArea > *:nth-last-child(2).col,
.cid-uE1VHCB2R5 .dragArea > *:nth-last-child(2).col-auto,
.cid-uE1VHCB2R5 .col + .mbr-section-btn,
.cid-uE1VHCB2R5 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-uE1VHCB2R5 img {
  width: auto;
  display: inline-block;
}
.cid-uE1VHCB2R5 .title {
  display: inline;
  font-weight: 500;
  color: #ffffff;
}
.cid-uE1VHCB2R5 .margin {
  margin: 0px;
  align-items: center;
}
.cid-uE1VHCB2R5 .counter {
  color: #fff;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
}
.cid-uE1VHCB2R5 .bottom {
  margin-bottom: 0px;
}
.cid-uE1VHCB2R5 .number {
  background-color: #333335;
  padding: 20px;
  margin-right: 15px;
  border-radius: 50%;
  color: #f23096;
}
.cid-uE1VHCB2R5 .mbr-text {
  font-weight: 700;
  padding-bottom: 42px;
  color: #ebeff2;
}
.cid-uE1VHCB2R5 .desc {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
  color: #ff98ce;
}
.cid-uE1VHCB2R5 .desc2 {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-uE1VHCB2R5 .description2 {
  font-weight: 500;
}
.cid-uE1VHCB2R5 .description4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-uE1VHCB2R5 .link {
  margin-top: 23px;
}
.cid-uE1VHCB2R5 .mbr-form {
  padding: 0;
}
.cid-uE1VHCB2R5 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uE1VHCB2R5 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uE1VHCB2R5 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uE1VHCB2R5 svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-uE1VHCB2R5 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uE1VHCB2R5 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uE1VHCB2R5 .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uE1VHCB2R5 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-uE1VHCB2R5 .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-uE1VHCB2R5 .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-uE1VHCB2R5 .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-uE1VHCB2R5 input[type=email]::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 input[type=text]::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 input[type=date]::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 input[type=time]::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 input[type=radio]::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 input[type=checkbox]::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 input[type=number]::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 input[type=url]::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 input[type=password]::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 input[type=nameFirst]::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 input[type=nameLast]::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 textarea::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 select::placeholder {
  color: #ffffff;
}
.cid-uE1VHCB2R5 input.form-control {
  padding: .6rem 0;
}
.cid-uE1VHCB2R5 textarea.form-control {
  padding: .6rem 0;
}
.cid-uE1VHCB2R5 select.form-control {
  padding: .6rem 0;
}
.cid-uE1VHCB2R5 .form-control-label,
.cid-uE1VHCB2R5 .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-uE1VHCB2R5 .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-uE1VHCB2R5 select option {
  color: #000000;
}
.cid-uE1VHCB2R5 .link,
.cid-uE1VHCB2R5 .form-group {
  padding: 0 !important;
}
.cid-uE1VHCB2R5 .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-uE1VHCB2R5 .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uE1VHCB2R5 .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-uE1VHCB2R5 .text-secondary:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-uE1VHCB2R5 .first-column {
    margin-bottom: 30px;
  }
  .cid-uE1VHCB2R5 .second-column {
    margin-bottom: 30px;
  }
}
.cid-uE1VHCB2R5 button {
  padding: 0;
}
.cid-uE1VHCB2R5 .b {
  font-weight: 500;
}
.cid-uE1VHCB2R5 .link a {
  background-image: none !important;
}
.cid-uE1VHD0beY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uE1VHD0beY .mbr-text {
  color: #ff98ce;
}
.cid-uE1Ym9ONA0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uE1Ym9ONA0 .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-uE1Ym9ONA0 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uE1Ym9ONA0 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uE1Ym9ONA0 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uE1Ym9ONA0 .navbar-caption {
  font-weight: 500;
}
.cid-uE1Ym9ONA0 nav.navbar {
  position: fixed;
}
.cid-uE1Ym9ONA0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE1Ym9ONA0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE1Ym9ONA0 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uE1Ym9ONA0 .dropdown-item:hover,
.cid-uE1Ym9ONA0 .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-uE1Ym9ONA0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE1Ym9ONA0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE1Ym9ONA0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uE1Ym9ONA0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE1Ym9ONA0 .nav-link {
  position: relative;
}
.cid-uE1Ym9ONA0 .nav-link:hover {
  text-decoration: underline;
  color: #17171a !important;
}
.cid-uE1Ym9ONA0 .container {
  display: flex;
  margin: auto;
}
.cid-uE1Ym9ONA0 .dropdown-menu,
.cid-uE1Ym9ONA0 .navbar.opened {
  background: #ff98ce !important;
}
.cid-uE1Ym9ONA0 .nav-item:focus,
.cid-uE1Ym9ONA0 .nav-link:focus {
  outline: none;
}
.cid-uE1Ym9ONA0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE1Ym9ONA0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uE1Ym9ONA0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE1Ym9ONA0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE1Ym9ONA0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE1Ym9ONA0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE1Ym9ONA0 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff98ce;
}
.cid-uE1Ym9ONA0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uE1Ym9ONA0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uE1Ym9ONA0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uE1Ym9ONA0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE1Ym9ONA0 .navbar.collapsed {
  justify-content: center;
}
.cid-uE1Ym9ONA0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE1Ym9ONA0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE1Ym9ONA0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uE1Ym9ONA0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE1Ym9ONA0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE1Ym9ONA0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uE1Ym9ONA0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE1Ym9ONA0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE1Ym9ONA0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE1Ym9ONA0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE1Ym9ONA0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE1Ym9ONA0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE1Ym9ONA0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uE1Ym9ONA0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE1Ym9ONA0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE1Ym9ONA0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE1Ym9ONA0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uE1Ym9ONA0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uE1Ym9ONA0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uE1Ym9ONA0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uE1Ym9ONA0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uE1Ym9ONA0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uE1Ym9ONA0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE1Ym9ONA0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE1Ym9ONA0 .dropdown-item.active,
.cid-uE1Ym9ONA0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uE1Ym9ONA0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE1Ym9ONA0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE1Ym9ONA0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE1Ym9ONA0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff98ce;
}
.cid-uE1Ym9ONA0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE1Ym9ONA0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE1Ym9ONA0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uE1Ym9ONA0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uE1Ym9ONA0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-uE1Ym9ONA0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE1Ym9ONA0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1Ym9ONA0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1Ym9ONA0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE1Ym9ONA0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1Ym9ONA0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE1Ym9ONA0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE1Ym9ONA0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1Ym9ONA0 .navbar-dropdown {
  position: fixed;
}
.cid-uE1Ym9ONA0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE1Ym9ONA0 .navbar {
    height: 70px;
  }
  .cid-uE1Ym9ONA0 .navbar.opened {
    height: auto;
  }
  .cid-uE1Ym9ONA0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #17171a;
  }
}
.cid-uE1Ymae48H {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ebeff2;
}
.cid-uE1Ymae48H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1Ymae48H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uE1Ymae48H .container {
    padding: 0 22px;
  }
}
.cid-uE1Ymae48H .row {
  justify-content: center;
}
.cid-uE1Ymae48H .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uE1Ymae48H .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1Ymae48H .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uE1Ymae48H .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE1Ymae48H .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uE1Ymae48H .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE1Ymae48H .mbr-section-title {
  color: #ffffff;
}
.cid-uE1Ymae48H .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uE1Ymae48H .mbr-section-title,
.cid-uE1Ymae48H .icon-wrapper {
  text-align: center;
  color: #f23096;
}
.cid-uE1Ymae48H .letter_space {
  letter-spacing: .2rem;
}
.cid-uE202ncFAt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uE202ncFAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE202ncFAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE202ncFAt p {
  line-height: 2;
}
.cid-uE202ncFAt a:hover {
  text-decoration: underline;
}
.cid-uE202ncFAt .mbr-text {
  color: #000000;
}
.cid-uE1YmaVUaX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #262626;
}
.cid-uE1YmaVUaX .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uE1YmaVUaX .first-column .mbr-text {
  margin: 0;
}
.cid-uE1YmaVUaX .form-group {
  max-width: 100%;
}
.cid-uE1YmaVUaX .form-group,
.cid-uE1YmaVUaX .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uE1YmaVUaX .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-uE1YmaVUaX .col + .mbr-section-btn .btn,
.cid-uE1YmaVUaX .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uE1YmaVUaX .dragArea > *:nth-last-child(2).col,
.cid-uE1YmaVUaX .dragArea > *:nth-last-child(2).col-auto,
.cid-uE1YmaVUaX .col + .mbr-section-btn,
.cid-uE1YmaVUaX .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-uE1YmaVUaX img {
  width: auto;
  display: inline-block;
}
.cid-uE1YmaVUaX .title {
  display: inline;
  font-weight: 500;
  color: #ffffff;
}
.cid-uE1YmaVUaX .margin {
  margin: 0px;
  align-items: center;
}
.cid-uE1YmaVUaX .counter {
  color: #fff;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
}
.cid-uE1YmaVUaX .bottom {
  margin-bottom: 0px;
}
.cid-uE1YmaVUaX .number {
  background-color: #333335;
  padding: 20px;
  margin-right: 15px;
  border-radius: 50%;
  color: #f23096;
}
.cid-uE1YmaVUaX .mbr-text {
  font-weight: 700;
  padding-bottom: 42px;
  color: #ebeff2;
}
.cid-uE1YmaVUaX .desc {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
  color: #ff98ce;
}
.cid-uE1YmaVUaX .desc2 {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-uE1YmaVUaX .description2 {
  font-weight: 500;
}
.cid-uE1YmaVUaX .description4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-uE1YmaVUaX .link {
  margin-top: 23px;
}
.cid-uE1YmaVUaX .mbr-form {
  padding: 0;
}
.cid-uE1YmaVUaX a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uE1YmaVUaX rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uE1YmaVUaX .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uE1YmaVUaX svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-uE1YmaVUaX path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uE1YmaVUaX .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uE1YmaVUaX .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uE1YmaVUaX .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-uE1YmaVUaX .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-uE1YmaVUaX .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-uE1YmaVUaX .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-uE1YmaVUaX input[type=email]::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX input[type=text]::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX input[type=date]::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX input[type=time]::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX input[type=radio]::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX input[type=checkbox]::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX input[type=number]::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX input[type=url]::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX input[type=password]::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX input[type=nameFirst]::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX input[type=nameLast]::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX textarea::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX select::placeholder {
  color: #ffffff;
}
.cid-uE1YmaVUaX input.form-control {
  padding: .6rem 0;
}
.cid-uE1YmaVUaX textarea.form-control {
  padding: .6rem 0;
}
.cid-uE1YmaVUaX select.form-control {
  padding: .6rem 0;
}
.cid-uE1YmaVUaX .form-control-label,
.cid-uE1YmaVUaX .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-uE1YmaVUaX .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-uE1YmaVUaX select option {
  color: #000000;
}
.cid-uE1YmaVUaX .link,
.cid-uE1YmaVUaX .form-group {
  padding: 0 !important;
}
.cid-uE1YmaVUaX .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-uE1YmaVUaX .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uE1YmaVUaX .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-uE1YmaVUaX .text-secondary:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-uE1YmaVUaX .first-column {
    margin-bottom: 30px;
  }
  .cid-uE1YmaVUaX .second-column {
    margin-bottom: 30px;
  }
}
.cid-uE1YmaVUaX button {
  padding: 0;
}
.cid-uE1YmaVUaX .b {
  font-weight: 500;
}
.cid-uE1YmaVUaX .link a {
  background-image: none !important;
}
.cid-uE1YmbjLx1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uE1YmbjLx1 .mbr-text {
  color: #ff98ce;
}
