body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.25rem;
  line-height: 68px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.125rem;
  line-height: 55px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 38px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 31px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9553 !important;
}
.bg-danger {
  background-color: #ff6e53 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9893dd !important;
  border-color: #9893dd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5951c8 !important;
  border-color: #5951c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5951c8 !important;
  border-color: #5951c8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9553 !important;
  border-color: #ff9553 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fb6000 !important;
  border-color: #fb6000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fb6000 !important;
  border-color: #fb6000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6e53 !important;
  border-color: #ff6e53 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fb2700 !important;
  border-color: #fb2700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fb2700 !important;
  border-color: #fb2700 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9893dd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5951c8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9893dd !important;
  border-color: #9893dd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9553;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb6000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9553 !important;
  border-color: #ff9553 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6e53;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fb2700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6e53 !important;
  border-color: #ff6e53 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #000000 !important;
}
.text-secondary {
  color: #9893dd !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9553 !important;
}
.text-danger {
  color: #ff6e53 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4e45c5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec5b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ec2500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9553;
}
.alert-danger {
  background-color: #ff6e53;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #9893dd !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  min-height: 65px;
  padding: 20px 90px;
}
@media (max-width: 1200px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tOvaeojCZX {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #22212a;
}
.cid-tOvaeojCZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvaeojCZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOvaeojCZX .container {
    padding: 0 20px;
  }
}
.cid-tOvaeojCZX .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tOvaeojCZX .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tOvaeojCZX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOvaeojCZX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tOvaeojCZX .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tOvaeojCZX .image-wrapper {
  position: relative;
}
.cid-tOvaeojCZX .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #8138e3 50%, #273c48 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-tOvaeojCZX .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tOvaeojCZX .image-wrapper img {
    height: 350px;
  }
}
.cid-tOvaeojCZX .mbr-section-title {
  color: #ffffff;
}
.cid-tOvaeojCZX .mbr-text {
  color: #ffffff;
}
.cid-tOvaeojCZX .mbr-number {
  color: #f5fd7b;
}
.cid-tOvaeojCZX .mbr-desc {
  color: #ffffff;
}
.cid-tOvaeojCZX .mbr-link {
  color: #ffffff;
}
.cid-tOvaeojCZX .mbr-section-title,
.cid-tOvaeojCZX .mbr-section-btn {
  color: #ebebeb;
}
.cid-tOv3lmyTzP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22212a;
}
.cid-tOv3lmyTzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOv3lmyTzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOv3lmyTzP .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tOv3lmyTzP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOv3lmyTzP .container {
    padding: 0 20px;
  }
}
.cid-tOv3lmyTzP .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tOv3lmyTzP .row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-tOv3lmyTzP .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tOv3lmyTzP .row .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-tOv3lmyTzP .row .title-wrapper .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-position: inside;
}
.cid-tOv3lmyTzP .row .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-tOv3lmyTzP .row .image-wrapper {
  position: relative;
}
.cid-tOv3lmyTzP .row .image-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 50px;
}
.cid-tOv3lmyTzP .row .image-wrapper .mbr-emoji {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 100px;
}
.cid-tOv3lmyTzP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOv3lmyTzP .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tOv3lmyTzP .list {
  color: #ffffff;
}
.cid-tOv3lmyTzP .mbr-emoji {
  color: #f5fd7b;
}
.cid-tOv6SUZimK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22212a;
}
.cid-tOv6SUZimK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOv6SUZimK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOv6SUZimK .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tOv6SUZimK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOv6SUZimK .container {
    padding: 0 20px;
  }
}
.cid-tOv6SUZimK .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tOv6SUZimK .row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-tOv6SUZimK .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tOv6SUZimK .row .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-tOv6SUZimK .row .title-wrapper .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-position: inside;
}
.cid-tOv6SUZimK .row .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-tOv6SUZimK .row .image-wrapper {
  position: relative;
}
.cid-tOv6SUZimK .row .image-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 50px;
}
.cid-tOv6SUZimK .row .image-wrapper .mbr-emoji {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 100px;
}
.cid-tOv6SUZimK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOv6SUZimK .mbr-section-subtitle {
  color: #f6f8f9;
  text-align: left;
}
.cid-tOv6SUZimK .list {
  color: #ffffff;
}
.cid-tOv6SUZimK .mbr-emoji {
  color: #f5fd7b;
}
.cid-tOA4qyl7J2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #22212a;
}
.cid-tOA4qyl7J2 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tOA4qyl7J2 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tOA4qyl7J2 .item-head {
  background: #ebebeb;
  padding: 2.25rem;
}
.cid-tOA4qyl7J2 .item-content {
  padding: 2rem 2rem 0;
  background: #fbfbfb;
}
.cid-tOA4qyl7J2 .item-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #fbfbfb;
  padding: 0rem;
  height: 80%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 950px) {
  .cid-tOA4qyl7J2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOA4qyl7J2 .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-tOA4qyl7J2 .btn {
  width: -webkit-fill-available;
}
.cid-tOA4qyl7J2 .item:focus,
.cid-tOA4qyl7J2 span:focus {
  outline: none;
}
.cid-tOA4qyl7J2 .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-tOA4qyl7J2 .mbr-section-btn {
    padding: 0rem 3rem 2rem;
  }
}
.cid-tOA4qyl7J2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOA4qyl7J2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOA4qyl7J2 .mbr-text,
.cid-tOA4qyl7J2 .mbr-section-btn {
  text-align: left;
}
.cid-tOA4qyl7J2 .item-title {
  text-align: center;
  color: #000000;
}
.cid-tOA4qyl7J2 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tA5jNmWcr9 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #22212a;
}
.cid-tA5jNmWcr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5jNmWcr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5jNmWcr9 .container {
    padding: 0 20px;
  }
}
.cid-tA5jNmWcr9 .row {
  margin: 0;
}
.cid-tA5jNmWcr9 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5jNmWcr9 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tA5jNmWcr9 .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-tA5jNmWcr9 .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tA5jNmWcr9 .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-tA5jNmWcr9 .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tA5jNmWcr9 .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tA5jNmWcr9 .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tA5jNmWcr9 .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-tA5jNmWcr9 .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5jNmWcr9 .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-tA5jNmWcr9 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5jNmWcr9 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tA5jNmWcr9 .mbr-section-title {
  color: #ffffff;
}
.cid-tA5jNmWcr9 .panel-title-edit,
.cid-tA5jNmWcr9 .mbr-iconfont {
  color: #f6f8f9;
}
.cid-tA5jNmWcr9 .mbr-text {
  color: #ffffff;
}
.cid-tOAyBesxJ1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #22212a;
}
.cid-tOAyBesxJ1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tOAyBesxJ1 textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-tOAyBesxJ1 .text {
    max-width: 360px;
  }
}
.cid-tOAyBesxJ1 .align-right {
  width: 100%;
}
.cid-tOAyBesxJ1 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tOAyBesxJ1 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tOAyBesxJ1 .form-control,
.cid-tOAyBesxJ1 .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tOAyBesxJ1 .form-control::-webkit-input-placeholder,
.cid-tOAyBesxJ1 .field-input::-webkit-input-placeholder,
.cid-tOAyBesxJ1 .form-control::-webkit-input-placeholder,
.cid-tOAyBesxJ1 .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tOAyBesxJ1 .form-control:-moz-placeholder,
.cid-tOAyBesxJ1 .field-input:-moz-placeholder,
.cid-tOAyBesxJ1 .form-control:-moz-placeholder,
.cid-tOAyBesxJ1 .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tOAyBesxJ1 .form-control:hover,
.cid-tOAyBesxJ1 .field-input:hover,
.cid-tOAyBesxJ1 .form-control:focus,
.cid-tOAyBesxJ1 .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-tOAyBesxJ1 .form-control:hover::-webkit-input-placeholder,
.cid-tOAyBesxJ1 .field-input:hover::-webkit-input-placeholder,
.cid-tOAyBesxJ1 .form-control:focus::-webkit-input-placeholder,
.cid-tOAyBesxJ1 .field-input:focus::-webkit-input-placeholder,
.cid-tOAyBesxJ1 .form-control:hover::-webkit-input-placeholder,
.cid-tOAyBesxJ1 .field-input:hover::-webkit-input-placeholder,
.cid-tOAyBesxJ1 .form-control:focus::-webkit-input-placeholder,
.cid-tOAyBesxJ1 .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tOAyBesxJ1 .form-control:hover:-moz-placeholder,
.cid-tOAyBesxJ1 .field-input:hover:-moz-placeholder,
.cid-tOAyBesxJ1 .form-control:focus:-moz-placeholder,
.cid-tOAyBesxJ1 .field-input:focus:-moz-placeholder,
.cid-tOAyBesxJ1 .form-control:hover:-moz-placeholder,
.cid-tOAyBesxJ1 .field-input:hover:-moz-placeholder,
.cid-tOAyBesxJ1 .form-control:focus:-moz-placeholder,
.cid-tOAyBesxJ1 .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tOAyBesxJ1 .jq-number__spin:hover,
.cid-tOAyBesxJ1 .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tOAyBesxJ1 .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tOAyBesxJ1 input::-webkit-clear-button {
  display: none;
}
.cid-tOAyBesxJ1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tOAyBesxJ1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tOAyBesxJ1 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tOAyBesxJ1 .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tOAyBesxJ1 .socicon-wrap {
    margin: auto;
  }
}
.cid-tOAyBesxJ1 .mbr-text {
  color: #ffffff;
}
.cid-tA5l59cj2T {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #22212a;
}
.cid-tA5l59cj2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5l59cj2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5l59cj2T .container {
    padding: 0 20px;
  }
}
.cid-tA5l59cj2T .row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 16px;
}
@media (max-width: 992px) {
  .cid-tA5l59cj2T .row {
    padding: 50px 16px;
    margin: 0;
  }
}
.cid-tA5l59cj2T .row .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 18%;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: #d1b3fa;
  filter: blur(200px);
}
.cid-tA5l59cj2T .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tA5l59cj2T .row .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tA5l59cj2T .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5l59cj2T .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tA5l59cj2T .row .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5l59cj2T .row .item {
    margin-bottom: 32px;
  }
}
.cid-tA5l59cj2T .row .item .item-wrapper .item-img img {
  height: 75px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-tA5l59cj2T .mbr-section-title {
  color: #0e0e10;
}
.cid-tA5l59cj2T .mbr-section-title,
.cid-tA5l59cj2T .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tA5h5AopHQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tA5h5AopHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5h5AopHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5h5AopHQ .container {
    padding: 0 20px;
  }
}
.cid-tA5h5AopHQ .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tA5h5AopHQ .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tA5h5AopHQ .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tA5h5AopHQ .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tA5h5AopHQ .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tA5h5AopHQ .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tA5h5AopHQ .row .list {
    margin-bottom: 32px;
  }
}
.cid-tA5h5AopHQ .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tA5h5AopHQ .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #000000;
}
.cid-tA5h5AopHQ .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tA5h5AopHQ .mbr-section-title {
  color: #000000;
}
.cid-tA5h5AopHQ .mbr-desc {
  color: #f6f8f9;
}
.cid-tA5h5AopHQ .mbr-text {
  color: #000000;
}
.cid-tA5h5AopHQ .list {
  color: #22212a;
}
.cid-tA5h5AopHQ .copyright {
  color: #000000;
}
.cid-tOBlIAVZIU .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOBlIAVZIU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tOBlIAVZIU a {
  font-style: normal;
}
.cid-tOBlIAVZIU .show {
  overflow: visible;
}
.cid-tOBlIAVZIU .dropdown-menu {
  max-height: 400px;
}
.cid-tOBlIAVZIU .dropdown-item:active {
  background-color: transparent;
}
.cid-tOBlIAVZIU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tOBlIAVZIU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tOBlIAVZIU .nav-item:focus,
.cid-tOBlIAVZIU .nav-link:focus {
  outline: none;
}
.cid-tOBlIAVZIU .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tOBlIAVZIU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tOBlIAVZIU .menu-logo {
  margin-right: auto;
}
.cid-tOBlIAVZIU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOBlIAVZIU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tOBlIAVZIU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tOBlIAVZIU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tOBlIAVZIU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tOBlIAVZIU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tOBlIAVZIU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tOBlIAVZIU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tOBlIAVZIU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tOBlIAVZIU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOBlIAVZIU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tOBlIAVZIU .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tOBlIAVZIU .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tOBlIAVZIU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tOBlIAVZIU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOBlIAVZIU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tOBlIAVZIU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOBlIAVZIU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tOBlIAVZIU .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tOBlIAVZIU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tOBlIAVZIU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tOBlIAVZIU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tOBlIAVZIU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tOBlIAVZIU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tOBlIAVZIU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tOBlIAVZIU button.navbar-toggler:focus {
  outline: none;
}
.cid-tOBlIAVZIU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-tOBlIAVZIU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOBlIAVZIU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOBlIAVZIU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOBlIAVZIU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOBlIAVZIU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOBlIAVZIU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOBlIAVZIU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOBlIAVZIU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOBlIAVZIU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tOBlIAVZIU .collapsed .btn {
  display: -webkit-flex;
}
.cid-tOBlIAVZIU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tOBlIAVZIU .collapsed .navbar-collapse.collapsing,
.cid-tOBlIAVZIU .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tOBlIAVZIU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tOBlIAVZIU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tOBlIAVZIU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tOBlIAVZIU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tOBlIAVZIU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tOBlIAVZIU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tOBlIAVZIU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tOBlIAVZIU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tOBlIAVZIU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tOBlIAVZIU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tOBlIAVZIU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 86.875vh;
  }
}
.cid-tOBlIAVZIU .collapsed button.navbar-toggler {
  display: block;
}
.cid-tOBlIAVZIU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tOBlIAVZIU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tOBlIAVZIU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tOBlIAVZIU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tOBlIAVZIU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tOBlIAVZIU .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tOBlIAVZIU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tOBlIAVZIU img {
    height: 3.8rem !important;
  }
  .cid-tOBlIAVZIU .btn {
    display: -webkit-flex;
  }
  .cid-tOBlIAVZIU button.navbar-toggler {
    display: block;
  }
  .cid-tOBlIAVZIU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tOBlIAVZIU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tOBlIAVZIU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tOBlIAVZIU .navbar-collapse.collapsing,
  .cid-tOBlIAVZIU .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tOBlIAVZIU .navbar-collapse.collapsing .navbar-nav,
  .cid-tOBlIAVZIU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tOBlIAVZIU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tOBlIAVZIU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tOBlIAVZIU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tOBlIAVZIU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tOBlIAVZIU .navbar-collapse.collapsing .navbar-buttons,
  .cid-tOBlIAVZIU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tOBlIAVZIU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tOBlIAVZIU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tOBlIAVZIU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tOBlIAVZIU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tOBlIAVZIU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tOBlIAVZIU .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tOBlIAVZIU .nav-link {
    justify-content: start !important;
  }
  .cid-tOBlIAVZIU .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tOBlIAVZIU .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tOBlIAVZIU .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tOBlIAVZIU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tOBlIAVZIU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tOBlIAVZIU .nav-link:hover,
.cid-tOBlIAVZIU .dropdown-item:hover {
  color: #ebebeb !important;
}
@media (min-width: 1500px) {
  .cid-tOBlIAVZIU .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tOBlIAVZIU .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tOB04VjPdv {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #22212a;
}
.cid-tOB04VjPdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOB04VjPdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOB04VjPdv .container {
    padding: 0 20px;
  }
}
.cid-tOB04VjPdv .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tOB04VjPdv .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tOB04VjPdv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOB04VjPdv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tOB04VjPdv .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tOB04VjPdv .image-wrapper {
  position: relative;
}
.cid-tOB04VjPdv .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #8138e3 50%, #273c48 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-tOB04VjPdv .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tOB04VjPdv .image-wrapper img {
    height: 350px;
  }
}
.cid-tOB04VjPdv .mbr-section-title {
  color: #ffffff;
}
.cid-tOB04VjPdv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tOB04VjPdv .mbr-number {
  color: #f5fd7b;
}
.cid-tOB04VjPdv .mbr-desc {
  color: #ffffff;
}
.cid-tOB04VjPdv .mbr-link {
  color: #ffffff;
}
.cid-tOB04VjPdv .mbr-section-title,
.cid-tOB04VjPdv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tOB05kZISq {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #22212a;
}
.cid-tOB05kZISq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOB05kZISq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOB05kZISq .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tOB05kZISq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOB05kZISq .container {
    padding: 0 20px;
  }
}
.cid-tOB05kZISq .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tOB05kZISq .row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-tOB05kZISq .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tOB05kZISq .row .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-tOB05kZISq .row .title-wrapper .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-position: inside;
}
.cid-tOB05kZISq .row .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-tOB05kZISq .row .image-wrapper {
  position: relative;
}
.cid-tOB05kZISq .row .image-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 50px;
}
.cid-tOB05kZISq .row .image-wrapper .mbr-emoji {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 100px;
}
.cid-tOB05kZISq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOB05kZISq .mbr-section-subtitle {
  color: #f6f8f9;
  text-align: left;
}
.cid-tOB05kZISq .list {
  color: #ffffff;
}
.cid-tOB05kZISq .mbr-emoji {
  color: #f5fd7b;
}
.cid-tOB03WGYOj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOB03WGYOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOB03WGYOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOB03WGYOj .container {
    padding: 0 20px;
  }
}
.cid-tOB03WGYOj .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOB03WGYOj .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tOB03WGYOj .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tOB03WGYOj .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tOB03WGYOj .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOB03WGYOj .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tOB03WGYOj .row .list {
    margin-bottom: 32px;
  }
}
.cid-tOB03WGYOj .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tOB03WGYOj .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #000000;
}
.cid-tOB03WGYOj .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tOB03WGYOj .mbr-section-title {
  color: #000000;
}
.cid-tOB03WGYOj .mbr-desc {
  color: #f6f8f9;
}
.cid-tOB03WGYOj .mbr-text {
  color: #000000;
}
.cid-tOB03WGYOj .list {
  color: #22212a;
}
.cid-tOB03WGYOj .copyright {
  color: #000000;
}
.cid-tOBpzFFlMz .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOBpzFFlMz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tOBpzFFlMz a {
  font-style: normal;
}
.cid-tOBpzFFlMz .show {
  overflow: visible;
}
.cid-tOBpzFFlMz .dropdown-menu {
  max-height: 400px;
}
.cid-tOBpzFFlMz .dropdown-item:active {
  background-color: transparent;
}
.cid-tOBpzFFlMz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tOBpzFFlMz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tOBpzFFlMz .nav-item:focus,
.cid-tOBpzFFlMz .nav-link:focus {
  outline: none;
}
.cid-tOBpzFFlMz .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tOBpzFFlMz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tOBpzFFlMz .menu-logo {
  margin-right: auto;
}
.cid-tOBpzFFlMz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOBpzFFlMz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tOBpzFFlMz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tOBpzFFlMz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tOBpzFFlMz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tOBpzFFlMz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tOBpzFFlMz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tOBpzFFlMz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tOBpzFFlMz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tOBpzFFlMz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOBpzFFlMz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tOBpzFFlMz .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tOBpzFFlMz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tOBpzFFlMz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tOBpzFFlMz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOBpzFFlMz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tOBpzFFlMz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOBpzFFlMz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tOBpzFFlMz .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tOBpzFFlMz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tOBpzFFlMz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tOBpzFFlMz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tOBpzFFlMz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tOBpzFFlMz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tOBpzFFlMz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tOBpzFFlMz button.navbar-toggler:focus {
  outline: none;
}
.cid-tOBpzFFlMz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-tOBpzFFlMz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOBpzFFlMz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOBpzFFlMz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOBpzFFlMz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOBpzFFlMz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOBpzFFlMz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOBpzFFlMz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOBpzFFlMz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOBpzFFlMz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tOBpzFFlMz .collapsed .btn {
  display: -webkit-flex;
}
.cid-tOBpzFFlMz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tOBpzFFlMz .collapsed .navbar-collapse.collapsing,
.cid-tOBpzFFlMz .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tOBpzFFlMz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tOBpzFFlMz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tOBpzFFlMz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tOBpzFFlMz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tOBpzFFlMz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tOBpzFFlMz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tOBpzFFlMz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tOBpzFFlMz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tOBpzFFlMz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tOBpzFFlMz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tOBpzFFlMz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 86.875vh;
  }
}
.cid-tOBpzFFlMz .collapsed button.navbar-toggler {
  display: block;
}
.cid-tOBpzFFlMz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tOBpzFFlMz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tOBpzFFlMz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tOBpzFFlMz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tOBpzFFlMz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tOBpzFFlMz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tOBpzFFlMz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tOBpzFFlMz img {
    height: 3.8rem !important;
  }
  .cid-tOBpzFFlMz .btn {
    display: -webkit-flex;
  }
  .cid-tOBpzFFlMz button.navbar-toggler {
    display: block;
  }
  .cid-tOBpzFFlMz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tOBpzFFlMz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tOBpzFFlMz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tOBpzFFlMz .navbar-collapse.collapsing,
  .cid-tOBpzFFlMz .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tOBpzFFlMz .navbar-collapse.collapsing .navbar-nav,
  .cid-tOBpzFFlMz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tOBpzFFlMz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tOBpzFFlMz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tOBpzFFlMz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tOBpzFFlMz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tOBpzFFlMz .navbar-collapse.collapsing .navbar-buttons,
  .cid-tOBpzFFlMz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tOBpzFFlMz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tOBpzFFlMz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tOBpzFFlMz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tOBpzFFlMz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tOBpzFFlMz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tOBpzFFlMz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tOBpzFFlMz .nav-link {
    justify-content: start !important;
  }
  .cid-tOBpzFFlMz .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tOBpzFFlMz .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tOBpzFFlMz .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tOBpzFFlMz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tOBpzFFlMz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tOBpzFFlMz .nav-link:hover,
.cid-tOBpzFFlMz .dropdown-item:hover {
  color: #ebebeb !important;
}
@media (min-width: 1500px) {
  .cid-tOBpzFFlMz .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tOBpzFFlMz .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
