.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #260273 !important;
}
.bg-success {
  background-color: #8313f2 !important;
}
.bg-info {
  background-color: #bf1f94 !important;
}
.bg-warning {
  background-color: #f20c8b !important;
}
.bg-danger {
  background-color: #ffe161 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #260273 !important;
  border-color: #260273 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a011e !important;
  border-color: #0a011e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a011e !important;
  border-color: #0a011e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #670fbf !important;
  border-color: #670fbf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3c096f !important;
  border-color: #3c096f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3c096f !important;
  border-color: #3c096f !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf1f94 !important;
  border-color: #bf1f94 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #74135a !important;
  border-color: #74135a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #74135a !important;
  border-color: #74135a !important;
}
.btn-success,
.btn-success:active {
  background-color: #8313f2 !important;
  border-color: #8313f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #5709a5 !important;
  border-color: #5709a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5709a5 !important;
  border-color: #5709a5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f20c8b !important;
  border-color: #f20c8b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9f085c !important;
  border-color: #9f085c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f085c !important;
  border-color: #9f085c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #260273;
  color: #260273;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a011e !important;
  background-color: transparent!important;
  border-color: #0a011e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #260273 !important;
  border-color: #260273 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #670fbf;
  color: #670fbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3c096f !important;
  background-color: transparent!important;
  border-color: #3c096f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #670fbf !important;
  border-color: #670fbf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bf1f94;
  color: #bf1f94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #74135a !important;
  background-color: transparent!important;
  border-color: #74135a !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf1f94 !important;
  border-color: #bf1f94 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8313f2;
  color: #8313f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5709a5 !important;
  background-color: transparent!important;
  border-color: #5709a5 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8313f2 !important;
  border-color: #8313f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f20c8b;
  color: #f20c8b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f085c !important;
  background-color: transparent!important;
  border-color: #9f085c !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f20c8b !important;
  border-color: #f20c8b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !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: #260273 !important;
}
.text-secondary {
  color: #670fbf !important;
}
.text-success {
  color: #8313f2 !important;
}
.text-info {
  color: #bf1f94 !important;
}
.text-warning {
  color: #f20c8b !important;
}
.text-danger {
  color: #ffe161 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #05000f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #340860 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #500897 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #671150 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #910753 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #facb00 !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: #260273;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bf1f94;
}
.alert-warning {
  background-color: #f20c8b;
}
.alert-danger {
  background-color: #ffe161;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #260273;
  border-color: #260273;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #260273;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4f04f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e9d4fd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e975c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdcde7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #260273 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #260273;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #260273;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #260273;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #260273;
  border-bottom-color: #260273;
}
.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: #260273 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #670fbf !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='%23260273' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-touOYIdITd .navbar-dropdown {
  position: relative !important;
}
.cid-touOYIdITd .navbar-dropdown {
  position: absolute !important;
}
.cid-touOYIdITd .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-touOYIdITd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-touOYIdITd .dropdown-item:hover,
.cid-touOYIdITd .dropdown-item:focus {
  color: #260273 !important;
}
.cid-touOYIdITd .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-touOYIdITd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-touOYIdITd .nav-link {
  position: relative;
  padding: 0;
}
.cid-touOYIdITd .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-touOYIdITd .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-touOYIdITd .dropdown-menu,
.cid-touOYIdITd .navbar.opened {
  background: #670fbf !important;
}
.cid-touOYIdITd .nav-item:focus,
.cid-touOYIdITd .nav-link:focus {
  outline: none;
}
.cid-touOYIdITd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-touOYIdITd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-touOYIdITd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-touOYIdITd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-touOYIdITd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-touOYIdITd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-touOYIdITd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-touOYIdITd .navbar.opened {
  transition: all 0.3s;
}
.cid-touOYIdITd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-touOYIdITd .navbar .navbar-logo img {
  width: auto;
}
.cid-touOYIdITd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-touOYIdITd .navbar.collapsed {
  justify-content: center;
}
.cid-touOYIdITd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-touOYIdITd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-touOYIdITd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-touOYIdITd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-touOYIdITd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-touOYIdITd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-touOYIdITd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-touOYIdITd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-touOYIdITd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-touOYIdITd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-touOYIdITd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-touOYIdITd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-touOYIdITd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-touOYIdITd .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-touOYIdITd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-touOYIdITd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-touOYIdITd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-touOYIdITd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-touOYIdITd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-touOYIdITd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-touOYIdITd .navbar.navbar-short {
  min-height: 60px;
}
.cid-touOYIdITd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-touOYIdITd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-touOYIdITd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-touOYIdITd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-touOYIdITd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-touOYIdITd .dropdown-item.active,
.cid-touOYIdITd .dropdown-item:active {
  background-color: transparent;
}
.cid-touOYIdITd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-touOYIdITd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-touOYIdITd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-touOYIdITd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-touOYIdITd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-touOYIdITd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-touOYIdITd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-touOYIdITd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-touOYIdITd button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-touOYIdITd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-touOYIdITd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-touOYIdITd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-touOYIdITd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-touOYIdITd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-touOYIdITd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-touOYIdITd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-touOYIdITd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-touOYIdITd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-touOYIdITd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-touOYIdITd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-touOYIdITd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-touOYIdITd .navbar {
    height: 70px;
  }
  .cid-touOYIdITd .navbar.opened {
    height: auto;
  }
  .cid-touOYIdITd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-touOYIdITd .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-touOYIdITd .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-touOYIdITd a {
  display: inline;
  font-weight: bold;
}
.cid-touOYIdITd img {
  display: inline;
  padding-right: 10px;
}
.cid-touOYIdITd .dropdown-toggle:after {
  display: none;
}
.cid-touOYIdITd .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-touOYIdITd .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-touOYIdITd .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tqtnhObxJT {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tqtnhObxJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqtnhObxJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqtnhObxJT .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqtnhObxJT .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-tqtnhObxJT .mbr-section-title {
  color: #f20c8b;
}
.cid-tqtnhObxJT .mbr-text,
.cid-tqtnhObxJT .mbr-section-btn {
  color: #ffffff;
}
.cid-tovAIBI3na {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tovAIBI3na .mbr-fallback-image.disabled {
  display: none;
}
.cid-tovAIBI3na .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tovAIBI3na .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tovAIBI3na .container {
    max-width: 1400px;
  }
}
.cid-tovAIBI3na .card {
  margin: auto;
}
.cid-tovAIBI3na .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tovAIBI3na .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tovAIBI3na .row {
  justify-content: center;
}
.cid-tovAIBI3na .card-title,
.cid-tovAIBI3na .card-box {
  color: #260273;
}
.cid-tow25hZrI4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #260273;
}
.cid-tow25hZrI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tow25hZrI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tow25hZrI4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tow25hZrI4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tow25hZrI4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tow25hZrI4 .mbr-section-title {
  color: #ffffff;
}
.cid-tow25hZrI4 .mbr-text,
.cid-tow25hZrI4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tw2kBfifbA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bf1f94;
}
.cid-tw2kBfifbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2kBfifbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tw2kBfifbA .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tw2kBfifbA .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw2kBfifbA .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tw2kBfifbA .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tw2kBfifbA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tw2kBfifbA .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tw2kBfifbA .price {
  text-align: right;
  color: #f20c8b;
}
.cid-tw2kBfifbA .card-title {
  color: #f20c8b;
}
.cid-tCA0N0SxEQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #670fbf;
}
.cid-tCA0N0SxEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCA0N0SxEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tCA0N0SxEQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tCA0N0SxEQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCA0N0SxEQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tCA0N0SxEQ .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tCA0N0SxEQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCA0N0SxEQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tCA0N0SxEQ .price {
  text-align: right;
  color: #f20c8b;
}
.cid-tCA0N0SxEQ .card-title {
  color: #f20c8b;
}
.cid-tovBtzYKY4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tovBtzYKY4 img,
.cid-tovBtzYKY4 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tovBtzYKY4 .item:focus,
.cid-tovBtzYKY4 span:focus {
  outline: none;
}
.cid-tovBtzYKY4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tovBtzYKY4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f20c8b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tovBtzYKY4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tovBtzYKY4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tovBtzYKY4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tovBtzYKY4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tovBtzYKY4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tovBtzYKY4 .mbr-section-title {
  color: #670fbf;
}
.cid-tovBtzYKY4 .mbr-text,
.cid-tovBtzYKY4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tovBtzYKY4 .item-title {
  text-align: center;
  color: #260273;
}
.cid-tovBtzYKY4 .item-subtitle {
  text-align: center;
  color: #ffe161;
}
.cid-tovBtzYKY4 .mbr-section-subtitle {
  color: #f20c8b;
}
.cid-tv542J1glx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #670fbf;
}
.cid-tv542J1glx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv542J1glx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tv542J1glx .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tv542J1glx .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tv542J1glx .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tv542J1glx .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tv542J1glx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tv542J1glx .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tv542J1glx .price {
  text-align: right;
  color: #f20c8b;
}
.cid-tv542J1glx .card-title {
  color: #f20c8b;
}
.cid-tovSoh2rtT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tovSoh2rtT img,
.cid-tovSoh2rtT .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tovSoh2rtT .item:focus,
.cid-tovSoh2rtT span:focus {
  outline: none;
}
.cid-tovSoh2rtT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tovSoh2rtT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f20c8b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tovSoh2rtT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tovSoh2rtT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tovSoh2rtT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tovSoh2rtT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tovSoh2rtT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tovSoh2rtT .mbr-section-title {
  color: #232323;
}
.cid-tovSoh2rtT .mbr-text,
.cid-tovSoh2rtT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tovSoh2rtT .item-title {
  text-align: center;
  color: #260273;
}
.cid-tovSoh2rtT .item-subtitle {
  text-align: center;
  color: #ffe161;
}
.cid-tp2QvmcIAt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #670fbf;
}
.cid-tp2QvmcIAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2QvmcIAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tp2QvmcIAt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tp2QvmcIAt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tp2QvmcIAt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tp2QvmcIAt .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tp2QvmcIAt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tp2QvmcIAt .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tp2QvmcIAt .price {
  text-align: right;
  color: #f20c8b;
}
.cid-tp2QvmcIAt .card-title {
  color: #f20c8b;
}
.cid-tovXeSMAyD {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f20c8b;
}
.cid-tovXeSMAyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tovXeSMAyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tovXeSMAyD .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tovXeSMAyD .icon-box {
  background: #260273;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tovXeSMAyD .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tovXeSMAyD .card {
    margin-bottom: 2rem;
  }
  .cid-tovXeSMAyD .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tovXeSMAyD .icon-title {
  color: #260273;
}
.cid-tovXeSMAyD .icon-text {
  color: #ffffff;
}
.cid-tovXeSMAyD .mbr-text,
.cid-tovXeSMAyD .mbr-section-btn {
  color: #ffffff;
}
.cid-tovXeSMAyD .card-title,
.cid-tovXeSMAyD .card-box {
  color: #260273;
}
.cid-towa7p3GH3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #260273;
}
.cid-towa7p3GH3 .list-group-item {
  background-color: transparent;
  color: #260273;
  text-align: left;
}
.cid-towa7p3GH3 .plan-body {
  padding: 2rem;
}
.cid-towa7p3GH3 .plan-header {
  padding: 1rem;
  padding-top: 3rem;
}
.cid-towa7p3GH3 .plan-price {
  background: #f20c8b;
  padding: 3rem 1rem;
  margin-top: 3rem;
}
.cid-towa7p3GH3 .price {
  color: #260273;
  text-align: center;
}
.cid-towa7p3GH3 .plan {
  word-break: break-word;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-towa7p3GH3 .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
}
.cid-towa7p3GH3 .plan .list-group-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "✓";
  color: #f20c8b;
}
@media (max-width: 991px) {
  .cid-towa7p3GH3 .plan {
    margin-bottom: 2rem;
  }
}
.cid-towa7p3GH3 .price,
.cid-towa7p3GH3 .plan-price {
  text-align: center;
  color: #260273;
}
.cid-towa7p3GH3 H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-towa7p3GH3 H4 {
  text-align: center;
  color: #bf1f94;
}
.cid-towa7p3GH3 .plan-title {
  color: #403f83;
}
.cid-towa7p3GH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-towa7p3GH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-towa7p3GH3 .price-term,
.cid-towa7p3GH3 .plan-price {
  color: #ffffff;
}
.cid-tow5w4f1rC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tow5w4f1rC img,
.cid-tow5w4f1rC .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tow5w4f1rC .item:focus,
.cid-tow5w4f1rC span:focus {
  outline: none;
}
.cid-tow5w4f1rC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tow5w4f1rC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f20c8b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tow5w4f1rC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tow5w4f1rC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tow5w4f1rC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tow5w4f1rC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tow5w4f1rC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tow5w4f1rC .mbr-section-title {
  color: #670fbf;
}
.cid-tow5w4f1rC .mbr-text,
.cid-tow5w4f1rC .mbr-section-btn {
  text-align: center;
}
.cid-tow5w4f1rC .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tow5w4f1rC .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tow5w4f1rC .mbr-section-subtitle {
  color: #f20c8b;
}
.cid-tow5xlyukI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tow5xlyukI img,
.cid-tow5xlyukI .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tow5xlyukI .item:focus,
.cid-tow5xlyukI span:focus {
  outline: none;
}
.cid-tow5xlyukI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tow5xlyukI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f20c8b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tow5xlyukI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tow5xlyukI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tow5xlyukI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tow5xlyukI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tow5xlyukI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tow5xlyukI .mbr-section-title {
  color: #232323;
}
.cid-tow5xlyukI .mbr-text,
.cid-tow5xlyukI .mbr-section-btn {
  text-align: center;
}
.cid-tow5xlyukI .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tow5xlyukI .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw7RQDbHlt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #260273;
}
.cid-tw7RQDbHlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7RQDbHlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tw7RQDbHlt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tw7RQDbHlt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw7RQDbHlt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tw7RQDbHlt .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tw7RQDbHlt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tw7RQDbHlt .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tw7RQDbHlt .price {
  color: #f20c8b;
}
.cid-tw7RQDbHlt .mbr-text {
  color: #260273;
}
.cid-towsYoR9d0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-towsYoR9d0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-towsYoR9d0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-towsYoR9d0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-towsYoR9d0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-towsYoR9d0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-towsYoR9d0 .mbr-section-title {
  color: #260273;
}
.cid-towsYoR9d0 .mbr-text,
.cid-towsYoR9d0 .mbr-section-btn {
  color: #ffffff;
}
.cid-towdrhMMDr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #260273;
}
.cid-towdrhMMDr .list-group-item {
  background-color: transparent;
  color: #260273;
  text-align: left;
}
.cid-towdrhMMDr .plan-body {
  padding: 2rem;
}
.cid-towdrhMMDr .plan-header {
  padding: 1rem;
  padding-top: 3rem;
}
.cid-towdrhMMDr .plan-price {
  background: #f20c8b;
  padding: 3rem 1rem;
  margin-top: 3rem;
}
.cid-towdrhMMDr .price {
  color: #260273;
  text-align: center;
}
.cid-towdrhMMDr .plan {
  word-break: break-word;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-towdrhMMDr .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
}
.cid-towdrhMMDr .plan .list-group-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "✓";
  color: #f20c8b;
}
@media (max-width: 991px) {
  .cid-towdrhMMDr .plan {
    margin-bottom: 2rem;
  }
}
.cid-towdrhMMDr .price,
.cid-towdrhMMDr .plan-price {
  text-align: center;
  color: #260273;
}
.cid-towdrhMMDr H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-towdrhMMDr H4 {
  text-align: center;
  color: #bf1f94;
}
.cid-towdrhMMDr .plan-title {
  color: #403f83;
}
.cid-towdrhMMDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-towdrhMMDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-towdrhMMDr .price-term,
.cid-towdrhMMDr .plan-price {
  color: #ffffff;
}
.cid-towsSgwNmH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-towsSgwNmH img,
.cid-towsSgwNmH .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-towsSgwNmH .item:focus,
.cid-towsSgwNmH span:focus {
  outline: none;
}
.cid-towsSgwNmH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-towsSgwNmH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f20c8b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-towsSgwNmH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-towsSgwNmH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-towsSgwNmH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-towsSgwNmH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-towsSgwNmH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-towsSgwNmH .mbr-section-title {
  color: #670fbf;
}
.cid-towsSgwNmH .mbr-text,
.cid-towsSgwNmH .mbr-section-btn {
  text-align: center;
}
.cid-towsSgwNmH .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-towsSgwNmH .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-towsSgwNmH .mbr-section-subtitle {
  color: #f20c8b;
}
.cid-sFAOjz8nX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-sFAOjz8nX7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFAOjz8nX7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFAOjz8nX7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tp2sZ9kIBN .navbar-dropdown {
  position: relative !important;
}
.cid-tp2sZ9kIBN .navbar-dropdown {
  position: absolute !important;
}
.cid-tp2sZ9kIBN .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-tp2sZ9kIBN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tp2sZ9kIBN .dropdown-item:hover,
.cid-tp2sZ9kIBN .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tp2sZ9kIBN .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tp2sZ9kIBN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp2sZ9kIBN .nav-link {
  position: relative;
  padding: 0;
}
.cid-tp2sZ9kIBN .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tp2sZ9kIBN .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tp2sZ9kIBN .dropdown-menu,
.cid-tp2sZ9kIBN .navbar.opened {
  background: #670fbf !important;
}
.cid-tp2sZ9kIBN .nav-item:focus,
.cid-tp2sZ9kIBN .nav-link:focus {
  outline: none;
}
.cid-tp2sZ9kIBN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tp2sZ9kIBN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp2sZ9kIBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tp2sZ9kIBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tp2sZ9kIBN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp2sZ9kIBN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tp2sZ9kIBN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tp2sZ9kIBN .navbar.opened {
  transition: all 0.3s;
}
.cid-tp2sZ9kIBN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tp2sZ9kIBN .navbar .navbar-logo img {
  width: auto;
}
.cid-tp2sZ9kIBN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tp2sZ9kIBN .navbar.collapsed {
  justify-content: center;
}
.cid-tp2sZ9kIBN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp2sZ9kIBN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tp2sZ9kIBN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tp2sZ9kIBN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp2sZ9kIBN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp2sZ9kIBN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tp2sZ9kIBN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp2sZ9kIBN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tp2sZ9kIBN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tp2sZ9kIBN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp2sZ9kIBN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp2sZ9kIBN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp2sZ9kIBN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp2sZ9kIBN .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-tp2sZ9kIBN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tp2sZ9kIBN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp2sZ9kIBN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp2sZ9kIBN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp2sZ9kIBN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tp2sZ9kIBN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tp2sZ9kIBN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tp2sZ9kIBN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tp2sZ9kIBN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tp2sZ9kIBN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp2sZ9kIBN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp2sZ9kIBN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp2sZ9kIBN .dropdown-item.active,
.cid-tp2sZ9kIBN .dropdown-item:active {
  background-color: transparent;
}
.cid-tp2sZ9kIBN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp2sZ9kIBN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp2sZ9kIBN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp2sZ9kIBN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tp2sZ9kIBN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp2sZ9kIBN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp2sZ9kIBN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tp2sZ9kIBN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tp2sZ9kIBN button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tp2sZ9kIBN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tp2sZ9kIBN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tp2sZ9kIBN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp2sZ9kIBN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp2sZ9kIBN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tp2sZ9kIBN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp2sZ9kIBN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tp2sZ9kIBN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tp2sZ9kIBN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp2sZ9kIBN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tp2sZ9kIBN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tp2sZ9kIBN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp2sZ9kIBN .navbar {
    height: 70px;
  }
  .cid-tp2sZ9kIBN .navbar.opened {
    height: auto;
  }
  .cid-tp2sZ9kIBN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp2sZ9kIBN .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tp2sZ9kIBN .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tp2sZ9kIBN a {
  display: inline;
  font-weight: bold;
}
.cid-tp2sZ9kIBN img {
  display: inline;
  padding-right: 10px;
}
.cid-tp2sZ9kIBN .dropdown-toggle:after {
  display: none;
}
.cid-tp2sZ9kIBN .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tp2sZ9kIBN .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tp2sZ9kIBN .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tp2sZd9020 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tp2sZd9020 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2sZd9020 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2sZd9020 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tp2sZd9020 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tp2sZd9020 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tp2sZd9020 .mbr-section-title {
  color: #ffffff;
}
.cid-tp2sZd9020 .mbr-text,
.cid-tp2sZd9020 .mbr-section-btn {
  color: #ffffff;
}
.cid-tp2sZdNyyL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tp2sZdNyyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2sZdNyyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2sZdNyyL .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tp2sZdNyyL .container {
    max-width: 1400px;
  }
}
.cid-tp2sZdNyyL .card {
  margin: auto;
}
.cid-tp2sZdNyyL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tp2sZdNyyL .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tp2sZdNyyL .row {
  justify-content: center;
}
.cid-tp2sZdNyyL .card-title,
.cid-tp2sZdNyyL .card-box {
  color: #260273;
}
.cid-tp2sZelHM2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tp2sZelHM2 .container-fluid {
  padding: 0 3rem;
}
.cid-tp2sZelHM2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #260273 50%, #670fbf 120%);
  display: inline-block;
}
.cid-tp2sZelHM2 .mbr-section-title {
  color: #000000;
}
.cid-tp2sZelHM2 .mbr-section-subtitle {
  color: #000000;
}
.cid-tp2sZelHM2 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tp2sZelHM2 .header-text {
  padding: 2rem 1rem !important;
}
.cid-tp2sZelHM2 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tp2sZelHM2 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tp2sZelHM2 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tp2sZelHM2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tp2sZelHM2 .card .card-header a.panel-title:hover .sign {
  background-color: #670fbf !important;
}
.cid-tp2sZelHM2 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #f20c8b;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-tp2sZelHM2 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tp2sZelHM2 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tp2sZelHM2 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tp2sZelHM2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tp2sZelHM2 .header-text {
    padding: 1rem !important;
  }
  .cid-tp2sZelHM2 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tp2sZelHM2 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tp2sZelHM2 .panel-group {
    padding: 0;
  }
}
.cid-tp2sZelHM2 .mbr-section-title,
.cid-tp2sZelHM2 .underline {
  color: #670fbf;
}
.cid-tp2sZelHM2 .header-text,
.cid-tp2sZelHM2 .sign {
  color: #670fbf;
}
.cid-tp2sZelHM2 .panel-text {
  color: #260273;
}
.cid-tp2sZeZpeI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tp2sZeZpeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2sZeZpeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tp2sZeZpeI .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tp2sZeZpeI .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tp2sZeZpeI .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tp2sZeZpeI .card-wrapper {
  border-radius: 4px;
  background-color: #8313f2;
}
.cid-tp2sZeZpeI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tp2sZeZpeI .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tp2sZeZpeI .price {
  color: #ffffff;
}
.cid-tp2sZeZpeI .mbr-text {
  color: #ffffff;
}
.cid-tp2sZfGf6C {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f20c8b;
}
.cid-tp2sZfGf6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2sZfGf6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2sZfGf6C .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tp2sZfGf6C .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tp2sZfGf6C .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tp2sZfGf6C .card-text {
  color: #ffffff;
}
.cid-tp2sZfGf6C .card-title {
  color: #260273;
}
.cid-tp2sZgotho {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f20c8b;
}
.cid-tp2sZgN9IK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tp2sZgN9IK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tp2sZgN9IK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tp2sZgN9IK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tp2sZgN9IK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tp2sZgN9IK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tp2sZgN9IK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tp2sZgN9IK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tp2sZgN9IK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tp2sZgN9IK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tp2sZgN9IK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tp2sZgN9IK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tp2sZgN9IK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tp2sZgN9IK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tp2sZgN9IK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tp2cLpScDf .navbar-dropdown {
  position: relative !important;
}
.cid-tp2cLpScDf .navbar-dropdown {
  position: absolute !important;
}
.cid-tp2cLpScDf .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-tp2cLpScDf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tp2cLpScDf .dropdown-item:hover,
.cid-tp2cLpScDf .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tp2cLpScDf .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tp2cLpScDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp2cLpScDf .nav-link {
  position: relative;
  padding: 0;
}
.cid-tp2cLpScDf .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tp2cLpScDf .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tp2cLpScDf .dropdown-menu,
.cid-tp2cLpScDf .navbar.opened {
  background: #670fbf !important;
}
.cid-tp2cLpScDf .nav-item:focus,
.cid-tp2cLpScDf .nav-link:focus {
  outline: none;
}
.cid-tp2cLpScDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tp2cLpScDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp2cLpScDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tp2cLpScDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tp2cLpScDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp2cLpScDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tp2cLpScDf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tp2cLpScDf .navbar.opened {
  transition: all 0.3s;
}
.cid-tp2cLpScDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tp2cLpScDf .navbar .navbar-logo img {
  width: auto;
}
.cid-tp2cLpScDf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tp2cLpScDf .navbar.collapsed {
  justify-content: center;
}
.cid-tp2cLpScDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp2cLpScDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tp2cLpScDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tp2cLpScDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp2cLpScDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp2cLpScDf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tp2cLpScDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp2cLpScDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tp2cLpScDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tp2cLpScDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp2cLpScDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp2cLpScDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp2cLpScDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp2cLpScDf .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-tp2cLpScDf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tp2cLpScDf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp2cLpScDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp2cLpScDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp2cLpScDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tp2cLpScDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tp2cLpScDf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tp2cLpScDf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tp2cLpScDf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tp2cLpScDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp2cLpScDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp2cLpScDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp2cLpScDf .dropdown-item.active,
.cid-tp2cLpScDf .dropdown-item:active {
  background-color: transparent;
}
.cid-tp2cLpScDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp2cLpScDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp2cLpScDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp2cLpScDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tp2cLpScDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp2cLpScDf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp2cLpScDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tp2cLpScDf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tp2cLpScDf button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tp2cLpScDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tp2cLpScDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tp2cLpScDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp2cLpScDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp2cLpScDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tp2cLpScDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp2cLpScDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tp2cLpScDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tp2cLpScDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp2cLpScDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tp2cLpScDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tp2cLpScDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp2cLpScDf .navbar {
    height: 70px;
  }
  .cid-tp2cLpScDf .navbar.opened {
    height: auto;
  }
  .cid-tp2cLpScDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp2cLpScDf .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tp2cLpScDf .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tp2cLpScDf a {
  display: inline;
  font-weight: bold;
}
.cid-tp2cLpScDf img {
  display: inline;
  padding-right: 10px;
}
.cid-tp2cLpScDf .dropdown-toggle:after {
  display: none;
}
.cid-tp2cLpScDf .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tp2cLpScDf .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tp2cLpScDf .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tp2dLEZUW8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tp2dLEZUW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2dLEZUW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2dLEZUW8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tp2dLEZUW8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tp2dLEZUW8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tp2dLEZUW8 .mbr-section-title {
  color: #ffffff;
}
.cid-tp2dLEZUW8 .mbr-text,
.cid-tp2dLEZUW8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tp2cLtxCno {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tp2cLtxCno .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2cLtxCno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2cLtxCno .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tp2cLtxCno .container {
    max-width: 1400px;
  }
}
.cid-tp2cLtxCno .card {
  margin: auto;
}
.cid-tp2cLtxCno .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tp2cLtxCno .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tp2cLtxCno .row {
  justify-content: center;
}
.cid-tp2cLtxCno .card-title,
.cid-tp2cLtxCno .card-box {
  color: #260273;
}
.cid-tp2icj8eC3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tp2icj8eC3 .container-fluid {
  padding: 0 3rem;
}
.cid-tp2icj8eC3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #260273 50%, #670fbf 120%);
  display: inline-block;
}
.cid-tp2icj8eC3 .mbr-section-title {
  color: #000000;
}
.cid-tp2icj8eC3 .mbr-section-subtitle {
  color: #000000;
}
.cid-tp2icj8eC3 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tp2icj8eC3 .header-text {
  padding: 2rem 1rem !important;
}
.cid-tp2icj8eC3 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tp2icj8eC3 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tp2icj8eC3 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tp2icj8eC3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tp2icj8eC3 .card .card-header a.panel-title:hover .sign {
  background-color: #670fbf !important;
}
.cid-tp2icj8eC3 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #f20c8b;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-tp2icj8eC3 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tp2icj8eC3 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tp2icj8eC3 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tp2icj8eC3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tp2icj8eC3 .header-text {
    padding: 1rem !important;
  }
  .cid-tp2icj8eC3 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tp2icj8eC3 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tp2icj8eC3 .panel-group {
    padding: 0;
  }
}
.cid-tp2icj8eC3 .mbr-section-title,
.cid-tp2icj8eC3 .underline {
  color: #670fbf;
}
.cid-tp2icj8eC3 .header-text,
.cid-tp2icj8eC3 .sign {
  color: #670fbf;
}
.cid-tp2icj8eC3 .panel-text {
  color: #260273;
}
.cid-tp2n9g2YEe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tp2n9g2YEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2n9g2YEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tp2n9g2YEe .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tp2n9g2YEe .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tp2n9g2YEe .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tp2n9g2YEe .card-wrapper {
  border-radius: 4px;
  background-color: #8313f2;
}
.cid-tp2n9g2YEe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tp2n9g2YEe .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tp2n9g2YEe .price {
  color: #ffffff;
}
.cid-tp2n9g2YEe .mbr-text {
  color: #ffffff;
}
.cid-tp2nyKPafg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f20c8b;
}
.cid-tp2nyKPafg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2nyKPafg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2nyKPafg .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tp2nyKPafg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tp2nyKPafg .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tp2nyKPafg .card-text {
  color: #ffffff;
}
.cid-tp2nyKPafg .card-title {
  color: #260273;
}
.cid-tp2hnqq9TG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f20c8b;
}
.cid-tp2cLFe2JB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tp2cLFe2JB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tp2cLFe2JB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tp2cLFe2JB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tp2cLFe2JB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tp2cLFe2JB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tp2cLFe2JB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tp2cLFe2JB .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tp2cLFe2JB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tp2cLFe2JB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tp2cLFe2JB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tp2cLFe2JB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tp2cLFe2JB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tp2cLFe2JB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tp2cLFe2JB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tp2y5P7YrO .navbar-dropdown {
  position: relative !important;
}
.cid-tp2y5P7YrO .navbar-dropdown {
  position: absolute !important;
}
.cid-tp2y5P7YrO .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-tp2y5P7YrO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tp2y5P7YrO .dropdown-item:hover,
.cid-tp2y5P7YrO .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tp2y5P7YrO .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tp2y5P7YrO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp2y5P7YrO .nav-link {
  position: relative;
  padding: 0;
}
.cid-tp2y5P7YrO .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tp2y5P7YrO .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tp2y5P7YrO .dropdown-menu,
.cid-tp2y5P7YrO .navbar.opened {
  background: #670fbf !important;
}
.cid-tp2y5P7YrO .nav-item:focus,
.cid-tp2y5P7YrO .nav-link:focus {
  outline: none;
}
.cid-tp2y5P7YrO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tp2y5P7YrO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp2y5P7YrO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tp2y5P7YrO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tp2y5P7YrO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp2y5P7YrO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tp2y5P7YrO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tp2y5P7YrO .navbar.opened {
  transition: all 0.3s;
}
.cid-tp2y5P7YrO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tp2y5P7YrO .navbar .navbar-logo img {
  width: auto;
}
.cid-tp2y5P7YrO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tp2y5P7YrO .navbar.collapsed {
  justify-content: center;
}
.cid-tp2y5P7YrO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp2y5P7YrO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tp2y5P7YrO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tp2y5P7YrO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp2y5P7YrO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp2y5P7YrO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tp2y5P7YrO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp2y5P7YrO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tp2y5P7YrO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tp2y5P7YrO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp2y5P7YrO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp2y5P7YrO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp2y5P7YrO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp2y5P7YrO .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-tp2y5P7YrO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tp2y5P7YrO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp2y5P7YrO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp2y5P7YrO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp2y5P7YrO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tp2y5P7YrO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tp2y5P7YrO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tp2y5P7YrO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tp2y5P7YrO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tp2y5P7YrO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp2y5P7YrO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp2y5P7YrO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp2y5P7YrO .dropdown-item.active,
.cid-tp2y5P7YrO .dropdown-item:active {
  background-color: transparent;
}
.cid-tp2y5P7YrO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp2y5P7YrO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp2y5P7YrO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp2y5P7YrO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tp2y5P7YrO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp2y5P7YrO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp2y5P7YrO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tp2y5P7YrO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tp2y5P7YrO button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tp2y5P7YrO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tp2y5P7YrO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tp2y5P7YrO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp2y5P7YrO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp2y5P7YrO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tp2y5P7YrO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp2y5P7YrO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tp2y5P7YrO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tp2y5P7YrO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp2y5P7YrO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tp2y5P7YrO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tp2y5P7YrO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp2y5P7YrO .navbar {
    height: 70px;
  }
  .cid-tp2y5P7YrO .navbar.opened {
    height: auto;
  }
  .cid-tp2y5P7YrO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp2y5P7YrO .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tp2y5P7YrO .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tp2y5P7YrO a {
  display: inline;
  font-weight: bold;
}
.cid-tp2y5P7YrO img {
  display: inline;
  padding-right: 10px;
}
.cid-tp2y5P7YrO .dropdown-toggle:after {
  display: none;
}
.cid-tp2y5P7YrO .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tp2y5P7YrO .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tp2y5P7YrO .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tp2y5T9q9r {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tp2y5T9q9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2y5T9q9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2y5T9q9r .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tp2y5T9q9r .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tp2y5T9q9r .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tp2y5T9q9r .mbr-section-title {
  color: #ffffff;
}
.cid-tp2y5T9q9r .mbr-text,
.cid-tp2y5T9q9r .mbr-section-btn {
  color: #ffffff;
}
.cid-tp2y5TLmz1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tp2y5TLmz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2y5TLmz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2y5TLmz1 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tp2y5TLmz1 .container {
    max-width: 1400px;
  }
}
.cid-tp2y5TLmz1 .card {
  margin: auto;
}
.cid-tp2y5TLmz1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tp2y5TLmz1 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tp2y5TLmz1 .row {
  justify-content: center;
}
.cid-tp2y5TLmz1 .card-title,
.cid-tp2y5TLmz1 .card-box {
  color: #260273;
}
.cid-tp2y5UnOfl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tp2y5UnOfl .container-fluid {
  padding: 0 3rem;
}
.cid-tp2y5UnOfl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #260273 50%, #670fbf 120%);
  display: inline-block;
}
.cid-tp2y5UnOfl .mbr-section-title {
  color: #000000;
}
.cid-tp2y5UnOfl .mbr-section-subtitle {
  color: #000000;
}
.cid-tp2y5UnOfl .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tp2y5UnOfl .header-text {
  padding: 2rem 1rem !important;
}
.cid-tp2y5UnOfl .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tp2y5UnOfl .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tp2y5UnOfl .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tp2y5UnOfl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tp2y5UnOfl .card .card-header a.panel-title:hover .sign {
  background-color: #670fbf !important;
}
.cid-tp2y5UnOfl .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #f20c8b;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-tp2y5UnOfl .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tp2y5UnOfl .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tp2y5UnOfl .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tp2y5UnOfl .container-fluid {
    padding: 0 1rem;
  }
  .cid-tp2y5UnOfl .header-text {
    padding: 1rem !important;
  }
  .cid-tp2y5UnOfl .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tp2y5UnOfl .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tp2y5UnOfl .panel-group {
    padding: 0;
  }
}
.cid-tp2y5UnOfl .mbr-section-title,
.cid-tp2y5UnOfl .underline {
  color: #670fbf;
}
.cid-tp2y5UnOfl .header-text,
.cid-tp2y5UnOfl .sign {
  color: #670fbf;
}
.cid-tp2y5UnOfl .panel-text {
  color: #260273;
}
.cid-tp2y5V6hPj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tp2y5V6hPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2y5V6hPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tp2y5V6hPj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tp2y5V6hPj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tp2y5V6hPj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tp2y5V6hPj .card-wrapper {
  border-radius: 4px;
  background-color: #8313f2;
}
.cid-tp2y5V6hPj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tp2y5V6hPj .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tp2y5V6hPj .price {
  color: #ffffff;
}
.cid-tp2y5V6hPj .mbr-text {
  color: #ffffff;
}
.cid-tp2y5VS5MP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f20c8b;
}
.cid-tp2y5VS5MP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2y5VS5MP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2y5VS5MP .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tp2y5VS5MP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tp2y5VS5MP .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tp2y5VS5MP .card-text {
  color: #ffffff;
}
.cid-tp2y5VS5MP .card-title {
  color: #260273;
}
.cid-tp2y5WAdwd {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f20c8b;
}
.cid-tp2y5X1QT7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tp2y5X1QT7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tp2y5X1QT7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tp2y5X1QT7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tp2y5X1QT7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tp2y5X1QT7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tp2y5X1QT7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tp2y5X1QT7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tp2y5X1QT7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tp2y5X1QT7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tp2y5X1QT7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tp2y5X1QT7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tp2y5X1QT7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tp2y5X1QT7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tp2y5X1QT7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tp2BiVk9YW .navbar-dropdown {
  position: relative !important;
}
.cid-tp2BiVk9YW .navbar-dropdown {
  position: absolute !important;
}
.cid-tp2BiVk9YW .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-tp2BiVk9YW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tp2BiVk9YW .dropdown-item:hover,
.cid-tp2BiVk9YW .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tp2BiVk9YW .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tp2BiVk9YW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp2BiVk9YW .nav-link {
  position: relative;
  padding: 0;
}
.cid-tp2BiVk9YW .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tp2BiVk9YW .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tp2BiVk9YW .dropdown-menu,
.cid-tp2BiVk9YW .navbar.opened {
  background: #670fbf !important;
}
.cid-tp2BiVk9YW .nav-item:focus,
.cid-tp2BiVk9YW .nav-link:focus {
  outline: none;
}
.cid-tp2BiVk9YW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tp2BiVk9YW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp2BiVk9YW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tp2BiVk9YW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tp2BiVk9YW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp2BiVk9YW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tp2BiVk9YW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tp2BiVk9YW .navbar.opened {
  transition: all 0.3s;
}
.cid-tp2BiVk9YW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tp2BiVk9YW .navbar .navbar-logo img {
  width: auto;
}
.cid-tp2BiVk9YW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tp2BiVk9YW .navbar.collapsed {
  justify-content: center;
}
.cid-tp2BiVk9YW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp2BiVk9YW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tp2BiVk9YW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tp2BiVk9YW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp2BiVk9YW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp2BiVk9YW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tp2BiVk9YW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp2BiVk9YW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tp2BiVk9YW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tp2BiVk9YW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp2BiVk9YW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp2BiVk9YW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp2BiVk9YW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp2BiVk9YW .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-tp2BiVk9YW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tp2BiVk9YW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp2BiVk9YW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp2BiVk9YW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp2BiVk9YW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tp2BiVk9YW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tp2BiVk9YW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tp2BiVk9YW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tp2BiVk9YW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tp2BiVk9YW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp2BiVk9YW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp2BiVk9YW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp2BiVk9YW .dropdown-item.active,
.cid-tp2BiVk9YW .dropdown-item:active {
  background-color: transparent;
}
.cid-tp2BiVk9YW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp2BiVk9YW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp2BiVk9YW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp2BiVk9YW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tp2BiVk9YW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp2BiVk9YW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp2BiVk9YW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tp2BiVk9YW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tp2BiVk9YW button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tp2BiVk9YW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tp2BiVk9YW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tp2BiVk9YW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp2BiVk9YW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp2BiVk9YW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tp2BiVk9YW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp2BiVk9YW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tp2BiVk9YW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tp2BiVk9YW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp2BiVk9YW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tp2BiVk9YW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tp2BiVk9YW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp2BiVk9YW .navbar {
    height: 70px;
  }
  .cid-tp2BiVk9YW .navbar.opened {
    height: auto;
  }
  .cid-tp2BiVk9YW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp2BiVk9YW .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tp2BiVk9YW .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tp2BiVk9YW a {
  display: inline;
  font-weight: bold;
}
.cid-tp2BiVk9YW img {
  display: inline;
  padding-right: 10px;
}
.cid-tp2BiVk9YW .dropdown-toggle:after {
  display: none;
}
.cid-tp2BiVk9YW .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tp2BiVk9YW .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tp2BiVk9YW .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tp2BiYZClf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tp2BiYZClf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2BiYZClf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2BiYZClf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tp2BiYZClf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tp2BiYZClf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tp2BiYZClf .mbr-section-title {
  color: #ffffff;
}
.cid-tp2BiYZClf .mbr-text,
.cid-tp2BiYZClf .mbr-section-btn {
  color: #ffffff;
}
.cid-tp2BiZFKvY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tp2BiZFKvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2BiZFKvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2BiZFKvY .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tp2BiZFKvY .container {
    max-width: 1400px;
  }
}
.cid-tp2BiZFKvY .card {
  margin: auto;
}
.cid-tp2BiZFKvY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tp2BiZFKvY .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tp2BiZFKvY .row {
  justify-content: center;
}
.cid-tp2BiZFKvY .card-title,
.cid-tp2BiZFKvY .card-box {
  color: #260273;
}
.cid-tp2Bj0dJht {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tp2Bj0dJht .container-fluid {
  padding: 0 3rem;
}
.cid-tp2Bj0dJht .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #260273 50%, #670fbf 120%);
  display: inline-block;
}
.cid-tp2Bj0dJht .mbr-section-title {
  color: #000000;
}
.cid-tp2Bj0dJht .mbr-section-subtitle {
  color: #000000;
}
.cid-tp2Bj0dJht .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tp2Bj0dJht .header-text {
  padding: 2rem 1rem !important;
}
.cid-tp2Bj0dJht .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tp2Bj0dJht .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tp2Bj0dJht .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tp2Bj0dJht .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tp2Bj0dJht .card .card-header a.panel-title:hover .sign {
  background-color: #670fbf !important;
}
.cid-tp2Bj0dJht .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #f20c8b;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-tp2Bj0dJht .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tp2Bj0dJht .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tp2Bj0dJht .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tp2Bj0dJht .container-fluid {
    padding: 0 1rem;
  }
  .cid-tp2Bj0dJht .header-text {
    padding: 1rem !important;
  }
  .cid-tp2Bj0dJht .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tp2Bj0dJht .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tp2Bj0dJht .panel-group {
    padding: 0;
  }
}
.cid-tp2Bj0dJht .mbr-section-title,
.cid-tp2Bj0dJht .underline {
  color: #670fbf;
}
.cid-tp2Bj0dJht .header-text,
.cid-tp2Bj0dJht .sign {
  color: #670fbf;
}
.cid-tp2Bj0dJht .panel-text {
  color: #260273;
}
.cid-tp2Bj0S9tq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tp2Bj0S9tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2Bj0S9tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tp2Bj0S9tq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tp2Bj0S9tq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tp2Bj0S9tq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tp2Bj0S9tq .card-wrapper {
  border-radius: 4px;
  background-color: #8313f2;
}
.cid-tp2Bj0S9tq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tp2Bj0S9tq .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tp2Bj0S9tq .price {
  color: #ffffff;
}
.cid-tp2Bj0S9tq .mbr-text {
  color: #ffffff;
}
.cid-tp2Bj1vvQB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f20c8b;
}
.cid-tp2Bj1vvQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2Bj1vvQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2Bj1vvQB .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tp2Bj1vvQB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tp2Bj1vvQB .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tp2Bj1vvQB .card-text {
  color: #ffffff;
}
.cid-tp2Bj1vvQB .card-title {
  color: #260273;
}
.cid-tp2Bj2g9k9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f20c8b;
}
.cid-tp2Bj2GwmH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tp2Bj2GwmH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tp2Bj2GwmH .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tp2Bj2GwmH .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tp2Bj2GwmH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tp2Bj2GwmH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tp2Bj2GwmH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tp2Bj2GwmH .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tp2Bj2GwmH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tp2Bj2GwmH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tp2Bj2GwmH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tp2Bj2GwmH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tp2Bj2GwmH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tp2Bj2GwmH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tp2Bj2GwmH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tp2Geogb7S .navbar-dropdown {
  position: relative !important;
}
.cid-tp2Geogb7S .navbar-dropdown {
  position: absolute !important;
}
.cid-tp2Geogb7S .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-tp2Geogb7S .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tp2Geogb7S .dropdown-item:hover,
.cid-tp2Geogb7S .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tp2Geogb7S .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tp2Geogb7S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp2Geogb7S .nav-link {
  position: relative;
  padding: 0;
}
.cid-tp2Geogb7S .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tp2Geogb7S .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tp2Geogb7S .dropdown-menu,
.cid-tp2Geogb7S .navbar.opened {
  background: #670fbf !important;
}
.cid-tp2Geogb7S .nav-item:focus,
.cid-tp2Geogb7S .nav-link:focus {
  outline: none;
}
.cid-tp2Geogb7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tp2Geogb7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp2Geogb7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tp2Geogb7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tp2Geogb7S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp2Geogb7S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tp2Geogb7S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tp2Geogb7S .navbar.opened {
  transition: all 0.3s;
}
.cid-tp2Geogb7S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tp2Geogb7S .navbar .navbar-logo img {
  width: auto;
}
.cid-tp2Geogb7S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tp2Geogb7S .navbar.collapsed {
  justify-content: center;
}
.cid-tp2Geogb7S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp2Geogb7S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tp2Geogb7S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tp2Geogb7S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp2Geogb7S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp2Geogb7S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tp2Geogb7S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp2Geogb7S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tp2Geogb7S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tp2Geogb7S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp2Geogb7S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp2Geogb7S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp2Geogb7S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp2Geogb7S .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-tp2Geogb7S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tp2Geogb7S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp2Geogb7S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp2Geogb7S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp2Geogb7S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tp2Geogb7S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tp2Geogb7S .navbar.navbar-short {
  min-height: 60px;
}
.cid-tp2Geogb7S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tp2Geogb7S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tp2Geogb7S .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp2Geogb7S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp2Geogb7S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp2Geogb7S .dropdown-item.active,
.cid-tp2Geogb7S .dropdown-item:active {
  background-color: transparent;
}
.cid-tp2Geogb7S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp2Geogb7S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp2Geogb7S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp2Geogb7S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tp2Geogb7S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp2Geogb7S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp2Geogb7S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tp2Geogb7S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tp2Geogb7S button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tp2Geogb7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tp2Geogb7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tp2Geogb7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp2Geogb7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp2Geogb7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tp2Geogb7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp2Geogb7S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tp2Geogb7S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tp2Geogb7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp2Geogb7S .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tp2Geogb7S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tp2Geogb7S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp2Geogb7S .navbar {
    height: 70px;
  }
  .cid-tp2Geogb7S .navbar.opened {
    height: auto;
  }
  .cid-tp2Geogb7S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp2Geogb7S .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tp2Geogb7S .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tp2Geogb7S a {
  display: inline;
  font-weight: bold;
}
.cid-tp2Geogb7S img {
  display: inline;
  padding-right: 10px;
}
.cid-tp2Geogb7S .dropdown-toggle:after {
  display: none;
}
.cid-tp2Geogb7S .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tp2Geogb7S .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tp2Geogb7S .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tp2GerKqCl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tp2GerKqCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2GerKqCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2GerKqCl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tp2GerKqCl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tp2GerKqCl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tp2GerKqCl .mbr-section-title {
  color: #ffffff;
}
.cid-tp2GerKqCl .mbr-text,
.cid-tp2GerKqCl .mbr-section-btn {
  color: #ffffff;
}
.cid-tp2GeskQtQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tp2GeskQtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2GeskQtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2GeskQtQ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tp2GeskQtQ .container {
    max-width: 1400px;
  }
}
.cid-tp2GeskQtQ .card {
  margin: auto;
}
.cid-tp2GeskQtQ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tp2GeskQtQ .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tp2GeskQtQ .row {
  justify-content: center;
}
.cid-tp2GeskQtQ .card-title,
.cid-tp2GeskQtQ .card-box {
  color: #260273;
}
.cid-tp2GesVi8l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tp2GesVi8l .container-fluid {
  padding: 0 3rem;
}
.cid-tp2GesVi8l .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #260273 50%, #670fbf 120%);
  display: inline-block;
}
.cid-tp2GesVi8l .mbr-section-title {
  color: #000000;
}
.cid-tp2GesVi8l .mbr-section-subtitle {
  color: #000000;
}
.cid-tp2GesVi8l .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tp2GesVi8l .header-text {
  padding: 2rem 1rem !important;
}
.cid-tp2GesVi8l .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tp2GesVi8l .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tp2GesVi8l .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tp2GesVi8l .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tp2GesVi8l .card .card-header a.panel-title:hover .sign {
  background-color: #670fbf !important;
}
.cid-tp2GesVi8l .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #f20c8b;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-tp2GesVi8l .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tp2GesVi8l .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tp2GesVi8l .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tp2GesVi8l .container-fluid {
    padding: 0 1rem;
  }
  .cid-tp2GesVi8l .header-text {
    padding: 1rem !important;
  }
  .cid-tp2GesVi8l .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tp2GesVi8l .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tp2GesVi8l .panel-group {
    padding: 0;
  }
}
.cid-tp2GesVi8l .mbr-section-title,
.cid-tp2GesVi8l .underline {
  color: #670fbf;
}
.cid-tp2GesVi8l .header-text,
.cid-tp2GesVi8l .sign {
  color: #670fbf;
}
.cid-tp2GesVi8l .panel-text {
  color: #260273;
}
.cid-tp2GetxjQ6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tp2GetxjQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2GetxjQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tp2GetxjQ6 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tp2GetxjQ6 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tp2GetxjQ6 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tp2GetxjQ6 .card-wrapper {
  border-radius: 4px;
  background-color: #8313f2;
}
.cid-tp2GetxjQ6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tp2GetxjQ6 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tp2GetxjQ6 .price {
  color: #ffffff;
}
.cid-tp2GetxjQ6 .mbr-text {
  color: #ffffff;
}
.cid-tp2GeuejO7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f20c8b;
}
.cid-tp2GeuejO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2GeuejO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2GeuejO7 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tp2GeuejO7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tp2GeuejO7 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tp2GeuejO7 .card-text {
  color: #ffffff;
}
.cid-tp2GeuejO7 .card-title {
  color: #260273;
}
.cid-tp2GeuRIeQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f20c8b;
}
.cid-tp2GevhiNg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tp2GevhiNg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tp2GevhiNg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tp2GevhiNg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tp2GevhiNg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tp2GevhiNg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tp2GevhiNg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tp2GevhiNg .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tp2GevhiNg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tp2GevhiNg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tp2GevhiNg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tp2GevhiNg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tp2GevhiNg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tp2GevhiNg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tp2GevhiNg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tp2ULhuTqW .navbar-dropdown {
  position: relative !important;
}
.cid-tp2ULhuTqW .navbar-dropdown {
  position: absolute !important;
}
.cid-tp2ULhuTqW .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-tp2ULhuTqW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tp2ULhuTqW .dropdown-item:hover,
.cid-tp2ULhuTqW .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tp2ULhuTqW .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tp2ULhuTqW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp2ULhuTqW .nav-link {
  position: relative;
  padding: 0;
}
.cid-tp2ULhuTqW .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tp2ULhuTqW .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tp2ULhuTqW .dropdown-menu,
.cid-tp2ULhuTqW .navbar.opened {
  background: #670fbf !important;
}
.cid-tp2ULhuTqW .nav-item:focus,
.cid-tp2ULhuTqW .nav-link:focus {
  outline: none;
}
.cid-tp2ULhuTqW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tp2ULhuTqW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp2ULhuTqW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tp2ULhuTqW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tp2ULhuTqW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp2ULhuTqW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tp2ULhuTqW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tp2ULhuTqW .navbar.opened {
  transition: all 0.3s;
}
.cid-tp2ULhuTqW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tp2ULhuTqW .navbar .navbar-logo img {
  width: auto;
}
.cid-tp2ULhuTqW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tp2ULhuTqW .navbar.collapsed {
  justify-content: center;
}
.cid-tp2ULhuTqW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp2ULhuTqW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tp2ULhuTqW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tp2ULhuTqW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp2ULhuTqW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp2ULhuTqW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tp2ULhuTqW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp2ULhuTqW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tp2ULhuTqW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tp2ULhuTqW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp2ULhuTqW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp2ULhuTqW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp2ULhuTqW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp2ULhuTqW .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-tp2ULhuTqW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tp2ULhuTqW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp2ULhuTqW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp2ULhuTqW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp2ULhuTqW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tp2ULhuTqW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tp2ULhuTqW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tp2ULhuTqW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tp2ULhuTqW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tp2ULhuTqW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp2ULhuTqW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp2ULhuTqW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp2ULhuTqW .dropdown-item.active,
.cid-tp2ULhuTqW .dropdown-item:active {
  background-color: transparent;
}
.cid-tp2ULhuTqW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp2ULhuTqW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp2ULhuTqW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp2ULhuTqW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tp2ULhuTqW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp2ULhuTqW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp2ULhuTqW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tp2ULhuTqW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tp2ULhuTqW button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tp2ULhuTqW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tp2ULhuTqW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tp2ULhuTqW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp2ULhuTqW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp2ULhuTqW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tp2ULhuTqW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp2ULhuTqW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tp2ULhuTqW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tp2ULhuTqW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp2ULhuTqW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tp2ULhuTqW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tp2ULhuTqW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp2ULhuTqW .navbar {
    height: 70px;
  }
  .cid-tp2ULhuTqW .navbar.opened {
    height: auto;
  }
  .cid-tp2ULhuTqW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp2ULhuTqW .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tp2ULhuTqW .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tp2ULhuTqW a {
  display: inline;
  font-weight: bold;
}
.cid-tp2ULhuTqW img {
  display: inline;
  padding-right: 10px;
}
.cid-tp2ULhuTqW .dropdown-toggle:after {
  display: none;
}
.cid-tp2ULhuTqW .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tp2ULhuTqW .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tp2ULhuTqW .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tp2ULkkpUQ {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tp2ULkkpUQ .mbr-section-title {
  color: #f20c8b;
  text-align: center;
}
.cid-tp2ULkkpUQ .mbr-text,
.cid-tp2ULkkpUQ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tp2YnbSTNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tp2YnbSTNo .mbr-section-title {
  margin-bottom: 20px;
  color: #bf1f94;
}
.cid-tp2YnbSTNo .mbr-text {
  margin-bottom: 30px;
}
.cid-tp2YnbSTNo .tab_text {
  margin-bottom: 0;
}
.cid-tp2YnbSTNo .nav-tabs .nav-item.open .nav-link:focus,
.cid-tp2YnbSTNo .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tp2YnbSTNo .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-tp2YnbSTNo .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fa9dd0;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-tp2YnbSTNo .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tp2YnbSTNo .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-tp2YnbSTNo .nav-tabs .nav-link:not(.active) {
  color: #f20c8b;
}
.cid-tp2YnbSTNo .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-tp2YnbSTNo .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #260273;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tp2YnbSTNo .nav-link:hover {
  color: #260273 !important;
}
.cid-tp2YnbSTNo .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-tp2YnbSTNo .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #260273;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tp2YnbSTNo .mbr-section-btn {
  margin-top: 30px;
}
.cid-tp2YnbSTNo .nav-tabs .nav-link.active {
  color: #260273;
}
@media (max-width: 991px) {
  .cid-tp2YnbSTNo .title_block,
  .cid-tp2YnbSTNo .tab-content {
    text-align: center;
  }
  .cid-tp2YnbSTNo .image {
    margin-bottom: 40px;
  }
  .cid-tp2YnbSTNo .nav-link {
    padding: 12px 25px;
  }
  .cid-tp2YnbSTNo .mbr-section-btn {
    text-align: center;
  }
}
.cid-tp2YnbSTNo .tab_text,
.cid-tp2YnbSTNo .mbr-section-btn {
  color: #260273;
}
.cid-tp2ULwVjZC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tp2ULwVjZC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tp2ULwVjZC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tp2ULwVjZC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tp2ULwVjZC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tp2ULwVjZC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tp2ULwVjZC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tp2ULwVjZC .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tp2ULwVjZC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tp2ULwVjZC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tp2ULwVjZC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tp2ULwVjZC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tp2ULwVjZC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tp2ULwVjZC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tp2ULwVjZC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tu4PUHYdhf {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tu4PUHYdhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4PUHYdhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4PUHYdhf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tu4PUHYdhf .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tu4PUHYdhf .mbr-section-title {
  color: #f20c8b;
}
.cid-tpygUFAieW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tpygUFAieW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpygUFAieW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpygUFAieW .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tpygUFAieW .container {
    max-width: 1400px;
  }
}
.cid-tpygUFAieW .card {
  margin: auto;
}
.cid-tpygUFAieW .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tpygUFAieW .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tpygUFAieW .row {
  justify-content: center;
}
.cid-tpygUFAieW .card-title,
.cid-tpygUFAieW .card-box {
  color: #260273;
}
.cid-tpyu0EAmcn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tpyu0EAmcn .mbr-section-subtitle {
  color: #260273;
}
.cid-tpyu0EAmcn .mbr-text {
  color: #260273;
}
.cid-tpykQHCosU {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tpykQHCosU .title__block {
  margin-bottom: 89px;
}
.cid-tpykQHCosU .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tpykQHCosU .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tpykQHCosU .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tpykQHCosU .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #bf1f94;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tpykQHCosU .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tpykQHCosU .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #bf1f94;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tpykQHCosU .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tpykQHCosU .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tpykQHCosU .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tpykQHCosU .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tpykQHCosU .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tpykQHCosU .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tpykQHCosU .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tpykQHCosU .title__block {
    margin-bottom: 40px;
  }
  .cid-tpykQHCosU .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tpykQHCosU .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tpykQHCosU .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tpykQHCosU .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tpykQHCosU .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tpykQHCosU .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tpykQHCosU .iconBackground {
    left: 0 !important;
  }
  .cid-tpykQHCosU .separline:before {
    left: 0 !important;
  }
}
.cid-tpykQHCosU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpykQHCosU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpykQHCosU .mbr-timeline-text {
  color: #670fbf;
}
.cid-tpykQHCosU .mbr-section-title {
  color: #260273;
}
.cid-tpylgjxebp {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tpylgjxebp .title__block {
  margin-bottom: 89px;
}
.cid-tpylgjxebp .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tpylgjxebp .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tpylgjxebp .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #bf1f94;
  border-radius: 4px;
  background-color: #fafafa;
  position: relative;
}
.cid-tpylgjxebp .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tpylgjxebp .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #bf1f94;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #fafafa;
  transform: rotate(45deg);
}
.cid-tpylgjxebp .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tpylgjxebp .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tpylgjxebp .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tpylgjxebp .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tpylgjxebp .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tpylgjxebp .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tpylgjxebp .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tpylgjxebp .title__block {
    margin-bottom: 40px;
  }
  .cid-tpylgjxebp .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tpylgjxebp .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tpylgjxebp .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tpylgjxebp .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tpylgjxebp .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tpylgjxebp .iconBackground {
    left: 0 !important;
  }
  .cid-tpylgjxebp .separline:before {
    left: 0 !important;
  }
}
.cid-tpylgjxebp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpylgjxebp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpylgjxebp .mbr-timeline-text {
  color: #670fbf;
}
.cid-tpynhAgW87 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tpynhAgW87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpynhAgW87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpynhAgW87 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tpynhAgW87 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tpynhAgW87 .embla__button--next,
.cid-tpynhAgW87 .embla__button--prev {
  display: flex;
}
.cid-tpynhAgW87 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpynhAgW87 .embla__button {
    display: none;
  }
}
.cid-tpynhAgW87 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpynhAgW87 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tpynhAgW87 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpynhAgW87 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tpynhAgW87 .embla__button {
    top: auto;
  }
}
.cid-tpynhAgW87 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tpynhAgW87 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tpynhAgW87 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tpynhAgW87 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tpynhAgW87 .embla {
  position: relative;
  width: 100%;
}
.cid-tpynhAgW87 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpynhAgW87 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpynhAgW87 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpynhAgW87 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpynhAgW87 H3 {
  color: #260273;
}
.cid-tpynhAgW87 .user_text {
  color: #260273;
}
.cid-tpyuNvV2Wc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tpyuNvV2Wc img,
.cid-tpyuNvV2Wc .item-img {
  width: 100%;
}
.cid-tpyuNvV2Wc .item:focus,
.cid-tpyuNvV2Wc span:focus {
  outline: none;
}
.cid-tpyuNvV2Wc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tpyuNvV2Wc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpyuNvV2Wc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tpyuNvV2Wc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpyuNvV2Wc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tpyuNvV2Wc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tpyuNvV2Wc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpyuNvV2Wc .mbr-section-title {
  color: #ffffff;
}
.cid-tpyuNvV2Wc .mbr-text,
.cid-tpyuNvV2Wc .mbr-section-btn {
  text-align: center;
}
.cid-tpyuNvV2Wc .item-title {
  text-align: center;
  color: #670fbf;
}
.cid-tpyuNvV2Wc .item-subtitle {
  text-align: left;
}
.cid-tH3xWbKgam {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tH3xWbKgam .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH3xWbKgam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH3xWbKgam .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tH3xWbKgam .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tH3xWbKgam .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #260273;
}
.cid-tH3xWbKgam .panel-body,
.cid-tH3xWbKgam .card-header {
  padding: 1rem 0;
}
.cid-tH3xWbKgam .panel-title-edit {
  color: #bf1f94;
}
.cid-tH3xWbKgam H3 {
  color: #bf1f94;
}
.cid-tH3xX5ZoYw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tH3xX5ZoYw .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tH3xXLxf7T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tH3xXLxf7T .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tH3xXLxf7T .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tH3xXLxf7T .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tH3xXLxf7T .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tH3xXLxf7T .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tH3xXLxf7T .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tH3xXLxf7T .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tH3xXLxf7T .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tH3xXLxf7T .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tH3xXLxf7T .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tH3xXLxf7T .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tH3xXLxf7T .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tH3xXLxf7T .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tH3xXLxf7T .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tpyGWsblJP .navbar-dropdown {
  position: relative !important;
}
.cid-tpyGWsblJP .navbar-dropdown {
  position: absolute !important;
}
.cid-tpyGWsblJP .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-tpyGWsblJP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tpyGWsblJP .dropdown-item:hover,
.cid-tpyGWsblJP .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tpyGWsblJP .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tpyGWsblJP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpyGWsblJP .nav-link {
  position: relative;
  padding: 0;
}
.cid-tpyGWsblJP .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tpyGWsblJP .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpyGWsblJP .dropdown-menu,
.cid-tpyGWsblJP .navbar.opened {
  background: #670fbf !important;
}
.cid-tpyGWsblJP .nav-item:focus,
.cid-tpyGWsblJP .nav-link:focus {
  outline: none;
}
.cid-tpyGWsblJP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpyGWsblJP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpyGWsblJP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpyGWsblJP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpyGWsblJP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpyGWsblJP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpyGWsblJP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tpyGWsblJP .navbar.opened {
  transition: all 0.3s;
}
.cid-tpyGWsblJP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpyGWsblJP .navbar .navbar-logo img {
  width: auto;
}
.cid-tpyGWsblJP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpyGWsblJP .navbar.collapsed {
  justify-content: center;
}
.cid-tpyGWsblJP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpyGWsblJP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpyGWsblJP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tpyGWsblJP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpyGWsblJP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpyGWsblJP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpyGWsblJP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpyGWsblJP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpyGWsblJP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpyGWsblJP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpyGWsblJP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpyGWsblJP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpyGWsblJP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpyGWsblJP .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-tpyGWsblJP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpyGWsblJP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpyGWsblJP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpyGWsblJP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpyGWsblJP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpyGWsblJP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpyGWsblJP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpyGWsblJP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpyGWsblJP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpyGWsblJP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpyGWsblJP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpyGWsblJP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpyGWsblJP .dropdown-item.active,
.cid-tpyGWsblJP .dropdown-item:active {
  background-color: transparent;
}
.cid-tpyGWsblJP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpyGWsblJP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpyGWsblJP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpyGWsblJP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tpyGWsblJP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpyGWsblJP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpyGWsblJP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpyGWsblJP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpyGWsblJP button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpyGWsblJP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tpyGWsblJP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpyGWsblJP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpyGWsblJP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpyGWsblJP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpyGWsblJP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpyGWsblJP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpyGWsblJP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpyGWsblJP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpyGWsblJP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tpyGWsblJP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpyGWsblJP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpyGWsblJP .navbar {
    height: 70px;
  }
  .cid-tpyGWsblJP .navbar.opened {
    height: auto;
  }
  .cid-tpyGWsblJP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpyGWsblJP .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tpyGWsblJP .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tpyGWsblJP a {
  display: inline;
  font-weight: bold;
}
.cid-tpyGWsblJP img {
  display: inline;
  padding-right: 10px;
}
.cid-tpyGWsblJP .dropdown-toggle:after {
  display: none;
}
.cid-tpyGWsblJP .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tpyGWsblJP .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tpyGWsblJP .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tpyGWuqnO0 {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tpyGWuqnO0 .mbr-section-title {
  color: #f20c8b;
  text-align: center;
}
.cid-tpyGWuqnO0 .mbr-text,
.cid-tpyGWuqnO0 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tpyGWFK3K2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tpyGWFK3K2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tpyGWFK3K2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tpyGWFK3K2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tpyGWFK3K2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tpyGWFK3K2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tpyGWFK3K2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tpyGWFK3K2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tpyGWFK3K2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tpyGWFK3K2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tpyGWFK3K2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tpyGWFK3K2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tpyGWFK3K2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tpyGWFK3K2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tpyGWFK3K2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tq1j4kNEwz .navbar-dropdown {
  position: relative !important;
}
.cid-tq1j4kNEwz .navbar-dropdown {
  position: absolute !important;
}
.cid-tq1j4kNEwz .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-tq1j4kNEwz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tq1j4kNEwz .dropdown-item:hover,
.cid-tq1j4kNEwz .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tq1j4kNEwz .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tq1j4kNEwz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tq1j4kNEwz .nav-link {
  position: relative;
  padding: 0;
}
.cid-tq1j4kNEwz .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tq1j4kNEwz .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tq1j4kNEwz .dropdown-menu,
.cid-tq1j4kNEwz .navbar.opened {
  background: #670fbf !important;
}
.cid-tq1j4kNEwz .nav-item:focus,
.cid-tq1j4kNEwz .nav-link:focus {
  outline: none;
}
.cid-tq1j4kNEwz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tq1j4kNEwz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tq1j4kNEwz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tq1j4kNEwz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tq1j4kNEwz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tq1j4kNEwz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tq1j4kNEwz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tq1j4kNEwz .navbar.opened {
  transition: all 0.3s;
}
.cid-tq1j4kNEwz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tq1j4kNEwz .navbar .navbar-logo img {
  width: auto;
}
.cid-tq1j4kNEwz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tq1j4kNEwz .navbar.collapsed {
  justify-content: center;
}
.cid-tq1j4kNEwz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tq1j4kNEwz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tq1j4kNEwz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tq1j4kNEwz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tq1j4kNEwz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tq1j4kNEwz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tq1j4kNEwz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tq1j4kNEwz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tq1j4kNEwz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tq1j4kNEwz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tq1j4kNEwz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tq1j4kNEwz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tq1j4kNEwz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tq1j4kNEwz .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-tq1j4kNEwz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tq1j4kNEwz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tq1j4kNEwz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tq1j4kNEwz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tq1j4kNEwz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tq1j4kNEwz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tq1j4kNEwz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tq1j4kNEwz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tq1j4kNEwz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tq1j4kNEwz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tq1j4kNEwz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tq1j4kNEwz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tq1j4kNEwz .dropdown-item.active,
.cid-tq1j4kNEwz .dropdown-item:active {
  background-color: transparent;
}
.cid-tq1j4kNEwz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tq1j4kNEwz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tq1j4kNEwz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tq1j4kNEwz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tq1j4kNEwz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tq1j4kNEwz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tq1j4kNEwz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tq1j4kNEwz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tq1j4kNEwz button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tq1j4kNEwz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tq1j4kNEwz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tq1j4kNEwz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq1j4kNEwz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq1j4kNEwz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tq1j4kNEwz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq1j4kNEwz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tq1j4kNEwz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tq1j4kNEwz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq1j4kNEwz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tq1j4kNEwz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tq1j4kNEwz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tq1j4kNEwz .navbar {
    height: 70px;
  }
  .cid-tq1j4kNEwz .navbar.opened {
    height: auto;
  }
  .cid-tq1j4kNEwz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tq1j4kNEwz .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tq1j4kNEwz .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tq1j4kNEwz a {
  display: inline;
  font-weight: bold;
}
.cid-tq1j4kNEwz img {
  display: inline;
  padding-right: 10px;
}
.cid-tq1j4kNEwz .dropdown-toggle:after {
  display: none;
}
.cid-tq1j4kNEwz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tq1j4kNEwz .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tq1j4kNEwz .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tq1jo9GOiA {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tq1jo9GOiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1jo9GOiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1jo9GOiA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tq1jo9GOiA .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tq1jo9GOiA .mbr-section-title {
  color: #f20c8b;
}
.cid-tq1j4pocu4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tq1j4pocu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1j4pocu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1j4pocu4 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tq1j4pocu4 .container {
    max-width: 1400px;
  }
}
.cid-tq1j4pocu4 .card {
  margin: auto;
}
.cid-tq1j4pocu4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tq1j4pocu4 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tq1j4pocu4 .row {
  justify-content: center;
}
.cid-tq1j4pocu4 .card-title,
.cid-tq1j4pocu4 .card-box {
  color: #260273;
}
.cid-tq1j4rnOam {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tq1j4rnOam .title__block {
  margin-bottom: 89px;
}
.cid-tq1j4rnOam .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tq1j4rnOam .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tq1j4rnOam .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tq1j4rnOam .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tq1j4rnOam .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tq1j4rnOam .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tq1j4rnOam .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tq1j4rnOam .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tq1j4rnOam .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tq1j4rnOam .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tq1j4rnOam .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tq1j4rnOam .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tq1j4rnOam .title__block {
    margin-bottom: 40px;
  }
  .cid-tq1j4rnOam .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tq1j4rnOam .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tq1j4rnOam .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tq1j4rnOam .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tq1j4rnOam .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tq1j4rnOam .iconBackground {
    left: 0 !important;
  }
  .cid-tq1j4rnOam .separline:before {
    left: 0 !important;
  }
}
.cid-tq1j4rnOam .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1j4rnOam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1j4rnOam .mbr-timeline-text {
  color: #670fbf;
}
.cid-tq1j4rnOam .mbr-section-title {
  color: #260273;
}
.cid-tq1muVCgnu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f20c8b;
}
.cid-tq1muVCgnu .line {
  background-color: #260273;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tq1muVCgnu .mbr-text {
  color: #ffffff;
}
.cid-tq1n4M9rr5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tq1n4M9rr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1n4M9rr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1n4M9rr5 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tq1n4M9rr5 .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-tq1n4M9rr5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tq1n4M9rr5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-tq1n4M9rr5 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tq1n4M9rr5 .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-tq1n4M9rr5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tq1n4M9rr5 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tq1n4M9rr5 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq1n4M9rr5 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tq1n4M9rr5 .card-title {
  color: #f20c8b;
}
.cid-tq1n4M9rr5 .mbr-text,
.cid-tq1n4M9rr5 .social-row {
  color: #ffffff;
}
.cid-tq1njk2RE4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tq1njk2RE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1njk2RE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tq1njk2RE4 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tq1njk2RE4 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq1njk2RE4 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tq1njk2RE4 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tq1njk2RE4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tq1njk2RE4 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tq1njk2RE4 .price {
  color: #f20c8b;
}
.cid-tq1njk2RE4 .mbr-text {
  color: #260273;
}
.cid-tq1nd7AzTd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #670fbf;
}
.cid-tq1nd7AzTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1nd7AzTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1nd7AzTd .nav-tabs .nav-item.open .nav-link:focus,
.cid-tq1nd7AzTd .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tq1nd7AzTd .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f20c8b;
}
@media (max-width: 767px) {
  .cid-tq1nd7AzTd .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tq1nd7AzTd .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tq1nd7AzTd .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tq1nd7AzTd .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tq1nd7AzTd .nav-link,
.cid-tq1nd7AzTd .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tq1nd7AzTd .nav-tabs .nav-link.active {
  color: #f20c8b;
  border-bottom: 3px solid #f20c8b;
}
.cid-tq1nd7AzTd H4 {
  text-align: center;
}
.cid-tq1nd7AzTd H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-tq1nd7AzTd P {
  color: #ffffff;
}
.cid-tq1mwTtLxY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tq1mwTtLxY .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tq1j4wK1C2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tq1j4wK1C2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tq1j4wK1C2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tq1j4wK1C2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tq1j4wK1C2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tq1j4wK1C2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tq1j4wK1C2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tq1j4wK1C2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tq1j4wK1C2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tq1j4wK1C2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tq1j4wK1C2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tq1j4wK1C2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tq1j4wK1C2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tq1j4wK1C2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tq1j4wK1C2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tq1PPaGYQb .navbar-dropdown {
  position: relative !important;
}
.cid-tq1PPaGYQb .navbar-dropdown {
  position: absolute !important;
}
.cid-tq1PPaGYQb .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-tq1PPaGYQb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tq1PPaGYQb .dropdown-item:hover,
.cid-tq1PPaGYQb .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tq1PPaGYQb .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tq1PPaGYQb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tq1PPaGYQb .nav-link {
  position: relative;
  padding: 0;
}
.cid-tq1PPaGYQb .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tq1PPaGYQb .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tq1PPaGYQb .dropdown-menu,
.cid-tq1PPaGYQb .navbar.opened {
  background: #670fbf !important;
}
.cid-tq1PPaGYQb .nav-item:focus,
.cid-tq1PPaGYQb .nav-link:focus {
  outline: none;
}
.cid-tq1PPaGYQb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tq1PPaGYQb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tq1PPaGYQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tq1PPaGYQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tq1PPaGYQb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tq1PPaGYQb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tq1PPaGYQb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tq1PPaGYQb .navbar.opened {
  transition: all 0.3s;
}
.cid-tq1PPaGYQb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tq1PPaGYQb .navbar .navbar-logo img {
  width: auto;
}
.cid-tq1PPaGYQb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tq1PPaGYQb .navbar.collapsed {
  justify-content: center;
}
.cid-tq1PPaGYQb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tq1PPaGYQb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tq1PPaGYQb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tq1PPaGYQb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tq1PPaGYQb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tq1PPaGYQb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tq1PPaGYQb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tq1PPaGYQb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tq1PPaGYQb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tq1PPaGYQb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tq1PPaGYQb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tq1PPaGYQb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tq1PPaGYQb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tq1PPaGYQb .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-tq1PPaGYQb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tq1PPaGYQb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tq1PPaGYQb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tq1PPaGYQb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tq1PPaGYQb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tq1PPaGYQb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tq1PPaGYQb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tq1PPaGYQb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tq1PPaGYQb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tq1PPaGYQb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tq1PPaGYQb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tq1PPaGYQb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tq1PPaGYQb .dropdown-item.active,
.cid-tq1PPaGYQb .dropdown-item:active {
  background-color: transparent;
}
.cid-tq1PPaGYQb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tq1PPaGYQb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tq1PPaGYQb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tq1PPaGYQb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tq1PPaGYQb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tq1PPaGYQb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tq1PPaGYQb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tq1PPaGYQb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tq1PPaGYQb button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tq1PPaGYQb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tq1PPaGYQb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tq1PPaGYQb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq1PPaGYQb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq1PPaGYQb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tq1PPaGYQb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq1PPaGYQb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tq1PPaGYQb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tq1PPaGYQb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq1PPaGYQb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tq1PPaGYQb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tq1PPaGYQb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tq1PPaGYQb .navbar {
    height: 70px;
  }
  .cid-tq1PPaGYQb .navbar.opened {
    height: auto;
  }
  .cid-tq1PPaGYQb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tq1PPaGYQb .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tq1PPaGYQb .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tq1PPaGYQb a {
  display: inline;
  font-weight: bold;
}
.cid-tq1PPaGYQb img {
  display: inline;
  padding-right: 10px;
}
.cid-tq1PPaGYQb .dropdown-toggle:after {
  display: none;
}
.cid-tq1PPaGYQb .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tq1PPaGYQb .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tq1PPaGYQb .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tq1PPehH3I {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tq1PPehH3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1PPehH3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1PPehH3I .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tq1PPehH3I .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tq1PPehH3I .mbr-section-title {
  color: #f20c8b;
}
.cid-tq1PPeUwo9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tq1PPeUwo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1PPeUwo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1PPeUwo9 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tq1PPeUwo9 .container {
    max-width: 1400px;
  }
}
.cid-tq1PPeUwo9 .card {
  margin: auto;
}
.cid-tq1PPeUwo9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tq1PPeUwo9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tq1PPeUwo9 .row {
  justify-content: center;
}
.cid-tq1PPeUwo9 .card-title,
.cid-tq1PPeUwo9 .card-box {
  color: #260273;
}
.cid-tq1PPfwUDL {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tq1PPfwUDL .title__block {
  margin-bottom: 89px;
}
.cid-tq1PPfwUDL .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tq1PPfwUDL .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tq1PPfwUDL .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tq1PPfwUDL .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tq1PPfwUDL .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tq1PPfwUDL .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tq1PPfwUDL .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tq1PPfwUDL .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tq1PPfwUDL .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tq1PPfwUDL .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tq1PPfwUDL .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tq1PPfwUDL .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tq1PPfwUDL .title__block {
    margin-bottom: 40px;
  }
  .cid-tq1PPfwUDL .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tq1PPfwUDL .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tq1PPfwUDL .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tq1PPfwUDL .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tq1PPfwUDL .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tq1PPfwUDL .iconBackground {
    left: 0 !important;
  }
  .cid-tq1PPfwUDL .separline:before {
    left: 0 !important;
  }
}
.cid-tq1PPfwUDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1PPfwUDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1PPfwUDL .mbr-timeline-text {
  color: #670fbf;
}
.cid-tq1PPfwUDL .mbr-section-title {
  color: #260273;
}
.cid-tq1PPgUUa0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tq1PPgUUa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1PPgUUa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1PPgUUa0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tq1PPgUUa0 .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-tq1PPgUUa0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tq1PPgUUa0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-tq1PPgUUa0 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tq1PPgUUa0 .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-tq1PPgUUa0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tq1PPgUUa0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tq1PPgUUa0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq1PPgUUa0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tq1PPgUUa0 .card-title {
  color: #f20c8b;
}
.cid-tq1PPgUUa0 .mbr-text,
.cid-tq1PPgUUa0 .social-row {
  color: #ffffff;
}
.cid-tq1PPi5b01 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tq1PPi5b01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1PPi5b01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tq1PPi5b01 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tq1PPi5b01 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq1PPi5b01 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tq1PPi5b01 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tq1PPi5b01 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tq1PPi5b01 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tq1PPi5b01 .price {
  color: #f20c8b;
}
.cid-tq1PPi5b01 .mbr-text {
  color: #260273;
}
.cid-tq1PPiYr87 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #670fbf;
}
.cid-tq1PPiYr87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1PPiYr87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1PPiYr87 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tq1PPiYr87 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tq1PPiYr87 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f20c8b;
}
@media (max-width: 767px) {
  .cid-tq1PPiYr87 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tq1PPiYr87 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tq1PPiYr87 .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tq1PPiYr87 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tq1PPiYr87 .nav-link,
.cid-tq1PPiYr87 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tq1PPiYr87 .nav-tabs .nav-link.active {
  color: #f20c8b;
  border-bottom: 3px solid #f20c8b;
}
.cid-tq1PPiYr87 H4 {
  text-align: center;
}
.cid-tq1PPiYr87 H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-tq1PPiYr87 P {
  color: #ffffff;
}
.cid-tq1PPjZIgi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tq1PPjZIgi .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tq1PPkB74C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tq1PPkB74C .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tq1PPkB74C .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tq1PPkB74C .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tq1PPkB74C .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tq1PPkB74C .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tq1PPkB74C .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tq1PPkB74C .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tq1PPkB74C .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tq1PPkB74C .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tq1PPkB74C .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tq1PPkB74C .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tq1PPkB74C .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tq1PPkB74C .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tq1PPkB74C .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqynh2dORP .navbar-dropdown {
  position: relative !important;
}
.cid-tqynh2dORP .navbar-dropdown {
  position: absolute !important;
}
.cid-tqynh2dORP .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-tqynh2dORP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tqynh2dORP .dropdown-item:hover,
.cid-tqynh2dORP .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tqynh2dORP .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tqynh2dORP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqynh2dORP .nav-link {
  position: relative;
  padding: 0;
}
.cid-tqynh2dORP .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tqynh2dORP .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqynh2dORP .dropdown-menu,
.cid-tqynh2dORP .navbar.opened {
  background: #670fbf !important;
}
.cid-tqynh2dORP .nav-item:focus,
.cid-tqynh2dORP .nav-link:focus {
  outline: none;
}
.cid-tqynh2dORP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqynh2dORP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqynh2dORP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqynh2dORP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqynh2dORP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqynh2dORP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqynh2dORP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tqynh2dORP .navbar.opened {
  transition: all 0.3s;
}
.cid-tqynh2dORP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqynh2dORP .navbar .navbar-logo img {
  width: auto;
}
.cid-tqynh2dORP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqynh2dORP .navbar.collapsed {
  justify-content: center;
}
.cid-tqynh2dORP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqynh2dORP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqynh2dORP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tqynh2dORP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqynh2dORP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqynh2dORP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tqynh2dORP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqynh2dORP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqynh2dORP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqynh2dORP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqynh2dORP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqynh2dORP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqynh2dORP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqynh2dORP .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-tqynh2dORP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tqynh2dORP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqynh2dORP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqynh2dORP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqynh2dORP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqynh2dORP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqynh2dORP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqynh2dORP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tqynh2dORP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tqynh2dORP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqynh2dORP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqynh2dORP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqynh2dORP .dropdown-item.active,
.cid-tqynh2dORP .dropdown-item:active {
  background-color: transparent;
}
.cid-tqynh2dORP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqynh2dORP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqynh2dORP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqynh2dORP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tqynh2dORP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqynh2dORP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqynh2dORP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqynh2dORP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqynh2dORP button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqynh2dORP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tqynh2dORP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqynh2dORP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqynh2dORP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqynh2dORP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqynh2dORP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqynh2dORP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqynh2dORP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqynh2dORP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqynh2dORP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tqynh2dORP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqynh2dORP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqynh2dORP .navbar {
    height: 70px;
  }
  .cid-tqynh2dORP .navbar.opened {
    height: auto;
  }
  .cid-tqynh2dORP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqynh2dORP .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tqynh2dORP .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tqynh2dORP a {
  display: inline;
  font-weight: bold;
}
.cid-tqynh2dORP img {
  display: inline;
  padding-right: 10px;
}
.cid-tqynh2dORP .dropdown-toggle:after {
  display: none;
}
.cid-tqynh2dORP .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tqynh2dORP .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tqynh2dORP .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tqynh5D0Nr {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tqynh5D0Nr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqynh5D0Nr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqynh5D0Nr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqynh5D0Nr .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tqynh5D0Nr .mbr-section-title {
  color: #f20c8b;
}
.cid-tqynh6cqBh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tqynh6cqBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqynh6cqBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqynh6cqBh .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tqynh6cqBh .container {
    max-width: 1400px;
  }
}
.cid-tqynh6cqBh .card {
  margin: auto;
}
.cid-tqynh6cqBh .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tqynh6cqBh .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tqynh6cqBh .row {
  justify-content: center;
}
.cid-tqynh6cqBh .card-title,
.cid-tqynh6cqBh .card-box {
  color: #260273;
}
.cid-tqyqsbk2du {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqyqsbk2du .line {
  background-color: #bf1f94;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tqyqsbk2du .mbr-text {
  color: #670fbf;
}
.cid-tqyqyEWV9v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqyqyEWV9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqyqyEWV9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqyqyEWV9v .card-wrapper {
  background: #f20c8b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tqyqyEWV9v .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqyqyEWV9v .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqyqyEWV9v .card-wrapper {
    padding: 4rem;
  }
}
.cid-tqyqyEWV9v .mbr-text,
.cid-tqyqyEWV9v .mbr-section-btn {
  color: #ffffff;
}
.cid-tqyqyEWV9v .card-title,
.cid-tqyqyEWV9v .card-box {
  text-align: left;
}
.cid-tqynh6PZpG {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqynh6PZpG .title__block {
  margin-bottom: 89px;
}
.cid-tqynh6PZpG .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tqynh6PZpG .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tqynh6PZpG .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #bf1f94;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tqynh6PZpG .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tqynh6PZpG .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #bf1f94;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tqynh6PZpG .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tqynh6PZpG .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tqynh6PZpG .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tqynh6PZpG .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tqynh6PZpG .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tqynh6PZpG .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tqynh6PZpG .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tqynh6PZpG .title__block {
    margin-bottom: 40px;
  }
  .cid-tqynh6PZpG .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tqynh6PZpG .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tqynh6PZpG .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tqynh6PZpG .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tqynh6PZpG .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tqynh6PZpG .iconBackground {
    left: 0 !important;
  }
  .cid-tqynh6PZpG .separline:before {
    left: 0 !important;
  }
}
.cid-tqynh6PZpG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqynh6PZpG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqynh6PZpG .mbr-timeline-text {
  color: #670fbf;
}
.cid-tqynh6PZpG .mbr-section-title {
  color: #260273;
}
.cid-tqysGCBx4b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqysGCBx4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqysGCBx4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqysGCBx4b .mbr-text {
  color: #767676;
}
.cid-tqysGCBx4b .mbr-section-subtitle {
  color: #767676;
}
.cid-tqysGCBx4b .title .num {
  width: 100%;
  display: block;
}
.cid-tqysGCBx4b .title .card-title {
  z-index: 1;
}
.cid-tqysGCBx4b .num {
  color: #670fbf;
}
@media (max-width: 767px) {
  .cid-tqysGCBx4b * {
    text-align: center !important;
  }
  .cid-tqysGCBx4b .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tqysGCBx4b .mbr-section-title,
.cid-tqysGCBx4b .card-box {
  color: #f20c8b;
  text-align: center;
}
.cid-tqysHcdwXH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqysHcdwXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqysHcdwXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqysHcdwXH .mbr-text {
  color: #767676;
}
.cid-tqysHcdwXH .mbr-section-subtitle {
  color: #767676;
}
.cid-tqysHcdwXH .title .num {
  width: 100%;
  display: block;
}
.cid-tqysHcdwXH .title .card-title {
  z-index: 1;
}
.cid-tqysHcdwXH .num {
  color: #670fbf;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tqysHcdwXH * {
    text-align: center !important;
  }
  .cid-tqysHcdwXH .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tqysHcdwXH .card-title,
.cid-tqysHcdwXH .card-img {
  text-align: center;
  color: #f20c8b;
}
.cid-tqysHcdwXH .card-text {
  text-align: center;
}
.cid-tqynh7xKSz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqynh7xKSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqynh7xKSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqynh7xKSz .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tqynh7xKSz .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-tqynh7xKSz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqynh7xKSz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-tqynh7xKSz .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tqynh7xKSz .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-tqynh7xKSz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tqynh7xKSz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tqynh7xKSz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqynh7xKSz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tqynh7xKSz .card-title {
  color: #f20c8b;
}
.cid-tqynh7xKSz .mbr-text,
.cid-tqynh7xKSz .social-row {
  color: #ffffff;
}
.cid-tqynh8wFOy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tqynh8wFOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqynh8wFOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tqynh8wFOy .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tqynh8wFOy .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqynh8wFOy .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tqynh8wFOy .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tqynh8wFOy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqynh8wFOy .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tqynh8wFOy .price {
  color: #f20c8b;
}
.cid-tqynh8wFOy .mbr-text {
  color: #260273;
}
.cid-tqynh9dT7w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #670fbf;
}
.cid-tqynh9dT7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqynh9dT7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqynh9dT7w .nav-tabs .nav-item.open .nav-link:focus,
.cid-tqynh9dT7w .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tqynh9dT7w .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f20c8b;
}
@media (max-width: 767px) {
  .cid-tqynh9dT7w .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tqynh9dT7w .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tqynh9dT7w .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tqynh9dT7w .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tqynh9dT7w .nav-link,
.cid-tqynh9dT7w .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tqynh9dT7w .nav-tabs .nav-link.active {
  color: #f20c8b;
  border-bottom: 3px solid #f20c8b;
}
.cid-tqynh9dT7w H4 {
  text-align: center;
}
.cid-tqynh9dT7w H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-tqynh9dT7w P {
  color: #ffffff;
}
.cid-tqynha3R4u {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tqynha3R4u .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tqynhaw4Hr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tqynhaw4Hr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tqynhaw4Hr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tqynhaw4Hr .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tqynhaw4Hr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqynhaw4Hr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqynhaw4Hr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqynhaw4Hr .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tqynhaw4Hr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqynhaw4Hr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqynhaw4Hr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tqynhaw4Hr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqynhaw4Hr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqynhaw4Hr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqynhaw4Hr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsDczjnG0W .navbar-dropdown {
  position: relative !important;
}
.cid-tsDczjnG0W .navbar-dropdown {
  position: absolute !important;
}
.cid-tsDczjnG0W .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-tsDczjnG0W .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tsDczjnG0W .dropdown-item:hover,
.cid-tsDczjnG0W .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tsDczjnG0W .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tsDczjnG0W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsDczjnG0W .nav-link {
  position: relative;
  padding: 0;
}
.cid-tsDczjnG0W .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tsDczjnG0W .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsDczjnG0W .dropdown-menu,
.cid-tsDczjnG0W .navbar.opened {
  background: #670fbf !important;
}
.cid-tsDczjnG0W .nav-item:focus,
.cid-tsDczjnG0W .nav-link:focus {
  outline: none;
}
.cid-tsDczjnG0W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsDczjnG0W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsDczjnG0W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsDczjnG0W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsDczjnG0W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsDczjnG0W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsDczjnG0W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tsDczjnG0W .navbar.opened {
  transition: all 0.3s;
}
.cid-tsDczjnG0W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsDczjnG0W .navbar .navbar-logo img {
  width: auto;
}
.cid-tsDczjnG0W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsDczjnG0W .navbar.collapsed {
  justify-content: center;
}
.cid-tsDczjnG0W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsDczjnG0W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsDczjnG0W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tsDczjnG0W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsDczjnG0W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsDczjnG0W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsDczjnG0W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsDczjnG0W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsDczjnG0W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsDczjnG0W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsDczjnG0W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsDczjnG0W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsDczjnG0W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsDczjnG0W .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-tsDczjnG0W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsDczjnG0W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsDczjnG0W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsDczjnG0W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsDczjnG0W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsDczjnG0W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsDczjnG0W .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsDczjnG0W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsDczjnG0W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsDczjnG0W .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsDczjnG0W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsDczjnG0W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsDczjnG0W .dropdown-item.active,
.cid-tsDczjnG0W .dropdown-item:active {
  background-color: transparent;
}
.cid-tsDczjnG0W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsDczjnG0W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsDczjnG0W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsDczjnG0W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tsDczjnG0W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsDczjnG0W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsDczjnG0W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsDczjnG0W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsDczjnG0W button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsDczjnG0W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsDczjnG0W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsDczjnG0W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsDczjnG0W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsDczjnG0W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsDczjnG0W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsDczjnG0W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsDczjnG0W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsDczjnG0W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsDczjnG0W .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tsDczjnG0W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsDczjnG0W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsDczjnG0W .navbar {
    height: 70px;
  }
  .cid-tsDczjnG0W .navbar.opened {
    height: auto;
  }
  .cid-tsDczjnG0W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsDczjnG0W .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tsDczjnG0W .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tsDczjnG0W a {
  display: inline;
  font-weight: bold;
}
.cid-tsDczjnG0W img {
  display: inline;
  padding-right: 10px;
}
.cid-tsDczjnG0W .dropdown-toggle:after {
  display: none;
}
.cid-tsDczjnG0W .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tsDczjnG0W .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tsDczjnG0W .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tsDczmKiJ9 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tsDczmKiJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDczmKiJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDczmKiJ9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsDczmKiJ9 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tsDczmKiJ9 .mbr-section-title {
  color: #f20c8b;
}
.cid-tsDcznx5HZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tsDcznx5HZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDcznx5HZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDcznx5HZ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tsDcznx5HZ .container {
    max-width: 1400px;
  }
}
.cid-tsDcznx5HZ .card {
  margin: auto;
}
.cid-tsDcznx5HZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tsDcznx5HZ .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tsDcznx5HZ .row {
  justify-content: center;
}
.cid-tsDcznx5HZ .card-title,
.cid-tsDcznx5HZ .card-box {
  color: #260273;
}
.cid-tsDczohn8S {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tsDczohn8S .title__block {
  margin-bottom: 89px;
}
.cid-tsDczohn8S .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tsDczohn8S .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tsDczohn8S .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tsDczohn8S .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tsDczohn8S .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tsDczohn8S .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tsDczohn8S .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tsDczohn8S .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tsDczohn8S .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tsDczohn8S .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tsDczohn8S .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tsDczohn8S .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tsDczohn8S .title__block {
    margin-bottom: 40px;
  }
  .cid-tsDczohn8S .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tsDczohn8S .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tsDczohn8S .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tsDczohn8S .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tsDczohn8S .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tsDczohn8S .iconBackground {
    left: 0 !important;
  }
  .cid-tsDczohn8S .separline:before {
    left: 0 !important;
  }
}
.cid-tsDczohn8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDczohn8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDczohn8S .mbr-timeline-text {
  color: #670fbf;
}
.cid-tsDczohn8S .mbr-section-title {
  color: #260273;
}
.cid-tsDczpsDLX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tsDczpsDLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDczpsDLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDczpsDLX .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsDczpsDLX .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-tsDczpsDLX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsDczpsDLX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-tsDczpsDLX .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tsDczpsDLX .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-tsDczpsDLX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsDczpsDLX .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsDczpsDLX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsDczpsDLX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsDczpsDLX .card-title {
  color: #f20c8b;
}
.cid-tsDczpsDLX .mbr-text,
.cid-tsDczpsDLX .social-row {
  color: #ffffff;
}
.cid-tsDHs8V0cB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tsDHs8V0cB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDHs8V0cB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tsDHs8V0cB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsDHs8V0cB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsDHs8V0cB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsDHs8V0cB .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tsDHs8V0cB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsDHs8V0cB .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsDHs8V0cB .price {
  color: #f20c8b;
}
.cid-tsDHs8V0cB .mbr-text {
  color: #260273;
}
.cid-tsDczrntko {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #670fbf;
}
.cid-tsDczrntko .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDczrntko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDczrntko .nav-tabs .nav-item.open .nav-link:focus,
.cid-tsDczrntko .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tsDczrntko .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f20c8b;
}
@media (max-width: 767px) {
  .cid-tsDczrntko .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tsDczrntko .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tsDczrntko .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tsDczrntko .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tsDczrntko .nav-link,
.cid-tsDczrntko .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tsDczrntko .nav-tabs .nav-link.active {
  color: #f20c8b;
  border-bottom: 3px solid #f20c8b;
}
.cid-tsDczrntko H4 {
  text-align: center;
}
.cid-tsDczrntko H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-tsDczrntko P {
  color: #ffffff;
}
.cid-tsDczsl7QO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tsDczsl7QO .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tsDczt2QTZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tsDczt2QTZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tsDczt2QTZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tsDczt2QTZ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tsDczt2QTZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tsDczt2QTZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tsDczt2QTZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tsDczt2QTZ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tsDczt2QTZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsDczt2QTZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsDczt2QTZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tsDczt2QTZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsDczt2QTZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsDczt2QTZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tsDczt2QTZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsDxWY3N3U .navbar-dropdown {
  position: relative !important;
}
.cid-tsDxWY3N3U .navbar-dropdown {
  position: absolute !important;
}
.cid-tsDxWY3N3U .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-tsDxWY3N3U .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tsDxWY3N3U .dropdown-item:hover,
.cid-tsDxWY3N3U .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tsDxWY3N3U .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tsDxWY3N3U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsDxWY3N3U .nav-link {
  position: relative;
  padding: 0;
}
.cid-tsDxWY3N3U .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tsDxWY3N3U .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsDxWY3N3U .dropdown-menu,
.cid-tsDxWY3N3U .navbar.opened {
  background: #670fbf !important;
}
.cid-tsDxWY3N3U .nav-item:focus,
.cid-tsDxWY3N3U .nav-link:focus {
  outline: none;
}
.cid-tsDxWY3N3U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsDxWY3N3U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsDxWY3N3U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsDxWY3N3U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsDxWY3N3U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsDxWY3N3U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsDxWY3N3U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tsDxWY3N3U .navbar.opened {
  transition: all 0.3s;
}
.cid-tsDxWY3N3U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsDxWY3N3U .navbar .navbar-logo img {
  width: auto;
}
.cid-tsDxWY3N3U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsDxWY3N3U .navbar.collapsed {
  justify-content: center;
}
.cid-tsDxWY3N3U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsDxWY3N3U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsDxWY3N3U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tsDxWY3N3U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsDxWY3N3U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsDxWY3N3U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsDxWY3N3U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsDxWY3N3U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsDxWY3N3U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsDxWY3N3U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsDxWY3N3U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsDxWY3N3U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsDxWY3N3U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsDxWY3N3U .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-tsDxWY3N3U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsDxWY3N3U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsDxWY3N3U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsDxWY3N3U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsDxWY3N3U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsDxWY3N3U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsDxWY3N3U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsDxWY3N3U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsDxWY3N3U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsDxWY3N3U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsDxWY3N3U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsDxWY3N3U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsDxWY3N3U .dropdown-item.active,
.cid-tsDxWY3N3U .dropdown-item:active {
  background-color: transparent;
}
.cid-tsDxWY3N3U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsDxWY3N3U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsDxWY3N3U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsDxWY3N3U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tsDxWY3N3U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsDxWY3N3U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsDxWY3N3U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsDxWY3N3U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsDxWY3N3U button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsDxWY3N3U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsDxWY3N3U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsDxWY3N3U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsDxWY3N3U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsDxWY3N3U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsDxWY3N3U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsDxWY3N3U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsDxWY3N3U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsDxWY3N3U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsDxWY3N3U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tsDxWY3N3U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsDxWY3N3U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsDxWY3N3U .navbar {
    height: 70px;
  }
  .cid-tsDxWY3N3U .navbar.opened {
    height: auto;
  }
  .cid-tsDxWY3N3U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsDxWY3N3U .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tsDxWY3N3U .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tsDxWY3N3U a {
  display: inline;
  font-weight: bold;
}
.cid-tsDxWY3N3U img {
  display: inline;
  padding-right: 10px;
}
.cid-tsDxWY3N3U .dropdown-toggle:after {
  display: none;
}
.cid-tsDxWY3N3U .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tsDxWY3N3U .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tsDxWY3N3U .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tsDxX1j73e {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tsDxX1j73e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDxX1j73e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDxX1j73e .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsDxX1j73e .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tsDxX1j73e .mbr-section-title {
  color: #f20c8b;
}
.cid-tsDxX1W5RU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tsDxX1W5RU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDxX1W5RU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDxX1W5RU .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tsDxX1W5RU .container {
    max-width: 1400px;
  }
}
.cid-tsDxX1W5RU .card {
  margin: auto;
}
.cid-tsDxX1W5RU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tsDxX1W5RU .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tsDxX1W5RU .row {
  justify-content: center;
}
.cid-tsDxX1W5RU .card-title,
.cid-tsDxX1W5RU .card-box {
  color: #260273;
}
.cid-tsDxX2xu1J {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tsDxX2xu1J .title__block {
  margin-bottom: 89px;
}
.cid-tsDxX2xu1J .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tsDxX2xu1J .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tsDxX2xu1J .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tsDxX2xu1J .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tsDxX2xu1J .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tsDxX2xu1J .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tsDxX2xu1J .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tsDxX2xu1J .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tsDxX2xu1J .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tsDxX2xu1J .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tsDxX2xu1J .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tsDxX2xu1J .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tsDxX2xu1J .title__block {
    margin-bottom: 40px;
  }
  .cid-tsDxX2xu1J .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tsDxX2xu1J .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tsDxX2xu1J .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tsDxX2xu1J .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tsDxX2xu1J .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tsDxX2xu1J .iconBackground {
    left: 0 !important;
  }
  .cid-tsDxX2xu1J .separline:before {
    left: 0 !important;
  }
}
.cid-tsDxX2xu1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDxX2xu1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDxX2xu1J .mbr-timeline-text {
  color: #670fbf;
}
.cid-tsDxX2xu1J .mbr-section-title {
  color: #260273;
}
.cid-tsDxX3j8Gt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tsDxX3j8Gt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDxX3j8Gt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDxX3j8Gt .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsDxX3j8Gt .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-tsDxX3j8Gt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsDxX3j8Gt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-tsDxX3j8Gt .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tsDxX3j8Gt .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-tsDxX3j8Gt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsDxX3j8Gt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsDxX3j8Gt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsDxX3j8Gt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsDxX3j8Gt .card-title {
  color: #f20c8b;
}
.cid-tsDxX3j8Gt .mbr-text,
.cid-tsDxX3j8Gt .social-row {
  color: #ffffff;
}
.cid-tsDISbgNvT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tsDISbgNvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDISbgNvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tsDISbgNvT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsDISbgNvT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsDISbgNvT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsDISbgNvT .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tsDISbgNvT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsDISbgNvT .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsDISbgNvT .price {
  color: #f20c8b;
}
.cid-tsDISbgNvT .mbr-text {
  color: #260273;
}
.cid-tsDxX4nxO3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #670fbf;
}
.cid-tsDxX4nxO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDxX4nxO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDxX4nxO3 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tsDxX4nxO3 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tsDxX4nxO3 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f20c8b;
}
@media (max-width: 767px) {
  .cid-tsDxX4nxO3 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tsDxX4nxO3 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tsDxX4nxO3 .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tsDxX4nxO3 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tsDxX4nxO3 .nav-link,
.cid-tsDxX4nxO3 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tsDxX4nxO3 .nav-tabs .nav-link.active {
  color: #f20c8b;
  border-bottom: 3px solid #f20c8b;
}
.cid-tsDxX4nxO3 H4 {
  text-align: center;
}
.cid-tsDxX4nxO3 H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-tsDxX4nxO3 P {
  color: #ffffff;
}
.cid-tsDxX5aTcH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tsDxX5aTcH .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tsDxX5L2Xo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tsDxX5L2Xo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tsDxX5L2Xo .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tsDxX5L2Xo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tsDxX5L2Xo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tsDxX5L2Xo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tsDxX5L2Xo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tsDxX5L2Xo .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tsDxX5L2Xo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsDxX5L2Xo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsDxX5L2Xo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tsDxX5L2Xo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsDxX5L2Xo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsDxX5L2Xo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tsDxX5L2Xo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsDzxqnwZ0 .navbar-dropdown {
  position: relative !important;
}
.cid-tsDzxqnwZ0 .navbar-dropdown {
  position: absolute !important;
}
.cid-tsDzxqnwZ0 .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-tsDzxqnwZ0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tsDzxqnwZ0 .dropdown-item:hover,
.cid-tsDzxqnwZ0 .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tsDzxqnwZ0 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tsDzxqnwZ0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsDzxqnwZ0 .nav-link {
  position: relative;
  padding: 0;
}
.cid-tsDzxqnwZ0 .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tsDzxqnwZ0 .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsDzxqnwZ0 .dropdown-menu,
.cid-tsDzxqnwZ0 .navbar.opened {
  background: #670fbf !important;
}
.cid-tsDzxqnwZ0 .nav-item:focus,
.cid-tsDzxqnwZ0 .nav-link:focus {
  outline: none;
}
.cid-tsDzxqnwZ0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsDzxqnwZ0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsDzxqnwZ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsDzxqnwZ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsDzxqnwZ0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsDzxqnwZ0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsDzxqnwZ0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tsDzxqnwZ0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tsDzxqnwZ0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsDzxqnwZ0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tsDzxqnwZ0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsDzxqnwZ0 .navbar.collapsed {
  justify-content: center;
}
.cid-tsDzxqnwZ0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsDzxqnwZ0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsDzxqnwZ0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tsDzxqnwZ0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsDzxqnwZ0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsDzxqnwZ0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsDzxqnwZ0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsDzxqnwZ0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsDzxqnwZ0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsDzxqnwZ0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsDzxqnwZ0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsDzxqnwZ0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsDzxqnwZ0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsDzxqnwZ0 .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-tsDzxqnwZ0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsDzxqnwZ0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsDzxqnwZ0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsDzxqnwZ0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsDzxqnwZ0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsDzxqnwZ0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsDzxqnwZ0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsDzxqnwZ0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsDzxqnwZ0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsDzxqnwZ0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsDzxqnwZ0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsDzxqnwZ0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsDzxqnwZ0 .dropdown-item.active,
.cid-tsDzxqnwZ0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tsDzxqnwZ0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsDzxqnwZ0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsDzxqnwZ0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsDzxqnwZ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tsDzxqnwZ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsDzxqnwZ0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsDzxqnwZ0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsDzxqnwZ0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsDzxqnwZ0 button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsDzxqnwZ0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsDzxqnwZ0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsDzxqnwZ0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsDzxqnwZ0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsDzxqnwZ0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsDzxqnwZ0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsDzxqnwZ0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsDzxqnwZ0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsDzxqnwZ0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsDzxqnwZ0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tsDzxqnwZ0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsDzxqnwZ0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsDzxqnwZ0 .navbar {
    height: 70px;
  }
  .cid-tsDzxqnwZ0 .navbar.opened {
    height: auto;
  }
  .cid-tsDzxqnwZ0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsDzxqnwZ0 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tsDzxqnwZ0 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tsDzxqnwZ0 a {
  display: inline;
  font-weight: bold;
}
.cid-tsDzxqnwZ0 img {
  display: inline;
  padding-right: 10px;
}
.cid-tsDzxqnwZ0 .dropdown-toggle:after {
  display: none;
}
.cid-tsDzxqnwZ0 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tsDzxqnwZ0 .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tsDzxqnwZ0 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tsDzxugWh7 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tsDzxugWh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDzxugWh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDzxugWh7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsDzxugWh7 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tsDzxugWh7 .mbr-section-title {
  color: #f20c8b;
}
.cid-tsDzxuRdUB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tsDzxuRdUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDzxuRdUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDzxuRdUB .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tsDzxuRdUB .container {
    max-width: 1400px;
  }
}
.cid-tsDzxuRdUB .card {
  margin: auto;
}
.cid-tsDzxuRdUB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tsDzxuRdUB .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tsDzxuRdUB .row {
  justify-content: center;
}
.cid-tsDzxuRdUB .card-title,
.cid-tsDzxuRdUB .card-box {
  color: #260273;
}
.cid-tsDzxvyyz1 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tsDzxvyyz1 .title__block {
  margin-bottom: 89px;
}
.cid-tsDzxvyyz1 .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tsDzxvyyz1 .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tsDzxvyyz1 .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tsDzxvyyz1 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tsDzxvyyz1 .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tsDzxvyyz1 .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tsDzxvyyz1 .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tsDzxvyyz1 .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tsDzxvyyz1 .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tsDzxvyyz1 .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tsDzxvyyz1 .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tsDzxvyyz1 .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tsDzxvyyz1 .title__block {
    margin-bottom: 40px;
  }
  .cid-tsDzxvyyz1 .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tsDzxvyyz1 .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tsDzxvyyz1 .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tsDzxvyyz1 .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tsDzxvyyz1 .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tsDzxvyyz1 .iconBackground {
    left: 0 !important;
  }
  .cid-tsDzxvyyz1 .separline:before {
    left: 0 !important;
  }
}
.cid-tsDzxvyyz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDzxvyyz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDzxvyyz1 .mbr-timeline-text {
  color: #670fbf;
}
.cid-tsDzxvyyz1 .mbr-section-title {
  color: #260273;
}
.cid-tsDzxwkYLk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tsDzxwkYLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDzxwkYLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDzxwkYLk .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsDzxwkYLk .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-tsDzxwkYLk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsDzxwkYLk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-tsDzxwkYLk .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tsDzxwkYLk .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-tsDzxwkYLk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsDzxwkYLk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsDzxwkYLk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsDzxwkYLk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsDzxwkYLk .card-title {
  color: #f20c8b;
}
.cid-tsDzxwkYLk .mbr-text,
.cid-tsDzxwkYLk .social-row {
  color: #ffffff;
}
.cid-tsQeWnqOIQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tsQeWnqOIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsQeWnqOIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tsQeWnqOIQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsQeWnqOIQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsQeWnqOIQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsQeWnqOIQ .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tsQeWnqOIQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsQeWnqOIQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsQeWnqOIQ .price {
  color: #f20c8b;
}
.cid-tsQeWnqOIQ .mbr-text {
  color: #260273;
}
.cid-tsDzxxi1fv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #670fbf;
}
.cid-tsDzxxi1fv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDzxxi1fv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDzxxi1fv .nav-tabs .nav-item.open .nav-link:focus,
.cid-tsDzxxi1fv .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tsDzxxi1fv .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f20c8b;
}
@media (max-width: 767px) {
  .cid-tsDzxxi1fv .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tsDzxxi1fv .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tsDzxxi1fv .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tsDzxxi1fv .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tsDzxxi1fv .nav-link,
.cid-tsDzxxi1fv .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tsDzxxi1fv .nav-tabs .nav-link.active {
  color: #f20c8b;
  border-bottom: 3px solid #f20c8b;
}
.cid-tsDzxxi1fv H4 {
  text-align: center;
}
.cid-tsDzxxi1fv H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-tsDzxxi1fv P {
  color: #ffffff;
}
.cid-tsDzxybQR4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tsDzxybQR4 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tsDzxyH2BQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tsDzxyH2BQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tsDzxyH2BQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tsDzxyH2BQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tsDzxyH2BQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tsDzxyH2BQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tsDzxyH2BQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tsDzxyH2BQ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tsDzxyH2BQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsDzxyH2BQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsDzxyH2BQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tsDzxyH2BQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsDzxyH2BQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsDzxyH2BQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tsDzxyH2BQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsDBCGGDSd .navbar-dropdown {
  position: relative !important;
}
.cid-tsDBCGGDSd .navbar-dropdown {
  position: absolute !important;
}
.cid-tsDBCGGDSd .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-tsDBCGGDSd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tsDBCGGDSd .dropdown-item:hover,
.cid-tsDBCGGDSd .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tsDBCGGDSd .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tsDBCGGDSd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsDBCGGDSd .nav-link {
  position: relative;
  padding: 0;
}
.cid-tsDBCGGDSd .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tsDBCGGDSd .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsDBCGGDSd .dropdown-menu,
.cid-tsDBCGGDSd .navbar.opened {
  background: #670fbf !important;
}
.cid-tsDBCGGDSd .nav-item:focus,
.cid-tsDBCGGDSd .nav-link:focus {
  outline: none;
}
.cid-tsDBCGGDSd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsDBCGGDSd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsDBCGGDSd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsDBCGGDSd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsDBCGGDSd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsDBCGGDSd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsDBCGGDSd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tsDBCGGDSd .navbar.opened {
  transition: all 0.3s;
}
.cid-tsDBCGGDSd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsDBCGGDSd .navbar .navbar-logo img {
  width: auto;
}
.cid-tsDBCGGDSd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsDBCGGDSd .navbar.collapsed {
  justify-content: center;
}
.cid-tsDBCGGDSd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsDBCGGDSd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsDBCGGDSd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tsDBCGGDSd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsDBCGGDSd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsDBCGGDSd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsDBCGGDSd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsDBCGGDSd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsDBCGGDSd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsDBCGGDSd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsDBCGGDSd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsDBCGGDSd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsDBCGGDSd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsDBCGGDSd .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-tsDBCGGDSd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsDBCGGDSd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsDBCGGDSd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsDBCGGDSd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsDBCGGDSd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsDBCGGDSd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsDBCGGDSd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsDBCGGDSd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsDBCGGDSd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsDBCGGDSd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsDBCGGDSd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsDBCGGDSd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsDBCGGDSd .dropdown-item.active,
.cid-tsDBCGGDSd .dropdown-item:active {
  background-color: transparent;
}
.cid-tsDBCGGDSd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsDBCGGDSd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsDBCGGDSd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsDBCGGDSd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tsDBCGGDSd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsDBCGGDSd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsDBCGGDSd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsDBCGGDSd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsDBCGGDSd button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsDBCGGDSd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsDBCGGDSd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsDBCGGDSd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsDBCGGDSd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsDBCGGDSd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsDBCGGDSd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsDBCGGDSd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsDBCGGDSd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsDBCGGDSd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsDBCGGDSd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tsDBCGGDSd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsDBCGGDSd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsDBCGGDSd .navbar {
    height: 70px;
  }
  .cid-tsDBCGGDSd .navbar.opened {
    height: auto;
  }
  .cid-tsDBCGGDSd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsDBCGGDSd .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tsDBCGGDSd .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tsDBCGGDSd a {
  display: inline;
  font-weight: bold;
}
.cid-tsDBCGGDSd img {
  display: inline;
  padding-right: 10px;
}
.cid-tsDBCGGDSd .dropdown-toggle:after {
  display: none;
}
.cid-tsDBCGGDSd .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tsDBCGGDSd .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tsDBCGGDSd .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tsDBCHXKPo {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tsDBCHXKPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDBCHXKPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDBCHXKPo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsDBCHXKPo .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tsDBCHXKPo .mbr-section-title {
  color: #f20c8b;
}
.cid-tsDBCIz8i4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tsDBCIz8i4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDBCIz8i4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDBCIz8i4 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tsDBCIz8i4 .container {
    max-width: 1400px;
  }
}
.cid-tsDBCIz8i4 .card {
  margin: auto;
}
.cid-tsDBCIz8i4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tsDBCIz8i4 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tsDBCIz8i4 .row {
  justify-content: center;
}
.cid-tsDBCIz8i4 .card-title,
.cid-tsDBCIz8i4 .card-box {
  color: #260273;
}
.cid-tsDBCJjPtA {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tsDBCJjPtA .title__block {
  margin-bottom: 89px;
}
.cid-tsDBCJjPtA .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tsDBCJjPtA .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tsDBCJjPtA .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tsDBCJjPtA .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tsDBCJjPtA .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tsDBCJjPtA .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tsDBCJjPtA .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tsDBCJjPtA .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tsDBCJjPtA .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tsDBCJjPtA .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tsDBCJjPtA .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tsDBCJjPtA .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tsDBCJjPtA .title__block {
    margin-bottom: 40px;
  }
  .cid-tsDBCJjPtA .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tsDBCJjPtA .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tsDBCJjPtA .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tsDBCJjPtA .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tsDBCJjPtA .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tsDBCJjPtA .iconBackground {
    left: 0 !important;
  }
  .cid-tsDBCJjPtA .separline:before {
    left: 0 !important;
  }
}
.cid-tsDBCJjPtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDBCJjPtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDBCJjPtA .mbr-timeline-text {
  color: #670fbf;
}
.cid-tsDBCJjPtA .mbr-section-title {
  color: #260273;
}
.cid-tsDBCKgP5S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tsDBCKgP5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDBCKgP5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDBCKgP5S .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsDBCKgP5S .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-tsDBCKgP5S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsDBCKgP5S .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-tsDBCKgP5S .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tsDBCKgP5S .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-tsDBCKgP5S .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsDBCKgP5S .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsDBCKgP5S .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsDBCKgP5S .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsDBCKgP5S .card-title {
  color: #f20c8b;
}
.cid-tsDBCKgP5S .mbr-text,
.cid-tsDBCKgP5S .social-row {
  color: #ffffff;
}
.cid-tsQfq5Xqcx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tsQfq5Xqcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsQfq5Xqcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tsQfq5Xqcx .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsQfq5Xqcx .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsQfq5Xqcx .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsQfq5Xqcx .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tsQfq5Xqcx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsQfq5Xqcx .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsQfq5Xqcx .price {
  color: #f20c8b;
}
.cid-tsQfq5Xqcx .mbr-text {
  color: #260273;
}
.cid-tsDBCLcDkL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #670fbf;
}
.cid-tsDBCLcDkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDBCLcDkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDBCLcDkL .nav-tabs .nav-item.open .nav-link:focus,
.cid-tsDBCLcDkL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tsDBCLcDkL .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f20c8b;
}
@media (max-width: 767px) {
  .cid-tsDBCLcDkL .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tsDBCLcDkL .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tsDBCLcDkL .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tsDBCLcDkL .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tsDBCLcDkL .nav-link,
.cid-tsDBCLcDkL .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tsDBCLcDkL .nav-tabs .nav-link.active {
  color: #f20c8b;
  border-bottom: 3px solid #f20c8b;
}
.cid-tsDBCLcDkL H4 {
  text-align: center;
}
.cid-tsDBCLcDkL H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-tsDBCLcDkL P {
  color: #ffffff;
}
.cid-tsDBCLTdgX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tsDBCLTdgX .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tsDBCMoF0y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tsDBCMoF0y .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tsDBCMoF0y .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tsDBCMoF0y .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tsDBCMoF0y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tsDBCMoF0y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tsDBCMoF0y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tsDBCMoF0y .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tsDBCMoF0y .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsDBCMoF0y .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsDBCMoF0y .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tsDBCMoF0y .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsDBCMoF0y .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsDBCMoF0y .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tsDBCMoF0y .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tu4QqRc4Zn {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tu4QqRc4Zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4QqRc4Zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4QqRc4Zn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tu4QqRc4Zn .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tu4QqRc4Zn .mbr-section-title {
  color: #f20c8b;
}
.cid-tu4PoyY9fB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tu4PoyY9fB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4PoyY9fB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4PoyY9fB .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tu4PoyY9fB .container {
    max-width: 1400px;
  }
}
.cid-tu4PoyY9fB .card {
  margin: auto;
}
.cid-tu4PoyY9fB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tu4PoyY9fB .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tu4PoyY9fB .row {
  justify-content: center;
}
.cid-tu4PoyY9fB .card-title,
.cid-tu4PoyY9fB .card-box {
  color: #260273;
}
.cid-tu4PozGKeV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tu4PozGKeV .mbr-section-subtitle {
  color: #260273;
}
.cid-tu4PozGKeV .mbr-text {
  color: #260273;
}
.cid-tu4PoA7lPx {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tu4PoA7lPx .title__block {
  margin-bottom: 89px;
}
.cid-tu4PoA7lPx .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tu4PoA7lPx .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tu4PoA7lPx .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tu4PoA7lPx .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tu4PoA7lPx .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tu4PoA7lPx .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tu4PoA7lPx .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tu4PoA7lPx .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tu4PoA7lPx .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tu4PoA7lPx .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tu4PoA7lPx .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tu4PoA7lPx .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tu4PoA7lPx .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tu4PoA7lPx .title__block {
    margin-bottom: 40px;
  }
  .cid-tu4PoA7lPx .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tu4PoA7lPx .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tu4PoA7lPx .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tu4PoA7lPx .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tu4PoA7lPx .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tu4PoA7lPx .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tu4PoA7lPx .iconBackground {
    left: 0 !important;
  }
  .cid-tu4PoA7lPx .separline:before {
    left: 0 !important;
  }
}
.cid-tu4PoA7lPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4PoA7lPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4PoA7lPx .mbr-timeline-text {
  color: #670fbf;
}
.cid-tu4PoA7lPx .mbr-section-title {
  color: #260273;
}
.cid-tu4PoCASMS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tu4PoCASMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4PoCASMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4PoCASMS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tu4PoCASMS .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tu4PoCASMS .embla__button--next,
.cid-tu4PoCASMS .embla__button--prev {
  display: flex;
}
.cid-tu4PoCASMS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tu4PoCASMS .embla__button {
    display: none;
  }
}
.cid-tu4PoCASMS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tu4PoCASMS .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tu4PoCASMS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tu4PoCASMS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tu4PoCASMS .embla__button {
    top: auto;
  }
}
.cid-tu4PoCASMS .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tu4PoCASMS .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tu4PoCASMS .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tu4PoCASMS .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tu4PoCASMS .embla {
  position: relative;
  width: 100%;
}
.cid-tu4PoCASMS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tu4PoCASMS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tu4PoCASMS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tu4PoCASMS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tu4PoCASMS H3 {
  color: #260273;
}
.cid-tu4PoCASMS .user_text {
  color: #260273;
}
.cid-tu4YsxESK3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tu4YsxESK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4YsxESK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4YsxESK3 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tu4YsxESK3 .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-tu4YsxESK3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tu4YsxESK3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-tu4YsxESK3 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tu4YsxESK3 .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-tu4YsxESK3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tu4YsxESK3 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tu4YsxESK3 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tu4YsxESK3 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tu4YsxESK3 .card-title {
  color: #f20c8b;
}
.cid-tu4YsxESK3 .mbr-text,
.cid-tu4YsxESK3 .social-row {
  color: #ffffff;
}
.cid-tu4PoDZaTd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tu4PoDZaTd img,
.cid-tu4PoDZaTd .item-img {
  width: 100%;
}
.cid-tu4PoDZaTd .item:focus,
.cid-tu4PoDZaTd span:focus {
  outline: none;
}
.cid-tu4PoDZaTd .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tu4PoDZaTd .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tu4PoDZaTd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tu4PoDZaTd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tu4PoDZaTd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tu4PoDZaTd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tu4PoDZaTd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tu4PoDZaTd .mbr-section-title {
  color: #ffffff;
}
.cid-tu4PoDZaTd .mbr-text,
.cid-tu4PoDZaTd .mbr-section-btn {
  text-align: center;
}
.cid-tu4PoDZaTd .item-title {
  text-align: center;
  color: #670fbf;
}
.cid-tu4PoDZaTd .item-subtitle {
  text-align: left;
}
.cid-tuqQBJtskW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tuqQBJtskW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuqQBJtskW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuqQBJtskW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tuqQBJtskW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tuqQBJtskW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #260273;
}
.cid-tuqQBJtskW .panel-body,
.cid-tuqQBJtskW .card-header {
  padding: 1rem 0;
}
.cid-tuqQBJtskW .panel-title-edit {
  color: #bf1f94;
}
.cid-tuqQBJtskW H3 {
  color: #bf1f94;
}
.cid-tu4SlixdkQ {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tu4SlixdkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4SlixdkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4SlixdkQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tu4SlixdkQ .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tu4SlixdkQ .mbr-section-title {
  color: #f20c8b;
}
.cid-tu4Slmk1NF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tu4Slmk1NF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4Slmk1NF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4Slmk1NF .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tu4Slmk1NF .container {
    max-width: 1400px;
  }
}
.cid-tu4Slmk1NF .card {
  margin: auto;
}
.cid-tu4Slmk1NF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tu4Slmk1NF .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tu4Slmk1NF .row {
  justify-content: center;
}
.cid-tu4Slmk1NF .card-title,
.cid-tu4Slmk1NF .card-box {
  color: #260273;
}
.cid-tu4Slnr0C9 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tu4Slnr0C9 .title__block {
  margin-bottom: 89px;
}
.cid-tu4Slnr0C9 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tu4Slnr0C9 .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tu4Slnr0C9 .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tu4Slnr0C9 .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tu4Slnr0C9 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tu4Slnr0C9 .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tu4Slnr0C9 .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tu4Slnr0C9 .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tu4Slnr0C9 .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tu4Slnr0C9 .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tu4Slnr0C9 .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tu4Slnr0C9 .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tu4Slnr0C9 .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tu4Slnr0C9 .title__block {
    margin-bottom: 40px;
  }
  .cid-tu4Slnr0C9 .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tu4Slnr0C9 .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tu4Slnr0C9 .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tu4Slnr0C9 .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tu4Slnr0C9 .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tu4Slnr0C9 .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tu4Slnr0C9 .iconBackground {
    left: 0 !important;
  }
  .cid-tu4Slnr0C9 .separline:before {
    left: 0 !important;
  }
}
.cid-tu4Slnr0C9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4Slnr0C9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4Slnr0C9 .mbr-timeline-text {
  color: #670fbf;
}
.cid-tu4Slnr0C9 .mbr-section-title {
  color: #260273;
}
.cid-tu4TupaoKx {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tu4TupaoKx .title__block {
  margin-bottom: 89px;
}
.cid-tu4TupaoKx .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tu4TupaoKx .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tu4TupaoKx .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tu4TupaoKx .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #fafafa;
  position: relative;
}
.cid-tu4TupaoKx .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tu4TupaoKx .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #fafafa;
  transform: rotate(45deg);
}
.cid-tu4TupaoKx .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tu4TupaoKx .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tu4TupaoKx .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tu4TupaoKx .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tu4TupaoKx .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tu4TupaoKx .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tu4TupaoKx .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tu4TupaoKx .title__block {
    margin-bottom: 40px;
  }
  .cid-tu4TupaoKx .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tu4TupaoKx .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tu4TupaoKx .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tu4TupaoKx .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tu4TupaoKx .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tu4TupaoKx .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tu4TupaoKx .iconBackground {
    left: 0 !important;
  }
  .cid-tu4TupaoKx .separline:before {
    left: 0 !important;
  }
}
.cid-tu4TupaoKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4TupaoKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4TupaoKx .mbr-timeline-text {
  color: #670fbf;
}
.cid-tu4TupaoKx .mbr-section-title {
  color: #260273;
}
.cid-tu4TvmLHXU {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tu4TvmLHXU .title__block {
  margin-bottom: 89px;
}
.cid-tu4TvmLHXU .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tu4TvmLHXU .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tu4TvmLHXU .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tu4TvmLHXU .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tu4TvmLHXU .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tu4TvmLHXU .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tu4TvmLHXU .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tu4TvmLHXU .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tu4TvmLHXU .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tu4TvmLHXU .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tu4TvmLHXU .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tu4TvmLHXU .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tu4TvmLHXU .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tu4TvmLHXU .title__block {
    margin-bottom: 40px;
  }
  .cid-tu4TvmLHXU .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tu4TvmLHXU .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tu4TvmLHXU .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tu4TvmLHXU .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tu4TvmLHXU .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tu4TvmLHXU .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tu4TvmLHXU .iconBackground {
    left: 0 !important;
  }
  .cid-tu4TvmLHXU .separline:before {
    left: 0 !important;
  }
}
.cid-tu4TvmLHXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4TvmLHXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4TvmLHXU .mbr-timeline-text {
  color: #670fbf;
}
.cid-tu4TvmLHXU .mbr-section-title {
  color: #260273;
}
.cid-tu4Slqa8cu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tu4Slqa8cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4Slqa8cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4Slqa8cu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tu4Slqa8cu .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tu4Slqa8cu .embla__button--next,
.cid-tu4Slqa8cu .embla__button--prev {
  display: flex;
}
.cid-tu4Slqa8cu .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tu4Slqa8cu .embla__button {
    display: none;
  }
}
.cid-tu4Slqa8cu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tu4Slqa8cu .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tu4Slqa8cu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tu4Slqa8cu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tu4Slqa8cu .embla__button {
    top: auto;
  }
}
.cid-tu4Slqa8cu .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tu4Slqa8cu .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tu4Slqa8cu .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tu4Slqa8cu .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tu4Slqa8cu .embla {
  position: relative;
  width: 100%;
}
.cid-tu4Slqa8cu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tu4Slqa8cu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tu4Slqa8cu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tu4Slqa8cu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tu4Slqa8cu H3 {
  color: #260273;
}
.cid-tu4Slqa8cu .user_text {
  color: #260273;
}
.cid-tu4SlrBHcr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tu4SlrBHcr img,
.cid-tu4SlrBHcr .item-img {
  width: 100%;
}
.cid-tu4SlrBHcr .item:focus,
.cid-tu4SlrBHcr span:focus {
  outline: none;
}
.cid-tu4SlrBHcr .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tu4SlrBHcr .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tu4SlrBHcr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tu4SlrBHcr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tu4SlrBHcr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tu4SlrBHcr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tu4SlrBHcr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tu4SlrBHcr .mbr-section-title {
  color: #ffffff;
}
.cid-tu4SlrBHcr .mbr-text,
.cid-tu4SlrBHcr .mbr-section-btn {
  text-align: center;
}
.cid-tu4SlrBHcr .item-title {
  text-align: center;
  color: #670fbf;
}
.cid-tu4SlrBHcr .item-subtitle {
  text-align: left;
}
.cid-tv5bjivJvq {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tv5bjivJvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv5bjivJvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv5bjivJvq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tv5bjivJvq .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tv5bjivJvq .mbr-section-title {
  color: #f20c8b;
}
.cid-tv5bjjmBnD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tv5bjjmBnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv5bjjmBnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv5bjjmBnD .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tv5bjjmBnD .container {
    max-width: 1400px;
  }
}
.cid-tv5bjjmBnD .card {
  margin: auto;
}
.cid-tv5bjjmBnD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tv5bjjmBnD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tv5bjjmBnD .row {
  justify-content: center;
}
.cid-tv5bjjmBnD .card-title,
.cid-tv5bjjmBnD .card-box {
  color: #260273;
}
.cid-tv5bjjURRb {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tv5bjjURRb .title__block {
  margin-bottom: 89px;
}
.cid-tv5bjjURRb .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tv5bjjURRb .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tv5bjjURRb .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tv5bjjURRb .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tv5bjjURRb .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tv5bjjURRb .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tv5bjjURRb .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tv5bjjURRb .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tv5bjjURRb .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tv5bjjURRb .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tv5bjjURRb .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tv5bjjURRb .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tv5bjjURRb .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tv5bjjURRb .title__block {
    margin-bottom: 40px;
  }
  .cid-tv5bjjURRb .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tv5bjjURRb .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tv5bjjURRb .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tv5bjjURRb .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tv5bjjURRb .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tv5bjjURRb .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tv5bjjURRb .iconBackground {
    left: 0 !important;
  }
  .cid-tv5bjjURRb .separline:before {
    left: 0 !important;
  }
}
.cid-tv5bjjURRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv5bjjURRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv5bjjURRb .mbr-timeline-text {
  color: #670fbf;
}
.cid-tv5bjjURRb .mbr-section-title {
  color: #260273;
}
.cid-tv5bjkprRZ {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tv5bjkprRZ .title__block {
  margin-bottom: 89px;
}
.cid-tv5bjkprRZ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tv5bjkprRZ .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tv5bjkprRZ .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tv5bjkprRZ .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #fafafa;
  position: relative;
}
.cid-tv5bjkprRZ .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tv5bjkprRZ .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #fafafa;
  transform: rotate(45deg);
}
.cid-tv5bjkprRZ .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tv5bjkprRZ .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tv5bjkprRZ .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tv5bjkprRZ .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tv5bjkprRZ .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tv5bjkprRZ .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tv5bjkprRZ .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tv5bjkprRZ .title__block {
    margin-bottom: 40px;
  }
  .cid-tv5bjkprRZ .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tv5bjkprRZ .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tv5bjkprRZ .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tv5bjkprRZ .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tv5bjkprRZ .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tv5bjkprRZ .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tv5bjkprRZ .iconBackground {
    left: 0 !important;
  }
  .cid-tv5bjkprRZ .separline:before {
    left: 0 !important;
  }
}
.cid-tv5bjkprRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv5bjkprRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv5bjkprRZ .mbr-timeline-text {
  color: #670fbf;
}
.cid-tv5bjkprRZ .mbr-section-title {
  color: #260273;
}
.cid-tv5bjkYaKC {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tv5bjkYaKC .title__block {
  margin-bottom: 89px;
}
.cid-tv5bjkYaKC .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tv5bjkYaKC .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tv5bjkYaKC .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tv5bjkYaKC .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tv5bjkYaKC .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tv5bjkYaKC .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tv5bjkYaKC .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tv5bjkYaKC .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tv5bjkYaKC .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tv5bjkYaKC .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tv5bjkYaKC .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tv5bjkYaKC .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tv5bjkYaKC .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tv5bjkYaKC .title__block {
    margin-bottom: 40px;
  }
  .cid-tv5bjkYaKC .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tv5bjkYaKC .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tv5bjkYaKC .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tv5bjkYaKC .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tv5bjkYaKC .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tv5bjkYaKC .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tv5bjkYaKC .iconBackground {
    left: 0 !important;
  }
  .cid-tv5bjkYaKC .separline:before {
    left: 0 !important;
  }
}
.cid-tv5bjkYaKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv5bjkYaKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv5bjkYaKC .mbr-timeline-text {
  color: #670fbf;
}
.cid-tv5bjkYaKC .mbr-section-title {
  color: #260273;
}
.cid-tv5bjluPzD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tv5bjluPzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv5bjluPzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv5bjluPzD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tv5bjluPzD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tv5bjluPzD .embla__button--next,
.cid-tv5bjluPzD .embla__button--prev {
  display: flex;
}
.cid-tv5bjluPzD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tv5bjluPzD .embla__button {
    display: none;
  }
}
.cid-tv5bjluPzD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tv5bjluPzD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tv5bjluPzD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tv5bjluPzD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tv5bjluPzD .embla__button {
    top: auto;
  }
}
.cid-tv5bjluPzD .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tv5bjluPzD .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tv5bjluPzD .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tv5bjluPzD .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tv5bjluPzD .embla {
  position: relative;
  width: 100%;
}
.cid-tv5bjluPzD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tv5bjluPzD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tv5bjluPzD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tv5bjluPzD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tv5bjluPzD H3 {
  color: #260273;
}
.cid-tv5bjluPzD .user_text {
  color: #260273;
}
.cid-tv5bjmjUYM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tv5bjmjUYM img,
.cid-tv5bjmjUYM .item-img {
  width: 100%;
}
.cid-tv5bjmjUYM .item:focus,
.cid-tv5bjmjUYM span:focus {
  outline: none;
}
.cid-tv5bjmjUYM .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tv5bjmjUYM .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tv5bjmjUYM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tv5bjmjUYM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tv5bjmjUYM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tv5bjmjUYM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tv5bjmjUYM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tv5bjmjUYM .mbr-section-title {
  color: #ffffff;
}
.cid-tv5bjmjUYM .mbr-text,
.cid-tv5bjmjUYM .mbr-section-btn {
  text-align: center;
}
.cid-tv5bjmjUYM .item-title {
  text-align: center;
  color: #670fbf;
}
.cid-tv5bjmjUYM .item-subtitle {
  text-align: left;
}
.cid-tv6FntlHbQ .navbar-dropdown {
  position: relative !important;
}
.cid-tv6FntlHbQ .navbar-dropdown {
  position: absolute !important;
}
.cid-tv6FntlHbQ .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-tv6FntlHbQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tv6FntlHbQ .dropdown-item:hover,
.cid-tv6FntlHbQ .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tv6FntlHbQ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tv6FntlHbQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tv6FntlHbQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-tv6FntlHbQ .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tv6FntlHbQ .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tv6FntlHbQ .dropdown-menu,
.cid-tv6FntlHbQ .navbar.opened {
  background: #670fbf !important;
}
.cid-tv6FntlHbQ .nav-item:focus,
.cid-tv6FntlHbQ .nav-link:focus {
  outline: none;
}
.cid-tv6FntlHbQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tv6FntlHbQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tv6FntlHbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tv6FntlHbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tv6FntlHbQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tv6FntlHbQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tv6FntlHbQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tv6FntlHbQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tv6FntlHbQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tv6FntlHbQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tv6FntlHbQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tv6FntlHbQ .navbar.collapsed {
  justify-content: center;
}
.cid-tv6FntlHbQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tv6FntlHbQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tv6FntlHbQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tv6FntlHbQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tv6FntlHbQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tv6FntlHbQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tv6FntlHbQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tv6FntlHbQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tv6FntlHbQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tv6FntlHbQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tv6FntlHbQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tv6FntlHbQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tv6FntlHbQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tv6FntlHbQ .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-tv6FntlHbQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tv6FntlHbQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tv6FntlHbQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tv6FntlHbQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tv6FntlHbQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tv6FntlHbQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tv6FntlHbQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tv6FntlHbQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tv6FntlHbQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tv6FntlHbQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tv6FntlHbQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tv6FntlHbQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tv6FntlHbQ .dropdown-item.active,
.cid-tv6FntlHbQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tv6FntlHbQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tv6FntlHbQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tv6FntlHbQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tv6FntlHbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tv6FntlHbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tv6FntlHbQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tv6FntlHbQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tv6FntlHbQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tv6FntlHbQ button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tv6FntlHbQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tv6FntlHbQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tv6FntlHbQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tv6FntlHbQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tv6FntlHbQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tv6FntlHbQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tv6FntlHbQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tv6FntlHbQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tv6FntlHbQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tv6FntlHbQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tv6FntlHbQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tv6FntlHbQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tv6FntlHbQ .navbar {
    height: 70px;
  }
  .cid-tv6FntlHbQ .navbar.opened {
    height: auto;
  }
  .cid-tv6FntlHbQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tv6FntlHbQ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tv6FntlHbQ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tv6FntlHbQ a {
  display: inline;
  font-weight: bold;
}
.cid-tv6FntlHbQ img {
  display: inline;
  padding-right: 10px;
}
.cid-tv6FntlHbQ .dropdown-toggle:after {
  display: none;
}
.cid-tv6FntlHbQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tv6FntlHbQ .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tv6FntlHbQ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tv6FnwN3IE {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tv6FnwN3IE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv6FnwN3IE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv6FnwN3IE .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tv6FnwN3IE .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tv6FnwN3IE .mbr-section-title {
  color: #f20c8b;
}
.cid-tv6FnxbWmQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tv6FnxbWmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv6FnxbWmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv6FnxbWmQ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tv6FnxbWmQ .container {
    max-width: 1400px;
  }
}
.cid-tv6FnxbWmQ .card {
  margin: auto;
}
.cid-tv6FnxbWmQ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tv6FnxbWmQ .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tv6FnxbWmQ .row {
  justify-content: center;
}
.cid-tv6FnxbWmQ .card-title,
.cid-tv6FnxbWmQ .card-box {
  color: #260273;
}
.cid-tv6FnxRqxe {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tv6FnxRqxe .title__block {
  margin-bottom: 89px;
}
.cid-tv6FnxRqxe .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tv6FnxRqxe .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tv6FnxRqxe .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tv6FnxRqxe .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tv6FnxRqxe .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tv6FnxRqxe .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tv6FnxRqxe .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tv6FnxRqxe .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tv6FnxRqxe .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tv6FnxRqxe .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tv6FnxRqxe .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tv6FnxRqxe .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tv6FnxRqxe .title__block {
    margin-bottom: 40px;
  }
  .cid-tv6FnxRqxe .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tv6FnxRqxe .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tv6FnxRqxe .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tv6FnxRqxe .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tv6FnxRqxe .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tv6FnxRqxe .iconBackground {
    left: 0 !important;
  }
  .cid-tv6FnxRqxe .separline:before {
    left: 0 !important;
  }
}
.cid-tv6FnxRqxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv6FnxRqxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv6FnxRqxe .mbr-timeline-text {
  color: #670fbf;
}
.cid-tv6FnxRqxe .mbr-section-title {
  color: #260273;
}
.cid-tv6FnyVMsH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tv6FnyVMsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv6FnyVMsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv6FnyVMsH .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tv6FnyVMsH .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-tv6FnyVMsH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tv6FnyVMsH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-tv6FnyVMsH .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tv6FnyVMsH .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-tv6FnyVMsH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tv6FnyVMsH .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tv6FnyVMsH .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tv6FnyVMsH .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tv6FnyVMsH .card-title {
  color: #f20c8b;
}
.cid-tv6FnyVMsH .mbr-text,
.cid-tv6FnyVMsH .social-row {
  color: #ffffff;
}
.cid-tv6FnzPDjW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tv6FnzPDjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv6FnzPDjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tv6FnzPDjW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tv6FnzPDjW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tv6FnzPDjW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tv6FnzPDjW .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tv6FnzPDjW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tv6FnzPDjW .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tv6FnzPDjW .price {
  color: #f20c8b;
}
.cid-tv6FnzPDjW .mbr-text {
  color: #260273;
}
.cid-tv6FnAFezG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #670fbf;
}
.cid-tv6FnAFezG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv6FnAFezG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv6FnAFezG .nav-tabs .nav-item.open .nav-link:focus,
.cid-tv6FnAFezG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tv6FnAFezG .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f20c8b;
}
@media (max-width: 767px) {
  .cid-tv6FnAFezG .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tv6FnAFezG .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tv6FnAFezG .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tv6FnAFezG .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tv6FnAFezG .nav-link,
.cid-tv6FnAFezG .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tv6FnAFezG .nav-tabs .nav-link.active {
  color: #f20c8b;
  border-bottom: 3px solid #f20c8b;
}
.cid-tv6FnAFezG H4 {
  text-align: center;
}
.cid-tv6FnAFezG H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-tv6FnAFezG P {
  color: #ffffff;
}
.cid-tv6FnByTEP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tv6FnByTEP .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tv6FnCc9wL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tv6FnCc9wL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tv6FnCc9wL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tv6FnCc9wL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tv6FnCc9wL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tv6FnCc9wL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tv6FnCc9wL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tv6FnCc9wL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tv6FnCc9wL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tv6FnCc9wL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tv6FnCc9wL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tv6FnCc9wL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tv6FnCc9wL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tv6FnCc9wL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tv6FnCc9wL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-twH9WklSEc .navbar-dropdown {
  position: relative !important;
}
.cid-twH9WklSEc .navbar-dropdown {
  position: absolute !important;
}
.cid-twH9WklSEc .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-twH9WklSEc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-twH9WklSEc .dropdown-item:hover,
.cid-twH9WklSEc .dropdown-item:focus {
  color: #260273 !important;
}
.cid-twH9WklSEc .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-twH9WklSEc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twH9WklSEc .nav-link {
  position: relative;
  padding: 0;
}
.cid-twH9WklSEc .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-twH9WklSEc .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twH9WklSEc .dropdown-menu,
.cid-twH9WklSEc .navbar.opened {
  background: #670fbf !important;
}
.cid-twH9WklSEc .nav-item:focus,
.cid-twH9WklSEc .nav-link:focus {
  outline: none;
}
.cid-twH9WklSEc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twH9WklSEc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twH9WklSEc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twH9WklSEc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twH9WklSEc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twH9WklSEc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twH9WklSEc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-twH9WklSEc .navbar.opened {
  transition: all 0.3s;
}
.cid-twH9WklSEc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twH9WklSEc .navbar .navbar-logo img {
  width: auto;
}
.cid-twH9WklSEc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twH9WklSEc .navbar.collapsed {
  justify-content: center;
}
.cid-twH9WklSEc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twH9WklSEc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twH9WklSEc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twH9WklSEc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twH9WklSEc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twH9WklSEc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-twH9WklSEc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twH9WklSEc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twH9WklSEc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twH9WklSEc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twH9WklSEc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twH9WklSEc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twH9WklSEc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twH9WklSEc .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-twH9WklSEc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twH9WklSEc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twH9WklSEc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twH9WklSEc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twH9WklSEc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twH9WklSEc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-twH9WklSEc .navbar.navbar-short {
  min-height: 60px;
}
.cid-twH9WklSEc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twH9WklSEc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twH9WklSEc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twH9WklSEc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twH9WklSEc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twH9WklSEc .dropdown-item.active,
.cid-twH9WklSEc .dropdown-item:active {
  background-color: transparent;
}
.cid-twH9WklSEc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twH9WklSEc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twH9WklSEc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twH9WklSEc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-twH9WklSEc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twH9WklSEc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twH9WklSEc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twH9WklSEc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twH9WklSEc button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twH9WklSEc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-twH9WklSEc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twH9WklSEc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twH9WklSEc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twH9WklSEc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twH9WklSEc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twH9WklSEc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twH9WklSEc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twH9WklSEc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twH9WklSEc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-twH9WklSEc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twH9WklSEc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twH9WklSEc .navbar {
    height: 70px;
  }
  .cid-twH9WklSEc .navbar.opened {
    height: auto;
  }
  .cid-twH9WklSEc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twH9WklSEc .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-twH9WklSEc .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-twH9WklSEc a {
  display: inline;
  font-weight: bold;
}
.cid-twH9WklSEc img {
  display: inline;
  padding-right: 10px;
}
.cid-twH9WklSEc .dropdown-toggle:after {
  display: none;
}
.cid-twH9WklSEc .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-twH9WklSEc .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-twH9WklSEc .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-twHexRgOSs {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #d1d1f7;
}
.cid-twHexRgOSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-twHexRgOSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twHexRgOSs .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-twHexRgOSs .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-twHexRgOSs .row {
  align-items: center;
}
.cid-twHexRgOSs img {
  border-radius: 2rem;
}
.cid-twHexRgOSs .image-wrapper {
  background: #9f92ec;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-twHexRgOSs .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-twHexRgOSs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-twHexRgOSs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twHexRgOSs .mbr-section-title {
  color: #2b1c50;
}
.cid-twHexRgOSs .mbr-text,
.cid-twHexRgOSs .mbr-section-btn {
  color: #3d2e7c;
}
.cid-tFcSDL17xY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFcSDL17xY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFcSDL17xY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFcSDL17xY .mbr-section-title {
  color: #670fbf;
}
.cid-twHfrsVk9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twHfrsVk9B .text-wrapper {
  padding: 1rem;
}
.cid-twHfrsVk9B .row {
  margin: 0;
}
.cid-twHfrsVk9B .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twHfrsVk9B .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-twHfrsVk9B .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-twHfrsVk9B .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-twHfrsVk9B .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-twHfrsVk9B .image {
  padding: 0;
  position: relative;
}
.cid-twHfrsVk9B .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-twHfrsVk9B .image:hover .image-overlay {
  opacity: .2;
}
.cid-twHfrsVk9B .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-tyuxFHEQwh {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tyuxFHEQwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyuxFHEQwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyuxFHEQwh .item {
  padding-bottom: 2rem;
}
.cid-tyuxFHEQwh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyuxFHEQwh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyuxFHEQwh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tyuxFHEQwh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyuxFHEQwh .carousel-control,
.cid-tyuxFHEQwh .close {
  background: #1b1b1b;
}
.cid-tyuxFHEQwh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyuxFHEQwh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyuxFHEQwh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyuxFHEQwh .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyuxFHEQwh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tyuxFHEQwh .close::before {
  content: '\e91a';
}
.cid-tyuxFHEQwh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyuxFHEQwh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tyuxFHEQwh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyuxFHEQwh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyuxFHEQwh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyuxFHEQwh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyuxFHEQwh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tyuxFHEQwh .carousel-indicators li.active,
.cid-tyuxFHEQwh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyuxFHEQwh .carousel-indicators li::after,
.cid-tyuxFHEQwh .carousel-indicators li::before {
  content: none;
}
.cid-tyuxFHEQwh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyuxFHEQwh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyuxFHEQwh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyuxFHEQwh .carousel-indicators {
    display: none;
  }
}
.cid-tyuxFHEQwh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyuxFHEQwh .carousel-inner > .active {
  display: block;
}
.cid-tyuxFHEQwh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyuxFHEQwh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyuxFHEQwh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyuxFHEQwh .carousel-control,
  .cid-tyuxFHEQwh .carousel-indicators,
  .cid-tyuxFHEQwh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyuxFHEQwh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyuxFHEQwh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyuxFHEQwh .carousel-indicators .active,
.cid-tyuxFHEQwh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyuxFHEQwh .carousel-indicators .active {
  background: #fff;
}
.cid-tyuxFHEQwh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyuxFHEQwh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyuxFHEQwh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyuxFHEQwh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyuxFHEQwh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyuxFHEQwh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyuxFHEQwh .carousel {
  width: 100%;
}
.cid-tyuxFHEQwh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyuxFHEQwh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyuxFHEQwh .modal.fade .modal-dialog,
.cid-tyuxFHEQwh .modal.in .modal-dialog {
  transform: none;
}
.cid-tyuxFHEQwh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyuxFHEQwh H6 {
  text-align: center;
}
.cid-tyuxFHEQwh H3 {
  color: #260273;
}
.cid-tzPaeCCPPt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzPaeCCPPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzPaeCCPPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzPaeCCPPt .timeline-element {
  position: relative;
}
.cid-tzPaeCCPPt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tzPaeCCPPt .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tzPaeCCPPt .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tzPaeCCPPt .iconBackground {
    left: 50%;
  }
}
.cid-tzPaeCCPPt .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-tzPaeCCPPt .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tzPaeCCPPt .row:after {
    left: 50%;
  }
}
.cid-tzPaeCCPPt .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-tzPaeCCPPt .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-tzPaeCCPPt .timeline-date-wrapper,
  .cid-tzPaeCCPPt .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tzPaeCCPPt .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tzPaeCCPPt .timeline-date-wrapper,
  .cid-tzPaeCCPPt .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzPaeCCPPt .timeline-date-wrapper,
  .cid-tzPaeCCPPt .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-tzPaeCCPPt .mbr-text {
  color: #bf1f94;
}
.cid-tzPaeCCPPt .mbr-timeline-title {
  color: #260273;
}
.cid-tzPaeCCPPt .mbr-section-title {
  color: #260273;
}
.cid-tzPbf292HN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzPbf292HN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzPbf292HN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzPbf292HN .timeline-element {
  position: relative;
}
.cid-tzPbf292HN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tzPbf292HN .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tzPbf292HN .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tzPbf292HN .iconBackground {
    left: 50%;
  }
}
.cid-tzPbf292HN .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-tzPbf292HN .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tzPbf292HN .row:after {
    left: 50%;
  }
}
.cid-tzPbf292HN .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-tzPbf292HN .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-tzPbf292HN .timeline-date-wrapper,
  .cid-tzPbf292HN .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tzPbf292HN .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tzPbf292HN .timeline-date-wrapper,
  .cid-tzPbf292HN .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzPbf292HN .timeline-date-wrapper,
  .cid-tzPbf292HN .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-tzPbf292HN .mbr-timeline-title {
  color: #260273;
}
.cid-tzPbf292HN .mbr-text {
  color: #bf1f94;
}
.cid-tzPbf292HN .mbr-section-title {
  color: #260273;
}
.cid-twH9WoLRde {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #260273;
}
.cid-twH9WoLRde .mbr-fallback-image.disabled {
  display: none;
}
.cid-twH9WoLRde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twH9WoLRde .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-twH9WoLRde .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-twH9WoLRde .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twH9WoLRde .mbr-section-title {
  color: #ffffff;
}
.cid-twH9WoLRde .mbr-text,
.cid-twH9WoLRde .mbr-section-btn {
  color: #ffffff;
}
.cid-twHVKgfFzU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-twHVKgfFzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-twHVKgfFzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twHVKgfFzU .google-map {
  height: 30rem;
  position: relative;
}
.cid-twHVKgfFzU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-twHVKgfFzU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-twHVKgfFzU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-twHVKgfFzU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-twHVKgfFzU .mbr-section-title {
  color: #260273;
}
.cid-twHVKgfFzU .mbr-section-subtitle {
  color: #bf1f94;
}
.cid-twHX87WUSg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bf1f94;
  overflow: hidden;
}
.cid-twHX87WUSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-twHX87WUSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twHX87WUSg .card-row {
  align-items: stretch;
}
.cid-twHX87WUSg .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #260273, #670fbf);
}
.cid-twHX87WUSg .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #e43f3f;
}
@media (max-width: 1199px) {
  .cid-twHX87WUSg .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-twHX87WUSg .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #e43f3f;
  }
}
.cid-twHX87WUSg .image-wrapper {
  margin-right: 30px;
}
.cid-twHX87WUSg .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #4479d9;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-twHX87WUSg .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-twHX87WUSg .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-twHX87WUSg .mbr-section-title {
  color: #4479d9;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-twHX87WUSg .mbr-section-title {
    text-align: center !important;
  }
}
.cid-twHX87WUSg .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-twHX87WUSg .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-twHX87WUSg .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-twHX87WUSg .social-container {
    padding-top: 25px;
  }
}
.cid-twHX87WUSg .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-twHX87WUSg .social-title {
    text-align: center !important;
  }
}
.cid-twHX87WUSg .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-twHX87WUSg .social-list {
    justify-content: center !important;
  }
}
.cid-twHX87WUSg .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, #bf1f94, #bf1f94);
  transition: 0.4s all;
}
.cid-twHX87WUSg .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-twHX87WUSg .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-twHX87WUSg .soc-item:hover {
  transform: translateY(-3px);
}
.cid-twHX87WUSg .soc-item:hover:before {
  opacity: 1;
}
.cid-twHX87WUSg .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-twHX87WUSg .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-twHX87WUSg .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-twHX87WUSg .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-twHX87WUSg .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-twHX87WUSg .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-twHX87WUSg .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-twHX87WUSg .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-twHX87WUSg .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-twHX87WUSg .contact-item {
  padding: 10px 0 20px;
}
.cid-twHX87WUSg .card-title {
  color: #bf1f94;
  margin-bottom: 4px;
}
.cid-twHX87WUSg .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-tFcRoTk2x8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tFcRoTk2x8 .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-tFcRoTk2x8 .container {
    padding: 0 5%;
  }
}
.cid-tFcRoTk2x8 .section-head {
  margin-bottom: 3.3rem;
}
.cid-tFcRoTk2x8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-tFcRoTk2x8 .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-tFcRoTk2x8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFcRoTk2x8 .panel-title-edit {
  margin: 0;
  color: #f20c8b;
}
.cid-tFcRoTk2x8 .panel-body,
.cid-tFcRoTk2x8 .card-header {
  padding: 36px 0;
}
.cid-tFcRoTk2x8 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #670fbf;
  text-align: center;
}
.cid-tFcRoTk2x8 .mbr-section-subtitle {
  min-height: 92px;
  background-color: #6870d1;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tFcRoTk2x8 .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-tFcRoTk2x8 .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-tFcRoTk2x8 .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-tFcRoTk2x8 .mbr-iconfont:hover,
.cid-tFcRoTk2x8 .mbr-iconfont:focus {
  background-color: #6870d1;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-tFcRoTk2x8 .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-tFcRoTk2x8 .panel-text,
.cid-tFcRoTk2x8 .mbr-iconfont,
.cid-tFcRoTk2x8 .panel-add {
  color: #3a3e5e;
}
.cid-twH9WE87zP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-twH9WE87zP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-twH9WE87zP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-twH9WE87zP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-twH9WE87zP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-twH9WE87zP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-twH9WE87zP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-twH9WE87zP .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-twH9WE87zP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-twH9WE87zP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-twH9WE87zP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-twH9WE87zP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twH9WE87zP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twH9WE87zP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-twH9WE87zP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ty0ILUNiTu .navbar-dropdown {
  position: relative !important;
}
.cid-ty0ILUNiTu .navbar-dropdown {
  position: absolute !important;
}
.cid-ty0ILUNiTu .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-ty0ILUNiTu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ty0ILUNiTu .dropdown-item:hover,
.cid-ty0ILUNiTu .dropdown-item:focus {
  color: #260273 !important;
}
.cid-ty0ILUNiTu .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ty0ILUNiTu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty0ILUNiTu .nav-link {
  position: relative;
  padding: 0;
}
.cid-ty0ILUNiTu .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-ty0ILUNiTu .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty0ILUNiTu .dropdown-menu,
.cid-ty0ILUNiTu .navbar.opened {
  background: #670fbf !important;
}
.cid-ty0ILUNiTu .nav-item:focus,
.cid-ty0ILUNiTu .nav-link:focus {
  outline: none;
}
.cid-ty0ILUNiTu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty0ILUNiTu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty0ILUNiTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty0ILUNiTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty0ILUNiTu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty0ILUNiTu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty0ILUNiTu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-ty0ILUNiTu .navbar.opened {
  transition: all 0.3s;
}
.cid-ty0ILUNiTu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty0ILUNiTu .navbar .navbar-logo img {
  width: auto;
}
.cid-ty0ILUNiTu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty0ILUNiTu .navbar.collapsed {
  justify-content: center;
}
.cid-ty0ILUNiTu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty0ILUNiTu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty0ILUNiTu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty0ILUNiTu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty0ILUNiTu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty0ILUNiTu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ty0ILUNiTu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty0ILUNiTu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty0ILUNiTu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty0ILUNiTu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty0ILUNiTu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty0ILUNiTu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty0ILUNiTu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty0ILUNiTu .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-ty0ILUNiTu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty0ILUNiTu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty0ILUNiTu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty0ILUNiTu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty0ILUNiTu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty0ILUNiTu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty0ILUNiTu .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty0ILUNiTu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty0ILUNiTu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty0ILUNiTu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty0ILUNiTu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty0ILUNiTu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty0ILUNiTu .dropdown-item.active,
.cid-ty0ILUNiTu .dropdown-item:active {
  background-color: transparent;
}
.cid-ty0ILUNiTu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty0ILUNiTu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty0ILUNiTu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty0ILUNiTu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-ty0ILUNiTu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty0ILUNiTu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty0ILUNiTu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty0ILUNiTu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty0ILUNiTu button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty0ILUNiTu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ty0ILUNiTu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty0ILUNiTu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty0ILUNiTu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty0ILUNiTu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty0ILUNiTu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty0ILUNiTu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty0ILUNiTu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty0ILUNiTu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty0ILUNiTu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ty0ILUNiTu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty0ILUNiTu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty0ILUNiTu .navbar {
    height: 70px;
  }
  .cid-ty0ILUNiTu .navbar.opened {
    height: auto;
  }
  .cid-ty0ILUNiTu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty0ILUNiTu .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ty0ILUNiTu .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ty0ILUNiTu a {
  display: inline;
  font-weight: bold;
}
.cid-ty0ILUNiTu img {
  display: inline;
  padding-right: 10px;
}
.cid-ty0ILUNiTu .dropdown-toggle:after {
  display: none;
}
.cid-ty0ILUNiTu .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ty0ILUNiTu .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-ty0ILUNiTu .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ty0ILYSdke {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-ty0ILYSdke .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0ILYSdke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0ILYSdke .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ty0ILYSdke .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-ty0ILYSdke .mbr-section-title {
  color: #f20c8b;
}
.cid-ty0IM0aHwb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-ty0IM0aHwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0IM0aHwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0IM0aHwb .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ty0IM0aHwb .container {
    max-width: 1400px;
  }
}
.cid-ty0IM0aHwb .card {
  margin: auto;
}
.cid-ty0IM0aHwb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-ty0IM0aHwb .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ty0IM0aHwb .row {
  justify-content: center;
}
.cid-ty0IM0aHwb .card-title,
.cid-ty0IM0aHwb .card-box {
  color: #260273;
}
.cid-ty0IM0FRmM {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-ty0IM0FRmM .title__block {
  margin-bottom: 89px;
}
.cid-ty0IM0FRmM .timelines-container .separline:last-child:before {
  content: none;
}
.cid-ty0IM0FRmM .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-ty0IM0FRmM .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-ty0IM0FRmM .timeline-text-content p {
  margin-bottom: 0;
}
.cid-ty0IM0FRmM .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-ty0IM0FRmM .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-ty0IM0FRmM .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-ty0IM0FRmM .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-ty0IM0FRmM .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-ty0IM0FRmM .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-ty0IM0FRmM .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-ty0IM0FRmM .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-ty0IM0FRmM .title__block {
    margin-bottom: 40px;
  }
  .cid-ty0IM0FRmM .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-ty0IM0FRmM .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-ty0IM0FRmM .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-ty0IM0FRmM .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-ty0IM0FRmM .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-ty0IM0FRmM .iconBackground {
    left: 0 !important;
  }
  .cid-ty0IM0FRmM .separline:before {
    left: 0 !important;
  }
}
.cid-ty0IM0FRmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0IM0FRmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0IM0FRmM .mbr-timeline-text {
  color: #670fbf;
}
.cid-ty0IM0FRmM .mbr-section-title {
  color: #260273;
}
.cid-ty0IM1flWZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ty0IM1flWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0IM1flWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0IM1flWZ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ty0IM1flWZ .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-ty0IM1flWZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ty0IM1flWZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-ty0IM1flWZ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ty0IM1flWZ .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-ty0IM1flWZ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ty0IM1flWZ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ty0IM1flWZ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ty0IM1flWZ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ty0IM1flWZ .card-title {
  color: #f20c8b;
}
.cid-ty0IM1flWZ .mbr-text,
.cid-ty0IM1flWZ .social-row {
  color: #ffffff;
}
.cid-ty0IM2aamJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-ty0IM2aamJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0IM2aamJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ty0IM2aamJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ty0IM2aamJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ty0IM2aamJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ty0IM2aamJ .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-ty0IM2aamJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ty0IM2aamJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ty0IM2aamJ .price {
  color: #f20c8b;
}
.cid-ty0IM2aamJ .mbr-text {
  color: #260273;
}
.cid-ty0IM2KHXJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #670fbf;
}
.cid-ty0IM2KHXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0IM2KHXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0IM2KHXJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-ty0IM2KHXJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ty0IM2KHXJ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f20c8b;
}
@media (max-width: 767px) {
  .cid-ty0IM2KHXJ .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-ty0IM2KHXJ .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-ty0IM2KHXJ .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-ty0IM2KHXJ .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-ty0IM2KHXJ .nav-link,
.cid-ty0IM2KHXJ .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-ty0IM2KHXJ .nav-tabs .nav-link.active {
  color: #f20c8b;
  border-bottom: 3px solid #f20c8b;
}
.cid-ty0IM2KHXJ H4 {
  text-align: center;
}
.cid-ty0IM2KHXJ H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-ty0IM2KHXJ P {
  color: #ffffff;
}
.cid-ty0IM3oAcx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-ty0IM3oAcx .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-ty0IM3Qfui {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-ty0IM3Qfui .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ty0IM3Qfui .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ty0IM3Qfui .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ty0IM3Qfui .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ty0IM3Qfui .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ty0IM3Qfui .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ty0IM3Qfui .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ty0IM3Qfui .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty0IM3Qfui .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ty0IM3Qfui .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ty0IM3Qfui .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty0IM3Qfui .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ty0IM3Qfui .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ty0IM3Qfui .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tBlKbpUknU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBlKbpUknU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBlKbpUknU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBlKbpUknU .video-wrapper iframe {
  width: 100%;
}
.cid-tBlKbpUknU .mbr-section-title,
.cid-tBlKbpUknU .mbr-section-subtitle,
.cid-tBlKbpUknU .mbr-text {
  text-align: center;
}
.cid-tBlKbpUknU .mbr-section-title {
  color: #bf1f94;
}
.cid-tBmJGQVbZC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBmJGQVbZC .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBmJGQVbZC .mbr-text {
  color: #bf1f94;
}
.cid-tBUjQxEaLJ .navbar-dropdown {
  position: relative !important;
}
.cid-tBUjQxEaLJ .navbar-dropdown {
  position: absolute !important;
}
.cid-tBUjQxEaLJ .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-tBUjQxEaLJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBUjQxEaLJ .dropdown-item:hover,
.cid-tBUjQxEaLJ .dropdown-item:focus {
  color: #260273 !important;
}
.cid-tBUjQxEaLJ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tBUjQxEaLJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBUjQxEaLJ .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBUjQxEaLJ .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tBUjQxEaLJ .iconfont-wrapper {
  color: #bf1f94 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBUjQxEaLJ .dropdown-menu,
.cid-tBUjQxEaLJ .navbar.opened {
  background: #670fbf !important;
}
.cid-tBUjQxEaLJ .nav-item:focus,
.cid-tBUjQxEaLJ .nav-link:focus {
  outline: none;
}
.cid-tBUjQxEaLJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBUjQxEaLJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBUjQxEaLJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBUjQxEaLJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBUjQxEaLJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBUjQxEaLJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBUjQxEaLJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 15, 191, 0.8);
}
.cid-tBUjQxEaLJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tBUjQxEaLJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBUjQxEaLJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tBUjQxEaLJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBUjQxEaLJ .navbar.collapsed {
  justify-content: center;
}
.cid-tBUjQxEaLJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBUjQxEaLJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBUjQxEaLJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBUjQxEaLJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBUjQxEaLJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBUjQxEaLJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBUjQxEaLJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBUjQxEaLJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBUjQxEaLJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBUjQxEaLJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBUjQxEaLJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBUjQxEaLJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBUjQxEaLJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBUjQxEaLJ .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-tBUjQxEaLJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBUjQxEaLJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBUjQxEaLJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBUjQxEaLJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBUjQxEaLJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBUjQxEaLJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBUjQxEaLJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBUjQxEaLJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBUjQxEaLJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBUjQxEaLJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBUjQxEaLJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBUjQxEaLJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBUjQxEaLJ .dropdown-item.active,
.cid-tBUjQxEaLJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tBUjQxEaLJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBUjQxEaLJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBUjQxEaLJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBUjQxEaLJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670fbf;
}
.cid-tBUjQxEaLJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBUjQxEaLJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBUjQxEaLJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBUjQxEaLJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBUjQxEaLJ button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBUjQxEaLJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBUjQxEaLJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBUjQxEaLJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBUjQxEaLJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBUjQxEaLJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBUjQxEaLJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBUjQxEaLJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBUjQxEaLJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBUjQxEaLJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBUjQxEaLJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBUjQxEaLJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBUjQxEaLJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBUjQxEaLJ .navbar {
    height: 70px;
  }
  .cid-tBUjQxEaLJ .navbar.opened {
    height: auto;
  }
  .cid-tBUjQxEaLJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBUjQxEaLJ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBUjQxEaLJ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBUjQxEaLJ a {
  display: inline;
  font-weight: bold;
}
.cid-tBUjQxEaLJ img {
  display: inline;
  padding-right: 10px;
}
.cid-tBUjQxEaLJ .dropdown-toggle:after {
  display: none;
}
.cid-tBUjQxEaLJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBUjQxEaLJ .dropdown-item:hover {
  color: #f20c8b !important;
}
@media (max-width: 990px) {
  .cid-tBUjQxEaLJ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tBUjQAl5Q0 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tBUjQAl5Q0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUjQAl5Q0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBUjQAl5Q0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBUjQAl5Q0 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tBUjQAl5Q0 .mbr-section-title {
  color: #f20c8b;
}
.cid-tBUjQCrGxH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tBUjQCrGxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUjQCrGxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBUjQCrGxH .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tBUjQCrGxH .container {
    max-width: 1400px;
  }
}
.cid-tBUjQCrGxH .card {
  margin: auto;
}
.cid-tBUjQCrGxH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tBUjQCrGxH .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBUjQCrGxH .row {
  justify-content: center;
}
.cid-tBUjQCrGxH .card-title,
.cid-tBUjQCrGxH .card-box {
  color: #260273;
}
.cid-tBUjQEh6sC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBUjQEh6sC .line {
  background-color: #bf1f94;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBUjQEh6sC .mbr-text {
  color: #670fbf;
}
.cid-tBUjQESDJ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBUjQESDJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUjQESDJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBUjQESDJ8 .card-wrapper {
  background: #f20c8b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tBUjQESDJ8 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBUjQESDJ8 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBUjQESDJ8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tBUjQESDJ8 .mbr-text,
.cid-tBUjQESDJ8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tBUjQESDJ8 .card-title,
.cid-tBUjQESDJ8 .card-box {
  text-align: left;
}
.cid-tBUjQFxLEk {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tBUjQFxLEk .title__block {
  margin-bottom: 89px;
}
.cid-tBUjQFxLEk .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tBUjQFxLEk .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tBUjQFxLEk .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #bf1f94;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tBUjQFxLEk .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tBUjQFxLEk .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #bf1f94;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tBUjQFxLEk .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tBUjQFxLEk .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tBUjQFxLEk .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tBUjQFxLEk .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tBUjQFxLEk .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tBUjQFxLEk .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tBUjQFxLEk .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tBUjQFxLEk .title__block {
    margin-bottom: 40px;
  }
  .cid-tBUjQFxLEk .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tBUjQFxLEk .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tBUjQFxLEk .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tBUjQFxLEk .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tBUjQFxLEk .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tBUjQFxLEk .iconBackground {
    left: 0 !important;
  }
  .cid-tBUjQFxLEk .separline:before {
    left: 0 !important;
  }
}
.cid-tBUjQFxLEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUjQFxLEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBUjQFxLEk .mbr-timeline-text {
  color: #670fbf;
}
.cid-tBUjQFxLEk .mbr-section-title {
  color: #260273;
}
.cid-tBUjQGABur {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBUjQGABur .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUjQGABur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBUjQGABur .mbr-text {
  color: #767676;
}
.cid-tBUjQGABur .mbr-section-subtitle {
  color: #767676;
}
.cid-tBUjQGABur .title .num {
  width: 100%;
  display: block;
}
.cid-tBUjQGABur .title .card-title {
  z-index: 1;
}
.cid-tBUjQGABur .num {
  color: #670fbf;
}
@media (max-width: 767px) {
  .cid-tBUjQGABur * {
    text-align: center !important;
  }
  .cid-tBUjQGABur .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tBUjQGABur .mbr-section-title,
.cid-tBUjQGABur .card-box {
  color: #f20c8b;
  text-align: center;
}
.cid-tBUwfxRnDr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBUwfxRnDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUwfxRnDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBUwfxRnDr .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tBUwfxRnDr .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-tBUwfxRnDr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBUwfxRnDr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-tBUwfxRnDr .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tBUwfxRnDr .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-tBUwfxRnDr .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tBUwfxRnDr .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tBUwfxRnDr .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBUwfxRnDr .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tBUwfxRnDr .card-title {
  color: #f20c8b;
}
.cid-tBUwfxRnDr .mbr-text,
.cid-tBUwfxRnDr .social-row {
  color: #ffffff;
}
.cid-tBUjQM6jRc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBUjQM6jRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUjQM6jRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBUjQM6jRc .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tBUjQM6jRc .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-tBUjQM6jRc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBUjQM6jRc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-tBUjQM6jRc .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tBUjQM6jRc .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-tBUjQM6jRc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tBUjQM6jRc .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tBUjQM6jRc .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBUjQM6jRc .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tBUjQM6jRc .card-title {
  color: #f20c8b;
}
.cid-tBUjQM6jRc .mbr-text,
.cid-tBUjQM6jRc .social-row {
  color: #ffffff;
}
.cid-tBUjQNQr8W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tBUjQNQr8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUjQNQr8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tBUjQNQr8W .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tBUjQNQr8W .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBUjQNQr8W .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tBUjQNQr8W .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tBUjQNQr8W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBUjQNQr8W .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tBUjQNQr8W .price {
  color: #f20c8b;
}
.cid-tBUjQNQr8W .mbr-text {
  color: #260273;
}
.cid-tBUjQOQutx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #670fbf;
}
.cid-tBUjQOQutx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUjQOQutx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBUjQOQutx .nav-tabs .nav-item.open .nav-link:focus,
.cid-tBUjQOQutx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tBUjQOQutx .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f20c8b;
}
@media (max-width: 767px) {
  .cid-tBUjQOQutx .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tBUjQOQutx .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tBUjQOQutx .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tBUjQOQutx .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tBUjQOQutx .nav-link,
.cid-tBUjQOQutx .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tBUjQOQutx .nav-tabs .nav-link.active {
  color: #f20c8b;
  border-bottom: 3px solid #f20c8b;
}
.cid-tBUjQOQutx H4 {
  text-align: center;
}
.cid-tBUjQOQutx H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-tBUjQOQutx P {
  color: #ffffff;
}
.cid-tBUjQQLBdK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tBUjQQLBdK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tBUjQQLBdK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tBUjQQLBdK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tBUjQQLBdK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tBUjQQLBdK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tBUjQQLBdK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tBUjQQLBdK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tBUjQQLBdK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tBUjQQLBdK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tBUjQQLBdK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tBUjQQLBdK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBUjQQLBdK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tBUjQQLBdK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tBUjQQLBdK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCz2LRzwhf {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tCz2LRzwhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCz2LRzwhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCz2LRzwhf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCz2LRzwhf .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tCz2LRzwhf .mbr-section-title {
  color: #f20c8b;
}
.cid-tCz2LS4oIk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tCz2LS4oIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCz2LS4oIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCz2LS4oIk .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tCz2LS4oIk .container {
    max-width: 1400px;
  }
}
.cid-tCz2LS4oIk .card {
  margin: auto;
}
.cid-tCz2LS4oIk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tCz2LS4oIk .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCz2LS4oIk .row {
  justify-content: center;
}
.cid-tCz2LS4oIk .card-title,
.cid-tCz2LS4oIk .card-box {
  color: #260273;
}
.cid-tCz2LSFnSd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCz2LSFnSd .mbr-section-subtitle {
  color: #260273;
}
.cid-tCz2LSFnSd .mbr-text {
  color: #260273;
}
.cid-tCzfqYq6Rn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bf1f94;
}
.cid-tCzfqYq6Rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCzfqYq6Rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tCzfqYq6Rn .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tCzfqYq6Rn .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCzfqYq6Rn .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tCzfqYq6Rn .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tCzfqYq6Rn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCzfqYq6Rn .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tCzfqYq6Rn .price {
  text-align: right;
  color: #f20c8b;
}
.cid-tCzfqYq6Rn .card-title {
  color: #f20c8b;
}
.cid-tCz2LT1mu1 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tCz2LT1mu1 .title__block {
  margin-bottom: 89px;
}
.cid-tCz2LT1mu1 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tCz2LT1mu1 .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tCz2LT1mu1 .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tCz2LT1mu1 .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #bf1f94;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tCz2LT1mu1 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tCz2LT1mu1 .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #bf1f94;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tCz2LT1mu1 .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tCz2LT1mu1 .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tCz2LT1mu1 .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tCz2LT1mu1 .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tCz2LT1mu1 .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tCz2LT1mu1 .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tCz2LT1mu1 .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tCz2LT1mu1 .title__block {
    margin-bottom: 40px;
  }
  .cid-tCz2LT1mu1 .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tCz2LT1mu1 .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tCz2LT1mu1 .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tCz2LT1mu1 .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tCz2LT1mu1 .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tCz2LT1mu1 .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tCz2LT1mu1 .iconBackground {
    left: 0 !important;
  }
  .cid-tCz2LT1mu1 .separline:before {
    left: 0 !important;
  }
}
.cid-tCz2LT1mu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCz2LT1mu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCz2LT1mu1 .mbr-timeline-text {
  color: #670fbf;
}
.cid-tCz2LT1mu1 .mbr-section-title {
  color: #260273;
}
.cid-tCzdxTz6ws {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCzdxTz6ws .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCzdxTz6ws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCzdxTz6ws .mbr-section-title {
  color: #260273;
}
.cid-tCz7Lm4QKT {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCz7Lm4QKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCz7Lm4QKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCz7Lm4QKT .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tCz7Lm4QKT .card-wrapper {
  background-color: #670fbf;
  border-radius: 4px;
}
.cid-tCz7Lm4QKT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCz7Lm4QKT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f20c8b;
  transition: all 0.3s;
}
.cid-tCz7Lm4QKT .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f20c8b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tCz7Lm4QKT .social-row .soc-item:hover {
  background-color: #f20c8b;
}
.cid-tCz7Lm4QKT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tCz7Lm4QKT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tCz7Lm4QKT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCz7Lm4QKT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tCz7Lm4QKT .card-title {
  color: #f20c8b;
}
.cid-tCz7Lm4QKT .mbr-text,
.cid-tCz7Lm4QKT .social-row {
  color: #ffffff;
}
.cid-tCze0kEMXu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bf1f94;
}
.cid-tCze0kEMXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCze0kEMXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tCze0kEMXu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tCze0kEMXu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCze0kEMXu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tCze0kEMXu .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tCze0kEMXu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCze0kEMXu .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tCze0kEMXu .price {
  text-align: right;
  color: #f20c8b;
}
.cid-tCze0kEMXu .card-title {
  color: #f20c8b;
}
.cid-tCzeQMa0nw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #670fbf;
}
.cid-tCzeQMa0nw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCzeQMa0nw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCzeQMa0nw .nav-tabs .nav-item.open .nav-link:focus,
.cid-tCzeQMa0nw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tCzeQMa0nw .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f20c8b;
}
@media (max-width: 767px) {
  .cid-tCzeQMa0nw .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tCzeQMa0nw .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tCzeQMa0nw .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tCzeQMa0nw .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tCzeQMa0nw .nav-link,
.cid-tCzeQMa0nw .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tCzeQMa0nw .nav-tabs .nav-link.active {
  color: #f20c8b;
  border-bottom: 3px solid #f20c8b;
}
.cid-tCzeQMa0nw H4 {
  text-align: center;
}
.cid-tCzeQMa0nw H3 {
  text-align: center;
  color: #f20c8b;
}
.cid-tCzeQMa0nw P {
  color: #ffffff;
}
.cid-tvgZCb1lLd {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tvgZCb1lLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvgZCb1lLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvgZCb1lLd .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvgZCb1lLd .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tvgZCb1lLd .mbr-section-title {
  color: #f20c8b;
}
.cid-tvgZCcwSF5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f20c8b;
}
.cid-tvgZCcwSF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvgZCcwSF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvgZCcwSF5 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tvgZCcwSF5 .container {
    max-width: 1400px;
  }
}
.cid-tvgZCcwSF5 .card {
  margin: auto;
}
.cid-tvgZCcwSF5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tvgZCcwSF5 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tvgZCcwSF5 .row {
  justify-content: center;
}
.cid-tvgZCcwSF5 .card-title,
.cid-tvgZCcwSF5 .card-box {
  color: #260273;
}
.cid-tvgZCeSpu4 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tvgZCeSpu4 .title__block {
  margin-bottom: 89px;
}
.cid-tvgZCeSpu4 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tvgZCeSpu4 .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tvgZCeSpu4 .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tvgZCeSpu4 .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tvgZCeSpu4 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tvgZCeSpu4 .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tvgZCeSpu4 .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tvgZCeSpu4 .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tvgZCeSpu4 .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tvgZCeSpu4 .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tvgZCeSpu4 .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tvgZCeSpu4 .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tvgZCeSpu4 .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tvgZCeSpu4 .title__block {
    margin-bottom: 40px;
  }
  .cid-tvgZCeSpu4 .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tvgZCeSpu4 .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tvgZCeSpu4 .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tvgZCeSpu4 .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tvgZCeSpu4 .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tvgZCeSpu4 .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tvgZCeSpu4 .iconBackground {
    left: 0 !important;
  }
  .cid-tvgZCeSpu4 .separline:before {
    left: 0 !important;
  }
}
.cid-tvgZCeSpu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvgZCeSpu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvgZCeSpu4 .mbr-timeline-text {
  color: #670fbf;
}
.cid-tvgZCeSpu4 .mbr-section-title {
  color: #260273;
}
.cid-tvgZCfvgRR {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tvgZCfvgRR .title__block {
  margin-bottom: 89px;
}
.cid-tvgZCfvgRR .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tvgZCfvgRR .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tvgZCfvgRR .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tvgZCfvgRR .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #fafafa;
  position: relative;
}
.cid-tvgZCfvgRR .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tvgZCfvgRR .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #fafafa;
  transform: rotate(45deg);
}
.cid-tvgZCfvgRR .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tvgZCfvgRR .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tvgZCfvgRR .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tvgZCfvgRR .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tvgZCfvgRR .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tvgZCfvgRR .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tvgZCfvgRR .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tvgZCfvgRR .title__block {
    margin-bottom: 40px;
  }
  .cid-tvgZCfvgRR .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tvgZCfvgRR .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tvgZCfvgRR .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tvgZCfvgRR .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tvgZCfvgRR .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tvgZCfvgRR .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tvgZCfvgRR .iconBackground {
    left: 0 !important;
  }
  .cid-tvgZCfvgRR .separline:before {
    left: 0 !important;
  }
}
.cid-tvgZCfvgRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvgZCfvgRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvgZCfvgRR .mbr-timeline-text {
  color: #670fbf;
}
.cid-tvgZCfvgRR .mbr-section-title {
  color: #260273;
}
.cid-tvgZCg4VWY {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tvgZCg4VWY .title__block {
  margin-bottom: 89px;
}
.cid-tvgZCg4VWY .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tvgZCg4VWY .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tvgZCg4VWY .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tvgZCg4VWY .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tvgZCg4VWY .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tvgZCg4VWY .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tvgZCg4VWY .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tvgZCg4VWY .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tvgZCg4VWY .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tvgZCg4VWY .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tvgZCg4VWY .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f20c8b;
}
.cid-tvgZCg4VWY .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tvgZCg4VWY .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f20c8b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tvgZCg4VWY .title__block {
    margin-bottom: 40px;
  }
  .cid-tvgZCg4VWY .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tvgZCg4VWY .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tvgZCg4VWY .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tvgZCg4VWY .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tvgZCg4VWY .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tvgZCg4VWY .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tvgZCg4VWY .iconBackground {
    left: 0 !important;
  }
  .cid-tvgZCg4VWY .separline:before {
    left: 0 !important;
  }
}
.cid-tvgZCg4VWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvgZCg4VWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvgZCg4VWY .mbr-timeline-text {
  color: #670fbf;
}
.cid-tvgZCg4VWY .mbr-section-title {
  color: #260273;
}
.cid-tvgZCgFk22 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f20c8b;
}
.cid-tvgZCgFk22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvgZCgFk22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvgZCgFk22 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tvgZCgFk22 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tvgZCgFk22 .embla__button--next,
.cid-tvgZCgFk22 .embla__button--prev {
  display: flex;
}
.cid-tvgZCgFk22 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tvgZCgFk22 .embla__button {
    display: none;
  }
}
.cid-tvgZCgFk22 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tvgZCgFk22 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tvgZCgFk22 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvgZCgFk22 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tvgZCgFk22 .embla__button {
    top: auto;
  }
}
.cid-tvgZCgFk22 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tvgZCgFk22 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tvgZCgFk22 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tvgZCgFk22 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tvgZCgFk22 .embla {
  position: relative;
  width: 100%;
}
.cid-tvgZCgFk22 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tvgZCgFk22 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tvgZCgFk22 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tvgZCgFk22 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tvgZCgFk22 H3 {
  color: #260273;
}
.cid-tvgZCgFk22 .user_text {
  color: #260273;
}
.cid-tvgZChtHCz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bg-site-2023-1366x768.jpg");
}
.cid-tvgZChtHCz img,
.cid-tvgZChtHCz .item-img {
  width: 100%;
}
.cid-tvgZChtHCz .item:focus,
.cid-tvgZChtHCz span:focus {
  outline: none;
}
.cid-tvgZChtHCz .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tvgZChtHCz .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvgZChtHCz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tvgZChtHCz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvgZChtHCz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tvgZChtHCz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tvgZChtHCz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvgZChtHCz .mbr-section-title {
  color: #ffffff;
}
.cid-tvgZChtHCz .mbr-text,
.cid-tvgZChtHCz .mbr-section-btn {
  text-align: center;
}
.cid-tvgZChtHCz .item-title {
  text-align: center;
  color: #670fbf;
}
.cid-tvgZChtHCz .item-subtitle {
  text-align: left;
}
.cid-tH3tYVGUnm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tH3tYVGUnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH3tYVGUnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH3tYVGUnm .video-wrapper iframe {
  width: 100%;
}
.cid-tH3tYVGUnm .mbr-section-title,
.cid-tH3tYVGUnm .mbr-section-subtitle,
.cid-tH3tYVGUnm .mbr-text {
  text-align: center;
}
.cid-tH3tYVGUnm .mbr-section-title {
  color: #f20c8b;
}
.cid-tH3tYVGUnm .mbr-section-subtitle {
  color: #bf1f94;
}
.cid-tH3uzwsAWI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ddebe9;
}
.cid-tH3uzwsAWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH3uzwsAWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH3uzwsAWI .video-wrapper iframe {
  width: 100%;
}
.cid-tH3uzwsAWI .mbr-section-title,
.cid-tH3uzwsAWI .mbr-section-subtitle,
.cid-tH3uzwsAWI .mbr-text {
  text-align: center;
}
.cid-tH3uzwsAWI .mbr-section-title {
  color: #f20c8b;
}
.cid-tH3uzwsAWI .mbr-section-subtitle {
  color: #bf1f94;
}
.cid-tH3uAnUhD8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tH3uAnUhD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH3uAnUhD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH3uAnUhD8 .video-wrapper iframe {
  width: 100%;
}
.cid-tH3uAnUhD8 .mbr-section-title,
.cid-tH3uAnUhD8 .mbr-section-subtitle,
.cid-tH3uAnUhD8 .mbr-text {
  text-align: center;
}
.cid-tH3uAnUhD8 .mbr-section-title {
  color: #f20c8b;
}
.cid-tH3uAnUhD8 .mbr-section-subtitle {
  color: #bf1f94;
}
.cid-tGx6GHVFwz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bf1f94;
}
.cid-tGx6GHVFwz .line {
  background-color: #260273;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tGx6GHVFwz .mbr-text {
  color: #ffffff;
}
.cid-tH3ve7SZir {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #670fbf;
}
.cid-tH3ve7SZir .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tH3ve7SZir .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tH3ve7SZir .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tH3ve7SZir .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tH3ve7SZir .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tH3ve7SZir .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tH3ve7SZir .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tH3ve7SZir .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tH3ve7SZir .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tH3ve7SZir .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tH3ve7SZir .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tH3ve7SZir .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tH3ve7SZir .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tH3ve7SZir .media-container-row .row-copirayt p {
  width: 100%;
}
