.btn {
  border-width: 2px;
}
body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Gudea', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #5c12a5 !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #36187d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5c12a5 !important;
  border-color: #5c12a5 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #420d77 !important;
  border-color: #420d77 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #420d77 !important;
  border-color: #420d77 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d3b11b !important;
  border-color: #d3b11b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d3b11b !important;
  border-color: #d3b11b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5c12a5;
  color: #5c12a5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #300957 !important;
  background-color: transparent!important;
  border-color: #300957 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5c12a5 !important;
  border-color: #5c12a5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e6c63b;
  color: #e6c63b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: #b39617 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #35b8fc;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !important;
  background-color: transparent!important;
  border-color: #038fd7 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #6c758f;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: #474d5e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #36187d;
  color: #36187d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: #170a34 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !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: #5c12a5 !important;
}
.text-secondary {
  color: #e6c63b !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #36187d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #290849 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a68b15 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #110827 !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) {
  text-decoration: underline;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: none;
}
.nav-tabs .nav-link.active {
  color: #5c12a5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #36187d;
}
.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: #5c12a5;
  border-color: #5c12a5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5c12a5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9c4beb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5c12a5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #5c12a5;
}
/* 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: #5c12a5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5c12a5;
}
.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: #5c12a5;
  border-bottom-color: #5c12a5;
}
.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: #5c12a5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e6c63b !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='%235c12a5' %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-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGKGHe1ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .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-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .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-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .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-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #5c12a5 !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tasP5KVmGJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tasP5KVmGJ .carousel {
  height: 800px;
}
.cid-tasP5KVmGJ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tasP5KVmGJ .carousel-item,
.cid-tasP5KVmGJ .carousel-inner {
  height: 100%;
}
.cid-tasP5KVmGJ .mbr-overlay {
  z-index: 1;
}
.cid-tasP5KVmGJ .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 60%;
  overflow: hidden;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 50px;
}
@media (max-width: 767px) {
  .cid-tasP5KVmGJ .carousel-caption {
    height: 102%;
  }
}
.cid-tasP5KVmGJ .carousel-control {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
  top: calc(50% + 60%/2 + 1rem);
  transform: translateY(-50%);
  left: 0;
  margin-left: 50px;
  color: #c17b71;
  opacity: 1;
}
.cid-tasP5KVmGJ .carousel-control.carousel-control-next {
  margin-left: 100px;
}
.cid-tasP5KVmGJ .carousel-control > span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tasP5KVmGJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tasP5KVmGJ .carousel-control:hover {
  opacity: 0.6;
}
.cid-tasP5KVmGJ .item-wrapper {
  width: 100%;
}
.cid-tasP5KVmGJ .mbr-section-subtitle,
.cid-tasP5KVmGJ .slider-subtitle {
  margin-bottom: 30px;
}
.cid-tasP5KVmGJ .caption-text {
  margin-bottom: 20.4px;
}
@media (max-width: 767px) {
  .cid-tasP5KVmGJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tasP5KVmGJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tasP5KVmGJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tasP5KVmGJ .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-tasP5KVmGJ .carousel-indicators li.active,
.cid-tasP5KVmGJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tasP5KVmGJ .carousel-indicators li::after,
.cid-tasP5KVmGJ .carousel-indicators li::before {
  content: none;
}
.cid-tasP5KVmGJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tasP5KVmGJ .carousel-indicators {
    display: none !important;
  }
}
.cid-tasP5KVmGJ H5 {
  color: #ffffff;
}
.cid-tasP5KVmGJ .mbr-section-subtitle {
  color: #ebc6b8;
}
.cid-tasP5KVmGJ P {
  color: #ffffff;
}
.cid-svGKGwmqjv {
  background-color: #5c12a5;
}
.cid-svGKGwmqjv .mbr-section-title {
  color: #ffffff;
}
.cid-svGKGwmqjv .mbr-section-subtitle {
  color: #0196e3;
}
.cid-svGKGwmqjv .mbr-text {
  color: #ffffff;
}
.cid-svGKGwmqjv .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-svGKGwmqjv .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-svGKGwmqjv .text-col {
  align-items: center;
  display: flex;
}
.cid-svGKGwmqjv .mbr-section-subtitle,
.cid-svGKGwmqjv .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-svMI8yuE9y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-svMI8yuE9y img,
.cid-svMI8yuE9y .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-svMI8yuE9y .item:focus,
.cid-svMI8yuE9y span:focus {
  outline: none;
}
.cid-svMI8yuE9y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svMI8yuE9y .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-svMI8yuE9y .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-svMI8yuE9y .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-svMI8yuE9y .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-svMI8yuE9y .item-content {
    padding: 1rem 0;
  }
}
.cid-svMI8yuE9y .mbr-section-title {
  color: #5c12a5;
}
.cid-svMI8yuE9y .item-title {
  color: #36187d;
}
.cid-svMI8yuE9y .item-subtitle {
  color: #bec2cf;
}
.cid-svMI8yuE9y .mbr-text,
.cid-svMI8yuE9y .mbr-section-btn {
  color: #6c758f;
}
.cid-svMI8yuE9y .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-svGLkEVmLN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-svGLkEVmLN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-svGLkEVmLN .row {
    flex-direction: column-reverse;
  }
  .cid-svGLkEVmLN .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-svGLkEVmLN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-svGLkEVmLN .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-svGLkEVmLN .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-svGLkEVmLN .card-title {
  color: #5a0fa7;
}
.cid-svGLkEVmLN .mbr-text,
.cid-svGLkEVmLN .mbr-section-btn {
  color: #6c758f;
}
.cid-svGLbesvPt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-svGLbesvPt .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-svGLbesvPt .col-lg-6 {
  padding: 0 2rem;
}
.cid-svGLbesvPt .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svGLbesvPt .card-wrapper {
  padding: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-svGLbesvPt .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGLbesvPt .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-svGLbesvPt .card-title,
.cid-svGLbesvPt .iconfont-wrapper {
  color: #36187d;
}
.cid-svGLbesvPt .card-text {
  color: #36187d;
}
.cid-svGLbesvPt .mbr-section-subtitle {
  color: #36187d;
}
.cid-svGLbesvPt .mbr-section-title {
  color: #36187d;
}
.cid-tcTW5p73rn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcTW5p73rn img {
  width: 140px;
  margin: auto;
}
.cid-tcTW5p73rn .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tcTW5p73rn .mbr-section-title {
  color: #36187d;
}
.cid-tcVoQhWe0B {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tcVoQhWe0B img {
  width: 140px;
  margin: auto;
}
.cid-tcVoQhWe0B .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tcVoQhWe0B .mbr-section-title {
  color: #36187d;
}
.cid-tdtqGUa9qL {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #5a0fa7;
}
.cid-tdtqGUa9qL .image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tdtqGUa9qL .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tdtqGUa9qL .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tdtqGUa9qL .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #5c12a5;
}
.cid-tdtqGUa9qL .svg-top .st0 {
  fill: #5a0fa7;
}
@media (max-width: 992px) {
  .cid-tdtqGUa9qL .svg-top {
    width: 1000px;
  }
}
.cid-tdtqGUa9qL .mbr-text {
  color: #ffffff;
}
.cid-tdtqGUa9qL .mbr-section-title {
  color: #ffffff;
}
.cid-tdtqGUa9qL .name {
  color: #ffffff;
}
.cid-tdtqGUa9qL .position {
  color: #ffffff;
}
.cid-tdtZwl8kBV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a0fa7;
}
.cid-tdtZwl8kBV .image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tdtZwl8kBV .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tdtZwl8kBV .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tdtZwl8kBV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #5c12a5;
}
.cid-tdtZwl8kBV .svg-top .st0 {
  fill: #5a0fa7;
}
@media (max-width: 992px) {
  .cid-tdtZwl8kBV .svg-top {
    width: 1000px;
  }
}
.cid-tdtZwl8kBV .mbr-text {
  color: #ffffff;
}
.cid-tdtZwl8kBV .mbr-section-title {
  color: #ffffff;
}
.cid-tdtZwl8kBV .name {
  color: #ffffff;
}
.cid-tdtZwl8kBV .position {
  color: #ffffff;
}
.cid-tdu6PzNZzh {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef1e5;
}
.cid-tdu6PzNZzh .mbr-media {
  position: relative;
  height: 560px;
  border: 2px solid #000;
  border-radius: 20px;
}
.cid-tdu6PzNZzh .mbr-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tdu6PzNZzh .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tdu6PzNZzh .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tdu6PzNZzh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tdu6PzNZzh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tdu6PzNZzh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tdu6PzNZzh .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tdu6PzNZzh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tdu6PzNZzh .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tdu6PzNZzh .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tdu6PzNZzh .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tdu6PzNZzh .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tdu6PzNZzh .btn:hover,
.cid-tdu6PzNZzh .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tdu6PzNZzh .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tdu6PzNZzh .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tdu6PzNZzh .btn:hover:before,
.cid-tdu6PzNZzh .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tdu6PzNZzh .btn-secondary {
  color: #000000 !important;
}
.cid-tdu6PzNZzh .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tdu6PzNZzh .icon {
    display: none;
  }
}
.cid-svGLok6CI0 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svGLok6CI0 .col-lg-6 {
  padding: 0 2rem;
}
.cid-svGLok6CI0 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svGLok6CI0 .card-wrapper {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-svGLok6CI0 .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svGLok6CI0 .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-svGLok6CI0 .mbr-iconfont {
  font-size: 1.5rem;
  color: #0196e3;
  padding: 1rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-svGLok6CI0 .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-svGLok6CI0 .card-box {
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-svGLok6CI0 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGLok6CI0 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
@media (max-width: 767px) {
  .cid-svGLok6CI0 .icon-wrapper {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
  }
}
.cid-svGLok6CI0 .card-text {
  color: #000000;
}
.cid-svGLok6CI0 .card-title {
  color: #36187d;
}
.cid-svGLok6CI0 .card-phone {
  color: #0196e3;
}
.cid-svGLwCOwdH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .mbr-text {
  color: #767676;
}
.cid-svGLwCOwdH .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .links {
    text-align: center !important;
  }
}
.cid-svGLwCOwdH .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svGLwCOwdH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svGLwCOwdH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #5c12a5;
}
.cid-svGLwCOwdH .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svGLwCOwdH .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svGLwCOwdH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svGLwCOwdH .copyright > p {
  color: #6c758f;
}
.cid-tdjo0WrkCl.popup-builder {
  background-color: #ffffff;
}
.cid-tdjo0WrkCl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tdjo0WrkCl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tdjo0WrkCl .modal-content,
.cid-tdjo0WrkCl .modal-dialog {
  height: auto;
}
.cid-tdjo0WrkCl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tdjo0WrkCl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tdjo0WrkCl .form-wrapper .mbr-form .form-group,
  .cid-tdjo0WrkCl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tdjo0WrkCl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tdjo0WrkCl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdjo0WrkCl .mbr-text {
  text-align: center;
}
.cid-tdjo0WrkCl .pt-0 {
  padding-top: 0 !important;
}
.cid-tdjo0WrkCl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tdjo0WrkCl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tdjo0WrkCl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tdjo0WrkCl .modal-open {
  overflow: hidden;
}
.cid-tdjo0WrkCl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tdjo0WrkCl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tdjo0WrkCl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tdjo0WrkCl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tdjo0WrkCl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tdjo0WrkCl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tdjo0WrkCl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tdjo0WrkCl .modal-content {
  background: #5c12a5;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tdjo0WrkCl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tdjo0WrkCl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tdjo0WrkCl .modal-backdrop.fade {
  opacity: 0;
}
.cid-tdjo0WrkCl .modal-backdrop.show {
  opacity: .5;
}
.cid-tdjo0WrkCl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tdjo0WrkCl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tdjo0WrkCl .modal-header {
    padding: 1rem;
  }
}
.cid-tdjo0WrkCl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tdjo0WrkCl .modal-header .close svg {
  fill: #353535;
}
.cid-tdjo0WrkCl .modal-header .close:hover {
  opacity: 1;
}
.cid-tdjo0WrkCl .modal-header .close:focus {
  outline: none;
}
.cid-tdjo0WrkCl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tdjo0WrkCl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tdjo0WrkCl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdjo0WrkCl .modal-body {
    padding: 1rem;
  }
}
.cid-tdjo0WrkCl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tdjo0WrkCl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdjo0WrkCl .modal-footer {
    padding: 1rem;
  }
}
.cid-tdjo0WrkCl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tdjo0WrkCl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tdjo0WrkCl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tdjo0WrkCl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tdjo0WrkCl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tdjo0WrkCl .modal-lg,
  .cid-tdjo0WrkCl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tdjo0WrkCl .modal-xl {
    max-width: 1140px;
  }
}
.cid-tdjo0WrkCl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tdjo0WrkCl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tdjo0WrkCl .form-group {
  margin-bottom: 1rem;
}
.cid-tdjo0WrkCl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tdjo0WrkCl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tdjo0WrkCl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tdjo0WrkCl .mbr-section-btn {
  margin: 0;
}
.cid-tdjo0WrkCl .mbr-section-btn .btn {
  margin: 0;
}
.cid-tdjo4SovLz.popup-builder {
  background-color: #ffffff;
}
.cid-tdjo4SovLz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tdjo4SovLz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tdjo4SovLz .modal-content,
.cid-tdjo4SovLz .modal-dialog {
  height: auto;
}
.cid-tdjo4SovLz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tdjo4SovLz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tdjo4SovLz .form-wrapper .mbr-form .form-group,
  .cid-tdjo4SovLz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tdjo4SovLz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tdjo4SovLz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdjo4SovLz .mbr-text {
  text-align: center;
}
.cid-tdjo4SovLz .pt-0 {
  padding-top: 0 !important;
}
.cid-tdjo4SovLz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tdjo4SovLz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tdjo4SovLz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tdjo4SovLz .modal-open {
  overflow: hidden;
}
.cid-tdjo4SovLz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tdjo4SovLz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tdjo4SovLz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tdjo4SovLz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tdjo4SovLz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tdjo4SovLz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tdjo4SovLz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tdjo4SovLz .modal-content {
  background: #5c12a5;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tdjo4SovLz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tdjo4SovLz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tdjo4SovLz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tdjo4SovLz .modal-backdrop.show {
  opacity: .5;
}
.cid-tdjo4SovLz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tdjo4SovLz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tdjo4SovLz .modal-header {
    padding: 1rem;
  }
}
.cid-tdjo4SovLz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tdjo4SovLz .modal-header .close svg {
  fill: #353535;
}
.cid-tdjo4SovLz .modal-header .close:hover {
  opacity: 1;
}
.cid-tdjo4SovLz .modal-header .close:focus {
  outline: none;
}
.cid-tdjo4SovLz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tdjo4SovLz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tdjo4SovLz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdjo4SovLz .modal-body {
    padding: 1rem;
  }
}
.cid-tdjo4SovLz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tdjo4SovLz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdjo4SovLz .modal-footer {
    padding: 1rem;
  }
}
.cid-tdjo4SovLz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tdjo4SovLz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tdjo4SovLz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tdjo4SovLz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tdjo4SovLz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tdjo4SovLz .modal-lg,
  .cid-tdjo4SovLz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tdjo4SovLz .modal-xl {
    max-width: 1140px;
  }
}
.cid-tdjo4SovLz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tdjo4SovLz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tdjo4SovLz .form-group {
  margin-bottom: 1rem;
}
.cid-tdjo4SovLz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tdjo4SovLz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tdjo4SovLz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tdjo4SovLz .mbr-section-btn {
  margin: 0;
}
.cid-tdjo4SovLz .mbr-section-btn .btn {
  margin: 0;
}
.cid-tayI0A7c02 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tayI0A7c02 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tayI0A7c02 .container {
    padding: 0 ;
  }
}
.cid-tayI0A7c02 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tayI0A7c02 .navbar.opened {
  transition: all 0.3s;
}
.cid-tayI0A7c02 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tayI0A7c02 .navbar .navbar-logo img {
  width: auto;
}
.cid-tayI0A7c02 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tayI0A7c02 .navbar.collapsed {
  justify-content: center;
}
.cid-tayI0A7c02 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tayI0A7c02 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tayI0A7c02 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tayI0A7c02 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tayI0A7c02 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tayI0A7c02 .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-tayI0A7c02 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tayI0A7c02 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tayI0A7c02 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tayI0A7c02 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tayI0A7c02 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tayI0A7c02 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tayI0A7c02 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tayI0A7c02 .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-tayI0A7c02 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tayI0A7c02 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tayI0A7c02 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tayI0A7c02 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tayI0A7c02 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tayI0A7c02 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tayI0A7c02 .navbar.navbar-short {
  min-height: 110px;
}
.cid-tayI0A7c02 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tayI0A7c02 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tayI0A7c02 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tayI0A7c02 nav.navbar {
  position: fixed;
}
.cid-tayI0A7c02 .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-tayI0A7c02 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tayI0A7c02 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tayI0A7c02 .dropdown-item:hover,
.cid-tayI0A7c02 .dropdown-item:focus {
  background: #5c12a5 !important;
  color: white !important;
}
.cid-tayI0A7c02 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tayI0A7c02 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tayI0A7c02 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tayI0A7c02 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tayI0A7c02 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tayI0A7c02 .dropdown-menu,
.cid-tayI0A7c02 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tayI0A7c02 .nav-item:focus,
.cid-tayI0A7c02 .nav-link:focus {
  outline: none;
}
.cid-tayI0A7c02 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tayI0A7c02 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tayI0A7c02 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tayI0A7c02 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tayI0A7c02 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tayI0A7c02 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tayI0A7c02 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tayI0A7c02 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tayI0A7c02 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tayI0A7c02 .dropdown-item.active,
.cid-tayI0A7c02 .dropdown-item:active {
  background-color: transparent;
}
.cid-tayI0A7c02 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tayI0A7c02 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tayI0A7c02 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tayI0A7c02 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tayI0A7c02 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tayI0A7c02 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tayI0A7c02 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tayI0A7c02 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tayI0A7c02 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tayI0A7c02 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-tayI0A7c02 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tayI0A7c02 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tayI0A7c02 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tayI0A7c02 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tayI0A7c02 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tayI0A7c02 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tayI0A7c02 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tayI0A7c02 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tayI0A7c02 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tayI0A7c02 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tayI0A7c02 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tayI0A7c02 .navbar {
    height: 70px;
  }
  .cid-tayI0A7c02 .navbar.opened {
    height: auto;
  }
  .cid-tayI0A7c02 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tayI0A7c02 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tayI0A7c02 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tayIiVw03N {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-tayIiVw03N .mbr-section-title {
  color: #36187d;
}
.cid-tayIiVw03N .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tayIiVw03N .mbr-text {
  color: #36187d;
}
.cid-tayIiVw03N .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tayIiVw03N .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tayIiVw03N .text-col {
  align-items: center;
  display: flex;
}
.cid-tayIiVw03N .mbr-section-subtitle,
.cid-tayIiVw03N .title-col {
  width: 100%;
}
.cid-tayJb6yBq8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-tayJb6yBq8 .mbr-section-subtitle {
  color: #36187d;
}
.cid-tayJb6yBq8 .mbr-text {
  color: #6c758f;
}
.cid-tayI0Jx66t {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-tayI0Jx66t .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-tayI0Jx66t .item:last-child .icon-box:before {
  display: none;
}
.cid-tayI0Jx66t .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #dae2ec;
  transform: translate(-50%, 0);
}
.cid-tayI0Jx66t .last:before {
  display: none;
}
.cid-tayI0Jx66t .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tayI0Jx66t .icon-box {
    margin-right: 1rem;
  }
}
.cid-tayI0Jx66t span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-tayI0Jx66t span .card {
    margin-bottom: 2rem;
  }
  .cid-tayI0Jx66t span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tayI0Jx66t span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tayI0Jx66t .icon-box::before {
    top: 114%;
  }
}
.cid-tayI0Jx66t SPAN {
  color: #0196e3;
}
.cid-tayI0Jx66t .icon-text {
  color: #6c758f;
}
.cid-tayI0Jx66t .icon-title {
  color: #36187d;
}
.cid-tayI0Jx66t .icon-subtitle {
  color: #36187d;
}
.cid-tayI0Jx66t .main-title {
  color: #36187d;
}
.cid-tayI0SGrGn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tayI0SGrGn .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tayI0SGrGn .mbr-text {
  color: #767676;
}
.cid-tayI0SGrGn .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tayI0SGrGn .links {
    text-align: center !important;
  }
}
.cid-tayI0SGrGn .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tayI0SGrGn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tayI0SGrGn .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tayI0SGrGn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tayI0SGrGn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #5c12a5;
}
.cid-tayI0SGrGn .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tayI0SGrGn .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tayI0SGrGn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tayI0SGrGn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tayI0SGrGn .copyright > p {
  color: #6c758f;
}
.cid-tdjo4MwOz7.popup-builder {
  background-color: #ffffff;
}
.cid-tdjo4MwOz7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tdjo4MwOz7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tdjo4MwOz7 .modal-content,
.cid-tdjo4MwOz7 .modal-dialog {
  height: auto;
}
.cid-tdjo4MwOz7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tdjo4MwOz7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tdjo4MwOz7 .form-wrapper .mbr-form .form-group,
  .cid-tdjo4MwOz7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tdjo4MwOz7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tdjo4MwOz7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdjo4MwOz7 .mbr-text {
  text-align: center;
}
.cid-tdjo4MwOz7 .pt-0 {
  padding-top: 0 !important;
}
.cid-tdjo4MwOz7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tdjo4MwOz7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tdjo4MwOz7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tdjo4MwOz7 .modal-open {
  overflow: hidden;
}
.cid-tdjo4MwOz7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tdjo4MwOz7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tdjo4MwOz7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tdjo4MwOz7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tdjo4MwOz7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tdjo4MwOz7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tdjo4MwOz7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tdjo4MwOz7 .modal-content {
  background: #5c12a5;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tdjo4MwOz7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tdjo4MwOz7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tdjo4MwOz7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tdjo4MwOz7 .modal-backdrop.show {
  opacity: .5;
}
.cid-tdjo4MwOz7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tdjo4MwOz7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tdjo4MwOz7 .modal-header {
    padding: 1rem;
  }
}
.cid-tdjo4MwOz7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tdjo4MwOz7 .modal-header .close svg {
  fill: #353535;
}
.cid-tdjo4MwOz7 .modal-header .close:hover {
  opacity: 1;
}
.cid-tdjo4MwOz7 .modal-header .close:focus {
  outline: none;
}
.cid-tdjo4MwOz7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tdjo4MwOz7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tdjo4MwOz7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdjo4MwOz7 .modal-body {
    padding: 1rem;
  }
}
.cid-tdjo4MwOz7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tdjo4MwOz7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdjo4MwOz7 .modal-footer {
    padding: 1rem;
  }
}
.cid-tdjo4MwOz7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tdjo4MwOz7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tdjo4MwOz7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tdjo4MwOz7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tdjo4MwOz7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tdjo4MwOz7 .modal-lg,
  .cid-tdjo4MwOz7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tdjo4MwOz7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tdjo4MwOz7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tdjo4MwOz7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tdjo4MwOz7 .form-group {
  margin-bottom: 1rem;
}
.cid-tdjo4MwOz7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tdjo4MwOz7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tdjo4MwOz7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tdjo4MwOz7 .mbr-section-btn {
  margin: 0;
}
.cid-tdjo4MwOz7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tayNzCtuVK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tayNzCtuVK .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tayNzCtuVK .container {
    padding: 0 ;
  }
}
.cid-tayNzCtuVK .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tayNzCtuVK .navbar.opened {
  transition: all 0.3s;
}
.cid-tayNzCtuVK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tayNzCtuVK .navbar .navbar-logo img {
  width: auto;
}
.cid-tayNzCtuVK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tayNzCtuVK .navbar.collapsed {
  justify-content: center;
}
.cid-tayNzCtuVK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tayNzCtuVK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tayNzCtuVK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tayNzCtuVK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tayNzCtuVK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tayNzCtuVK .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-tayNzCtuVK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tayNzCtuVK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tayNzCtuVK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tayNzCtuVK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tayNzCtuVK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tayNzCtuVK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tayNzCtuVK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tayNzCtuVK .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-tayNzCtuVK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tayNzCtuVK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tayNzCtuVK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tayNzCtuVK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tayNzCtuVK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tayNzCtuVK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tayNzCtuVK .navbar.navbar-short {
  min-height: 110px;
}
.cid-tayNzCtuVK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tayNzCtuVK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tayNzCtuVK .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tayNzCtuVK nav.navbar {
  position: fixed;
}
.cid-tayNzCtuVK .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-tayNzCtuVK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tayNzCtuVK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tayNzCtuVK .dropdown-item:hover,
.cid-tayNzCtuVK .dropdown-item:focus {
  background: #5c12a5 !important;
  color: white !important;
}
.cid-tayNzCtuVK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tayNzCtuVK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tayNzCtuVK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tayNzCtuVK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tayNzCtuVK .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tayNzCtuVK .dropdown-menu,
.cid-tayNzCtuVK .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tayNzCtuVK .nav-item:focus,
.cid-tayNzCtuVK .nav-link:focus {
  outline: none;
}
.cid-tayNzCtuVK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tayNzCtuVK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tayNzCtuVK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tayNzCtuVK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tayNzCtuVK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tayNzCtuVK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tayNzCtuVK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tayNzCtuVK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tayNzCtuVK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tayNzCtuVK .dropdown-item.active,
.cid-tayNzCtuVK .dropdown-item:active {
  background-color: transparent;
}
.cid-tayNzCtuVK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tayNzCtuVK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tayNzCtuVK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tayNzCtuVK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tayNzCtuVK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tayNzCtuVK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tayNzCtuVK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tayNzCtuVK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tayNzCtuVK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tayNzCtuVK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-tayNzCtuVK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tayNzCtuVK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tayNzCtuVK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tayNzCtuVK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tayNzCtuVK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tayNzCtuVK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tayNzCtuVK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tayNzCtuVK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tayNzCtuVK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tayNzCtuVK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tayNzCtuVK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tayNzCtuVK .navbar {
    height: 70px;
  }
  .cid-tayNzCtuVK .navbar.opened {
    height: auto;
  }
  .cid-tayNzCtuVK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tayNzCtuVK .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tayNzCtuVK .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tayNzEb1oi {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-tayNzEb1oi .mbr-section-title {
  color: #36187d;
}
.cid-tayNzEb1oi .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tayNzEb1oi .mbr-text {
  color: #36187d;
}
.cid-tayNzEb1oi .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tayNzEb1oi .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tayNzEb1oi .text-col {
  align-items: center;
  display: flex;
}
.cid-tayNzEb1oi .mbr-section-subtitle,
.cid-tayNzEb1oi .title-col {
  width: 100%;
}
.cid-tayNzELxYB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-tayNzELxYB .mbr-section-subtitle {
  color: #36187d;
}
.cid-tayNzELxYB .mbr-text {
  color: #6c758f;
}
.cid-tayNzHqUhb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f3f7;
}
.cid-tayNzHqUhb .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tayNzHqUhb .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tayNzHqUhb .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-tayNzHqUhb P {
  color: #6c758f;
}
.cid-tayNzI6HT2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tayNzI6HT2 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tayNzI6HT2 .mbr-text {
  color: #767676;
}
.cid-tayNzI6HT2 .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tayNzI6HT2 .links {
    text-align: center !important;
  }
}
.cid-tayNzI6HT2 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tayNzI6HT2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tayNzI6HT2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tayNzI6HT2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tayNzI6HT2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #5c12a5;
}
.cid-tayNzI6HT2 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tayNzI6HT2 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tayNzI6HT2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tayNzI6HT2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tayNzI6HT2 .copyright > p {
  color: #6c758f;
}
.cid-tdjo4Mx3qE.popup-builder {
  background-color: #ffffff;
}
.cid-tdjo4Mx3qE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tdjo4Mx3qE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tdjo4Mx3qE .modal-content,
.cid-tdjo4Mx3qE .modal-dialog {
  height: auto;
}
.cid-tdjo4Mx3qE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tdjo4Mx3qE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tdjo4Mx3qE .form-wrapper .mbr-form .form-group,
  .cid-tdjo4Mx3qE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tdjo4Mx3qE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tdjo4Mx3qE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdjo4Mx3qE .mbr-text {
  text-align: center;
}
.cid-tdjo4Mx3qE .pt-0 {
  padding-top: 0 !important;
}
.cid-tdjo4Mx3qE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tdjo4Mx3qE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tdjo4Mx3qE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tdjo4Mx3qE .modal-open {
  overflow: hidden;
}
.cid-tdjo4Mx3qE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tdjo4Mx3qE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tdjo4Mx3qE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tdjo4Mx3qE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tdjo4Mx3qE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tdjo4Mx3qE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tdjo4Mx3qE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tdjo4Mx3qE .modal-content {
  background: #5c12a5;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tdjo4Mx3qE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tdjo4Mx3qE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tdjo4Mx3qE .modal-backdrop.fade {
  opacity: 0;
}
.cid-tdjo4Mx3qE .modal-backdrop.show {
  opacity: .5;
}
.cid-tdjo4Mx3qE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tdjo4Mx3qE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tdjo4Mx3qE .modal-header {
    padding: 1rem;
  }
}
.cid-tdjo4Mx3qE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tdjo4Mx3qE .modal-header .close svg {
  fill: #353535;
}
.cid-tdjo4Mx3qE .modal-header .close:hover {
  opacity: 1;
}
.cid-tdjo4Mx3qE .modal-header .close:focus {
  outline: none;
}
.cid-tdjo4Mx3qE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tdjo4Mx3qE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tdjo4Mx3qE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdjo4Mx3qE .modal-body {
    padding: 1rem;
  }
}
.cid-tdjo4Mx3qE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tdjo4Mx3qE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdjo4Mx3qE .modal-footer {
    padding: 1rem;
  }
}
.cid-tdjo4Mx3qE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tdjo4Mx3qE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tdjo4Mx3qE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tdjo4Mx3qE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tdjo4Mx3qE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tdjo4Mx3qE .modal-lg,
  .cid-tdjo4Mx3qE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tdjo4Mx3qE .modal-xl {
    max-width: 1140px;
  }
}
.cid-tdjo4Mx3qE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tdjo4Mx3qE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tdjo4Mx3qE .form-group {
  margin-bottom: 1rem;
}
.cid-tdjo4Mx3qE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tdjo4Mx3qE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tdjo4Mx3qE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tdjo4Mx3qE .mbr-section-btn {
  margin: 0;
}
.cid-tdjo4Mx3qE .mbr-section-btn .btn {
  margin: 0;
}
.cid-tbAcDeuseq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tbAcDeuseq .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tbAcDeuseq .container {
    padding: 0 ;
  }
}
.cid-tbAcDeuseq .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tbAcDeuseq .navbar.opened {
  transition: all 0.3s;
}
.cid-tbAcDeuseq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tbAcDeuseq .navbar .navbar-logo img {
  width: auto;
}
.cid-tbAcDeuseq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbAcDeuseq .navbar.collapsed {
  justify-content: center;
}
.cid-tbAcDeuseq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbAcDeuseq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbAcDeuseq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tbAcDeuseq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbAcDeuseq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbAcDeuseq .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-tbAcDeuseq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbAcDeuseq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbAcDeuseq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbAcDeuseq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbAcDeuseq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbAcDeuseq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbAcDeuseq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbAcDeuseq .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-tbAcDeuseq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbAcDeuseq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbAcDeuseq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbAcDeuseq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbAcDeuseq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbAcDeuseq .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tbAcDeuseq .navbar.navbar-short {
  min-height: 110px;
}
.cid-tbAcDeuseq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbAcDeuseq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbAcDeuseq .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tbAcDeuseq nav.navbar {
  position: fixed;
}
.cid-tbAcDeuseq .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-tbAcDeuseq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tbAcDeuseq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tbAcDeuseq .dropdown-item:hover,
.cid-tbAcDeuseq .dropdown-item:focus {
  background: #5c12a5 !important;
  color: white !important;
}
.cid-tbAcDeuseq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tbAcDeuseq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tbAcDeuseq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tbAcDeuseq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbAcDeuseq .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbAcDeuseq .dropdown-menu,
.cid-tbAcDeuseq .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tbAcDeuseq .nav-item:focus,
.cid-tbAcDeuseq .nav-link:focus {
  outline: none;
}
.cid-tbAcDeuseq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbAcDeuseq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbAcDeuseq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbAcDeuseq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbAcDeuseq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbAcDeuseq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbAcDeuseq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbAcDeuseq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbAcDeuseq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbAcDeuseq .dropdown-item.active,
.cid-tbAcDeuseq .dropdown-item:active {
  background-color: transparent;
}
.cid-tbAcDeuseq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbAcDeuseq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbAcDeuseq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbAcDeuseq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tbAcDeuseq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbAcDeuseq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbAcDeuseq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbAcDeuseq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbAcDeuseq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tbAcDeuseq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-tbAcDeuseq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbAcDeuseq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbAcDeuseq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbAcDeuseq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbAcDeuseq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbAcDeuseq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbAcDeuseq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbAcDeuseq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbAcDeuseq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tbAcDeuseq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbAcDeuseq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbAcDeuseq .navbar {
    height: 70px;
  }
  .cid-tbAcDeuseq .navbar.opened {
    height: auto;
  }
  .cid-tbAcDeuseq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbAcDeuseq .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tbAcDeuseq .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-td4PTbfHl6 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #5c12a5;
}
.cid-td4PTbfHl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-td4PTbfHl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td4PTbfHl6 .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-td4PTbfHl6 .col-text {
    padding-right: 28px;
  }
}
.cid-td4PTbfHl6 .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-td4PTbfHl6 .col-img {
    padding-left: 28px;
  }
}
.cid-td4PTbfHl6 .card-title {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-td4PTbfHl6 .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-td4PTbfHl6 .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-td4PTbfHl6 .mbr-text {
    padding-right: 0;
    margin-top: 1rem;
    text-align: center !important;
  }
}
.cid-td4PTbfHl6 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-td4PTbfHl6 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-td4PTbfHl6 .mbr-section-btn {
    width: 100%;
  }
}
.cid-td4PTbfHl6 .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 306px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-td4PTbfHl6 .image-wrapper {
    height: 216px;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-td4PTbfHl6 .image-wrapper {
    height: auto;
  }
}
.cid-td4PTbfHl6 .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-td0mcZCPKF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-tela-1884x859.jpg");
}
@media (max-width: 991px) {
  .cid-td0mcZCPKF .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-td0mcZCPKF .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-td0mcZCPKF img {
  width: 100%;
  border-radius: 30px;
}
.cid-td0mcZCPKF .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-td0mcZCPKF .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-td0mcZCPKF .wrapp {
    padding: 3rem;
  }
}
.cid-td0mcZCPKF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-td0mcZCPKF .mbr-text {
  color: #ffffff;
}
.cid-td0mcZCPKF .mbr-section-title {
  color: #ffffff;
}
.cid-td58ikB0Sw {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-td58ikB0Sw .mbr-text,
.cid-td58ikB0Sw .mbr-section-btn {
  color: #ffffff;
}
.cid-td58ikB0Sw .btn-white {
  color: #333333!important;
}
.cid-td58ikB0Sw .image1 {
  position: absolute;
  right: 8%;
  top: 25%;
  height: 500px;
  width: auto;
  animation: rev 5s ease-in-out infinite;
}
.cid-td58ikB0Sw .image2 {
  position: absolute;
  left: 8%;
  bottom: 20%;
  height: 500px;
  width: auto;
  animation: rev2 5s ease-in-out infinite;
}
@keyframes rev {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rev2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(15px) translateY(5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.cid-td58ikB0Sw svg {
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
}
.cid-td58ikB0Sw svg path {
  fill: #5c12a5;
}
@media (max-width: 1600px) {
  .cid-td58ikB0Sw .image1 {
    top: 5%;
    height: 280px;
  }
  .cid-td58ikB0Sw .image2 {
    bottom: 5%;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .cid-td58ikB0Sw svg {
    width: 1050px;
    height: 1050px;
  }
  .cid-td58ikB0Sw .image1 {
    height: 220px;
  }
  .cid-td58ikB0Sw .image2 {
    bottom: 15%;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-td58ikB0Sw svg {
    top: -120px;
  }
  .cid-td58ikB0Sw .image1 {
    left: 50%;
    right: 50%;
    height: 180px;
    top: 3rem;
    transform: translateX(-50%);
    animation: none;
  }
  .cid-td58ikB0Sw .image2 {
    right: 50%;
    left: 50%;
    bottom: 3rem;
    height: 180px;
    transform: translateX(-50%);
    animation: none;
  }
}
.cid-td58ikB0Sw .mbr-section-title {
  color: #ffffff;
}
.cid-td58ikB0Sw .mbr-section-subtitle {
  color: #72dfe9;
}
.cid-td6SSYrYgV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-td6SSYrYgV .title-section {
  margin-bottom: 4.25rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-td6SSYrYgV .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-td6SSYrYgV .card {
  height: auto;
  margin: 0;
  width: 100%;
  background-color: #ebeae2;
}
.cid-td6SSYrYgV .card .card-body {
  padding: 42px 20px;
  width: 100%;
}
.cid-td6SSYrYgV .card .card-img-top {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-td6SSYrYgV .buttons-container {
  margin: 40px auto 0px auto;
  width: 80px;
  display: flex;
  justify-content: space-between;
  display: none;
}
.cid-td6SSYrYgV .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0066;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: all 0.7s ease;
}
.cid-td6SSYrYgV .buttons-container button:hover {
  background-color: #ff66a3;
}
.cid-td6SSYrYgV .buttons-container button span {
  line-height: 2px;
  color: white;
}
.cid-td6SSYrYgV .embla__button {
  display: none;
}
.cid-td6SSYrYgV .embla__button:disabled {
  cursor: default;
}
.cid-td6SSYrYgV .embla__button:hover {
  cursor: pointer;
}
.cid-td6SSYrYgV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
  min-height: 380px;
}
@media (max-width: 768px) {
  .cid-td6SSYrYgV .embla__slide {
    min-width: 300px;
    max-width: 300px;
  }
}
.cid-td6SSYrYgV .embla {
  position: relative;
  width: 100%;
}
.cid-td6SSYrYgV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-td6SSYrYgV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-td6SSYrYgV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-td6SSYrYgV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-td6SSYrYgV .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-td6SSYrYgV .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-td6SSYrYgV .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-td6SSYrYgV .slide-content {
  width: 100%;
  height: 100%;
}
.cid-td6SSYrYgV .mbr-section-subtitle {
  text-align: center;
}
.cid-td6SSYrYgV .mbr-text {
  text-align: center;
}
.cid-td6SSYrYgV .main-sect.mbr-section-subtitle {
  text-align: left;
}
.cid-td6SSYrYgV .main-sect.mbr-text {
  text-align: left;
}
.cid-td6SSYrYgV .main-sect.mbr-section-title {
  text-align: left;
  color: #5c12a5;
}
.cid-td6SSYrYgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-td6SSYrYgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td58pCKtYX {
  padding-top: 240px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/food-service-importancia-da-tecnologia-1000x667.jpg");
}
.cid-td58pCKtYX .mbr-iconfont2 {
  color: #e9204f;
}
.cid-td58pCKtYX .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-td58pCKtYX .card-inner {
  background-color: #5c12a5;
  transition: 0.7s;
  z-index: 10;
}
.cid-td58pCKtYX .btn {
  margin-left: 0rem;
}
.cid-td58pCKtYX .row {
  padding-bottom: 8rem;
}
.cid-td58pCKtYX .link {
  margin: 0;
}
.cid-td58pCKtYX .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-td58pCKtYX .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #e9204f;
  transition: 0.7s;
}
.cid-td58pCKtYX .card-img {
  margin-bottom: 3.2rem;
}
.cid-td58pCKtYX .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-td58pCKtYX .card:hover .card-inner {
  background-color: #e9204f;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-td58pCKtYX .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-td58pCKtYX .card:hover .card-title:after {
  background: #ffffff;
}
.cid-td58pCKtYX .media-container-row {
  align-items: flex-end;
}
.cid-td58pCKtYX .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-td58pCKtYX .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-td58pCKtYX .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-td58pCKtYX .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-td58pCKtYX .card {
    margin-bottom: 2rem;
  }
  .cid-td58pCKtYX .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-td58pCKtYX .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-td58pCKtYX .card {
  position: relative;
}
.cid-td58pCKtYX .card-3::after {
  content: '';
  background-color: #5c12a5;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-td58pCKtYX .card:first-child .card-inner {
  background-color: #5c12a5;
}
.cid-td58pCKtYX .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-td58pCKtYX .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-td58pCKtYX .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-td58pCKtYX .card:first-child .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-td58pCKtYX .card:first-child .card-inner:hover {
  background-color: #e9204f;
}
.cid-td58pCKtYX .line-title {
  width: 40px;
  height: 2px;
  background-color: #36187d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-td58pCKtYX .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #36187d;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-td5V1evk7A {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-td5V1evk7A .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-td5V1evk7A .col-lg-4,
.cid-td5V1evk7A .col-12 {
  padding: 0 2rem;
}
.cid-td5V1evk7A .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-td5V1evk7A .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-td5V1evk7A .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-td5V1evk7A .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-td5V1evk7A .card-title,
.cid-td5V1evk7A .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-td5V1evk7A .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-td5V1evk7A .mbr-section-subtitle {
  color: #6c758f;
}
.cid-td5V1evk7A .mbr-section-title {
  color: #36187d;
}
.cid-td5V1evk7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-td5V1evk7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td6B3hQQQE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-td6B3hQQQE .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-td6B3hQQQE .col-lg-4,
.cid-td6B3hQQQE .col-12 {
  padding: 0 2rem;
}
.cid-td6B3hQQQE .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-td6B3hQQQE .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-td6B3hQQQE .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-td6B3hQQQE .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-td6B3hQQQE .card-title,
.cid-td6B3hQQQE .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-td6B3hQQQE .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-td6B3hQQQE .mbr-section-subtitle {
  color: #6c758f;
}
.cid-td6B3hQQQE .mbr-section-title {
  color: #36187d;
}
.cid-td6B3hQQQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-td6B3hQQQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td6GSWEuJJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-td6GSWEuJJ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-td6GSWEuJJ .col-lg-4,
.cid-td6GSWEuJJ .col-12 {
  padding: 0 2rem;
}
.cid-td6GSWEuJJ .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-td6GSWEuJJ .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-td6GSWEuJJ .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-td6GSWEuJJ .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-td6GSWEuJJ .card-title,
.cid-td6GSWEuJJ .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-td6GSWEuJJ .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-td6GSWEuJJ .mbr-section-subtitle {
  color: #6c758f;
}
.cid-td6GSWEuJJ .mbr-section-title {
  color: #36187d;
}
.cid-td6GSWEuJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-td6GSWEuJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td6HDYlMpc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-td6HDYlMpc .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-td6HDYlMpc .col-lg-4,
.cid-td6HDYlMpc .col-12 {
  padding: 0 2rem;
}
.cid-td6HDYlMpc .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-td6HDYlMpc .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-td6HDYlMpc .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-td6HDYlMpc .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-td6HDYlMpc .card-title,
.cid-td6HDYlMpc .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-td6HDYlMpc .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-td6HDYlMpc .mbr-section-subtitle {
  color: #6c758f;
}
.cid-td6HDYlMpc .mbr-section-title {
  color: #36187d;
}
.cid-td6HDYlMpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-td6HDYlMpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td6IPL6KW6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-td6IPL6KW6 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-td6IPL6KW6 .col-lg-4,
.cid-td6IPL6KW6 .col-12 {
  padding: 0 2rem;
}
.cid-td6IPL6KW6 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-td6IPL6KW6 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-td6IPL6KW6 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-td6IPL6KW6 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-td6IPL6KW6 .card-title,
.cid-td6IPL6KW6 .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-td6IPL6KW6 .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-td6IPL6KW6 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-td6IPL6KW6 .mbr-section-title {
  color: #36187d;
}
.cid-td6IPL6KW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-td6IPL6KW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td6Kj4OUPK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-td6Kj4OUPK .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 991px) {
  .cid-td6Kj4OUPK .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-td6Kj4OUPK .card-wrapper {
    flex-direction: column;
  }
}
.cid-td6Kj4OUPK .mbr-iconfont {
  font-size: 4rem;
  color: #6592e6;
  padding: 3.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-td6Kj4OUPK .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-td6Kj4OUPK .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-td6Kj4OUPK .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-td6Kj4OUPK .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-td6Kj4OUPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-td6Kj4OUPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcrltVVWsF {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-tela-1884x859.jpg");
}
.cid-tcrltVVWsF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tcrltVVWsF .row {
    flex-direction: column-reverse;
  }
  .cid-tcrltVVWsF .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tcrltVVWsF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tcrltVVWsF .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tcrltVVWsF .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tcrltVVWsF .card-title {
  color: #ffffff;
}
.cid-tcrltVVWsF .mbr-text,
.cid-tcrltVVWsF .mbr-section-btn {
  color: #f2f3f7;
}
.cid-tcruT9Y0am {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tcruT9Y0am .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tcruT9Y0am .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tcruT9Y0am .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tcruT9Y0am .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tcruT9Y0am .mbr-text,
.cid-tcruT9Y0am .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tcruT9Y0am .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tcrBCFJCoi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcrBCFJCoi .mbr-section-title {
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
  padding: 0;
}
.cid-tcrBCFJCoi .mbr-section-subtitle {
  text-align: left;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  padding: 0;
}
.cid-tcrBCFJCoi .title-block {
  justify-content: space-between;
}
.cid-tcrBCFJCoi .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-tcrBCFJCoi .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-tcrBCFJCoi H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tcrBCFJCoi .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-tcrBCFJCoi .card-title {
    padding: 13px 0 0;
  }
}
@media (max-width: 574px) {
  .cid-tcrBCFJCoi .col-12 {
    padding-top: 35px;
  }
  .cid-tcrBCFJCoi .col-12:first-child {
    padding-top: 0px;
  }
  .cid-tcrBCFJCoi .card-title {
    padding: 13px 0 0;
  }
}
.cid-tcrFdDind9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tcrFdDind9 .mbr-section-title {
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
  padding: 0;
}
.cid-tcrFdDind9 .mbr-section-subtitle {
  text-align: left;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  padding: 0;
}
.cid-tcrFdDind9 .title-block {
  justify-content: space-between;
}
.cid-tcrFdDind9 .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-tcrFdDind9 .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-tcrFdDind9 H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tcrFdDind9 .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-tcrFdDind9 .card-title {
    padding: 13px 0 0;
  }
}
@media (max-width: 574px) {
  .cid-tcrFdDind9 .col-12 {
    padding-top: 35px;
  }
  .cid-tcrFdDind9 .col-12:first-child {
    padding-top: 0px;
  }
  .cid-tcrFdDind9 .card-title {
    padding: 13px 0 0;
  }
}
.cid-tcrzsMUCfe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-tcrzsMUCfe .text-box {
  max-width: 900px;
}
.cid-tcrzsMUCfe .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-tcrzsMUCfe .item:last-child .icon-box:before {
  display: none;
}
.cid-tcrzsMUCfe .item::before {
  content: "";
  width: 2px;
  height: 100%;
  right: 38px;
  position: absolute;
  top: 50%;
  margin-left: 2rem;
  background: #dae2ec;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .cid-tcrzsMUCfe .item::before {
    margin-left: 2rem;
  }
}
.cid-tcrzsMUCfe .last:before {
  display: none;
}
.cid-tcrzsMUCfe .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  margin-right: 0;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-tcrzsMUCfe span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-tcrzsMUCfe span .card {
    margin-bottom: 2rem;
  }
  .cid-tcrzsMUCfe span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tcrzsMUCfe span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tcrzsMUCfe .icon-box::before {
    top: 114%;
  }
}
.cid-tcrzsMUCfe SPAN {
  color: #0196e3;
}
.cid-tcrzsMUCfe .icon-text {
  color: #6c758f;
}
.cid-tcrzsMUCfe .icon-title {
  color: #36187d;
}
.cid-tcrzsMUCfe .icon-subtitle {
  color: #36187d;
}
.cid-tcrzsMUCfe .main-title {
  color: #36187d;
}
.cid-tbAcDjoq8n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tbAcDjoq8n .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tbAcDjoq8n .mbr-text {
  color: #767676;
}
.cid-tbAcDjoq8n .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tbAcDjoq8n .links {
    text-align: center !important;
  }
}
.cid-tbAcDjoq8n .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tbAcDjoq8n .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tbAcDjoq8n .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tbAcDjoq8n .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tbAcDjoq8n .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #5c12a5;
}
.cid-tbAcDjoq8n .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tbAcDjoq8n .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tbAcDjoq8n .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tbAcDjoq8n .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tbAcDjoq8n .copyright > p {
  color: #6c758f;
}
.cid-td6LfYpuuq.popup-builder {
  background-color: #ffffff;
}
.cid-td6LfYpuuq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-td6LfYpuuq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-td6LfYpuuq .modal-content,
.cid-td6LfYpuuq .modal-dialog {
  height: auto;
}
.cid-td6LfYpuuq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-td6LfYpuuq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-td6LfYpuuq .form-wrapper .mbr-form .form-group,
  .cid-td6LfYpuuq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-td6LfYpuuq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-td6LfYpuuq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-td6LfYpuuq .mbr-text {
  text-align: center;
}
.cid-td6LfYpuuq .pt-0 {
  padding-top: 0 !important;
}
.cid-td6LfYpuuq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-td6LfYpuuq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-td6LfYpuuq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-td6LfYpuuq .modal-open {
  overflow: hidden;
}
.cid-td6LfYpuuq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-td6LfYpuuq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-td6LfYpuuq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-td6LfYpuuq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-td6LfYpuuq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-td6LfYpuuq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-td6LfYpuuq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-td6LfYpuuq .modal-content {
  background: #5c12a5;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-td6LfYpuuq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-td6LfYpuuq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-td6LfYpuuq .modal-backdrop.fade {
  opacity: 0;
}
.cid-td6LfYpuuq .modal-backdrop.show {
  opacity: .5;
}
.cid-td6LfYpuuq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-td6LfYpuuq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-td6LfYpuuq .modal-header {
    padding: 1rem;
  }
}
.cid-td6LfYpuuq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-td6LfYpuuq .modal-header .close svg {
  fill: #353535;
}
.cid-td6LfYpuuq .modal-header .close:hover {
  opacity: 1;
}
.cid-td6LfYpuuq .modal-header .close:focus {
  outline: none;
}
.cid-td6LfYpuuq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-td6LfYpuuq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-td6LfYpuuq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-td6LfYpuuq .modal-body {
    padding: 1rem;
  }
}
.cid-td6LfYpuuq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-td6LfYpuuq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-td6LfYpuuq .modal-footer {
    padding: 1rem;
  }
}
.cid-td6LfYpuuq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-td6LfYpuuq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-td6LfYpuuq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-td6LfYpuuq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-td6LfYpuuq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-td6LfYpuuq .modal-lg,
  .cid-td6LfYpuuq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-td6LfYpuuq .modal-xl {
    max-width: 1140px;
  }
}
.cid-td6LfYpuuq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-td6LfYpuuq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-td6LfYpuuq .form-group {
  margin-bottom: 1rem;
}
.cid-td6LfYpuuq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-td6LfYpuuq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-td6LfYpuuq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-td6LfYpuuq .mbr-section-btn {
  margin: 0;
}
.cid-td6LfYpuuq .mbr-section-btn .btn {
  margin: 0;
}
.cid-tbAcF4QztU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tbAcF4QztU .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tbAcF4QztU .container {
    padding: 0 ;
  }
}
.cid-tbAcF4QztU .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tbAcF4QztU .navbar.opened {
  transition: all 0.3s;
}
.cid-tbAcF4QztU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tbAcF4QztU .navbar .navbar-logo img {
  width: auto;
}
.cid-tbAcF4QztU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbAcF4QztU .navbar.collapsed {
  justify-content: center;
}
.cid-tbAcF4QztU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbAcF4QztU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbAcF4QztU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tbAcF4QztU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbAcF4QztU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbAcF4QztU .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-tbAcF4QztU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbAcF4QztU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbAcF4QztU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbAcF4QztU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbAcF4QztU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbAcF4QztU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbAcF4QztU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbAcF4QztU .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-tbAcF4QztU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbAcF4QztU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbAcF4QztU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbAcF4QztU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbAcF4QztU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbAcF4QztU .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tbAcF4QztU .navbar.navbar-short {
  min-height: 110px;
}
.cid-tbAcF4QztU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbAcF4QztU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbAcF4QztU .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tbAcF4QztU nav.navbar {
  position: fixed;
}
.cid-tbAcF4QztU .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-tbAcF4QztU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tbAcF4QztU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tbAcF4QztU .dropdown-item:hover,
.cid-tbAcF4QztU .dropdown-item:focus {
  background: #5c12a5 !important;
  color: white !important;
}
.cid-tbAcF4QztU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tbAcF4QztU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tbAcF4QztU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tbAcF4QztU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbAcF4QztU .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbAcF4QztU .dropdown-menu,
.cid-tbAcF4QztU .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tbAcF4QztU .nav-item:focus,
.cid-tbAcF4QztU .nav-link:focus {
  outline: none;
}
.cid-tbAcF4QztU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbAcF4QztU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbAcF4QztU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbAcF4QztU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbAcF4QztU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbAcF4QztU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbAcF4QztU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbAcF4QztU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbAcF4QztU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbAcF4QztU .dropdown-item.active,
.cid-tbAcF4QztU .dropdown-item:active {
  background-color: transparent;
}
.cid-tbAcF4QztU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbAcF4QztU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbAcF4QztU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbAcF4QztU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tbAcF4QztU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbAcF4QztU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbAcF4QztU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbAcF4QztU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbAcF4QztU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tbAcF4QztU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-tbAcF4QztU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbAcF4QztU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbAcF4QztU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbAcF4QztU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbAcF4QztU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbAcF4QztU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbAcF4QztU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbAcF4QztU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbAcF4QztU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tbAcF4QztU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbAcF4QztU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbAcF4QztU .navbar {
    height: 70px;
  }
  .cid-tbAcF4QztU .navbar.opened {
    height: auto;
  }
  .cid-tbAcF4QztU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbAcF4QztU .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tbAcF4QztU .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tcJO1icHE5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #5c12a5;
}
.cid-tcJO1icHE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcJO1icHE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcJO1icHE5 .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcJO1icHE5 .col-text {
    padding-right: 28px;
  }
}
.cid-tcJO1icHE5 .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tcJO1icHE5 .col-img {
    padding-left: 28px;
  }
}
.cid-tcJO1icHE5 .card-title {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tcJO1icHE5 .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-tcJO1icHE5 .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tcJO1icHE5 .mbr-text {
    padding-right: 0;
    margin-top: 1rem;
    text-align: center !important;
  }
}
.cid-tcJO1icHE5 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tcJO1icHE5 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tcJO1icHE5 .mbr-section-btn {
    width: 100%;
  }
}
.cid-tcJO1icHE5 .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 408px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tcJO1icHE5 .image-wrapper {
    height: 288px;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tcJO1icHE5 .image-wrapper {
    height: auto;
  }
}
.cid-tcJO1icHE5 .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-tbAcF6yrbl {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-tbAcF6yrbl .mbr-section-title {
  color: #36187d;
}
.cid-tbAcF6yrbl .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tbAcF6yrbl .mbr-text {
  color: #36187d;
}
.cid-tbAcF6yrbl .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tbAcF6yrbl .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tbAcF6yrbl .text-col {
  align-items: center;
  display: flex;
}
.cid-tbAcF6yrbl .mbr-section-subtitle,
.cid-tbAcF6yrbl .title-col {
  width: 100%;
}
.cid-tbAcF7hqPR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-tbAcF7hqPR .mbr-section-subtitle {
  color: #36187d;
}
.cid-tbAcF7hqPR .mbr-text {
  color: #232323;
}
.cid-tcK2adxNK3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #36187d;
}
.cid-tcK2adxNK3 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tcK2adxNK3 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tcK2adxNK3 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #eeeeee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tcK2adxNK3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tcK2adxNK3 .mbr-text {
  color: #ffffff;
}
.cid-tcOxlE9eVa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcOxlE9eVa .title_block {
  margin-bottom: 80px;
}
.cid-tcOxlE9eVa .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #5c12a5;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tcOxlE9eVa .mbr-section-title {
  color: #36187d;
}
.cid-tcOxlE9eVa .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #36187d;
}
.cid-tcOxlE9eVa .item {
  padding-bottom: 2rem;
}
.cid-tcOxlE9eVa .image-wrapper {
  overflow: hidden;
  height: 200px;
}
.cid-tcOxlE9eVa .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tcOxlE9eVa .item-wrapper {
  position: relative;
}
.cid-tcOxlE9eVa .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-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-tcOxlE9eVa .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tcOxlE9eVa .item-wrapper:hover .mbr-item-subtitle a {
  color: #5c12a5 !important;
}
.cid-tcOxlE9eVa .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-tcOxlE9eVa .carousel-control,
.cid-tcOxlE9eVa .close {
  background: #1b1b1b;
}
.cid-tcOxlE9eVa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tcOxlE9eVa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tcOxlE9eVa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tcOxlE9eVa .carousel-control-next span {
  margin-left: 5px;
}
.cid-tcOxlE9eVa .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-tcOxlE9eVa .close::before {
  content: '\e91a';
}
.cid-tcOxlE9eVa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tcOxlE9eVa .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-tcOxlE9eVa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcOxlE9eVa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tcOxlE9eVa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tcOxlE9eVa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tcOxlE9eVa .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-tcOxlE9eVa .carousel-indicators li.active,
.cid-tcOxlE9eVa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tcOxlE9eVa .carousel-indicators li::after,
.cid-tcOxlE9eVa .carousel-indicators li::before {
  content: none;
}
.cid-tcOxlE9eVa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tcOxlE9eVa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tcOxlE9eVa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tcOxlE9eVa .carousel-indicators {
    display: none;
  }
}
.cid-tcOxlE9eVa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tcOxlE9eVa .carousel-inner > .active {
  display: block;
}
.cid-tcOxlE9eVa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcOxlE9eVa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tcOxlE9eVa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tcOxlE9eVa .carousel-control,
  .cid-tcOxlE9eVa .carousel-indicators,
  .cid-tcOxlE9eVa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tcOxlE9eVa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tcOxlE9eVa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tcOxlE9eVa .carousel-indicators .active,
.cid-tcOxlE9eVa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tcOxlE9eVa .carousel-indicators .active {
  background: #fff;
}
.cid-tcOxlE9eVa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tcOxlE9eVa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tcOxlE9eVa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tcOxlE9eVa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tcOxlE9eVa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tcOxlE9eVa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tcOxlE9eVa .carousel {
  width: 100%;
}
.cid-tcOxlE9eVa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tcOxlE9eVa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tcOxlE9eVa .modal.fade .modal-dialog,
.cid-tcOxlE9eVa .modal.in .modal-dialog {
  transform: none;
}
.cid-tcOxlE9eVa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tcP1R4l1Xh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcP1R4l1Xh .title_block {
  margin-bottom: 80px;
}
.cid-tcP1R4l1Xh .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #5c12a5;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tcP1R4l1Xh .mbr-section-title {
  color: #36187d;
}
.cid-tcP1R4l1Xh .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #36187d;
}
.cid-tcP1R4l1Xh .item {
  padding-bottom: 2rem;
}
.cid-tcP1R4l1Xh .image-wrapper {
  overflow: hidden;
  height: 200px;
}
.cid-tcP1R4l1Xh .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tcP1R4l1Xh .item-wrapper {
  position: relative;
}
.cid-tcP1R4l1Xh .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-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-tcP1R4l1Xh .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tcP1R4l1Xh .item-wrapper:hover .mbr-item-subtitle a {
  color: #5c12a5 !important;
}
.cid-tcP1R4l1Xh .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-tcP1R4l1Xh .carousel-control,
.cid-tcP1R4l1Xh .close {
  background: #1b1b1b;
}
.cid-tcP1R4l1Xh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tcP1R4l1Xh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tcP1R4l1Xh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tcP1R4l1Xh .carousel-control-next span {
  margin-left: 5px;
}
.cid-tcP1R4l1Xh .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-tcP1R4l1Xh .close::before {
  content: '\e91a';
}
.cid-tcP1R4l1Xh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tcP1R4l1Xh .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-tcP1R4l1Xh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcP1R4l1Xh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tcP1R4l1Xh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tcP1R4l1Xh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tcP1R4l1Xh .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-tcP1R4l1Xh .carousel-indicators li.active,
.cid-tcP1R4l1Xh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tcP1R4l1Xh .carousel-indicators li::after,
.cid-tcP1R4l1Xh .carousel-indicators li::before {
  content: none;
}
.cid-tcP1R4l1Xh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tcP1R4l1Xh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tcP1R4l1Xh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tcP1R4l1Xh .carousel-indicators {
    display: none;
  }
}
.cid-tcP1R4l1Xh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tcP1R4l1Xh .carousel-inner > .active {
  display: block;
}
.cid-tcP1R4l1Xh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcP1R4l1Xh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tcP1R4l1Xh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tcP1R4l1Xh .carousel-control,
  .cid-tcP1R4l1Xh .carousel-indicators,
  .cid-tcP1R4l1Xh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tcP1R4l1Xh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tcP1R4l1Xh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tcP1R4l1Xh .carousel-indicators .active,
.cid-tcP1R4l1Xh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tcP1R4l1Xh .carousel-indicators .active {
  background: #fff;
}
.cid-tcP1R4l1Xh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tcP1R4l1Xh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tcP1R4l1Xh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tcP1R4l1Xh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tcP1R4l1Xh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tcP1R4l1Xh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tcP1R4l1Xh .carousel {
  width: 100%;
}
.cid-tcP1R4l1Xh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tcP1R4l1Xh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tcP1R4l1Xh .modal.fade .modal-dialog,
.cid-tcP1R4l1Xh .modal.in .modal-dialog {
  transform: none;
}
.cid-tcP1R4l1Xh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-td0eHsrypD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5c12a5;
}
.cid-td0eHsrypD .title_block {
  margin-bottom: 80px;
}
.cid-td0eHsrypD .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-td0eHsrypD .mbr-section-title {
  color: #ffffff;
}
.cid-td0eHsrypD .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #e6c63b;
}
.cid-td0eHsrypD .item {
  padding-bottom: 2rem;
}
.cid-td0eHsrypD .image-wrapper {
  overflow: hidden;
  height: 200px;
}
.cid-td0eHsrypD .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-td0eHsrypD .item-wrapper {
  position: relative;
}
.cid-td0eHsrypD .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-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-td0eHsrypD .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-td0eHsrypD .item-wrapper:hover .mbr-item-subtitle a {
  color: #5c12a5 !important;
}
.cid-td0eHsrypD .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-td0eHsrypD .carousel-control,
.cid-td0eHsrypD .close {
  background: #1b1b1b;
}
.cid-td0eHsrypD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-td0eHsrypD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-td0eHsrypD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-td0eHsrypD .carousel-control-next span {
  margin-left: 5px;
}
.cid-td0eHsrypD .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-td0eHsrypD .close::before {
  content: '\e91a';
}
.cid-td0eHsrypD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-td0eHsrypD .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-td0eHsrypD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-td0eHsrypD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-td0eHsrypD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-td0eHsrypD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-td0eHsrypD .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-td0eHsrypD .carousel-indicators li.active,
.cid-td0eHsrypD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-td0eHsrypD .carousel-indicators li::after,
.cid-td0eHsrypD .carousel-indicators li::before {
  content: none;
}
.cid-td0eHsrypD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-td0eHsrypD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-td0eHsrypD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-td0eHsrypD .carousel-indicators {
    display: none;
  }
}
.cid-td0eHsrypD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-td0eHsrypD .carousel-inner > .active {
  display: block;
}
.cid-td0eHsrypD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-td0eHsrypD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-td0eHsrypD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-td0eHsrypD .carousel-control,
  .cid-td0eHsrypD .carousel-indicators,
  .cid-td0eHsrypD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-td0eHsrypD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-td0eHsrypD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-td0eHsrypD .carousel-indicators .active,
.cid-td0eHsrypD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-td0eHsrypD .carousel-indicators .active {
  background: #fff;
}
.cid-td0eHsrypD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-td0eHsrypD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-td0eHsrypD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-td0eHsrypD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-td0eHsrypD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-td0eHsrypD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-td0eHsrypD .carousel {
  width: 100%;
}
.cid-td0eHsrypD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-td0eHsrypD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-td0eHsrypD .modal.fade .modal-dialog,
.cid-td0eHsrypD .modal.in .modal-dialog {
  transform: none;
}
.cid-td0eHsrypD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-td0eHsrypD H6 {
  color: #ffffff;
}
.cid-tbAcF89f8S {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tbAcF89f8S .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-tbAcF89f8S .item:last-child .icon-box:before {
  display: none;
}
.cid-tbAcF89f8S .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #e6c63b;
  transform: translate(-50%, 0);
}
.cid-tbAcF89f8S .last:before {
  display: none;
}
.cid-tbAcF89f8S .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #36187d;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tbAcF89f8S .icon-box {
    margin-right: 1rem;
  }
}
.cid-tbAcF89f8S span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-tbAcF89f8S span .card {
    margin-bottom: 2rem;
  }
  .cid-tbAcF89f8S span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tbAcF89f8S span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tbAcF89f8S .icon-box::before {
    top: 114%;
  }
}
.cid-tbAcF89f8S SPAN {
  color: #0196e3;
}
.cid-tbAcF89f8S .icon-text {
  color: #6c758f;
}
.cid-tbAcF89f8S .icon-title {
  color: #36187d;
}
.cid-tbAcF89f8S .icon-subtitle {
  color: #36187d;
}
.cid-tbAcF89f8S .main-title {
  color: #36187d;
}
.cid-tcP09zPl57 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tcP09zPl57 .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-tcP09zPl57 .item:last-child .icon-box:before {
  display: none;
}
.cid-tcP09zPl57 .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #e6c63b;
  transform: translate(-50%, 0);
}
.cid-tcP09zPl57 .last:before {
  display: none;
}
.cid-tcP09zPl57 .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #36187d;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tcP09zPl57 .icon-box {
    margin-right: 1rem;
  }
}
.cid-tcP09zPl57 span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-tcP09zPl57 span .card {
    margin-bottom: 2rem;
  }
  .cid-tcP09zPl57 span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tcP09zPl57 span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tcP09zPl57 .icon-box::before {
    top: 114%;
  }
}
.cid-tcP09zPl57 SPAN {
  color: #0196e3;
}
.cid-tcP09zPl57 .icon-text {
  color: #6c758f;
}
.cid-tcP09zPl57 .icon-title {
  color: #36187d;
}
.cid-tcP09zPl57 .icon-subtitle {
  color: #36187d;
}
.cid-tcP09zPl57 .main-title {
  color: #36187d;
}
.cid-tdjAcGyJ64 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-tdjAcGyJ64 .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-tdjAcGyJ64 .item:last-child .icon-box:before {
  display: none;
}
.cid-tdjAcGyJ64 .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #e6c63b;
  transform: translate(-50%, 0);
}
.cid-tdjAcGyJ64 .last:before {
  display: none;
}
.cid-tdjAcGyJ64 .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #36187d;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tdjAcGyJ64 .icon-box {
    margin-right: 1rem;
  }
}
.cid-tdjAcGyJ64 span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-tdjAcGyJ64 span .card {
    margin-bottom: 2rem;
  }
  .cid-tdjAcGyJ64 span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tdjAcGyJ64 span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tdjAcGyJ64 .icon-box::before {
    top: 114%;
  }
}
.cid-tdjAcGyJ64 SPAN {
  color: #0196e3;
}
.cid-tdjAcGyJ64 .icon-text {
  color: #6c758f;
}
.cid-tdjAcGyJ64 .icon-title {
  color: #36187d;
}
.cid-tdjAcGyJ64 .icon-subtitle {
  color: #36187d;
}
.cid-tdjAcGyJ64 .main-title {
  color: #36187d;
}
.cid-tbAcFaDeMd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tbAcFaDeMd .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tbAcFaDeMd .mbr-text {
  color: #767676;
}
.cid-tbAcFaDeMd .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tbAcFaDeMd .links {
    text-align: center !important;
  }
}
.cid-tbAcFaDeMd .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tbAcFaDeMd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tbAcFaDeMd .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tbAcFaDeMd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tbAcFaDeMd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #5c12a5;
}
.cid-tbAcFaDeMd .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tbAcFaDeMd .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tbAcFaDeMd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tbAcFaDeMd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tbAcFaDeMd .copyright > p {
  color: #6c758f;
}
.cid-td0ar4mPii.popup-builder {
  background-color: #ffffff;
}
.cid-td0ar4mPii.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-td0ar4mPii.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-td0ar4mPii .modal-content,
.cid-td0ar4mPii .modal-dialog {
  height: auto;
}
.cid-td0ar4mPii .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-td0ar4mPii .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-td0ar4mPii .form-wrapper .mbr-form .form-group,
  .cid-td0ar4mPii .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-td0ar4mPii .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-td0ar4mPii .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-td0ar4mPii .mbr-text {
  text-align: center;
}
.cid-td0ar4mPii .pt-0 {
  padding-top: 0 !important;
}
.cid-td0ar4mPii .pb-0 {
  padding-bottom: 0 !important;
}
.cid-td0ar4mPii .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-td0ar4mPii .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-td0ar4mPii .modal-open {
  overflow: hidden;
}
.cid-td0ar4mPii .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-td0ar4mPii .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-td0ar4mPii .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-td0ar4mPii .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-td0ar4mPii .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-td0ar4mPii .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-td0ar4mPii .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-td0ar4mPii .modal-content {
  background: #5c12a5;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-td0ar4mPii .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-td0ar4mPii .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-td0ar4mPii .modal-backdrop.fade {
  opacity: 0;
}
.cid-td0ar4mPii .modal-backdrop.show {
  opacity: .5;
}
.cid-td0ar4mPii .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-td0ar4mPii .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-td0ar4mPii .modal-header {
    padding: 1rem;
  }
}
.cid-td0ar4mPii .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-td0ar4mPii .modal-header .close svg {
  fill: #353535;
}
.cid-td0ar4mPii .modal-header .close:hover {
  opacity: 1;
}
.cid-td0ar4mPii .modal-header .close:focus {
  outline: none;
}
.cid-td0ar4mPii .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-td0ar4mPii .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-td0ar4mPii .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-td0ar4mPii .modal-body {
    padding: 1rem;
  }
}
.cid-td0ar4mPii .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-td0ar4mPii .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-td0ar4mPii .modal-footer {
    padding: 1rem;
  }
}
.cid-td0ar4mPii .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-td0ar4mPii .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-td0ar4mPii .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-td0ar4mPii .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-td0ar4mPii .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-td0ar4mPii .modal-lg,
  .cid-td0ar4mPii .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-td0ar4mPii .modal-xl {
    max-width: 1140px;
  }
}
.cid-td0ar4mPii .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-td0ar4mPii .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-td0ar4mPii .form-group {
  margin-bottom: 1rem;
}
.cid-td0ar4mPii .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-td0ar4mPii .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-td0ar4mPii .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-td0ar4mPii .mbr-section-btn {
  margin: 0;
}
.cid-td0ar4mPii .mbr-section-btn .btn {
  margin: 0;
}
