.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fff5f7;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: -0.34rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.59375rem;
}
.display-2 {
  font-family: 'Dancing Script', handwriting;
  font-size: 7rem;
  line-height: 1.1;
  letter-spacing: -0.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-4 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2.1rem;
  line-height: 1.25;
  letter-spacing: -0.0125rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -0.0625rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8125rem;
    font-size: calc( 3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 5.6rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0a54 !important;
}
.bg-success {
  background-color: #21b570 !important;
}
.bg-info {
  background-color: #0babcb !important;
}
.bg-warning {
  background-color: #d6a100 !important;
}
.bg-danger {
  background-color: #b6202e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0a54 !important;
  border-color: #ff0a54 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff3d78 !important;
  border-color: #ff3d78 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3d78 !important;
  border-color: #ff3d78 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dbbec2 !important;
  border-color: #dbbec2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #eddfe1 !important;
  border-color: #eddfe1 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eddfe1 !important;
  border-color: #eddfe1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0babcb !important;
  border-color: #0babcb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #17cef2 !important;
  border-color: #17cef2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17cef2 !important;
  border-color: #17cef2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #21b570 !important;
  border-color: #21b570 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #30d98a !important;
  border-color: #30d98a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #30d98a !important;
  border-color: #30d98a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d6a100 !important;
  border-color: #d6a100 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc20a !important;
  border-color: #ffc20a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc20a !important;
  border-color: #ffc20a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b6202e !important;
  border-color: #b6202e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2f3f !important;
  border-color: #da2f3f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2f3f !important;
  border-color: #da2f3f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff0a54;
  color: #ff0a54;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b20036 !important;
  background-color: transparent !important;
  border-color: #b20036 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0a54 !important;
  border-color: #ff0a54 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #dbbec2;
  color: #dbbec2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc868e !important;
  background-color: transparent !important;
  border-color: #bc868e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dbbec2 !important;
  border-color: #dbbec2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0babcb;
  color: #0babcb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #076679 !important;
  background-color: transparent !important;
  border-color: #076679 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0babcb !important;
  border-color: #0babcb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #21b570;
  color: #21b570;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #146c43 !important;
  background-color: transparent !important;
  border-color: #146c43 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #21b570 !important;
  border-color: #21b570 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d6a100;
  color: #d6a100;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7f6000 !important;
  background-color: transparent !important;
  border-color: #7f6000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d6a100 !important;
  border-color: #d6a100 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b6202e;
  color: #b6202e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6c131b !important;
  background-color: transparent !important;
  border-color: #6c131b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b6202e !important;
  border-color: #b6202e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff0a54 !important;
}
.text-secondary {
  color: #dbbec2 !important;
}
.text-success {
  color: #21b570 !important;
}
.text-info {
  color: #0babcb !important;
}
.text-warning {
  color: #d6a100 !important;
}
.text-danger {
  color: #b6202e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a30031 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b77c84 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #115f3b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #06596a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #705400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5f1118 !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: #ff0a54;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0babcb;
}
.alert-warning {
  background-color: #d6a100;
}
.alert-danger {
  background-color: #b6202e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0a54;
  border-color: #ff0a54;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff0a54;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd6e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #70e5af;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8edfa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe8a3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e6707b;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff0a54 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #ff0a54;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0a54;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0a54;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0a54;
  border-bottom-color: #ff0a54;
}
.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: #ff0a54 !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: #dbbec2 !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='%23ff0a54' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 8px 24px;
  border-radius: 10vmax !important;
  transition: all 0.5s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px transparent !important;
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  width: 14%;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .dropdown-menu {
  padding: 0;
}
.cid-ur9dgzIAmw .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .dropdown-item {
    text-align: left !important;
  }
}
.cid-ur9dgzIAmw .dropdown-item:hover {
  background-position: right !important;
}
.cid-ur9dgzIAmw .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-ur9dgzIAmw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur9dgzIAmw .nav-link {
  position: relative;
}
.cid-ur9dgzIAmw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw .dropdown-menu,
.cid-ur9dgzIAmw .navbar.opened {
  background: #212428 !important;
}
.cid-ur9dgzIAmw .nav-item:focus,
.cid-ur9dgzIAmw .nav-link:focus {
  outline: none;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.opened {
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur9dgzIAmw .navbar .navbar-logo img {
  width: auto;
}
.cid-ur9dgzIAmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur9dgzIAmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur9dgzIAmw .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-ur9dgzIAmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur9dgzIAmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur9dgzIAmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur9dgzIAmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur9dgzIAmw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar {
    min-height: 80px;
  }
}
.cid-ur9dgzIAmw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ur9dgzIAmw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-brand {
    min-height: 69px;
  }
}
.cid-ur9dgzIAmw .dropdown-item.active,
.cid-ur9dgzIAmw .dropdown-item:active {
  background-color: transparent;
}
.cid-ur9dgzIAmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur9dgzIAmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur9dgzIAmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .navbar-dropdown {
  padding: 0;
}
.cid-ur9dgzIAmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur9dgzIAmw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ur9dgzIAmw .navbar {
    height: 70px;
  }
  .cid-ur9dgzIAmw .navbar.opened {
    height: auto;
  }
  .cid-ur9dgzIAmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur9dgzIAmw .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-short {
    min-height: 70px;
  }
}
.cid-ur9dgzIAmw .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 3px;
  }
}
.cid-ur9dgzIAmw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ur9dgzIAmw .navbar-nav {
  display: flex !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:focus,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-ur9dgzIAmw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ur9dgzIAmw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ur9dgzIAmw button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ur9dgzIAmw .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ur9dgzIAmw .offcanvas.show {
  transform: translateX(0);
}
.cid-ur9dgzIAmw .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ur9dgzIAmw .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ur9dgzIAmw .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ur9dgzIAmw .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-ur9dgzIAmw .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ur9dgzIAmw .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar {
  width: 1em;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-ur9dgzIAmw .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .social-container {
    padding-top: 40px;
  }
}
.cid-ur9dgzIAmw .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-ur9dgzIAmw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ur9dgzIAmw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-ur9dgzIAmw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ur9dgzIAmw .soc-item:hover:before {
  opacity: 1;
}
.cid-ur9dgzIAmw .offcanvas_btn {
  margin-top: auto;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uneeXw9uti {
  overflow: hidden;
  background-color: transparent;
}
.cid-uneeXw9uti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneeXw9uti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneeXw9uti .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uneeXw9uti .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uneeXw9uti .container {
    padding: 0 24px;
  }
}
.cid-uneeXw9uti .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uneeXw9uti .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uneeXw9uti .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uneeXw9uti .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uneeXw9uti .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uneeXw9uti .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uneeXw9uti .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uneeXw9uti .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #dbbec2 0%, transparent 100%);
}
.cid-uneeXw9uti .content-wrapper .mbr-section-btn .btn:hover,
.cid-uneeXw9uti .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #ff99ac !important;
  border-color: #ff99ac !important;
  color: #000000 !important;
}
.cid-uneeXw9uti .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uneeXw9uti .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uneeXw9uti .decor-wrapper .decor_1 {
  background-color: #ff99ac;
}
.cid-uneeXw9uti .decor-wrapper .decor_2 {
  background-color: #ff0a54;
}
.cid-uneeXw9uti .decor-wrapper .decor_3 {
  background-color: #dbbec2;
}
.cid-uneeXw9uti .decor-wrapper .decor_4 {
  background-color: #ff99ac;
}
.cid-uneeXw9uti .mbr-section-title {
  color: #141414;
}
.cid-uneeXw9uti .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uneeXw9uti .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uneeXw9uti .mbr-text,
.cid-uneeXw9uti .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uneeXw9uti .mbr-section-title,
.cid-uneeXw9uti .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uneeXwCSUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/666425/assets/images/photo-1585282263872-36fa5ae76-h_m0l4o3qx.jpg");
}
.cid-uneeXwCSUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneeXwCSUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneeXwCSUZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uneeXwCSUZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uneeXwCSUZ .container {
    padding: 0 24px;
  }
}
.cid-uneeXwCSUZ .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-uneeXwCSUZ .title-wrapper {
    padding: 0;
  }
}
.cid-uneeXwCSUZ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uneeXwCSUZ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uneeXwCSUZ .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #dbbec2 0%, transparent 100%);
}
.cid-uneeXwCSUZ .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uneeXwCSUZ .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #ff99ac !important;
  border-color: #ff99ac !important;
  color: #000000 !important;
}
.cid-uneeXwCSUZ .mbr-section-title,
.cid-uneeXwCSUZ .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-uneeXwCSUZ .mbr-section-title,
.cid-uneeXwCSUZ .title-wrapper,
.cid-uneeXwCSUZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uneeXwOXeb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uneeXwOXeb::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, transparent 0, #dbbec2 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uneeXwOXeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneeXwOXeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneeXwOXeb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uneeXwOXeb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uneeXwOXeb .container {
    padding: 0 24px;
  }
}
.cid-uneeXwOXeb .row {
  justify-content: center;
}
.cid-uneeXwOXeb .row .card,
.cid-uneeXwOXeb .row .item {
  padding: 0 12px;
}
.cid-uneeXwOXeb .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uneeXwOXeb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uneeXwOXeb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uneeXwOXeb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uneeXwOXeb .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uneeXwOXeb .item .item-wrapper {
  padding: 32px;
  border-radius: 0.75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uneeXwOXeb .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uneeXwOXeb .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
}
.cid-uneeXwOXeb .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uneeXwOXeb .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uneeXwOXeb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uneeXwOXeb .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uneeXwOXeb .card-number {
  color: #141414;
}
.cid-uneeXwOXeb .card-title {
  color: #141414;
}
.cid-uneeXwOXeb .card-text {
  color: #141414;
}
.cid-uneeXx4gAq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uneeXx4gAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneeXx4gAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneeXx4gAq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uneeXx4gAq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uneeXx4gAq .container {
    padding: 0 24px;
  }
}
.cid-uneeXx4gAq .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 1000px;
}
@media (max-width: 992px) {
  .cid-uneeXx4gAq .content-wrapper {
    padding: 0;
  }
}
.cid-uneeXx4gAq .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uneeXx4gAq .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #fff5f7;
  border-radius: 0.75rem !important;
}
@media (max-width: 1500px) {
  .cid-uneeXx4gAq .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uneeXx4gAq .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uneeXx4gAq .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uneeXx4gAq .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uneeXx4gAq .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uneeXx4gAq .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uneeXx4gAq .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uneeXx4gAq .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #dbbec2 0%, transparent 100%);
}
.cid-uneeXx4gAq .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uneeXx4gAq .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #ff99ac !important;
  border-color: #ff99ac !important;
  color: #000000 !important;
}
.cid-uneeXx4gAq .mbr-section-title {
  color: #141414;
}
.cid-uneeXx4gAq .mbr-desc {
  color: #000000;
}
.cid-uneeXx4gAq .mbr-text {
  color: #000000;
}
.cid-uneeXx4gAq .mbr-section-title,
.cid-uneeXx4gAq .mbr-section-btn {
  color: #000000;
}
.cid-uneeXyBLYr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/666425/assets/images/background1-h_m0l55o1t.jpg");
}
.cid-uneeXyBLYr::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#dbbec2 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uneeXyBLYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneeXyBLYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneeXyBLYr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uneeXyBLYr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uneeXyBLYr .container {
    padding: 0 24px;
  }
}
.cid-uneeXyBLYr .row {
  justify-content: space-between;
}
.cid-uneeXyBLYr .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uneeXyBLYr .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uneeXyBLYr .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uneeXyBLYr .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #000000;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: 0.3;
  padding: 0;
}
.cid-uneeXyBLYr .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uneeXyBLYr .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uneeXyBLYr .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uneeXyBLYr .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uneeXyBLYr .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uneeXyBLYr .mbr-text {
  color: #000000;
}
.cid-uneeXzIHKE {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uneeXzIHKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneeXzIHKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneeXzIHKE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uneeXzIHKE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uneeXzIHKE .container {
    padding: 0 24px;
  }
}
.cid-uneeXzIHKE .row {
  justify-content: center;
}
.cid-uneeXzIHKE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uneeXzIHKE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uneeXzIHKE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uneeXzIHKE .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uneeXzIHKE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uneeXzIHKE .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uneeXzIHKE .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #dbbec2 0%, transparent 100%);
}
.cid-uneeXzIHKE .content-wrapper .mbr-section-btn .btn:hover,
.cid-uneeXzIHKE .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #ff99ac !important;
  border-color: #ff99ac !important;
  color: #000000 !important;
}
.cid-uneeXzIHKE .decor-wrapper {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uneeXzIHKE .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uneeXzIHKE .decor-wrapper .decor_1 {
  background-color: #ff99ac;
}
.cid-uneeXzIHKE .decor-wrapper .decor_2 {
  background-color: #feaaca;
}
.cid-uneeXzIHKE .decor-wrapper .decor_3 {
  background-color: #dbbec2;
}
.cid-uneeXzIHKE .decor-wrapper .decor_4 {
  background-color: #ff99ac;
}
.cid-uneeXzIHKE .image-wrapper {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uneeXzIHKE .image-wrapper {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.cid-uneeXzIHKE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-uneeXzIHKE .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff5f7;
  opacity: 0.8;
  border-radius: 0.75rem;
  pointer-events: none;
}
.cid-uneeXzIHKE .mbr-section-title {
  color: #141414;
}
.cid-uneeXzIHKE .mbr-text {
  color: #141414;
}
.cid-uneeXzIHKE .mbr-section-title,
.cid-uneeXzIHKE .mbr-section-btn,
.cid-uneeXzIHKE .title-wrapper {
  color: #000000;
}
.cid-uneeXzIHKE .mbr-text,
.cid-uneeXzIHKE .text-wrapper {
  color: #000000;
}
.cid-uneeXAJ0gE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uneeXAJ0gE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneeXAJ0gE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneeXAJ0gE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uneeXAJ0gE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uneeXAJ0gE .container {
    padding: 0 24px;
  }
}
.cid-uneeXAJ0gE .row {
  justify-content: center;
}
.cid-uneeXAJ0gE .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uneeXAJ0gE .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uneeXAJ0gE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #e3e3e3;
  border-radius: 0.75rem;
}
.cid-uneeXAJ0gE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uneeXAJ0gE .mbr-section-title {
  color: #141414;
}
.cid-uneeXAJ0gE .mbr-text {
  color: #000000;
}
.cid-uneeXAJ0gE .mbr-desc,
.cid-uneeXAJ0gE .desc-wrapper {
  color: #000000;
}
.cid-uneeXBiKAM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uneeXBiKAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneeXBiKAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneeXBiKAM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uneeXBiKAM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uneeXBiKAM .container {
    padding: 0 24px;
  }
}
.cid-uneeXBiKAM .row {
  justify-content: center;
}
.cid-uneeXBiKAM .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uneeXBiKAM .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uneeXBiKAM .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uneeXBiKAM .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uneeXBiKAM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uneeXBiKAM .panel-group .card {
  border-radius: 0.75rem 0.75rem 0 0 !important;
  background-color: #ff99ac;
  margin-top: -6px;
}
.cid-uneeXBiKAM .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uneeXBiKAM .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uneeXBiKAM .panel-group .card .card-header .panel-title {
  width: 100%;
  padding: 32px 48px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uneeXBiKAM .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uneeXBiKAM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uneeXBiKAM .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  padding: 0 48px 48px;
}
@media (max-width: 992px) {
  .cid-uneeXBiKAM .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
    display: block;
  }
}
.cid-uneeXBiKAM .panel-group .card .panel-collapse .panel-body .image-wrapper {
  width: 40%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uneeXBiKAM .panel-group .card .panel-collapse .panel-body .image-wrapper {
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uneeXBiKAM .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-uneeXBiKAM .panel-group .card .panel-collapse .panel-body .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uneeXBiKAM .panel-group .card .panel-collapse .panel-body .content-wrap {
    width: 100%;
  }
}
.cid-uneeXBiKAM .panel-group .card .panel-collapse .panel-body .content-wrap .mbr-title {
  margin-bottom: 32px;
}
.cid-uneeXBiKAM .panel-group .card .panel-collapse .panel-body .content-wrap .panel-desc {
  margin-bottom: 30px;
}
.cid-uneeXBiKAM .panel-group .card_2 {
  background-color: #ff0a54;
}
.cid-uneeXBiKAM .panel-group .card_3 {
  background-color: #dbbec2;
}
.cid-uneeXBiKAM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uneeXBiKAM .mbr-text,
.cid-uneeXBiKAM .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uneeXBiKAM .mbr-title {
  color: #000000;
}
.cid-uneeXBiKAM .panel-desc {
  color: #000000;
}
.cid-uneeXBiKAM .panel-text {
  color: #000000;
}
.cid-uneeXBiKAM .panel-title-edit {
  color: #000000;
}
.cid-uneeXBiKAM .title_1 {
  color: #000000;
}
.cid-uneeXBiKAM .desc_1 {
  color: #000000;
}
.cid-uneeXBiKAM .text_1 {
  color: #000000;
}
.cid-uneeXBiKAM .title_2 {
  color: #FFFFFF;
}
.cid-uneeXBiKAM .desc_2 {
  color: #FFFFFF;
}
.cid-uneeXBiKAM .text_2 {
  color: #FFFFFF;
}
.cid-uneeXBiKAM .title_3 {
  color: #000000;
}
.cid-uneeXBiKAM .desc_3 {
  color: #000000;
}
.cid-uneeXBiKAM .text_3 {
  color: #000000;
}
.cid-uneeXC8Qzf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uneeXC8Qzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneeXC8Qzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneeXC8Qzf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uneeXC8Qzf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uneeXC8Qzf .container {
    padding: 0 24px;
  }
}
.cid-uneeXC8Qzf .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uneeXC8Qzf .image-wrapper {
  height: 100%;
}
.cid-uneeXC8Qzf .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 992px) {
  .cid-uneeXC8Qzf .image-wrapper img {
    height: 350px;
  }
}
.cid-uneeXC8Qzf .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uneeXC8Qzf .content-wrapper {
    padding: 24px;
  }
}
.cid-uneeXC8Qzf .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uneeXC8Qzf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uneeXC8Qzf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uneeXC8Qzf .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #dbbec2 0%, transparent 100%);
}
.cid-uneeXC8Qzf .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uneeXC8Qzf .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #ff99ac !important;
  border-color: #ff99ac !important;
  color: #000000 !important;
}
.cid-uneeXC8Qzf .mbr-section-title {
  color: #141414;
}
.cid-uneeXC8Qzf .mbr-text {
  color: #141414;
}
.cid-uneeXCuCmJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/666425/assets/images/photo-1628177142898-93e36e4e3a50.jpeg");
}
.cid-uneeXCuCmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneeXCuCmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneeXCuCmJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uneeXCuCmJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uneeXCuCmJ .container {
    padding: 0 24px;
  }
}
.cid-uneeXCuCmJ .row {
  justify-content: space-between;
}
.cid-uneeXCuCmJ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uneeXCuCmJ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uneeXCuCmJ .items-wrapper {
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uneeXCuCmJ .items-wrapper {
    min-height: auto;
  }
}
.cid-uneeXCuCmJ .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
.cid-uneeXCuCmJ .mbr-section-title,
.cid-uneeXCuCmJ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uneeXCuCmJ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uneeXG4AAf {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uneeXG4AAf::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#dbbec2 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uneeXG4AAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneeXG4AAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneeXG4AAf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uneeXG4AAf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uneeXG4AAf .container {
    padding: 0 24px;
  }
}
.cid-uneeXG4AAf .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uneeXG4AAf .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uneeXG4AAf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uneeXG4AAf .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uneeXG4AAf .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uneeXG4AAf .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uneeXG4AAf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding-top: 50px;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uneeXG4AAf .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uneeXG4AAf .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uneeXG4AAf .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uneeXG4AAf .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uneeXG4AAf .mbr-section-title {
  color: #141414;
}
.cid-uneeXG4AAf .mbr-desc {
  color: #000000;
}
.cid-uneeXG4AAf .card-number {
  color: #141414;
}
.cid-uneeXG4AAf .card-title {
  color: #141414;
}
.cid-uneeXG4AAf .card-text {
  color: #000000;
}
.cid-uneeXG4AAf .mbr-section-title,
.cid-uneeXG4AAf .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uG2YgeYIdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8ef;
}
.cid-uG2YgeYIdW .it {
  margin-top: 30px;
}
.cid-uG2YgeYIdW .it:nth-child(1) {
  margin-top: 0px;
}
.cid-uG2YgeYIdW .it:nth-child(2) {
  margin-top: 0px;
}
.cid-uG2YgeYIdW .it:nth-child(3) {
  margin-top: 0px;
}
.cid-uG2YgeYIdW .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-uG2YgeYIdW .it {
    margin-top: 15px;
  }
  .cid-uG2YgeYIdW .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-uG2YgeYIdW .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-uG2YgeYIdW .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-ur9ltT1Mat {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-ur9ltT1Mat .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ur9ltT1Mat svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ur9ltT1Mat g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ur9ltT1Mat .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ur9ltT1Mat .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ur9ltT1Mat .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ur9ltT1Mat .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur9ltT1Mat .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ur9ltT1Mat .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ur9ltT1Mat .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ur9ltT1Mat .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ur9ltT1Mat .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur9ltT1Mat .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur9ltT1Mat .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9ltT1Mat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9ltT1Mat H1 {
  color: #f52046;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .dropdown-menu {
  padding: 0;
}
.cid-ur9dgzIAmw .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .dropdown-item {
    text-align: left !important;
  }
}
.cid-ur9dgzIAmw .dropdown-item:hover {
  background-position: right !important;
}
.cid-ur9dgzIAmw .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-ur9dgzIAmw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur9dgzIAmw .nav-link {
  position: relative;
}
.cid-ur9dgzIAmw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw .dropdown-menu,
.cid-ur9dgzIAmw .navbar.opened {
  background: #212428 !important;
}
.cid-ur9dgzIAmw .nav-item:focus,
.cid-ur9dgzIAmw .nav-link:focus {
  outline: none;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.opened {
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur9dgzIAmw .navbar .navbar-logo img {
  width: auto;
}
.cid-ur9dgzIAmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur9dgzIAmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur9dgzIAmw .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-ur9dgzIAmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur9dgzIAmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur9dgzIAmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur9dgzIAmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur9dgzIAmw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar {
    min-height: 80px;
  }
}
.cid-ur9dgzIAmw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ur9dgzIAmw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-brand {
    min-height: 69px;
  }
}
.cid-ur9dgzIAmw .dropdown-item.active,
.cid-ur9dgzIAmw .dropdown-item:active {
  background-color: transparent;
}
.cid-ur9dgzIAmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur9dgzIAmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur9dgzIAmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .navbar-dropdown {
  padding: 0;
}
.cid-ur9dgzIAmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur9dgzIAmw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ur9dgzIAmw .navbar {
    height: 70px;
  }
  .cid-ur9dgzIAmw .navbar.opened {
    height: auto;
  }
  .cid-ur9dgzIAmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur9dgzIAmw .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-short {
    min-height: 70px;
  }
}
.cid-ur9dgzIAmw .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 3px;
  }
}
.cid-ur9dgzIAmw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ur9dgzIAmw .navbar-nav {
  display: flex !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:focus,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-ur9dgzIAmw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ur9dgzIAmw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ur9dgzIAmw button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ur9dgzIAmw .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ur9dgzIAmw .offcanvas.show {
  transform: translateX(0);
}
.cid-ur9dgzIAmw .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ur9dgzIAmw .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ur9dgzIAmw .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ur9dgzIAmw .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-ur9dgzIAmw .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ur9dgzIAmw .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar {
  width: 1em;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-ur9dgzIAmw .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .social-container {
    padding-top: 40px;
  }
}
.cid-ur9dgzIAmw .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-ur9dgzIAmw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ur9dgzIAmw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-ur9dgzIAmw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ur9dgzIAmw .soc-item:hover:before {
  opacity: 1;
}
.cid-ur9dgzIAmw .offcanvas_btn {
  margin-top: auto;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ur7F0yfJJF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/close-up-on-female-boobs-in-black-bra-piotr-marcinski-600x400.jpg");
}
.cid-ur7F0yfJJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7F0yfJJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7F0yfJJF .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ur7F0yfJJF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ur7F0yfJJF .container {
    padding: 0 26px;
  }
}
.cid-ur7F0yfJJF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ur7F0yfJJF .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-ur7F0yfJJF .mbr-section-title {
  color: #ffffff;
}
.cid-ur7F0yfJJF .mbr-section-title,
.cid-ur7F0yfJJF .mbr-section-btn {
  text-align: center;
}
.cid-ur7CiKioyO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
}
.cid-ur7CiKioyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7CiKioyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7CiKioyO .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-ur7CiKioyO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-ur7CiKioyO .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ur7CiKioyO .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ur7CiKioyO .image-wrapper img {
  height: 620px;
  object-fit: cover;
  transform: rotate(20deg);
  margin-left: -6rem;
}
@media (max-width: 992px) {
  .cid-ur7CiKioyO .image-wrapper img {
    height: 300px;
    transform: rotate(0);
  }
}
.cid-ur7CiKioyO .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ur7CiKioyO .title-wrapper {
    padding: 0 26px;
  }
}
.cid-ur7CiKioyO .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-ur7CiKioyO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-ur7CiKioyO .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ur7CiKioyO .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 40px;
}
.cid-ur7CiKioyO .mbr-section-title {
  color: #ffffff;
}
.cid-ur7CiKioyO .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ur7CiKioyO .mbr-text {
  color: #cacaca;
  text-align: center;
}
.cid-ur7CiKioyO .mbr-section-title,
.cid-ur7CiKioyO .mbr-section-btn {
  text-align: left;
}
.cid-ur7ChYMgKB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
}
.cid-ur7ChYMgKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7ChYMgKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7ChYMgKB .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-ur7ChYMgKB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 780px) {
  .cid-ur7ChYMgKB .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ur7ChYMgKB .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ur7ChYMgKB .image-wrapper img {
  height: 620px;
  object-fit: cover;
  transform: rotate(20deg);
  margin-left: -6rem;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-ur7ChYMgKB .image-wrapper img {
    height: 300px;
    transform: rotate(0);
  }
}
.cid-ur7ChYMgKB .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .cid-ur7ChYMgKB .title-wrapper {
    padding: 0 26px;
  }
}
.cid-ur7ChYMgKB .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-ur7ChYMgKB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-ur7ChYMgKB .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ur7ChYMgKB .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 40px;
}
.cid-ur7ChYMgKB .mbr-section-title {
  color: #ffffff;
}
.cid-ur7ChYMgKB .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-ur7ChYMgKB .mbr-text {
  color: #cacaca;
  text-align: center;
}
.cid-ur7ChYMgKB .mbr-section-title,
.cid-ur7ChYMgKB .mbr-section-btn {
  text-align: left;
}
.cid-ur9ltT1Mat {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-ur9ltT1Mat .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ur9ltT1Mat svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ur9ltT1Mat g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ur9ltT1Mat .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ur9ltT1Mat .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ur9ltT1Mat .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ur9ltT1Mat .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur9ltT1Mat .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ur9ltT1Mat .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ur9ltT1Mat .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ur9ltT1Mat .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ur9ltT1Mat .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur9ltT1Mat .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur9ltT1Mat .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9ltT1Mat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9ltT1Mat H1 {
  color: #f52046;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .dropdown-menu {
  padding: 0;
}
.cid-ur9dgzIAmw .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .dropdown-item {
    text-align: left !important;
  }
}
.cid-ur9dgzIAmw .dropdown-item:hover {
  background-position: right !important;
}
.cid-ur9dgzIAmw .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-ur9dgzIAmw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur9dgzIAmw .nav-link {
  position: relative;
}
.cid-ur9dgzIAmw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw .dropdown-menu,
.cid-ur9dgzIAmw .navbar.opened {
  background: #212428 !important;
}
.cid-ur9dgzIAmw .nav-item:focus,
.cid-ur9dgzIAmw .nav-link:focus {
  outline: none;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.opened {
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur9dgzIAmw .navbar .navbar-logo img {
  width: auto;
}
.cid-ur9dgzIAmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur9dgzIAmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur9dgzIAmw .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-ur9dgzIAmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur9dgzIAmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur9dgzIAmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur9dgzIAmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur9dgzIAmw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar {
    min-height: 80px;
  }
}
.cid-ur9dgzIAmw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ur9dgzIAmw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-brand {
    min-height: 69px;
  }
}
.cid-ur9dgzIAmw .dropdown-item.active,
.cid-ur9dgzIAmw .dropdown-item:active {
  background-color: transparent;
}
.cid-ur9dgzIAmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur9dgzIAmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur9dgzIAmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .navbar-dropdown {
  padding: 0;
}
.cid-ur9dgzIAmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur9dgzIAmw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ur9dgzIAmw .navbar {
    height: 70px;
  }
  .cid-ur9dgzIAmw .navbar.opened {
    height: auto;
  }
  .cid-ur9dgzIAmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur9dgzIAmw .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-short {
    min-height: 70px;
  }
}
.cid-ur9dgzIAmw .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 3px;
  }
}
.cid-ur9dgzIAmw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ur9dgzIAmw .navbar-nav {
  display: flex !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:focus,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-ur9dgzIAmw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ur9dgzIAmw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ur9dgzIAmw button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ur9dgzIAmw .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ur9dgzIAmw .offcanvas.show {
  transform: translateX(0);
}
.cid-ur9dgzIAmw .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ur9dgzIAmw .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ur9dgzIAmw .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ur9dgzIAmw .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-ur9dgzIAmw .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ur9dgzIAmw .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar {
  width: 1em;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-ur9dgzIAmw .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .social-container {
    padding-top: 40px;
  }
}
.cid-ur9dgzIAmw .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-ur9dgzIAmw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ur9dgzIAmw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-ur9dgzIAmw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ur9dgzIAmw .soc-item:hover:before {
  opacity: 1;
}
.cid-ur9dgzIAmw .offcanvas_btn {
  margin-top: auto;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ur7N09bxtM {
  background-image: url("../../../assets/images/boobcrop-909x574.png");
}
.cid-ur7N09bxtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7N09bxtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7N09bxtM .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ur7N09bxtM .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ur7N09bxtM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ur7N09bxtM .container {
    padding: 0 16px;
  }
}
.cid-ur7N09bxtM .card {
  justify-content: center;
}
.cid-ur7N09bxtM .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ur7N09bxtM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ur7N09bxtM .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ur7N09bxtM .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ur7N09bxtM .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-ur7N09bxtM .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ur7N09bxtM .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-ur7N09bxtM .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-ur7N09bxtM .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-ur7N09bxtM .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-ur7N09bxtM .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-ur7N09bxtM .mbr-section-title {
  color: #ffffff;
}
.cid-ur7N09bxtM .mbr-text {
  color: #f4f4f4;
}
.cid-ur7N09bxtM .mbr-section-title,
.cid-ur7N09bxtM .mbr-section-btn {
  text-align: center;
}
.cid-ur7KipXpfN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ur7KipXpfN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-ur7KipXpfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7KipXpfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7KipXpfN .content-wrap {
  margin: 0;
}
.cid-ur7KipXpfN .content-wrap .card {
  padding: 0;
}
.cid-ur7KipXpfN .image-wrapper {
  height: 100%;
}
.cid-ur7KipXpfN .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ur7KipXpfN .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-ur7KipXpfN .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-ur7KipXpfN .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ur7KipXpfN .content-wrapper {
    padding: 40px 0;
  }
}
.cid-ur7KipXpfN .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-ur7KipXpfN .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur7KipXpfN .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ur7KipXpfN .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-ur7KipXpfN .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-ur7KipXpfN .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #ba101a !important;
  box-shadow: 4px 3px 0 0 #ba101a;
  background-color: transparent;
  line-height: 1 !important;
}
.cid-ur7KipXpfN .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ur7KipXpfN .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #ba101a !important;
}
.cid-ur7KipXpfN .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ba101a;
  opacity: .6;
}
.cid-ur7KipXpfN .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-ur7KipXpfN .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-ur7KipXpfN .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ba101a;
  border-color: #ba101a;
}
.cid-ur7KipXpfN .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ur7KipXpfN .mbr-section-title {
  color: #150764;
}
.cid-ur7KipXpfN label {
  color: #150764;
}
.cid-ur7KipXpfN .mbr-section-title,
.cid-ur7KipXpfN .mbr-section-btn {
  text-align: center;
  color: #ba101a;
}
.cid-uG2ImnvIPd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fb8fc9;
}
.cid-uG2ImnvIPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2ImnvIPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2ImnvIPd img {
  transition: all 0.3s;
}
.cid-uG2ImnvIPd .card-wrapper {
  background: #ffffff;
  border: 1px solid #ff0a54 !important;
}
@media (max-width: 767px) {
  .cid-uG2ImnvIPd .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uG2ImnvIPd .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uG2ImnvIPd .card-wrapper {
    padding: 4rem;
  }
}
.cid-uG2ImnvIPd .card-wrapper img {
  filter: grayscale(1);
}
.cid-uG2ImnvIPd .card-wrapper:hover img {
  filter: grayscale(0);
}
.cid-uG2ImnvIPd .mbr-text,
.cid-uG2ImnvIPd .mbr-section-btn {
  text-align: left;
}
.cid-uG2ImnvIPd .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uG2ImnvIPd .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uG2ImnvIPd .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uG2ImnvIPd .img-wrapper {
  display: flex;
}
.cid-uG2ImnvIPd .card-text {
  text-align: center;
  color: #221b35;
}
.cid-uG2ImnvIPd .card-title {
  text-align: center;
  color: #221b35;
}
.cid-ur9ltT1Mat {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-ur9ltT1Mat .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ur9ltT1Mat svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ur9ltT1Mat g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ur9ltT1Mat .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ur9ltT1Mat .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ur9ltT1Mat .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ur9ltT1Mat .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur9ltT1Mat .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ur9ltT1Mat .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ur9ltT1Mat .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ur9ltT1Mat .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ur9ltT1Mat .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur9ltT1Mat .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur9ltT1Mat .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9ltT1Mat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9ltT1Mat H1 {
  color: #f52046;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .dropdown-menu {
  padding: 0;
}
.cid-ur9dgzIAmw .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .dropdown-item {
    text-align: left !important;
  }
}
.cid-ur9dgzIAmw .dropdown-item:hover {
  background-position: right !important;
}
.cid-ur9dgzIAmw .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-ur9dgzIAmw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur9dgzIAmw .nav-link {
  position: relative;
}
.cid-ur9dgzIAmw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw .dropdown-menu,
.cid-ur9dgzIAmw .navbar.opened {
  background: #212428 !important;
}
.cid-ur9dgzIAmw .nav-item:focus,
.cid-ur9dgzIAmw .nav-link:focus {
  outline: none;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.opened {
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur9dgzIAmw .navbar .navbar-logo img {
  width: auto;
}
.cid-ur9dgzIAmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur9dgzIAmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur9dgzIAmw .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-ur9dgzIAmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur9dgzIAmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur9dgzIAmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur9dgzIAmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur9dgzIAmw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar {
    min-height: 80px;
  }
}
.cid-ur9dgzIAmw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ur9dgzIAmw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-brand {
    min-height: 69px;
  }
}
.cid-ur9dgzIAmw .dropdown-item.active,
.cid-ur9dgzIAmw .dropdown-item:active {
  background-color: transparent;
}
.cid-ur9dgzIAmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur9dgzIAmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur9dgzIAmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .navbar-dropdown {
  padding: 0;
}
.cid-ur9dgzIAmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur9dgzIAmw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ur9dgzIAmw .navbar {
    height: 70px;
  }
  .cid-ur9dgzIAmw .navbar.opened {
    height: auto;
  }
  .cid-ur9dgzIAmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur9dgzIAmw .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-short {
    min-height: 70px;
  }
}
.cid-ur9dgzIAmw .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 3px;
  }
}
.cid-ur9dgzIAmw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ur9dgzIAmw .navbar-nav {
  display: flex !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:focus,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-ur9dgzIAmw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ur9dgzIAmw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ur9dgzIAmw button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ur9dgzIAmw .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ur9dgzIAmw .offcanvas.show {
  transform: translateX(0);
}
.cid-ur9dgzIAmw .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ur9dgzIAmw .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ur9dgzIAmw .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ur9dgzIAmw .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-ur9dgzIAmw .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ur9dgzIAmw .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar {
  width: 1em;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-ur9dgzIAmw .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .social-container {
    padding-top: 40px;
  }
}
.cid-ur9dgzIAmw .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-ur9dgzIAmw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ur9dgzIAmw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-ur9dgzIAmw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ur9dgzIAmw .soc-item:hover:before {
  opacity: 1;
}
.cid-ur9dgzIAmw .offcanvas_btn {
  margin-top: auto;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ur84Y3caue {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ur84Y3caue .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur84Y3caue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur84Y3caue .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ur84Y3caue .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ur84Y3caue .container {
    padding: 0 26px;
  }
}
.cid-ur84Y3caue .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ur84Y3caue .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-ur84Y3caue .mbr-section-title {
  color: #ffffff;
}
.cid-ur84Y3caue .mbr-section-title,
.cid-ur84Y3caue .mbr-section-btn {
  text-align: center;
}
.cid-ur7SfWWSmG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ur7SfWWSmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7SfWWSmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7SfWWSmG .items-wrapper {
  justify-content: center;
}
.cid-ur7SfWWSmG .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #f62b7a, #f85c99 65%, #fa8db7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ur7SfWWSmG .mbr-text,
.cid-ur7SfWWSmG .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ur8cmurjCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexelsno-2000x1333.jpg");
}
.cid-ur8cmurjCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur8cmurjCO .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-ur8cmurjCO .container {
    padding: 0 30px;
  }
}
.cid-ur8cmurjCO .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-ur8cmurjCO .content-wrapper {
    padding: 80px 0;
  }
}
.cid-ur8cmurjCO .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ur8cmurjCO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ur8cmurjCO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ur8cmurjCO .mbr-section-title {
  color: #ffffff;
}
.cid-ur8cmurjCO .mbr-text,
.cid-ur8cmurjCO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ur8cmurjCO .mbr-section-title,
.cid-ur8cmurjCO .mbr-section-btn {
  text-align: center;
}
.cid-ur9ltT1Mat {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-ur9ltT1Mat .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ur9ltT1Mat svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ur9ltT1Mat g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ur9ltT1Mat .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ur9ltT1Mat .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ur9ltT1Mat .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ur9ltT1Mat .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur9ltT1Mat .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ur9ltT1Mat .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ur9ltT1Mat .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ur9ltT1Mat .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ur9ltT1Mat .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur9ltT1Mat .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur9ltT1Mat .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9ltT1Mat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9ltT1Mat H1 {
  color: #f52046;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .dropdown-menu {
  padding: 0;
}
.cid-ur9dgzIAmw .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .dropdown-item {
    text-align: left !important;
  }
}
.cid-ur9dgzIAmw .dropdown-item:hover {
  background-position: right !important;
}
.cid-ur9dgzIAmw .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-ur9dgzIAmw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur9dgzIAmw .nav-link {
  position: relative;
}
.cid-ur9dgzIAmw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw .dropdown-menu,
.cid-ur9dgzIAmw .navbar.opened {
  background: #212428 !important;
}
.cid-ur9dgzIAmw .nav-item:focus,
.cid-ur9dgzIAmw .nav-link:focus {
  outline: none;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.opened {
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur9dgzIAmw .navbar .navbar-logo img {
  width: auto;
}
.cid-ur9dgzIAmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur9dgzIAmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur9dgzIAmw .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-ur9dgzIAmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur9dgzIAmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur9dgzIAmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur9dgzIAmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur9dgzIAmw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar {
    min-height: 80px;
  }
}
.cid-ur9dgzIAmw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ur9dgzIAmw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-brand {
    min-height: 69px;
  }
}
.cid-ur9dgzIAmw .dropdown-item.active,
.cid-ur9dgzIAmw .dropdown-item:active {
  background-color: transparent;
}
.cid-ur9dgzIAmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur9dgzIAmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur9dgzIAmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .navbar-dropdown {
  padding: 0;
}
.cid-ur9dgzIAmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur9dgzIAmw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ur9dgzIAmw .navbar {
    height: 70px;
  }
  .cid-ur9dgzIAmw .navbar.opened {
    height: auto;
  }
  .cid-ur9dgzIAmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur9dgzIAmw .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-short {
    min-height: 70px;
  }
}
.cid-ur9dgzIAmw .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 3px;
  }
}
.cid-ur9dgzIAmw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ur9dgzIAmw .navbar-nav {
  display: flex !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:focus,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-ur9dgzIAmw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ur9dgzIAmw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ur9dgzIAmw button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ur9dgzIAmw .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ur9dgzIAmw .offcanvas.show {
  transform: translateX(0);
}
.cid-ur9dgzIAmw .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ur9dgzIAmw .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ur9dgzIAmw .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ur9dgzIAmw .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-ur9dgzIAmw .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ur9dgzIAmw .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar {
  width: 1em;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-ur9dgzIAmw .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .social-container {
    padding-top: 40px;
  }
}
.cid-ur9dgzIAmw .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-ur9dgzIAmw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ur9dgzIAmw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-ur9dgzIAmw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ur9dgzIAmw .soc-item:hover:before {
  opacity: 1;
}
.cid-ur9dgzIAmw .offcanvas_btn {
  margin-top: auto;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ur7U1R13EZ {
  background-color: #000000;
}
.cid-ur7U1R13EZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7U1R13EZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7U1R13EZ .row {
  justify-content: flex-start;
}
.cid-ur7U1R13EZ .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-ur7U1R13EZ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-ur7U1R13EZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-ur2uhosrAq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ur2uhosrAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur2uhosrAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur2uhosrAq .items-wrapper {
  justify-content: center;
}
.cid-ur2uhosrAq .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ur2uhosrAq .mbr-text,
.cid-ur2uhosrAq .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ur9ltT1Mat {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-ur9ltT1Mat .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ur9ltT1Mat svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ur9ltT1Mat g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ur9ltT1Mat .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ur9ltT1Mat .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ur9ltT1Mat .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ur9ltT1Mat .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur9ltT1Mat .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ur9ltT1Mat .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ur9ltT1Mat .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ur9ltT1Mat .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ur9ltT1Mat .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur9ltT1Mat .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur9ltT1Mat .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9ltT1Mat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9ltT1Mat H1 {
  color: #f52046;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .dropdown-menu {
  padding: 0;
}
.cid-ur9dgzIAmw .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .dropdown-item {
    text-align: left !important;
  }
}
.cid-ur9dgzIAmw .dropdown-item:hover {
  background-position: right !important;
}
.cid-ur9dgzIAmw .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-ur9dgzIAmw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur9dgzIAmw .nav-link {
  position: relative;
}
.cid-ur9dgzIAmw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw .dropdown-menu,
.cid-ur9dgzIAmw .navbar.opened {
  background: #212428 !important;
}
.cid-ur9dgzIAmw .nav-item:focus,
.cid-ur9dgzIAmw .nav-link:focus {
  outline: none;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.opened {
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur9dgzIAmw .navbar .navbar-logo img {
  width: auto;
}
.cid-ur9dgzIAmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur9dgzIAmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur9dgzIAmw .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-ur9dgzIAmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur9dgzIAmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur9dgzIAmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur9dgzIAmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur9dgzIAmw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar {
    min-height: 80px;
  }
}
.cid-ur9dgzIAmw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ur9dgzIAmw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-brand {
    min-height: 69px;
  }
}
.cid-ur9dgzIAmw .dropdown-item.active,
.cid-ur9dgzIAmw .dropdown-item:active {
  background-color: transparent;
}
.cid-ur9dgzIAmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur9dgzIAmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur9dgzIAmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .navbar-dropdown {
  padding: 0;
}
.cid-ur9dgzIAmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur9dgzIAmw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ur9dgzIAmw .navbar {
    height: 70px;
  }
  .cid-ur9dgzIAmw .navbar.opened {
    height: auto;
  }
  .cid-ur9dgzIAmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur9dgzIAmw .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-short {
    min-height: 70px;
  }
}
.cid-ur9dgzIAmw .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 3px;
  }
}
.cid-ur9dgzIAmw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ur9dgzIAmw .navbar-nav {
  display: flex !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:focus,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-ur9dgzIAmw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ur9dgzIAmw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ur9dgzIAmw button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ur9dgzIAmw .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ur9dgzIAmw .offcanvas.show {
  transform: translateX(0);
}
.cid-ur9dgzIAmw .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ur9dgzIAmw .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ur9dgzIAmw .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ur9dgzIAmw .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-ur9dgzIAmw .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ur9dgzIAmw .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar {
  width: 1em;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-ur9dgzIAmw .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .social-container {
    padding-top: 40px;
  }
}
.cid-ur9dgzIAmw .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-ur9dgzIAmw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ur9dgzIAmw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-ur9dgzIAmw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ur9dgzIAmw .soc-item:hover:before {
  opacity: 1;
}
.cid-ur9dgzIAmw .offcanvas_btn {
  margin-top: auto;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uqYurPHIn6 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/front-view-woman-posing-nude-with-water-drops-2000x1331.png");
  position: relative;
  overflow: hidden;
}
.cid-uqYurPHIn6 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uqYurPHIn6 #e2_shape {
  fill: #ffffff !important;
}
.cid-uqYurPHIn6 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uqYurPHIn6 img {
    width: 90%!important;
  }
}
.cid-uqYurPHIn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqYurPHIn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqYurPHIn6 H1 {
  color: #000000;
}
.cid-uqY3uOCeAM {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uqY3uOCeAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqY3uOCeAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqY3uOCeAM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqY3uOCeAM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqY3uOCeAM .container {
    padding: 0 26px;
  }
}
.cid-uqY3uOCeAM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqY3uOCeAM .item {
    margin-bottom: 20px;
  }
  .cid-uqY3uOCeAM .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uqY3uOCeAM .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(0);
}
.cid-uqY3uOCeAM .item:nth-child(3n) .item-wrapper .item-img img {
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uqY3uOCeAM .item:nth-child(3n) .item-wrapper .item-img img {
    transform: rotate(0);
  }
}
.cid-uqY3uOCeAM .item .item-wrapper .item-img {
  padding: 0 35px;
}
@media (max-width: 992px) {
  .cid-uqY3uOCeAM .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uqY3uOCeAM .item .item-wrapper .item-img img {
  transform: rotate(-15deg);
  height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqY3uOCeAM .item .item-wrapper .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-uqYrbQoW7n {
  display: flex;
  padding-top: 150px;
  padding-bottom: 300px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uqYrbQoW7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqYrbQoW7n img {
  width: 200px;
  height: 200px;
  filter: grayscale(1);
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (max-width: 767px) {
  .cid-uqYrbQoW7n img {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uqYrbQoW7n img {
    z-index: 10;
  }
}
.cid-uqYrbQoW7n .face1 {
  position: absolute;
  left: 7%;
  top: 10%;
  animation: circle1 6s linear infinite;
}
.cid-uqYrbQoW7n .face2 {
  position: absolute;
  right: 7%;
  top: 13%;
  animation: circle1 6s linear infinite;
}
.cid-uqYrbQoW7n .face3 {
  position: absolute;
  left: 12%;
  bottom: 30%;
  animation: circle2 6s linear infinite;
}
.cid-uqYrbQoW7n .face4 {
  position: absolute;
  right: 15%;
  bottom: 28%;
  animation: circle2 6s linear infinite;
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
  100% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
}
.cid-uqYrbQoW7n .mbr-tag {
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
}
.cid-uqYrbQoW7n .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-uqYrbQoW7n .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uqYrbQoW7n .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-uqYrbQoW7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqYrbQoW7n .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uqYrbQoW7n .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uqYrbQoW7n {
    align-items: flex-start;
  }
  .cid-uqYrbQoW7n .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqYrbQoW7n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqYrbQoW7n {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqYrbQoW7n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqYrbQoW7n .content-wrap {
    width: 100%;
  }
}
.cid-uqYrbQoW7n .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uqYrbQoW7n .mbr-text,
.cid-uqYrbQoW7n .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uqYrbQoW7n .mbr-tag,
.cid-uqYrbQoW7n .tags {
  text-align: center;
  color: #232323;
}
.cid-uqYrbQoW7n .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uqYrB5Ap8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uqYrB5Ap8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqYrB5Ap8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqYrB5Ap8G .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uqYrB5Ap8G .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqYrB5Ap8G .container {
    padding: 0 20px;
  }
}
.cid-uqYrB5Ap8G .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uqYrB5Ap8G .row {
    padding: 50px 16px;
  }
}
.cid-uqYrB5Ap8G .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uqYrB5Ap8G .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-uqYrB5Ap8G .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-uqYrB5Ap8G .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uqYrB5Ap8G .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uqYrB5Ap8G .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqYrB5Ap8G .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqYrB5Ap8G .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-uqYrB5Ap8G .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uqYrB5Ap8G .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uqYrB5Ap8G .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqYrB5Ap8G .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-uqYrB5Ap8G .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-uqYrB5Ap8G .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-uqYrB5Ap8G .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-uqYrB5Ap8G .mbr-desc {
  color: #ffffff;
}
.cid-uqYrB5Ap8G .mbr-section-title {
  color: #ffffff;
}
.cid-uqYrB5Ap8G .mbr-text {
  color: #ffffff;
}
.cid-uqYrB5Ap8G .mbr-desc,
.cid-uqYrB5Ap8G .desc-wrapper {
  text-align: left;
}
.cid-uqY4kFUC1o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-uqY4kFUC1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqY4kFUC1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqY4kFUC1o .row {
  justify-content: flex-start;
}
.cid-uqY4kFUC1o .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 12rem;
  grid-row-gap: 7rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uqY4kFUC1o .grid-container {
    margin-bottom: 6rem;
  }
}
@media (max-width: 991px) {
  .cid-uqY4kFUC1o .grid-container {
    grid-column-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqY4kFUC1o .grid-container {
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
  }
}
.cid-uqY4kFUC1o .main-col {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uqY4kFUC1o .main-col:nth-child(2n) {
    transform: translateY(6rem);
  }
}
@media (max-width: 767px) {
  .cid-uqY4kFUC1o .main-col {
    margin-bottom: 4rem;
  }
}
.cid-uqY4kFUC1o .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border: 1px solid #000000;
}
.cid-uqY4kFUC1o .title-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-height: 15rem;
  padding: 1.8rem;
}
@media (max-width: 991px) {
  .cid-uqY4kFUC1o .title-container {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uqY4kFUC1o .title-container {
    padding: 32px;
  }
}
@media (max-width: 575px) {
  .cid-uqY4kFUC1o .title-container {
    min-height: 10rem;
    padding: 12px;
  }
}
.cid-uqY4kFUC1o .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uqY4kFUC1o .content-container {
    width: 100%;
  }
}
.cid-uqY4kFUC1o .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uqY4kFUC1o .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uqY4kFUC1o .mbr-section-btn {
  margin-top: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uqY4kFUC1o .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uqY4kFUC1o .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #000000;
}
.cid-uqY4kFUC1o .img-wrap img {
  object-fit: cover;
  height: 30rem;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
  transform: scale3d(1, 1, 1);
}
@media (max-width: 991px) {
  .cid-uqY4kFUC1o .img-wrap img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uqY4kFUC1o .img-wrap img {
    height: auto;
  }
}
.cid-uqY4kFUC1o .img-wrap:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uqY4kFUC1o .mbr-section-title,
.cid-uqY4kFUC1o .mbr-section-btn {
  text-align: center;
}
.cid-ur9ltT1Mat {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-ur9ltT1Mat .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ur9ltT1Mat svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ur9ltT1Mat g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ur9ltT1Mat .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ur9ltT1Mat .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ur9ltT1Mat .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ur9ltT1Mat .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur9ltT1Mat .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ur9ltT1Mat .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ur9ltT1Mat .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ur9ltT1Mat .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ur9ltT1Mat .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur9ltT1Mat .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur9ltT1Mat .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9ltT1Mat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9ltT1Mat H1 {
  color: #f52046;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .dropdown-menu {
  padding: 0;
}
.cid-ur9dgzIAmw .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .dropdown-item {
    text-align: left !important;
  }
}
.cid-ur9dgzIAmw .dropdown-item:hover {
  background-position: right !important;
}
.cid-ur9dgzIAmw .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-ur9dgzIAmw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur9dgzIAmw .nav-link {
  position: relative;
}
.cid-ur9dgzIAmw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw .dropdown-menu,
.cid-ur9dgzIAmw .navbar.opened {
  background: #212428 !important;
}
.cid-ur9dgzIAmw .nav-item:focus,
.cid-ur9dgzIAmw .nav-link:focus {
  outline: none;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.opened {
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur9dgzIAmw .navbar .navbar-logo img {
  width: auto;
}
.cid-ur9dgzIAmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur9dgzIAmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur9dgzIAmw .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-ur9dgzIAmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur9dgzIAmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur9dgzIAmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur9dgzIAmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur9dgzIAmw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar {
    min-height: 80px;
  }
}
.cid-ur9dgzIAmw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ur9dgzIAmw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-brand {
    min-height: 69px;
  }
}
.cid-ur9dgzIAmw .dropdown-item.active,
.cid-ur9dgzIAmw .dropdown-item:active {
  background-color: transparent;
}
.cid-ur9dgzIAmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur9dgzIAmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur9dgzIAmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .navbar-dropdown {
  padding: 0;
}
.cid-ur9dgzIAmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur9dgzIAmw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ur9dgzIAmw .navbar {
    height: 70px;
  }
  .cid-ur9dgzIAmw .navbar.opened {
    height: auto;
  }
  .cid-ur9dgzIAmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur9dgzIAmw .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-short {
    min-height: 70px;
  }
}
.cid-ur9dgzIAmw .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 3px;
  }
}
.cid-ur9dgzIAmw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ur9dgzIAmw .navbar-nav {
  display: flex !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:focus,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-ur9dgzIAmw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ur9dgzIAmw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ur9dgzIAmw button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ur9dgzIAmw .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ur9dgzIAmw .offcanvas.show {
  transform: translateX(0);
}
.cid-ur9dgzIAmw .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ur9dgzIAmw .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ur9dgzIAmw .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ur9dgzIAmw .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-ur9dgzIAmw .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ur9dgzIAmw .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar {
  width: 1em;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-ur9dgzIAmw .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .social-container {
    padding-top: 40px;
  }
}
.cid-ur9dgzIAmw .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-ur9dgzIAmw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ur9dgzIAmw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-ur9dgzIAmw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ur9dgzIAmw .soc-item:hover:before {
  opacity: 1;
}
.cid-ur9dgzIAmw .offcanvas_btn {
  margin-top: auto;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ur7WWHyO8O {
  background-image: url("../../../assets/images/background1-8.jpg");
}
.cid-ur7WWHyO8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7WWHyO8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7WWHyO8O .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ur7WWHyO8O .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ur7WWHyO8O .container {
    padding: 0 20px;
  }
}
.cid-ur7WWHyO8O .card {
  justify-content: center;
}
.cid-ur7WWHyO8O .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-ur7WWHyO8O .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-ur7WWHyO8O .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-ur7WWHyO8O .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-ur7WWHyO8O .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ur7WWHyO8O .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-ur7WWHyO8O .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-ur7WWHyO8O .image-wrapper {
    padding-right: 0;
  }
}
.cid-ur7WWHyO8O .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-ur7WWHyO8O .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-ur7WWHyO8O .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ur7WWHyO8O .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ur7WWHyO8O .mbr-section-title {
  color: #ffffff;
}
.cid-ur7WWHyO8O .mbr-desc {
  color: #ffffff;
}
.cid-ur7Wx4PN8Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ur7Wx4PN8Q .item-wrapper {
  width: 100%;
}
.cid-ur7Wx4PN8Q .left-side {
  text-align: left;
  padding-left: 10%;
  margin: auto;
}
.cid-ur7Wx4PN8Q .row {
  align-items: center;
}
.cid-ur7Wx4PN8Q .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.cid-ur7Wx4PN8Q .mbr-text {
  padding: 0;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-ur7Wx4PN8Q .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-ur7Wx4PN8Q .link {
  margin-top: 29px;
  width: 100%;
}
.cid-ur7Wx4PN8Q .col-auto {
  display: inline-block;
}
.cid-ur7Wx4PN8Q .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .cid-ur7Wx4PN8Q .left-side {
    padding: 25px 0px;
  }
}
.cid-ur7Wx4PN8Q a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-ur7Wx4PN8Q rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-ur7Wx4PN8Q .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-ur7Wx4PN8Q svg {
  margin-left: 15px;
}
.cid-ur7Wx4PN8Q path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-ur7Wx4PN8Q .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-ur7Wx4PN8Q .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-ur7Wx4PN8Q .part {
  align-items: start;
}
.cid-ur7Wx4PN8Q .link a {
  background-image: none !important;
}
.cid-ur7Yo1u8tf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-ur7Yo1u8tf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7Yo1u8tf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7Yo1u8tf .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ur7Yo1u8tf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ur7Yo1u8tf .container {
    padding: 0 20px;
  }
}
.cid-ur7Yo1u8tf .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ur7Yo1u8tf .row {
    padding: 50px 16px;
  }
}
.cid-ur7Yo1u8tf .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-ur7Yo1u8tf .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-ur7Yo1u8tf .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-ur7Yo1u8tf .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ur7Yo1u8tf .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ur7Yo1u8tf .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ur7Yo1u8tf .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ur7Yo1u8tf .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-ur7Yo1u8tf .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ur7Yo1u8tf .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ur7Yo1u8tf .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ur7Yo1u8tf .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-ur7Yo1u8tf .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-ur7Yo1u8tf .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-ur7Yo1u8tf .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-ur7Yo1u8tf .mbr-desc {
  color: #ffffff;
}
.cid-ur7Yo1u8tf .mbr-section-title {
  color: #ffffff;
}
.cid-ur7Yo1u8tf .mbr-text {
  color: #ffffff;
}
.cid-ur9ltT1Mat {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-ur9ltT1Mat .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ur9ltT1Mat svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ur9ltT1Mat g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ur9ltT1Mat .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ur9ltT1Mat .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ur9ltT1Mat .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ur9ltT1Mat .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur9ltT1Mat .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ur9ltT1Mat .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ur9ltT1Mat .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ur9ltT1Mat .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ur9ltT1Mat .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur9ltT1Mat .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur9ltT1Mat .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9ltT1Mat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9ltT1Mat H1 {
  color: #f52046;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .dropdown-menu {
  padding: 0;
}
.cid-ur9dgzIAmw .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .dropdown-item {
    text-align: left !important;
  }
}
.cid-ur9dgzIAmw .dropdown-item:hover {
  background-position: right !important;
}
.cid-ur9dgzIAmw .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-ur9dgzIAmw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur9dgzIAmw .nav-link {
  position: relative;
}
.cid-ur9dgzIAmw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw .dropdown-menu,
.cid-ur9dgzIAmw .navbar.opened {
  background: #212428 !important;
}
.cid-ur9dgzIAmw .nav-item:focus,
.cid-ur9dgzIAmw .nav-link:focus {
  outline: none;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.opened {
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur9dgzIAmw .navbar .navbar-logo img {
  width: auto;
}
.cid-ur9dgzIAmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur9dgzIAmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur9dgzIAmw .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-ur9dgzIAmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur9dgzIAmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur9dgzIAmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur9dgzIAmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur9dgzIAmw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar {
    min-height: 80px;
  }
}
.cid-ur9dgzIAmw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ur9dgzIAmw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-brand {
    min-height: 69px;
  }
}
.cid-ur9dgzIAmw .dropdown-item.active,
.cid-ur9dgzIAmw .dropdown-item:active {
  background-color: transparent;
}
.cid-ur9dgzIAmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur9dgzIAmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur9dgzIAmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .navbar-dropdown {
  padding: 0;
}
.cid-ur9dgzIAmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur9dgzIAmw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ur9dgzIAmw .navbar {
    height: 70px;
  }
  .cid-ur9dgzIAmw .navbar.opened {
    height: auto;
  }
  .cid-ur9dgzIAmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur9dgzIAmw .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-short {
    min-height: 70px;
  }
}
.cid-ur9dgzIAmw .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 3px;
  }
}
.cid-ur9dgzIAmw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ur9dgzIAmw .navbar-nav {
  display: flex !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:focus,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-ur9dgzIAmw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ur9dgzIAmw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ur9dgzIAmw button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ur9dgzIAmw .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ur9dgzIAmw .offcanvas.show {
  transform: translateX(0);
}
.cid-ur9dgzIAmw .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ur9dgzIAmw .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ur9dgzIAmw .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ur9dgzIAmw .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-ur9dgzIAmw .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ur9dgzIAmw .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar {
  width: 1em;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-ur9dgzIAmw .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .social-container {
    padding-top: 40px;
  }
}
.cid-ur9dgzIAmw .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-ur9dgzIAmw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ur9dgzIAmw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-ur9dgzIAmw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ur9dgzIAmw .soc-item:hover:before {
  opacity: 1;
}
.cid-ur9dgzIAmw .offcanvas_btn {
  margin-top: auto;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ur24BnpGL1 {
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-ur24BnpGL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur24BnpGL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur24BnpGL1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ur24BnpGL1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ur24BnpGL1 .container {
    padding: 0 24px;
  }
}
.cid-ur24BnpGL1 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ur24BnpGL1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ur24BnpGL1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ur24BnpGL1 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ur24BnpGL1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ur24BnpGL1 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ur24BnpGL1 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ur24BnpGL1 .content-wrapper .mbr-section-btn .btn:hover,
.cid-ur24BnpGL1 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ur24BnpGL1 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ur24BnpGL1 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ur24BnpGL1 .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-ur24BnpGL1 .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-ur24BnpGL1 .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-ur24BnpGL1 .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-ur24BnpGL1 .mbr-section-title {
  color: #141414;
}
.cid-ur24BnpGL1 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ur24BnpGL1 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-ur24BnpGL1 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ur24BnpGL1 .mbr-section-title,
.cid-ur24BnpGL1 .mbr-section-btn {
  text-align: center;
}
.cid-ur277i2GbP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ur277i2GbP .item-wrapper {
  width: 100%;
}
.cid-ur277i2GbP .left-side {
  text-align: left;
  padding-left: 10%;
  margin: auto;
}
.cid-ur277i2GbP .row {
  align-items: center;
}
.cid-ur277i2GbP .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.cid-ur277i2GbP .mbr-text {
  padding: 0;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-ur277i2GbP .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-ur277i2GbP .link {
  margin-top: 29px;
  width: 100%;
  color: #ba101a;
}
.cid-ur277i2GbP .col-auto {
  display: inline-block;
}
.cid-ur277i2GbP .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .cid-ur277i2GbP .left-side {
    padding: 25px 0px;
  }
}
.cid-ur277i2GbP a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-ur277i2GbP rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-ur277i2GbP .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-ur277i2GbP svg {
  margin-left: 15px;
}
.cid-ur277i2GbP path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-ur277i2GbP .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-ur277i2GbP .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-ur277i2GbP .part {
  align-items: start;
}
.cid-ur277i2GbP .link a {
  background-image: none !important;
}
.cid-ur9ltT1Mat {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-ur9ltT1Mat .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ur9ltT1Mat svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ur9ltT1Mat g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ur9ltT1Mat .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ur9ltT1Mat .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ur9ltT1Mat .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ur9ltT1Mat .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur9ltT1Mat .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ur9ltT1Mat .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ur9ltT1Mat .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ur9ltT1Mat .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ur9ltT1Mat .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur9ltT1Mat .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur9ltT1Mat .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9ltT1Mat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9ltT1Mat H1 {
  color: #f52046;
}
.cid-ur9WtRLqFQ .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-ur9WtRLqFQ .dropdown-menu {
  padding: 0;
}
.cid-ur9WtRLqFQ .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ur9WtRLqFQ .dropdown-item {
    text-align: left !important;
  }
}
.cid-ur9WtRLqFQ .dropdown-item:hover {
  background-position: right !important;
}
.cid-ur9WtRLqFQ .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-ur9WtRLqFQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur9WtRLqFQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur9WtRLqFQ .nav-link {
  position: relative;
}
.cid-ur9WtRLqFQ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ur9WtRLqFQ .dropdown-menu,
.cid-ur9WtRLqFQ .navbar.opened {
  background: #212428 !important;
}
.cid-ur9WtRLqFQ .nav-item:focus,
.cid-ur9WtRLqFQ .nav-link:focus {
  outline: none;
}
.cid-ur9WtRLqFQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur9WtRLqFQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur9WtRLqFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur9WtRLqFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur9WtRLqFQ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-ur9WtRLqFQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ur9WtRLqFQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur9WtRLqFQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ur9WtRLqFQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ur9WtRLqFQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur9WtRLqFQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur9WtRLqFQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur9WtRLqFQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur9WtRLqFQ .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-ur9WtRLqFQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur9WtRLqFQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur9WtRLqFQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur9WtRLqFQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur9WtRLqFQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur9WtRLqFQ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ur9WtRLqFQ .navbar {
    min-height: 80px;
  }
}
.cid-ur9WtRLqFQ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ur9WtRLqFQ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ur9WtRLqFQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur9WtRLqFQ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ur9WtRLqFQ .navbar-brand {
    min-height: 69px;
  }
}
.cid-ur9WtRLqFQ .dropdown-item.active,
.cid-ur9WtRLqFQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ur9WtRLqFQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur9WtRLqFQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur9WtRLqFQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur9WtRLqFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-ur9WtRLqFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur9WtRLqFQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur9WtRLqFQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur9WtRLqFQ button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9WtRLqFQ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ur9WtRLqFQ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9WtRLqFQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9WtRLqFQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9WtRLqFQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9WtRLqFQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9WtRLqFQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9WtRLqFQ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9WtRLqFQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9WtRLqFQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9WtRLqFQ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9WtRLqFQ .navbar-dropdown {
  padding: 0;
}
.cid-ur9WtRLqFQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur9WtRLqFQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ur9WtRLqFQ .navbar {
    height: 70px;
  }
  .cid-ur9WtRLqFQ .navbar.opened {
    height: auto;
  }
  .cid-ur9WtRLqFQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur9WtRLqFQ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-ur9WtRLqFQ .navbar-short {
    min-height: 70px;
  }
}
.cid-ur9WtRLqFQ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ur9WtRLqFQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ur9WtRLqFQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ur9WtRLqFQ .container-fluid {
    padding: 0 3px;
  }
}
.cid-ur9WtRLqFQ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ur9WtRLqFQ .navbar-nav {
  display: flex !important;
}
.cid-ur9WtRLqFQ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ur9WtRLqFQ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ur9WtRLqFQ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9WtRLqFQ .navbar-nav .nav-item .nav-link:hover,
.cid-ur9WtRLqFQ .navbar-nav .nav-item .nav-link:focus,
.cid-ur9WtRLqFQ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9WtRLqFQ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-ur9WtRLqFQ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ur9WtRLqFQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ur9WtRLqFQ button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9WtRLqFQ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ur9WtRLqFQ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9WtRLqFQ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9WtRLqFQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9WtRLqFQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9WtRLqFQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9WtRLqFQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9WtRLqFQ .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9WtRLqFQ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ur9WtRLqFQ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9WtRLqFQ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9WtRLqFQ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ur9WtRLqFQ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9WtRLqFQ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9WtRLqFQ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ur9WtRLqFQ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ur9WtRLqFQ .offcanvas.show {
  transform: translateX(0);
}
.cid-ur9WtRLqFQ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ur9WtRLqFQ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ur9WtRLqFQ .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ur9WtRLqFQ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ur9WtRLqFQ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ur9WtRLqFQ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ur9WtRLqFQ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ur9WtRLqFQ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ur9WtRLqFQ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ur9WtRLqFQ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ur9WtRLqFQ .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-ur9WtRLqFQ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ur9WtRLqFQ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ur9WtRLqFQ ::-webkit-scrollbar {
  width: 1em;
}
.cid-ur9WtRLqFQ ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-ur9WtRLqFQ ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-ur9WtRLqFQ .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ur9WtRLqFQ .social-container {
    padding-top: 40px;
  }
}
.cid-ur9WtRLqFQ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-ur9WtRLqFQ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ur9WtRLqFQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ur9WtRLqFQ .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-ur9WtRLqFQ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-ur9WtRLqFQ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ur9WtRLqFQ .soc-item:hover:before {
  opacity: 1;
}
.cid-ur9WtRLqFQ .offcanvas_btn {
  margin-top: auto;
}
.cid-ur9WtRLqFQ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ur9WtRLqFQ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ur9WtTp4Y4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/front-view-woman-posing-nude-with-water-drops-2000x1331.png");
}
.cid-ur9WtTp4Y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9WtTp4Y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9WtTp4Y4 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ur9WtTp4Y4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ur9WtTp4Y4 .container {
    padding: 0 26px;
  }
}
.cid-ur9WtTp4Y4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ur9WtTp4Y4 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-ur9WtTp4Y4 .mbr-section-title {
  color: #ffffff;
}
.cid-ur9WtTp4Y4 .mbr-section-title,
.cid-ur9WtTp4Y4 .mbr-section-btn {
  text-align: center;
}
.cid-ur9WtUngqL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ur9WtUngqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9WtUngqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9WtUngqL .items-wrapper {
  justify-content: center;
}
.cid-ur9WtUngqL .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #f62b7a, #f85c99 65%, #fa8db7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ur9WtUngqL .mbr-text,
.cid-ur9WtUngqL .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ur9WtWfOMg {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-ur9WtWfOMg .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ur9WtWfOMg svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ur9WtWfOMg g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ur9WtWfOMg .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ur9WtWfOMg .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ur9WtWfOMg .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ur9WtWfOMg .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ur9WtWfOMg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur9WtWfOMg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur9WtWfOMg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur9WtWfOMg .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ur9WtWfOMg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ur9WtWfOMg .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ur9WtWfOMg .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ur9WtWfOMg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur9WtWfOMg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur9WtWfOMg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur9WtWfOMg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur9WtWfOMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9WtWfOMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9WtWfOMg H1 {
  color: #f52046;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .dropdown-menu {
  padding: 0;
}
.cid-ur9dgzIAmw .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .dropdown-item {
    text-align: left !important;
  }
}
.cid-ur9dgzIAmw .dropdown-item:hover {
  background-position: right !important;
}
.cid-ur9dgzIAmw .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-ur9dgzIAmw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur9dgzIAmw .nav-link {
  position: relative;
}
.cid-ur9dgzIAmw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw .dropdown-menu,
.cid-ur9dgzIAmw .navbar.opened {
  background: #212428 !important;
}
.cid-ur9dgzIAmw .nav-item:focus,
.cid-ur9dgzIAmw .nav-link:focus {
  outline: none;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.opened {
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur9dgzIAmw .navbar .navbar-logo img {
  width: auto;
}
.cid-ur9dgzIAmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur9dgzIAmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur9dgzIAmw .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-ur9dgzIAmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur9dgzIAmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur9dgzIAmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur9dgzIAmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur9dgzIAmw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar {
    min-height: 80px;
  }
}
.cid-ur9dgzIAmw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ur9dgzIAmw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-brand {
    min-height: 69px;
  }
}
.cid-ur9dgzIAmw .dropdown-item.active,
.cid-ur9dgzIAmw .dropdown-item:active {
  background-color: transparent;
}
.cid-ur9dgzIAmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur9dgzIAmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur9dgzIAmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .navbar-dropdown {
  padding: 0;
}
.cid-ur9dgzIAmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur9dgzIAmw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ur9dgzIAmw .navbar {
    height: 70px;
  }
  .cid-ur9dgzIAmw .navbar.opened {
    height: auto;
  }
  .cid-ur9dgzIAmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur9dgzIAmw .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-short {
    min-height: 70px;
  }
}
.cid-ur9dgzIAmw .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 3px;
  }
}
.cid-ur9dgzIAmw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ur9dgzIAmw .navbar-nav {
  display: flex !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:focus,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-ur9dgzIAmw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ur9dgzIAmw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ur9dgzIAmw button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ur9dgzIAmw .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ur9dgzIAmw .offcanvas.show {
  transform: translateX(0);
}
.cid-ur9dgzIAmw .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ur9dgzIAmw .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ur9dgzIAmw .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ur9dgzIAmw .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-ur9dgzIAmw .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ur9dgzIAmw .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar {
  width: 1em;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-ur9dgzIAmw .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .social-container {
    padding-top: 40px;
  }
}
.cid-ur9dgzIAmw .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-ur9dgzIAmw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ur9dgzIAmw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-ur9dgzIAmw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ur9dgzIAmw .soc-item:hover:before {
  opacity: 1;
}
.cid-ur9dgzIAmw .offcanvas_btn {
  margin-top: auto;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ur2dktYvVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-ur2dktYvVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur2dktYvVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur2dktYvVk .content-wrap {
  justify-content: flex-end;
}
.cid-ur2dktYvVk .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ur2dktYvVk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ur2dktYvVk .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ur2dktYvVk .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-ur2dktYvVk .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ur2dktYvVk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ur2dktYvVk .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ur2dktYvVk .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ur2dktYvVk .image-wrapper {
    padding: 0;
  }
}
.cid-ur2dktYvVk .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ur2dktYvVk .image-wrapper img {
    height: 350px;
  }
}
.cid-ur2dktYvVk .mbr-section-title {
  color: #ffffff;
}
.cid-ur2dktYvVk .mbr-text,
.cid-ur2dktYvVk .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ur2cpEbZMk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ur2cpEbZMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur2cpEbZMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur2cpEbZMk .items-wrapper {
  justify-content: center;
}
.cid-ur2cpEbZMk .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ur2cpEbZMk .mbr-text,
.cid-ur2cpEbZMk .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ur9ltT1Mat {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-ur9ltT1Mat .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ur9ltT1Mat svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ur9ltT1Mat g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ur9ltT1Mat .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ur9ltT1Mat .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ur9ltT1Mat .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ur9ltT1Mat .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur9ltT1Mat .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ur9ltT1Mat .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ur9ltT1Mat .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ur9ltT1Mat .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ur9ltT1Mat .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur9ltT1Mat .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur9ltT1Mat .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9ltT1Mat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9ltT1Mat H1 {
  color: #f52046;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .dropdown-menu {
  padding: 0;
}
.cid-ur9dgzIAmw .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .dropdown-item {
    text-align: left !important;
  }
}
.cid-ur9dgzIAmw .dropdown-item:hover {
  background-position: right !important;
}
.cid-ur9dgzIAmw .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-ur9dgzIAmw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur9dgzIAmw .nav-link {
  position: relative;
}
.cid-ur9dgzIAmw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw .dropdown-menu,
.cid-ur9dgzIAmw .navbar.opened {
  background: #212428 !important;
}
.cid-ur9dgzIAmw .nav-item:focus,
.cid-ur9dgzIAmw .nav-link:focus {
  outline: none;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur9dgzIAmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur9dgzIAmw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.opened {
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur9dgzIAmw .navbar .navbar-logo img {
  width: auto;
}
.cid-ur9dgzIAmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur9dgzIAmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur9dgzIAmw .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-ur9dgzIAmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur9dgzIAmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur9dgzIAmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur9dgzIAmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur9dgzIAmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur9dgzIAmw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar {
    min-height: 80px;
  }
}
.cid-ur9dgzIAmw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ur9dgzIAmw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur9dgzIAmw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-brand {
    min-height: 69px;
  }
}
.cid-ur9dgzIAmw .dropdown-item.active,
.cid-ur9dgzIAmw .dropdown-item:active {
  background-color: transparent;
}
.cid-ur9dgzIAmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur9dgzIAmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-ur9dgzIAmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur9dgzIAmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur9dgzIAmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur9dgzIAmw button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .navbar-dropdown {
  padding: 0;
}
.cid-ur9dgzIAmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur9dgzIAmw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ur9dgzIAmw .navbar {
    height: 70px;
  }
  .cid-ur9dgzIAmw .navbar.opened {
    height: auto;
  }
  .cid-ur9dgzIAmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur9dgzIAmw .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .navbar-short {
    min-height: 70px;
  }
}
.cid-ur9dgzIAmw .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .container-fluid {
    padding: 0 3px;
  }
}
.cid-ur9dgzIAmw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ur9dgzIAmw .navbar-nav {
  display: flex !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:hover,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:focus,
.cid-ur9dgzIAmw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ur9dgzIAmw .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-ur9dgzIAmw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ur9dgzIAmw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ur9dgzIAmw button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ur9dgzIAmw button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur9dgzIAmw .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ur9dgzIAmw .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur9dgzIAmw .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ur9dgzIAmw .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ur9dgzIAmw .offcanvas.show {
  transform: translateX(0);
}
.cid-ur9dgzIAmw .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ur9dgzIAmw .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ur9dgzIAmw .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ur9dgzIAmw .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ur9dgzIAmw .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ur9dgzIAmw .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-ur9dgzIAmw .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ur9dgzIAmw .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar {
  width: 1em;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-ur9dgzIAmw ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-ur9dgzIAmw .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ur9dgzIAmw .social-container {
    padding-top: 40px;
  }
}
.cid-ur9dgzIAmw .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-ur9dgzIAmw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ur9dgzIAmw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ur9dgzIAmw .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-ur9dgzIAmw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-ur9dgzIAmw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ur9dgzIAmw .soc-item:hover:before {
  opacity: 1;
}
.cid-ur9dgzIAmw .offcanvas_btn {
  margin-top: auto;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ur9dgzIAmw .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ur81U4ifob {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-ur81U4ifob .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur81U4ifob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur81U4ifob .container {
  max-width: 1600px;
}
.cid-ur81U4ifob .row {
  justify-content: left;
}
.cid-ur81U4ifob .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.cid-ur81U4ifob .title-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-ur81U4ifob .title-container {
    margin-bottom: 50px;
  }
}
.cid-ur81U4ifob .mbr-section-title {
  color: #FFDD65;
}
.cid-ur81U4ifob .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-ur81U4ifob .img-container {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-ur81U4ifob .img-container {
    height: 350px;
  }
}
.cid-ur81U4ifob .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-ur81U4ifob .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-ur81U4ifob .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
}
.cid-ur81U4ifob .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ur8euEfJUR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-ur8euEfJUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur8euEfJUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur8euEfJUR .row {
  justify-content: left;
}
.cid-ur8euEfJUR .mbr-section-title {
  color: #FFDD65;
}
.cid-ur8euEfJUR .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ur8euEfJUR .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-ur8euEfJUR .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-ur8euEfJUR .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-ur8euEfJUR .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-ur8euEfJUR .custom-section-btn {
  height: 100%;
}
.cid-ur8euEfJUR .custom-section-btn .btn {
  height: 100%;
}
.cid-ur8euEfJUR .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ur8euEfJUR .text-container {
    margin: 26px auto 0;
  }
}
.cid-ur8euEfJUR .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ur8euEfJUR .mbr-text {
    text-align: center !important;
  }
}
.cid-ur8euEfJUR .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-ur8euEfJUR .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-ur8euEfJUR .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-ur8euEfJUR .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-ur8euEfJUR .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-ur8euEfJUR .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-ur8euEfJUR .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-ur29PO7P6a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ur29PO7P6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur29PO7P6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur29PO7P6a .items-wrapper {
  justify-content: center;
}
.cid-ur29PO7P6a .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #f62b7a, #f85c99 65%, #fa8db7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ur29PO7P6a .mbr-text,
.cid-ur29PO7P6a .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ur8m097rrq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ur8m097rrq .wrapper {
  position: relative;
  height: 700px;
  display: flex;
}
.cid-ur8m097rrq a {
  text-decoration: underline;
}
.cid-ur8m097rrq .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  background: #000000;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.cid-ur8m097rrq .content {
  z-index: 99;
  position: relative;
  margin-bottom: 2rem;
  margin-top: auto;
  max-width: 700px;
}
.cid-ur8m097rrq img {
  width: 600px;
  position: absolute;
  border-radius: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-ur8m097rrq .img2 {
  top: 2rem;
  left: 0;
  width: 500px;
  height: 500px;
  z-index: 3;
}
.cid-ur8m097rrq .img1 {
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cid-ur8m097rrq .img3 {
  bottom: 2rem;
  right: 0;
  width: 500px;
  height: 500px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ur8m097rrq .img1,
  .cid-ur8m097rrq .img2,
  .cid-ur8m097rrq .img3 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-ur8m097rrq .img1,
  .cid-ur8m097rrq .img2,
  .cid-ur8m097rrq .img3 {
    width: 200px;
    height: 200px;
  }
  .cid-ur8m097rrq .wrapper {
    height: 400px;
  }
  .cid-ur8m097rrq .overlay {
    opacity: 0.5;
  }
}
.cid-ur8m097rrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur8m097rrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur8m097rrq H2 {
  color: #ba101a;
}
.cid-ur9ltT1Mat {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-ur9ltT1Mat .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ur9ltT1Mat svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ur9ltT1Mat g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ur9ltT1Mat .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ur9ltT1Mat .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ur9ltT1Mat .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ur9ltT1Mat .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur9ltT1Mat .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur9ltT1Mat .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ur9ltT1Mat .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ur9ltT1Mat .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ur9ltT1Mat .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ur9ltT1Mat .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur9ltT1Mat .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur9ltT1Mat .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur9ltT1Mat .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur9ltT1Mat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur9ltT1Mat H1 {
  color: #f52046;
}
.cid-uxbQPCrkvk .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-uxbQPCrkvk .dropdown-menu {
  padding: 0;
}
.cid-uxbQPCrkvk .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uxbQPCrkvk .dropdown-item {
    text-align: left !important;
  }
}
.cid-uxbQPCrkvk .dropdown-item:hover {
  background-position: right !important;
}
.cid-uxbQPCrkvk .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-uxbQPCrkvk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxbQPCrkvk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxbQPCrkvk .nav-link {
  position: relative;
}
.cid-uxbQPCrkvk .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uxbQPCrkvk .dropdown-menu,
.cid-uxbQPCrkvk .navbar.opened {
  background: #212428 !important;
}
.cid-uxbQPCrkvk .nav-item:focus,
.cid-uxbQPCrkvk .nav-link:focus {
  outline: none;
}
.cid-uxbQPCrkvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxbQPCrkvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxbQPCrkvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxbQPCrkvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxbQPCrkvk .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uxbQPCrkvk .navbar.opened {
  transition: all 0.3s;
}
.cid-uxbQPCrkvk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxbQPCrkvk .navbar .navbar-logo img {
  width: auto;
}
.cid-uxbQPCrkvk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uxbQPCrkvk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxbQPCrkvk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxbQPCrkvk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxbQPCrkvk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxbQPCrkvk .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-uxbQPCrkvk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxbQPCrkvk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxbQPCrkvk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxbQPCrkvk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxbQPCrkvk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxbQPCrkvk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uxbQPCrkvk .navbar {
    min-height: 80px;
  }
}
.cid-uxbQPCrkvk .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uxbQPCrkvk .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uxbQPCrkvk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxbQPCrkvk .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uxbQPCrkvk .navbar-brand {
    min-height: 69px;
  }
}
.cid-uxbQPCrkvk .dropdown-item.active,
.cid-uxbQPCrkvk .dropdown-item:active {
  background-color: transparent;
}
.cid-uxbQPCrkvk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxbQPCrkvk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxbQPCrkvk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxbQPCrkvk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uxbQPCrkvk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxbQPCrkvk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxbQPCrkvk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxbQPCrkvk button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uxbQPCrkvk button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uxbQPCrkvk button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uxbQPCrkvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uxbQPCrkvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uxbQPCrkvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uxbQPCrkvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uxbQPCrkvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxbQPCrkvk nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxbQPCrkvk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxbQPCrkvk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxbQPCrkvk nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxbQPCrkvk .navbar-dropdown {
  padding: 0;
}
.cid-uxbQPCrkvk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxbQPCrkvk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxbQPCrkvk .navbar {
    height: 70px;
  }
  .cid-uxbQPCrkvk .navbar.opened {
    height: auto;
  }
  .cid-uxbQPCrkvk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxbQPCrkvk .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uxbQPCrkvk .navbar-short {
    min-height: 70px;
  }
}
.cid-uxbQPCrkvk .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uxbQPCrkvk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uxbQPCrkvk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uxbQPCrkvk .container-fluid {
    padding: 0 3px;
  }
}
.cid-uxbQPCrkvk .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uxbQPCrkvk .navbar-nav {
  display: flex !important;
}
.cid-uxbQPCrkvk .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uxbQPCrkvk .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uxbQPCrkvk .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uxbQPCrkvk .navbar-nav .nav-item .nav-link:hover,
.cid-uxbQPCrkvk .navbar-nav .nav-item .nav-link:focus,
.cid-uxbQPCrkvk .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uxbQPCrkvk .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-uxbQPCrkvk .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uxbQPCrkvk .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uxbQPCrkvk button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uxbQPCrkvk button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uxbQPCrkvk button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uxbQPCrkvk button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uxbQPCrkvk button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uxbQPCrkvk button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uxbQPCrkvk button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uxbQPCrkvk button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxbQPCrkvk .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uxbQPCrkvk .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uxbQPCrkvk .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uxbQPCrkvk .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uxbQPCrkvk .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uxbQPCrkvk .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxbQPCrkvk .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxbQPCrkvk .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uxbQPCrkvk .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uxbQPCrkvk .offcanvas.show {
  transform: translateX(0);
}
.cid-uxbQPCrkvk .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uxbQPCrkvk .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uxbQPCrkvk .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uxbQPCrkvk .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uxbQPCrkvk .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uxbQPCrkvk .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxbQPCrkvk .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxbQPCrkvk .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uxbQPCrkvk .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uxbQPCrkvk .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uxbQPCrkvk .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-uxbQPCrkvk .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uxbQPCrkvk .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uxbQPCrkvk ::-webkit-scrollbar {
  width: 1em;
}
.cid-uxbQPCrkvk ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uxbQPCrkvk ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uxbQPCrkvk .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uxbQPCrkvk .social-container {
    padding-top: 40px;
  }
}
.cid-uxbQPCrkvk .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uxbQPCrkvk .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uxbQPCrkvk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uxbQPCrkvk .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-uxbQPCrkvk .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uxbQPCrkvk .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uxbQPCrkvk .soc-item:hover:before {
  opacity: 1;
}
.cid-uxbQPCrkvk .offcanvas_btn {
  margin-top: auto;
}
.cid-uxbQPCrkvk .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uxbQPCrkvk .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uxbQPDuT43 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/front-view-woman-posing-nude-with-water-drops-2000x1331.png");
}
.cid-uxbQPDuT43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxbQPDuT43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxbQPDuT43 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxbQPDuT43 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxbQPDuT43 .container {
    padding: 0 26px;
  }
}
.cid-uxbQPDuT43 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxbQPDuT43 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uxbQPDuT43 .mbr-section-title {
  color: #ffffff;
}
.cid-uxbQPDuT43 .mbr-section-title,
.cid-uxbQPDuT43 .mbr-section-btn {
  text-align: center;
}
.cid-uxbQPE19ut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uxbQPE19ut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxbQPE19ut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxbQPE19ut .items-wrapper {
  justify-content: center;
}
.cid-uxbQPE19ut .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #f62b7a, #f85c99 65%, #fa8db7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxbQPE19ut .mbr-text,
.cid-uxbQPE19ut .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uxbQPEDT9R {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-uxbQPEDT9R .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uxbQPEDT9R svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-uxbQPEDT9R g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uxbQPEDT9R .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-uxbQPEDT9R .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uxbQPEDT9R .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-uxbQPEDT9R .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxbQPEDT9R .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uxbQPEDT9R .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uxbQPEDT9R .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uxbQPEDT9R .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uxbQPEDT9R .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uxbQPEDT9R .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uxbQPEDT9R .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uxbQPEDT9R .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uxbQPEDT9R .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uxbQPEDT9R .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uxbQPEDT9R .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uxbQPEDT9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxbQPEDT9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxbQPEDT9R H1 {
  color: #f52046;
}
.cid-uxbUFz9Dks {
  z-index: 1;
}
.cid-uyfhlfnnK1 .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-uyfhlfnnK1 .dropdown-menu {
  padding: 0;
}
.cid-uyfhlfnnK1 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uyfhlfnnK1 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uyfhlfnnK1 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uyfhlfnnK1 .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-uyfhlfnnK1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyfhlfnnK1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyfhlfnnK1 .nav-link {
  position: relative;
}
.cid-uyfhlfnnK1 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uyfhlfnnK1 .dropdown-menu,
.cid-uyfhlfnnK1 .navbar.opened {
  background: #212428 !important;
}
.cid-uyfhlfnnK1 .nav-item:focus,
.cid-uyfhlfnnK1 .nav-link:focus {
  outline: none;
}
.cid-uyfhlfnnK1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyfhlfnnK1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyfhlfnnK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyfhlfnnK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyfhlfnnK1 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uyfhlfnnK1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyfhlfnnK1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyfhlfnnK1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyfhlfnnK1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uyfhlfnnK1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyfhlfnnK1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyfhlfnnK1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyfhlfnnK1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyfhlfnnK1 .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-uyfhlfnnK1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyfhlfnnK1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyfhlfnnK1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyfhlfnnK1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyfhlfnnK1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyfhlfnnK1 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uyfhlfnnK1 .navbar {
    min-height: 80px;
  }
}
.cid-uyfhlfnnK1 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uyfhlfnnK1 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uyfhlfnnK1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyfhlfnnK1 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uyfhlfnnK1 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uyfhlfnnK1 .dropdown-item.active,
.cid-uyfhlfnnK1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyfhlfnnK1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyfhlfnnK1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyfhlfnnK1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyfhlfnnK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uyfhlfnnK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyfhlfnnK1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyfhlfnnK1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyfhlfnnK1 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uyfhlfnnK1 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uyfhlfnnK1 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uyfhlfnnK1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uyfhlfnnK1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uyfhlfnnK1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uyfhlfnnK1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uyfhlfnnK1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyfhlfnnK1 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyfhlfnnK1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyfhlfnnK1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyfhlfnnK1 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyfhlfnnK1 .navbar-dropdown {
  padding: 0;
}
.cid-uyfhlfnnK1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyfhlfnnK1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyfhlfnnK1 .navbar {
    height: 70px;
  }
  .cid-uyfhlfnnK1 .navbar.opened {
    height: auto;
  }
  .cid-uyfhlfnnK1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyfhlfnnK1 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uyfhlfnnK1 .navbar-short {
    min-height: 70px;
  }
}
.cid-uyfhlfnnK1 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uyfhlfnnK1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uyfhlfnnK1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uyfhlfnnK1 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uyfhlfnnK1 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uyfhlfnnK1 .navbar-nav {
  display: flex !important;
}
.cid-uyfhlfnnK1 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uyfhlfnnK1 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uyfhlfnnK1 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uyfhlfnnK1 .navbar-nav .nav-item .nav-link:hover,
.cid-uyfhlfnnK1 .navbar-nav .nav-item .nav-link:focus,
.cid-uyfhlfnnK1 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uyfhlfnnK1 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-uyfhlfnnK1 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uyfhlfnnK1 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uyfhlfnnK1 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uyfhlfnnK1 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uyfhlfnnK1 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uyfhlfnnK1 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uyfhlfnnK1 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uyfhlfnnK1 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uyfhlfnnK1 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uyfhlfnnK1 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyfhlfnnK1 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uyfhlfnnK1 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uyfhlfnnK1 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uyfhlfnnK1 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uyfhlfnnK1 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uyfhlfnnK1 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyfhlfnnK1 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyfhlfnnK1 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uyfhlfnnK1 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uyfhlfnnK1 .offcanvas.show {
  transform: translateX(0);
}
.cid-uyfhlfnnK1 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uyfhlfnnK1 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uyfhlfnnK1 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uyfhlfnnK1 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uyfhlfnnK1 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uyfhlfnnK1 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyfhlfnnK1 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uyfhlfnnK1 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uyfhlfnnK1 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uyfhlfnnK1 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uyfhlfnnK1 .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-uyfhlfnnK1 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uyfhlfnnK1 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uyfhlfnnK1 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uyfhlfnnK1 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uyfhlfnnK1 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uyfhlfnnK1 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uyfhlfnnK1 .social-container {
    padding-top: 40px;
  }
}
.cid-uyfhlfnnK1 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uyfhlfnnK1 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uyfhlfnnK1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uyfhlfnnK1 .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-uyfhlfnnK1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uyfhlfnnK1 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uyfhlfnnK1 .soc-item:hover:before {
  opacity: 1;
}
.cid-uyfhlfnnK1 .offcanvas_btn {
  margin-top: auto;
}
.cid-uyfhlfnnK1 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uyfhlfnnK1 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uyfrWT7gR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5f7;
}
.cid-uyfrWT7gR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyfrWT7gR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyfrWT7gR7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uyfrWT7gR7 .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uyfrWT7gR7 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uyfrWT7gR7 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fd7aad;
  border: 3px solid #050f0f;
  overflow: hidden;
}
.cid-uyfrWT7gR7 .items-wrapper .item .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #050f0f;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uyfrWT7gR7 .items-wrapper .item .item-img img {
    height: 350px;
  }
}
.cid-uyfrWT7gR7 .items-wrapper .item .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uyfrWT7gR7 .items-wrapper .item .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uyfrWT7gR7 .items-wrapper .item .text-wrapper .item-price {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uyfrWT7gR7 .items-wrapper .item .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uyfrWT7gR7 .items-wrapper .item .text-wrapper .item-text {
  margin-bottom: 22px;
}
.cid-uyfrWT7gR7 .item-price {
  color: #050f0f;
}
.cid-uyfrWT7gR7 .item-title {
  color: #050f0f;
}
.cid-uyfrWT7gR7 .item-text {
  color: #050f0f;
}
.cid-uyfrXQtwI8 {
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uyfrXQtwI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyfrXQtwI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyfrXQtwI8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uyfrXQtwI8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uyfrXQtwI8 .container {
    padding: 0 24px;
  }
}
.cid-uyfrXQtwI8 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uyfrXQtwI8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uyfrXQtwI8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyfrXQtwI8 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uyfrXQtwI8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyfrXQtwI8 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uyfrXQtwI8 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uyfrXQtwI8 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uyfrXQtwI8 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uyfrXQtwI8 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uyfrXQtwI8 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uyfrXQtwI8 .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uyfrXQtwI8 .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uyfrXQtwI8 .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uyfrXQtwI8 .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uyfrXQtwI8 .mbr-section-title {
  color: #141414;
}
.cid-uyfrXQtwI8 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uyfrXQtwI8 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uyfrXQtwI8 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uyfrXQtwI8 .mbr-section-title,
.cid-uyfrXQtwI8 .mbr-section-btn {
  text-align: center;
}
.cid-uyfhlhPg6O {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-uyfhlhPg6O .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uyfhlhPg6O svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-uyfhlhPg6O g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uyfhlhPg6O .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-uyfhlhPg6O .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uyfhlhPg6O .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-uyfhlhPg6O .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uyfhlhPg6O .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uyfhlhPg6O .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uyfhlhPg6O .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uyfhlhPg6O .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uyfhlhPg6O .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uyfhlhPg6O .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uyfhlhPg6O .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uyfhlhPg6O .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uyfhlhPg6O .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uyfhlhPg6O .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uyfhlhPg6O .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uyfhlhPg6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyfhlhPg6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyfhlhPg6O H1 {
  color: #f52046;
}
.cid-uzsil7TyWW .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-uzsil7TyWW .dropdown-menu {
  padding: 0;
}
.cid-uzsil7TyWW .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uzsil7TyWW .dropdown-item {
    text-align: left !important;
  }
}
.cid-uzsil7TyWW .dropdown-item:hover {
  background-position: right !important;
}
.cid-uzsil7TyWW .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-uzsil7TyWW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzsil7TyWW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzsil7TyWW .nav-link {
  position: relative;
}
.cid-uzsil7TyWW .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uzsil7TyWW .dropdown-menu,
.cid-uzsil7TyWW .navbar.opened {
  background: #212428 !important;
}
.cid-uzsil7TyWW .nav-item:focus,
.cid-uzsil7TyWW .nav-link:focus {
  outline: none;
}
.cid-uzsil7TyWW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzsil7TyWW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzsil7TyWW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzsil7TyWW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzsil7TyWW .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uzsil7TyWW .navbar.opened {
  transition: all 0.3s;
}
.cid-uzsil7TyWW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzsil7TyWW .navbar .navbar-logo img {
  width: auto;
}
.cid-uzsil7TyWW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uzsil7TyWW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzsil7TyWW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzsil7TyWW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzsil7TyWW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzsil7TyWW .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-uzsil7TyWW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzsil7TyWW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzsil7TyWW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzsil7TyWW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzsil7TyWW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzsil7TyWW .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uzsil7TyWW .navbar {
    min-height: 80px;
  }
}
.cid-uzsil7TyWW .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uzsil7TyWW .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uzsil7TyWW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzsil7TyWW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uzsil7TyWW .navbar-brand {
    min-height: 69px;
  }
}
.cid-uzsil7TyWW .dropdown-item.active,
.cid-uzsil7TyWW .dropdown-item:active {
  background-color: transparent;
}
.cid-uzsil7TyWW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzsil7TyWW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzsil7TyWW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzsil7TyWW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uzsil7TyWW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzsil7TyWW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzsil7TyWW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzsil7TyWW button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uzsil7TyWW button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uzsil7TyWW button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uzsil7TyWW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uzsil7TyWW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uzsil7TyWW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uzsil7TyWW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uzsil7TyWW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsil7TyWW nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsil7TyWW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsil7TyWW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsil7TyWW nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsil7TyWW .navbar-dropdown {
  padding: 0;
}
.cid-uzsil7TyWW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzsil7TyWW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzsil7TyWW .navbar {
    height: 70px;
  }
  .cid-uzsil7TyWW .navbar.opened {
    height: auto;
  }
  .cid-uzsil7TyWW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzsil7TyWW .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uzsil7TyWW .navbar-short {
    min-height: 70px;
  }
}
.cid-uzsil7TyWW .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uzsil7TyWW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uzsil7TyWW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uzsil7TyWW .container-fluid {
    padding: 0 3px;
  }
}
.cid-uzsil7TyWW .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uzsil7TyWW .navbar-nav {
  display: flex !important;
}
.cid-uzsil7TyWW .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uzsil7TyWW .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uzsil7TyWW .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uzsil7TyWW .navbar-nav .nav-item .nav-link:hover,
.cid-uzsil7TyWW .navbar-nav .nav-item .nav-link:focus,
.cid-uzsil7TyWW .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uzsil7TyWW .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-uzsil7TyWW .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uzsil7TyWW .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uzsil7TyWW button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uzsil7TyWW button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uzsil7TyWW button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uzsil7TyWW button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uzsil7TyWW button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uzsil7TyWW button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uzsil7TyWW button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uzsil7TyWW button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsil7TyWW .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uzsil7TyWW .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uzsil7TyWW .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uzsil7TyWW .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uzsil7TyWW .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uzsil7TyWW .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsil7TyWW .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsil7TyWW .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uzsil7TyWW .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uzsil7TyWW .offcanvas.show {
  transform: translateX(0);
}
.cid-uzsil7TyWW .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uzsil7TyWW .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzsil7TyWW .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uzsil7TyWW .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uzsil7TyWW .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uzsil7TyWW .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzsil7TyWW .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uzsil7TyWW .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uzsil7TyWW .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uzsil7TyWW .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uzsil7TyWW .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-uzsil7TyWW .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uzsil7TyWW .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uzsil7TyWW ::-webkit-scrollbar {
  width: 1em;
}
.cid-uzsil7TyWW ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uzsil7TyWW ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uzsil7TyWW .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uzsil7TyWW .social-container {
    padding-top: 40px;
  }
}
.cid-uzsil7TyWW .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uzsil7TyWW .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uzsil7TyWW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uzsil7TyWW .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-uzsil7TyWW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uzsil7TyWW .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uzsil7TyWW .soc-item:hover:before {
  opacity: 1;
}
.cid-uzsil7TyWW .offcanvas_btn {
  margin-top: auto;
}
.cid-uzsil7TyWW .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uzsil7TyWW .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uzsil8RcAL {
  background-image: url("../../../assets/images/close-up-on-female-boobs-in-black-bra-piotr-marcinski-600x400.jpg");
}
.cid-uzsil8RcAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsil8RcAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsil8RcAL .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uzsil8RcAL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uzsil8RcAL .container {
    padding: 0 26px;
  }
}
.cid-uzsil8RcAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzsil8RcAL .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uzsil8RcAL .mbr-section-title {
  color: #ffffff;
}
.cid-uzsil8RcAL .mbr-section-title,
.cid-uzsil8RcAL .mbr-section-btn {
  text-align: center;
}
.cid-uzsil9nZzI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
}
.cid-uzsil9nZzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsil9nZzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsil9nZzI .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uzsil9nZzI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uzsil9nZzI .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uzsil9nZzI .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uzsil9nZzI .image-wrapper img {
  height: 620px;
  object-fit: cover;
  transform: rotate(20deg);
  margin-left: -6rem;
}
@media (max-width: 992px) {
  .cid-uzsil9nZzI .image-wrapper img {
    height: 300px;
    transform: rotate(0);
  }
}
.cid-uzsil9nZzI .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uzsil9nZzI .title-wrapper {
    padding: 0 26px;
  }
}
.cid-uzsil9nZzI .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uzsil9nZzI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uzsil9nZzI .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uzsil9nZzI .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzsil9nZzI .mbr-section-title {
  color: #ffffff;
}
.cid-uzsil9nZzI .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uzsil9nZzI .mbr-text {
  color: #cacaca;
  text-align: center;
}
.cid-uzsil9nZzI .mbr-section-title,
.cid-uzsil9nZzI .mbr-section-btn {
  text-align: center;
}
.cid-uzsil9YOxS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
}
.cid-uzsil9YOxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsil9YOxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsil9YOxS .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uzsil9YOxS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 780px) {
  .cid-uzsil9YOxS .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uzsil9YOxS .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uzsil9YOxS .image-wrapper img {
  height: 620px;
  object-fit: cover;
  transform: rotate(20deg);
  margin-left: -6rem;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uzsil9YOxS .image-wrapper img {
    height: 300px;
    transform: rotate(0);
  }
}
.cid-uzsil9YOxS .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .cid-uzsil9YOxS .title-wrapper {
    padding: 0 26px;
  }
}
.cid-uzsil9YOxS .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uzsil9YOxS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uzsil9YOxS .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uzsil9YOxS .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzsil9YOxS .mbr-section-title {
  color: #ffffff;
}
.cid-uzsil9YOxS .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uzsil9YOxS .mbr-text {
  color: #cacaca;
  text-align: center;
}
.cid-uzsil9YOxS .mbr-section-title,
.cid-uzsil9YOxS .mbr-section-btn {
  text-align: left;
}
.cid-uzsilayt05 {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-uzsilayt05 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uzsilayt05 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-uzsilayt05 g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uzsilayt05 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-uzsilayt05 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uzsilayt05 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-uzsilayt05 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsilayt05 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzsilayt05 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzsilayt05 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzsilayt05 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzsilayt05 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uzsilayt05 .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uzsilayt05 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uzsilayt05 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsilayt05 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsilayt05 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzsilayt05 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzsilayt05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsilayt05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsilayt05 H1 {
  color: #f52046;
}
.cid-uG2KE4E8qJ .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-uG2KE4E8qJ .dropdown-menu {
  padding: 0;
}
.cid-uG2KE4E8qJ .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uG2KE4E8qJ .dropdown-item {
    text-align: left !important;
  }
}
.cid-uG2KE4E8qJ .dropdown-item:hover {
  background-position: right !important;
}
.cid-uG2KE4E8qJ .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-uG2KE4E8qJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uG2KE4E8qJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uG2KE4E8qJ .nav-link {
  position: relative;
}
.cid-uG2KE4E8qJ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uG2KE4E8qJ .dropdown-menu,
.cid-uG2KE4E8qJ .navbar.opened {
  background: #212428 !important;
}
.cid-uG2KE4E8qJ .nav-item:focus,
.cid-uG2KE4E8qJ .nav-link:focus {
  outline: none;
}
.cid-uG2KE4E8qJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG2KE4E8qJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG2KE4E8qJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG2KE4E8qJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG2KE4E8qJ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uG2KE4E8qJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uG2KE4E8qJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG2KE4E8qJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uG2KE4E8qJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uG2KE4E8qJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG2KE4E8qJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG2KE4E8qJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG2KE4E8qJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG2KE4E8qJ .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-uG2KE4E8qJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG2KE4E8qJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG2KE4E8qJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG2KE4E8qJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG2KE4E8qJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG2KE4E8qJ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uG2KE4E8qJ .navbar {
    min-height: 80px;
  }
}
.cid-uG2KE4E8qJ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uG2KE4E8qJ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uG2KE4E8qJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG2KE4E8qJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uG2KE4E8qJ .navbar-brand {
    min-height: 69px;
  }
}
.cid-uG2KE4E8qJ .dropdown-item.active,
.cid-uG2KE4E8qJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uG2KE4E8qJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG2KE4E8qJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG2KE4E8qJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG2KE4E8qJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uG2KE4E8qJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG2KE4E8qJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG2KE4E8qJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG2KE4E8qJ button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uG2KE4E8qJ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uG2KE4E8qJ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uG2KE4E8qJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uG2KE4E8qJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uG2KE4E8qJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uG2KE4E8qJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uG2KE4E8qJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG2KE4E8qJ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2KE4E8qJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG2KE4E8qJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG2KE4E8qJ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2KE4E8qJ .navbar-dropdown {
  padding: 0;
}
.cid-uG2KE4E8qJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG2KE4E8qJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG2KE4E8qJ .navbar {
    height: 70px;
  }
  .cid-uG2KE4E8qJ .navbar.opened {
    height: auto;
  }
  .cid-uG2KE4E8qJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG2KE4E8qJ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uG2KE4E8qJ .navbar-short {
    min-height: 70px;
  }
}
.cid-uG2KE4E8qJ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uG2KE4E8qJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uG2KE4E8qJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uG2KE4E8qJ .container-fluid {
    padding: 0 3px;
  }
}
.cid-uG2KE4E8qJ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uG2KE4E8qJ .navbar-nav {
  display: flex !important;
}
.cid-uG2KE4E8qJ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uG2KE4E8qJ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uG2KE4E8qJ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uG2KE4E8qJ .navbar-nav .nav-item .nav-link:hover,
.cid-uG2KE4E8qJ .navbar-nav .nav-item .nav-link:focus,
.cid-uG2KE4E8qJ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uG2KE4E8qJ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-uG2KE4E8qJ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uG2KE4E8qJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uG2KE4E8qJ button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uG2KE4E8qJ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uG2KE4E8qJ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uG2KE4E8qJ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uG2KE4E8qJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uG2KE4E8qJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uG2KE4E8qJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uG2KE4E8qJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG2KE4E8qJ .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uG2KE4E8qJ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uG2KE4E8qJ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uG2KE4E8qJ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uG2KE4E8qJ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uG2KE4E8qJ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG2KE4E8qJ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG2KE4E8qJ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uG2KE4E8qJ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uG2KE4E8qJ .offcanvas.show {
  transform: translateX(0);
}
.cid-uG2KE4E8qJ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uG2KE4E8qJ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uG2KE4E8qJ .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uG2KE4E8qJ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uG2KE4E8qJ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uG2KE4E8qJ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uG2KE4E8qJ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uG2KE4E8qJ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uG2KE4E8qJ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uG2KE4E8qJ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uG2KE4E8qJ .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-uG2KE4E8qJ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uG2KE4E8qJ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uG2KE4E8qJ ::-webkit-scrollbar {
  width: 1em;
}
.cid-uG2KE4E8qJ ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uG2KE4E8qJ ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uG2KE4E8qJ .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uG2KE4E8qJ .social-container {
    padding-top: 40px;
  }
}
.cid-uG2KE4E8qJ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uG2KE4E8qJ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uG2KE4E8qJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uG2KE4E8qJ .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-uG2KE4E8qJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uG2KE4E8qJ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uG2KE4E8qJ .soc-item:hover:before {
  opacity: 1;
}
.cid-uG2KE4E8qJ .offcanvas_btn {
  margin-top: auto;
}
.cid-uG2KE4E8qJ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uG2KE4E8qJ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uG2KE5SMZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uG2KE5SMZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2KE5SMZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2KE5SMZt .content-wrap {
  justify-content: flex-end;
}
.cid-uG2KE5SMZt .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uG2KE5SMZt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG2KE5SMZt .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uG2KE5SMZt .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #55e3fd, #87ebfe);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uG2KE5SMZt .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uG2KE5SMZt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG2KE5SMZt .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2KE5SMZt .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2KE5SMZt .image-wrapper {
    padding: 0;
  }
}
.cid-uG2KE5SMZt .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2KE5SMZt .image-wrapper img {
    height: 350px;
  }
}
.cid-uG2KE5SMZt .mbr-section-title {
  color: #ffffff;
}
.cid-uG2KE5SMZt .mbr-text,
.cid-uG2KE5SMZt .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uG2KE6E8V6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uG2KE6E8V6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2KE6E8V6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2KE6E8V6 .items-wrapper {
  justify-content: center;
}
.cid-uG2KE6E8V6 .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG2KE6E8V6 .mbr-text,
.cid-uG2KE6E8V6 .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uG2KE7liql {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-uG2KE7liql .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uG2KE7liql svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-uG2KE7liql g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uG2KE7liql .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-uG2KE7liql .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uG2KE7liql .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-uG2KE7liql .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uG2KE7liql .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uG2KE7liql .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uG2KE7liql .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uG2KE7liql .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG2KE7liql .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uG2KE7liql .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uG2KE7liql .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uG2KE7liql .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uG2KE7liql .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uG2KE7liql .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uG2KE7liql .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uG2KE7liql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2KE7liql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2KE7liql H1 {
  color: #f52046;
}
.cid-uy2rS2eg8B .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-uy2rS2eg8B .dropdown-menu {
  padding: 0;
}
.cid-uy2rS2eg8B .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uy2rS2eg8B .dropdown-item {
    text-align: left !important;
  }
}
.cid-uy2rS2eg8B .dropdown-item:hover {
  background-position: right !important;
}
.cid-uy2rS2eg8B .dropdown-item:hover:after {
  color: #ff0a54;
}
.cid-uy2rS2eg8B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy2rS2eg8B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy2rS2eg8B .nav-link {
  position: relative;
}
.cid-uy2rS2eg8B .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uy2rS2eg8B .dropdown-menu,
.cid-uy2rS2eg8B .navbar.opened {
  background: #212428 !important;
}
.cid-uy2rS2eg8B .nav-item:focus,
.cid-uy2rS2eg8B .nav-link:focus {
  outline: none;
}
.cid-uy2rS2eg8B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy2rS2eg8B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy2rS2eg8B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy2rS2eg8B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy2rS2eg8B .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uy2rS2eg8B .navbar.opened {
  transition: all 0.3s;
}
.cid-uy2rS2eg8B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy2rS2eg8B .navbar .navbar-logo img {
  width: auto;
}
.cid-uy2rS2eg8B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uy2rS2eg8B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy2rS2eg8B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy2rS2eg8B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy2rS2eg8B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy2rS2eg8B .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-uy2rS2eg8B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy2rS2eg8B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy2rS2eg8B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy2rS2eg8B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy2rS2eg8B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy2rS2eg8B .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uy2rS2eg8B .navbar {
    min-height: 80px;
  }
}
.cid-uy2rS2eg8B .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uy2rS2eg8B .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uy2rS2eg8B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy2rS2eg8B .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uy2rS2eg8B .navbar-brand {
    min-height: 69px;
  }
}
.cid-uy2rS2eg8B .dropdown-item.active,
.cid-uy2rS2eg8B .dropdown-item:active {
  background-color: transparent;
}
.cid-uy2rS2eg8B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy2rS2eg8B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy2rS2eg8B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy2rS2eg8B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uy2rS2eg8B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy2rS2eg8B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy2rS2eg8B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy2rS2eg8B button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uy2rS2eg8B button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uy2rS2eg8B button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uy2rS2eg8B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uy2rS2eg8B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uy2rS2eg8B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uy2rS2eg8B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uy2rS2eg8B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy2rS2eg8B nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy2rS2eg8B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy2rS2eg8B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy2rS2eg8B nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy2rS2eg8B .navbar-dropdown {
  padding: 0;
}
.cid-uy2rS2eg8B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy2rS2eg8B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uy2rS2eg8B .navbar {
    height: 70px;
  }
  .cid-uy2rS2eg8B .navbar.opened {
    height: auto;
  }
  .cid-uy2rS2eg8B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy2rS2eg8B .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uy2rS2eg8B .navbar-short {
    min-height: 70px;
  }
}
.cid-uy2rS2eg8B .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uy2rS2eg8B .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uy2rS2eg8B .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uy2rS2eg8B .container-fluid {
    padding: 0 3px;
  }
}
.cid-uy2rS2eg8B .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uy2rS2eg8B .navbar-nav {
  display: flex !important;
}
.cid-uy2rS2eg8B .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uy2rS2eg8B .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uy2rS2eg8B .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uy2rS2eg8B .navbar-nav .nav-item .nav-link:hover,
.cid-uy2rS2eg8B .navbar-nav .nav-item .nav-link:focus,
.cid-uy2rS2eg8B .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uy2rS2eg8B .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ed419f !important;
}
.cid-uy2rS2eg8B .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uy2rS2eg8B .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uy2rS2eg8B button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #f4f4f6;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uy2rS2eg8B button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uy2rS2eg8B button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uy2rS2eg8B button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uy2rS2eg8B button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uy2rS2eg8B button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uy2rS2eg8B button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uy2rS2eg8B button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy2rS2eg8B .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #ba101a);
  box-shadow: 10px 10px 19px #f4f4f6, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uy2rS2eg8B .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uy2rS2eg8B .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uy2rS2eg8B .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uy2rS2eg8B .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uy2rS2eg8B .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy2rS2eg8B .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy2rS2eg8B .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uy2rS2eg8B .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uy2rS2eg8B .offcanvas.show {
  transform: translateX(0);
}
.cid-uy2rS2eg8B .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uy2rS2eg8B .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uy2rS2eg8B .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ed419f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uy2rS2eg8B .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uy2rS2eg8B .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uy2rS2eg8B .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uy2rS2eg8B .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uy2rS2eg8B .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uy2rS2eg8B .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uy2rS2eg8B .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uy2rS2eg8B .mbr-text {
  color: #232323;
  margin-top: 20px;
  padding-right: 7%;
  text-align: center;
}
.cid-uy2rS2eg8B .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uy2rS2eg8B .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uy2rS2eg8B ::-webkit-scrollbar {
  width: 1em;
}
.cid-uy2rS2eg8B ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uy2rS2eg8B ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uy2rS2eg8B .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uy2rS2eg8B .social-container {
    padding-top: 40px;
  }
}
.cid-uy2rS2eg8B .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uy2rS2eg8B .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uy2rS2eg8B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uy2rS2eg8B .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-uy2rS2eg8B .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uy2rS2eg8B .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uy2rS2eg8B .soc-item:hover:before {
  opacity: 1;
}
.cid-uy2rS2eg8B .offcanvas_btn {
  margin-top: auto;
}
.cid-uy2rS2eg8B .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uy2rS2eg8B .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uy2rS3QSEc {
  background-color: #000000;
}
.cid-uy2rS3QSEc .item-wrapper {
  width: 100%;
}
.cid-uy2rS3QSEc .left-side {
  text-align: left;
  padding-left: 10%;
  margin: auto;
}
.cid-uy2rS3QSEc .row {
  align-items: center;
}
.cid-uy2rS3QSEc .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.cid-uy2rS3QSEc .mbr-text {
  padding: 0;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-uy2rS3QSEc .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-uy2rS3QSEc .link {
  margin-top: 29px;
  width: 100%;
}
.cid-uy2rS3QSEc .col-auto {
  display: inline-block;
}
.cid-uy2rS3QSEc .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-uy2rS3QSEc .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-uy2rS3QSEc .right-side {
  padding-right: 0px;
}
.cid-uy2rS3QSEc .left-side {
  padding-left: 0;
  padding-right: 10%;
}
@media (max-width: 990px) {
  .cid-uy2rS3QSEc .left-side {
    padding: 25px 0px;
  }
}
.cid-uy2rS3QSEc a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uy2rS3QSEc rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uy2rS3QSEc .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uy2rS3QSEc svg {
  margin-left: 15px;
}
.cid-uy2rS3QSEc path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uy2rS3QSEc .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uy2rS3QSEc .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-uy2rS3QSEc .part {
  align-items: start;
}
.cid-uy2rS3QSEc .link a {
  background-image: none !important;
}
.cid-uy2rS4xwln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uy2rS4xwln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy2rS4xwln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy2rS4xwln .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uy2rS4xwln .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uy2rS4xwln .container {
    padding: 0 20px;
  }
}
.cid-uy2rS4xwln .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uy2rS4xwln .row {
    padding: 50px 16px;
  }
}
.cid-uy2rS4xwln .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uy2rS4xwln .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-uy2rS4xwln .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-uy2rS4xwln .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uy2rS4xwln .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uy2rS4xwln .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uy2rS4xwln .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uy2rS4xwln .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-uy2rS4xwln .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uy2rS4xwln .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uy2rS4xwln .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uy2rS4xwln .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-uy2rS4xwln .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-uy2rS4xwln .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-uy2rS4xwln .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-uy2rS4xwln .mbr-desc {
  color: #ffffff;
}
.cid-uy2rS4xwln .mbr-section-title {
  color: #ffffff;
}
.cid-uy2rS4xwln .mbr-text {
  color: #ffffff;
}
.cid-uy2rS5cfw2 {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/young-woman-2065647-1280-1280x1280.jpg");
}
.cid-uy2rS5cfw2 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uy2rS5cfw2 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-uy2rS5cfw2 g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uy2rS5cfw2 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-uy2rS5cfw2 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uy2rS5cfw2 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-uy2rS5cfw2 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uy2rS5cfw2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uy2rS5cfw2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uy2rS5cfw2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uy2rS5cfw2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uy2rS5cfw2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uy2rS5cfw2 .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uy2rS5cfw2 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uy2rS5cfw2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uy2rS5cfw2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uy2rS5cfw2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uy2rS5cfw2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uy2rS5cfw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy2rS5cfw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy2rS5cfw2 H1 {
  color: #f52046;
}
