body {
  font-family: Jost;
}
.display-1 {
  font-family: 'SourceSerif4-Light';
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'SourceSerif4-Regular';
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'SourceSerif4-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'SourceSerif4-Regular';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'SourceSerif4-Light';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #976394 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #dd3333 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #976394 !important;
  border-color: #976394 !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: #784f76 !important;
  border-color: #784f76 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #784f76 !important;
  border-color: #784f76 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #d21e1e !important;
  border-color: #d21e1e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d21e1e !important;
  border-color: #d21e1e !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dd3333 !important;
  border-color: #dd3333 !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: #bd2020 !important;
  border-color: #bd2020 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bd2020 !important;
  border-color: #bd2020 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-white {
  color: #232323 !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: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover: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-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black {
  color: #fafafa !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black:hover {
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:hover: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-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #976394;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #784f76 !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: #976394 !important;
  border-color: #976394 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d21e1e !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: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #19a2e8 !important;
  background-color: transparent!important;
  border-color: transparent!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: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #338d99 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dd3333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bd2020 !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: #dd3333 !important;
  border-color: #dd3333 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7733 !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #232323;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #976394 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #dd3333 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #593b58 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #921818 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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]) {
  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]):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: #976394;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #dd3333;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #976394;
  border-color: #976394;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #976394;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbafc9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae2e2;
}
.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: 'SourceSerif4-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #976394 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'SourceSerif4-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #976394;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #976394;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #976394;
}
.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: #976394;
  border-bottom-color: #976394;
}
.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: #976394 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e43f3f !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='%23976394' %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-uwIpJvpwZs {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uwIpJvpwZs .mbr-section-title {
  color: #fafafa;
}
.cid-tbDQGNNKd9 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbDQGNNKd9 .mbr-section-title {
  color: #000000;
}
.cid-tbDQGNNKd9 .mbr-text {
  color: #000000;
}
.cid-uI7B9mCknu {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI7B9mCknu .mbr-section-title {
  color: #000000;
}
.cid-uI7B9mCknu .mbr-text {
  color: #000000;
}
.cid-sLvXXljQl7 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sLvXXljQl7 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sLvXXljQl7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLvXXljQl7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLvXXljQl7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sLvXXljQl7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sLvXXljQl7 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sLvXXljQl7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-sLvXXljQl7 .card-title {
  color: #333333;
}
.cid-sLvXXljQl7 .mbr-text,
.cid-sLvXXljQl7 .mbr-section-btn {
  color: #333333;
}
.cid-sLvXXSXkMT {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sLvXXSXkMT .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sLvXXSXkMT .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sLvXXSXkMT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLvXXSXkMT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLvXXSXkMT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sLvXXSXkMT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sLvXXSXkMT .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sLvXXSXkMT .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sLvXXSXkMT .card-title {
  color: #000000;
}
.cid-sLvXXSXkMT .mbr-text,
.cid-sLvXXSXkMT .mbr-section-btn {
  color: #000000;
}
.cid-tpAPamDGVB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t9VhFOu2BV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-t9VhFOu2BV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t9VhFOu2BV .team-card:hover {
  transform: translateY(-10px);
}
.cid-t9VhFOu2BV .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-t9VhFOu2BV .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-t9VhFOu2BV .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t9VhFOu2BV .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t9VhFOu2BV .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t9VhFOu2BV .social-row {
  text-align: center;
}
.cid-t9VhFOu2BV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t9VhFOu2BV .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-t9VhFOu2BV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t9VhFOu2BV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-t9VhFOu2BV .card-text,
.cid-t9VhFOu2BV .mbr-section-btn,
.cid-t9VhFOu2BV .social-row {
  color: #000000;
}
.cid-t9VhFOu2BV .card-title,
.cid-t9VhFOu2BV .social-row {
  color: #fafafa;
}
.cid-t9VhFOu2BV .mbr-section-title {
  color: #000000;
}
.cid-tpT567IkdE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tpT567IkdE img,
.cid-tpT567IkdE .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tpT567IkdE .item:focus,
.cid-tpT567IkdE span:focus {
  outline: none;
}
.cid-tpT567IkdE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpT567IkdE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpT567IkdE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpT567IkdE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpT567IkdE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpT567IkdE .mbr-section-title {
  color: #000000;
}
.cid-tpT567IkdE .mbr-text,
.cid-tpT567IkdE .mbr-section-btn {
  text-align: left;
}
.cid-tpT567IkdE .item-title {
  text-align: left;
  color: #000000;
}
.cid-tpT567IkdE .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tpT567IkdE .mbr-text {
  color: #000000;
}
.cid-tpLv6icEvm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLjCN8QXt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLjCN8QXt1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLjCN8QXt1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLjCN8QXt1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLjCN8QXt1 .mbr-text {
  color: #bbbbbb;
}
.cid-uLjCN8QXt1 .mbr-iconfont {
  color: black;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Roboto Slab !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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm7a66iFKD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm7a66iFKD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #976394;
  margin-bottom: 2rem;
}
.cid-tm7a66iFKD .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tm7a66iFKD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tm7a66iFKD .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tm7c0i7a60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm7c0i7a60 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tm7c0i7a60 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tm7c0i7a60 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tm7c0i7a60 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-tm7c0i7a60 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tm7c0i7a60 .bg-instagram:hover {
  background: #bd005c;
}
.cid-tm7c0i7a60 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tm7c0i7a60 [class^="socicon-"]:before,
.cid-tm7c0i7a60 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uLjCN8QXt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLjCN8QXt1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLjCN8QXt1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLjCN8QXt1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLjCN8QXt1 .mbr-text {
  color: #bbbbbb;
}
.cid-uLjCN8QXt1 .mbr-iconfont {
  color: black;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Roboto Slab !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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBdPAS4W6a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBdObBCbTg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBdObBCbTg img,
.cid-tBdObBCbTg .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tBdObBCbTg .item:focus,
.cid-tBdObBCbTg span:focus {
  outline: none;
}
.cid-tBdObBCbTg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBdObBCbTg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBdObBCbTg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBdObBCbTg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tBdObBCbTg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBdObBCbTg .mbr-section-title {
  color: #232323;
}
.cid-tBdObBCbTg .mbr-text,
.cid-tBdObBCbTg .mbr-section-btn {
  text-align: left;
}
.cid-tBdObBCbTg .item-title {
  text-align: left;
}
.cid-tBdObBCbTg .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tBdOoEGROM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tBdOoEGROM .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tBdOoEGROM .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tBdOoEGROM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBdOoEGROM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tBdOoEGROM .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tBdOoEGROM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tBdOoEGROM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tBdOoEGROM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tBdOoEGROM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBdOoEGROM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uLjCN8QXt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLjCN8QXt1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLjCN8QXt1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLjCN8QXt1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLjCN8QXt1 .mbr-text {
  color: #bbbbbb;
}
.cid-uLjCN8QXt1 .mbr-iconfont {
  color: black;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Roboto Slab !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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBdGgqNzgk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBdCilFEaN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBdDmGwKbp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBdEAb5MEK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBdFp33VKo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBdFTyDwoN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLjCN8QXt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLjCN8QXt1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLjCN8QXt1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLjCN8QXt1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLjCN8QXt1 .mbr-text {
  color: #bbbbbb;
}
.cid-uLjCN8QXt1 .mbr-iconfont {
  color: black;
}
.cid-tBdBQl3pHi .navbar-dropdown {
  position: relative !important;
}
.cid-tBdBQl3pHi .dropdown-item:before {
  font-family: Roboto Slab !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-tBdBQl3pHi .dropdown-menu {
  padding: 0;
}
.cid-tBdBQl3pHi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBdBQl3pHi .dropdown-item:hover,
.cid-tBdBQl3pHi .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-tBdBQl3pHi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tBdBQl3pHi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBdBQl3pHi .nav-link {
  position: relative;
}
.cid-tBdBQl3pHi .container {
  display: flex;
  margin: auto;
}
.cid-tBdBQl3pHi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tBdBQl3pHi .navbar-caption {
  padding-right: 4rem;
}
.cid-tBdBQl3pHi .dropdown-menu,
.cid-tBdBQl3pHi .navbar.opened {
  background: #000000 !important;
}
.cid-tBdBQl3pHi .nav-item:focus,
.cid-tBdBQl3pHi .nav-link:focus {
  outline: none;
}
.cid-tBdBQl3pHi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBdBQl3pHi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBdBQl3pHi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBdBQl3pHi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBdBQl3pHi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBdBQl3pHi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBdBQl3pHi .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-tBdBQl3pHi .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBdBQl3pHi .navbar.opened {
  transition: all .3s;
}
.cid-tBdBQl3pHi .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tBdBQl3pHi .navbar .navbar-logo img {
  width: auto;
}
.cid-tBdBQl3pHi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBdBQl3pHi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBdBQl3pHi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBdBQl3pHi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tBdBQl3pHi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBdBQl3pHi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBdBQl3pHi .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: 55%;
}
.cid-tBdBQl3pHi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBdBQl3pHi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tBdBQl3pHi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tBdBQl3pHi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBdBQl3pHi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBdBQl3pHi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBdBQl3pHi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBdBQl3pHi .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: 55%;
  }
  .cid-tBdBQl3pHi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBdBQl3pHi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBdBQl3pHi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBdBQl3pHi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBdBQl3pHi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBdBQl3pHi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tBdBQl3pHi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBdBQl3pHi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBdBQl3pHi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBdBQl3pHi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBdBQl3pHi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBdBQl3pHi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBdBQl3pHi .dropdown-item.active,
.cid-tBdBQl3pHi .dropdown-item:active {
  background-color: transparent;
}
.cid-tBdBQl3pHi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBdBQl3pHi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBdBQl3pHi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBdBQl3pHi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tBdBQl3pHi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBdBQl3pHi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBdBQl3pHi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBdBQl3pHi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBdBQl3pHi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBdBQl3pHi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tBdBQl3pHi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBdBQl3pHi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBdBQl3pHi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBdBQl3pHi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBdBQl3pHi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBdBQl3pHi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBdBQl3pHi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBdBQl3pHi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBdBQl3pHi .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tBdBQl3pHi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBdBQl3pHi .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-tBdBQl3pHi .navbar {
    height: 77px;
  }
  .cid-tBdBQl3pHi .navbar.opened {
    height: auto;
  }
  .cid-tBdBQl3pHi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBmvkEO0ns {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBmvSzEYEY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBmvSzEYEY .image-wrap img {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tBmvSzEYEY .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tBmyrWGCj5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBmyHetCgg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBmyZb3wwn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBmyZb3wwn .image-wrap img {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tBmyZb3wwn .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tBmyTZFB86 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBmAaKUked {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBmAaKUked .image-wrap img {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tBmAaKUked .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tBmANlmanu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBmB6dU66v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLjCN8QXt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLjCN8QXt1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLjCN8QXt1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLjCN8QXt1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLjCN8QXt1 .mbr-text {
  color: #bbbbbb;
}
.cid-uLjCN8QXt1 .mbr-iconfont {
  color: black;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Roboto Slab !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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBmVXLHNlM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBmVXLHNlM .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tBmVXLHNlM .review-btn {
  float: right;
  border-width: 1px;
  border-style: solid;
  height: 51px;
  text-align: center;
  line-height: 55px !important;
  margin: 20px 0px;
  padding: 0px 45px;
  background: #e50707;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  border-radius: 50px;
}
.cid-tBmVXLHNlM .mbr-section-title,
.cid-tBmVXLHNlM .mbr-section-subtitle {
  text-align: center;
}
.cid-tBmVXLHNlM .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tBmVXLHNlM .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tBmVXLHNlM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tBmVXLHNlM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tBmVXLHNlM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBmVXLHNlM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uLjCN8QXt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLjCN8QXt1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLjCN8QXt1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLjCN8QXt1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLjCN8QXt1 .mbr-text {
  color: #bbbbbb;
}
.cid-uLjCN8QXt1 .mbr-iconfont {
  color: black;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Roboto Slab !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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUek1L7Eci {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUek1L7Eci .item:focus,
.cid-tUek1L7Eci span:focus {
  outline: none;
}
.cid-tUek1L7Eci .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUek1L7Eci .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUek1L7Eci .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUek1L7Eci .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUek1L7Eci .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUek1L7Eci .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUek1L7Eci .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUek1L7Eci .mbr-section-title {
  color: #ffffff;
}
.cid-tUek1L7Eci .mbr-text,
.cid-tUek1L7Eci .mbr-section-btn {
  text-align: center;
}
.cid-tUek1L7Eci .item-title {
  text-align: center;
}
.cid-tUek1L7Eci .item-subtitle {
  text-align: left;
}
.cid-uLjCN8QXt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLjCN8QXt1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLjCN8QXt1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLjCN8QXt1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLjCN8QXt1 .mbr-text {
  color: #bbbbbb;
}
.cid-uLjCN8QXt1 .mbr-iconfont {
  color: black;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Roboto Slab !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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUpSIcIYqd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUpSIcIYqd .image-wrap img {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tUpSIcIYqd .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uLjCN8QXt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLjCN8QXt1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLjCN8QXt1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLjCN8QXt1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLjCN8QXt1 .mbr-text {
  color: #bbbbbb;
}
.cid-uLjCN8QXt1 .mbr-iconfont {
  color: black;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Roboto Slab !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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI83D1nZO1 {
  background-image: url("../../../assets/images/trans-video-chat-banner.webp");
}
.cid-uI83D1nZO1 .mbr-section-title {
  color: #fafafa;
}
.cid-uI83D2XMiv {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI83D2XMiv .mbr-section-title {
  color: #000000;
}
.cid-uI83D2XMiv .mbr-text {
  color: #000000;
}
.cid-uI83D3qKB7 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uI83D3qKB7 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uI83D3qKB7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uI83D3qKB7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uI83D3qKB7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uI83D3qKB7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uI83D3qKB7 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uI83D3qKB7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uI83D3qKB7 .card-title {
  color: #333333;
}
.cid-uI83D3qKB7 .mbr-text,
.cid-uI83D3qKB7 .mbr-section-btn {
  color: #333333;
}
.cid-uI83D3T7br {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uI83D3T7br .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uI83D3T7br .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uI83D3T7br .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uI83D3T7br .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uI83D3T7br .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uI83D3T7br .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uI83D3T7br .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uI83D3T7br .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uI83D3T7br .card-title {
  color: #000000;
}
.cid-uI83D3T7br .mbr-text,
.cid-uI83D3T7br .mbr-section-btn {
  color: #000000;
}
.cid-uI88N9R5sQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI88N9R5sQ .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uI88N9R5sQ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uI83D3a6Yv {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI83D3a6Yv .mbr-section-title {
  color: #000000;
}
.cid-uI83D3a6Yv .mbr-text {
  color: #000000;
}
.cid-uLjCN8QXt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLjCN8QXt1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLjCN8QXt1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLjCN8QXt1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLjCN8QXt1 .mbr-text {
  color: #bbbbbb;
}
.cid-uLjCN8QXt1 .mbr-iconfont {
  color: black;
}
.cid-uI83D74Uhb .navbar-dropdown {
  position: relative !important;
}
.cid-uI83D74Uhb .dropdown-item:before {
  font-family: Roboto Slab !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-uI83D74Uhb .dropdown-menu {
  padding: 0;
}
.cid-uI83D74Uhb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI83D74Uhb .dropdown-item:hover,
.cid-uI83D74Uhb .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uI83D74Uhb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uI83D74Uhb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI83D74Uhb .nav-link {
  position: relative;
}
.cid-uI83D74Uhb .container {
  display: flex;
  margin: auto;
}
.cid-uI83D74Uhb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uI83D74Uhb .navbar-caption {
  padding-right: 4rem;
}
.cid-uI83D74Uhb .dropdown-menu,
.cid-uI83D74Uhb .navbar.opened {
  background: #000000 !important;
}
.cid-uI83D74Uhb .nav-item:focus,
.cid-uI83D74Uhb .nav-link:focus {
  outline: none;
}
.cid-uI83D74Uhb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI83D74Uhb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI83D74Uhb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uI83D74Uhb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI83D74Uhb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI83D74Uhb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI83D74Uhb .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uI83D74Uhb .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI83D74Uhb .navbar.opened {
  transition: all .3s;
}
.cid-uI83D74Uhb .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uI83D74Uhb .navbar .navbar-logo img {
  width: auto;
}
.cid-uI83D74Uhb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI83D74Uhb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI83D74Uhb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI83D74Uhb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uI83D74Uhb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI83D74Uhb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI83D74Uhb .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: 55%;
}
.cid-uI83D74Uhb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI83D74Uhb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uI83D74Uhb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uI83D74Uhb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI83D74Uhb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI83D74Uhb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI83D74Uhb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI83D74Uhb .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: 55%;
  }
  .cid-uI83D74Uhb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uI83D74Uhb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI83D74Uhb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI83D74Uhb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI83D74Uhb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI83D74Uhb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uI83D74Uhb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI83D74Uhb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uI83D74Uhb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uI83D74Uhb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI83D74Uhb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI83D74Uhb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI83D74Uhb .dropdown-item.active,
.cid-uI83D74Uhb .dropdown-item:active {
  background-color: transparent;
}
.cid-uI83D74Uhb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI83D74Uhb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI83D74Uhb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI83D74Uhb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uI83D74Uhb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI83D74Uhb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI83D74Uhb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI83D74Uhb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI83D74Uhb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uI83D74Uhb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uI83D74Uhb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uI83D74Uhb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uI83D74Uhb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uI83D74Uhb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uI83D74Uhb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uI83D74Uhb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uI83D74Uhb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uI83D74Uhb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uI83D74Uhb .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uI83D74Uhb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI83D74Uhb .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-uI83D74Uhb .navbar {
    height: 77px;
  }
  .cid-uI83D74Uhb .navbar.opened {
    height: auto;
  }
  .cid-uI83D74Uhb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI8gCkZz70 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uI8gCkZz70 .image-wrap img {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uI8gCkZz70 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uLjCN8QXt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLjCN8QXt1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLjCN8QXt1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLjCN8QXt1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLjCN8QXt1 .mbr-text {
  color: #bbbbbb;
}
.cid-uLjCN8QXt1 .mbr-iconfont {
  color: black;
}
.cid-uI8gCmvnKK .navbar-dropdown {
  position: relative !important;
}
.cid-uI8gCmvnKK .dropdown-item:before {
  font-family: Roboto Slab !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-uI8gCmvnKK .dropdown-menu {
  padding: 0;
}
.cid-uI8gCmvnKK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI8gCmvnKK .dropdown-item:hover,
.cid-uI8gCmvnKK .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uI8gCmvnKK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uI8gCmvnKK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI8gCmvnKK .nav-link {
  position: relative;
}
.cid-uI8gCmvnKK .container {
  display: flex;
  margin: auto;
}
.cid-uI8gCmvnKK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uI8gCmvnKK .navbar-caption {
  padding-right: 4rem;
}
.cid-uI8gCmvnKK .dropdown-menu,
.cid-uI8gCmvnKK .navbar.opened {
  background: #000000 !important;
}
.cid-uI8gCmvnKK .nav-item:focus,
.cid-uI8gCmvnKK .nav-link:focus {
  outline: none;
}
.cid-uI8gCmvnKK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI8gCmvnKK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI8gCmvnKK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uI8gCmvnKK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI8gCmvnKK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI8gCmvnKK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI8gCmvnKK .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uI8gCmvnKK .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI8gCmvnKK .navbar.opened {
  transition: all .3s;
}
.cid-uI8gCmvnKK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uI8gCmvnKK .navbar .navbar-logo img {
  width: auto;
}
.cid-uI8gCmvnKK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI8gCmvnKK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI8gCmvnKK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI8gCmvnKK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uI8gCmvnKK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI8gCmvnKK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI8gCmvnKK .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: 55%;
}
.cid-uI8gCmvnKK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI8gCmvnKK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uI8gCmvnKK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uI8gCmvnKK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI8gCmvnKK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI8gCmvnKK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI8gCmvnKK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI8gCmvnKK .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: 55%;
  }
  .cid-uI8gCmvnKK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uI8gCmvnKK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI8gCmvnKK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI8gCmvnKK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI8gCmvnKK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI8gCmvnKK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uI8gCmvnKK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI8gCmvnKK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uI8gCmvnKK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uI8gCmvnKK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI8gCmvnKK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI8gCmvnKK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI8gCmvnKK .dropdown-item.active,
.cid-uI8gCmvnKK .dropdown-item:active {
  background-color: transparent;
}
.cid-uI8gCmvnKK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI8gCmvnKK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI8gCmvnKK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI8gCmvnKK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uI8gCmvnKK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI8gCmvnKK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI8gCmvnKK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI8gCmvnKK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI8gCmvnKK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uI8gCmvnKK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uI8gCmvnKK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uI8gCmvnKK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uI8gCmvnKK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uI8gCmvnKK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uI8gCmvnKK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uI8gCmvnKK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uI8gCmvnKK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uI8gCmvnKK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uI8gCmvnKK .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uI8gCmvnKK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI8gCmvnKK .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-uI8gCmvnKK .navbar {
    height: 77px;
  }
  .cid-uI8gCmvnKK .navbar.opened {
    height: auto;
  }
  .cid-uI8gCmvnKK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLjyuoy0GN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLjyupyz6f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLjCN8QXt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLjCN8QXt1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLjCN8QXt1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLjCN8QXt1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLjCN8QXt1 .mbr-text {
  color: #bbbbbb;
}
.cid-uLjCN8QXt1 .mbr-iconfont {
  color: black;
}
.cid-uLjyusWVcs .navbar-dropdown {
  position: relative !important;
}
.cid-uLjyusWVcs .dropdown-item:before {
  font-family: Roboto Slab !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-uLjyusWVcs .dropdown-menu {
  padding: 0;
}
.cid-uLjyusWVcs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLjyusWVcs .dropdown-item:hover,
.cid-uLjyusWVcs .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uLjyusWVcs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uLjyusWVcs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLjyusWVcs .nav-link {
  position: relative;
}
.cid-uLjyusWVcs .container {
  display: flex;
  margin: auto;
}
.cid-uLjyusWVcs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLjyusWVcs .navbar-caption {
  padding-right: 4rem;
}
.cid-uLjyusWVcs .dropdown-menu,
.cid-uLjyusWVcs .navbar.opened {
  background: #000000 !important;
}
.cid-uLjyusWVcs .nav-item:focus,
.cid-uLjyusWVcs .nav-link:focus {
  outline: none;
}
.cid-uLjyusWVcs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLjyusWVcs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLjyusWVcs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLjyusWVcs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLjyusWVcs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLjyusWVcs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLjyusWVcs .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uLjyusWVcs .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLjyusWVcs .navbar.opened {
  transition: all .3s;
}
.cid-uLjyusWVcs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLjyusWVcs .navbar .navbar-logo img {
  width: auto;
}
.cid-uLjyusWVcs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLjyusWVcs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLjyusWVcs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLjyusWVcs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uLjyusWVcs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLjyusWVcs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLjyusWVcs .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: 55%;
}
.cid-uLjyusWVcs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLjyusWVcs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLjyusWVcs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLjyusWVcs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLjyusWVcs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLjyusWVcs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLjyusWVcs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLjyusWVcs .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: 55%;
  }
  .cid-uLjyusWVcs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLjyusWVcs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLjyusWVcs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLjyusWVcs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLjyusWVcs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLjyusWVcs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLjyusWVcs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLjyusWVcs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLjyusWVcs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLjyusWVcs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLjyusWVcs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLjyusWVcs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLjyusWVcs .dropdown-item.active,
.cid-uLjyusWVcs .dropdown-item:active {
  background-color: transparent;
}
.cid-uLjyusWVcs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLjyusWVcs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLjyusWVcs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLjyusWVcs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLjyusWVcs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLjyusWVcs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLjyusWVcs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLjyusWVcs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLjyusWVcs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uLjyusWVcs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uLjyusWVcs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLjyusWVcs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLjyusWVcs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLjyusWVcs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLjyusWVcs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLjyusWVcs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLjyusWVcs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLjyusWVcs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLjyusWVcs .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uLjyusWVcs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLjyusWVcs .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-uLjyusWVcs .navbar {
    height: 77px;
  }
  .cid-uLjyusWVcs .navbar.opened {
    height: auto;
  }
  .cid-uLjyusWVcs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLjCN7v04H {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLjCN88tbu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLjCN8QXt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLjCN8QXt1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLjCN8QXt1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLjCN8QXt1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLjCN8QXt1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLjCN8QXt1 .mbr-text {
  color: #bbbbbb;
}
.cid-uLjCN8QXt1 .mbr-iconfont {
  color: black;
}
.cid-uLjCN9v1CI .navbar-dropdown {
  position: relative !important;
}
.cid-uLjCN9v1CI .dropdown-item:before {
  font-family: Roboto Slab !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-uLjCN9v1CI .dropdown-menu {
  padding: 0;
}
.cid-uLjCN9v1CI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLjCN9v1CI .dropdown-item:hover,
.cid-uLjCN9v1CI .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uLjCN9v1CI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uLjCN9v1CI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLjCN9v1CI .nav-link {
  position: relative;
}
.cid-uLjCN9v1CI .container {
  display: flex;
  margin: auto;
}
.cid-uLjCN9v1CI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLjCN9v1CI .navbar-caption {
  padding-right: 4rem;
}
.cid-uLjCN9v1CI .dropdown-menu,
.cid-uLjCN9v1CI .navbar.opened {
  background: #000000 !important;
}
.cid-uLjCN9v1CI .nav-item:focus,
.cid-uLjCN9v1CI .nav-link:focus {
  outline: none;
}
.cid-uLjCN9v1CI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLjCN9v1CI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLjCN9v1CI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLjCN9v1CI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLjCN9v1CI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLjCN9v1CI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLjCN9v1CI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uLjCN9v1CI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLjCN9v1CI .navbar.opened {
  transition: all .3s;
}
.cid-uLjCN9v1CI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLjCN9v1CI .navbar .navbar-logo img {
  width: auto;
}
.cid-uLjCN9v1CI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLjCN9v1CI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLjCN9v1CI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLjCN9v1CI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uLjCN9v1CI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLjCN9v1CI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLjCN9v1CI .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: 55%;
}
.cid-uLjCN9v1CI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLjCN9v1CI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLjCN9v1CI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLjCN9v1CI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLjCN9v1CI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLjCN9v1CI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLjCN9v1CI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLjCN9v1CI .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: 55%;
  }
  .cid-uLjCN9v1CI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLjCN9v1CI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLjCN9v1CI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLjCN9v1CI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLjCN9v1CI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLjCN9v1CI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLjCN9v1CI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLjCN9v1CI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLjCN9v1CI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLjCN9v1CI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLjCN9v1CI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLjCN9v1CI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLjCN9v1CI .dropdown-item.active,
.cid-uLjCN9v1CI .dropdown-item:active {
  background-color: transparent;
}
.cid-uLjCN9v1CI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLjCN9v1CI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLjCN9v1CI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLjCN9v1CI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLjCN9v1CI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLjCN9v1CI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLjCN9v1CI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLjCN9v1CI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLjCN9v1CI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uLjCN9v1CI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uLjCN9v1CI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLjCN9v1CI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLjCN9v1CI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLjCN9v1CI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLjCN9v1CI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLjCN9v1CI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLjCN9v1CI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLjCN9v1CI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLjCN9v1CI .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uLjCN9v1CI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLjCN9v1CI .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-uLjCN9v1CI .navbar {
    height: 77px;
  }
  .cid-uLjCN9v1CI .navbar.opened {
    height: auto;
  }
  .cid-uLjCN9v1CI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOLcldtDLo {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uOLcldtDLo .mbr-section-title {
  color: #fafafa;
}
.cid-uOLclf8IaK {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOLclf8IaK .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uOLclf8IaK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLclf8IaK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLclf8IaK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOLclf8IaK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uOLclf8IaK .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uOLclf8IaK .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uOLclf8IaK .card-title {
  color: #333333;
}
.cid-uOLclf8IaK .mbr-text,
.cid-uOLclf8IaK .mbr-section-btn {
  color: #333333;
}
.cid-uOLclfEBj2 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOLclfEBj2 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uOLclfEBj2 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uOLclfEBj2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLclfEBj2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLclfEBj2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOLclfEBj2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uOLclfEBj2 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uOLclfEBj2 .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uOLclfEBj2 .card-title {
  color: #000000;
}
.cid-uOLclfEBj2 .mbr-text,
.cid-uOLclfEBj2 .mbr-section-btn {
  color: #000000;
}
.cid-uOLeC5LU7j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOLeC5LU7j .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uOLeC5LU7j .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uOLclgw8P0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uOLclgw8P0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uOLclgw8P0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uOLclgw8P0 .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uOLclgw8P0 .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uOLclgw8P0 .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uOLclgw8P0 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLclgw8P0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uOLclgw8P0 .social-row {
  text-align: center;
}
.cid-uOLclgw8P0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uOLclgw8P0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uOLclgw8P0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uOLclgw8P0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uOLclgw8P0 .card-text,
.cid-uOLclgw8P0 .mbr-section-btn,
.cid-uOLclgw8P0 .social-row {
  color: #000000;
}
.cid-uOLclgw8P0 .card-title,
.cid-uOLclgw8P0 .social-row {
  color: #fafafa;
}
.cid-uOLclgw8P0 .mbr-section-title {
  color: #000000;
}
.cid-uOLcliHWj3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uOLcliHWj3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOLcliHWj3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uOLcliHWj3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uOLcliHWj3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOLcliHWj3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uOLcliHWj3 .mbr-text {
  color: #bbbbbb;
}
.cid-uOLcliHWj3 .mbr-iconfont {
  color: black;
}
.cid-uOLcljgrqQ .navbar-dropdown {
  position: relative !important;
}
.cid-uOLcljgrqQ .dropdown-item:before {
  font-family: Roboto Slab !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-uOLcljgrqQ .dropdown-menu {
  padding: 0;
}
.cid-uOLcljgrqQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOLcljgrqQ .dropdown-item:hover,
.cid-uOLcljgrqQ .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uOLcljgrqQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uOLcljgrqQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOLcljgrqQ .nav-link {
  position: relative;
}
.cid-uOLcljgrqQ .container {
  display: flex;
  margin: auto;
}
.cid-uOLcljgrqQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOLcljgrqQ .navbar-caption {
  padding-right: 4rem;
}
.cid-uOLcljgrqQ .dropdown-menu,
.cid-uOLcljgrqQ .navbar.opened {
  background: #000000 !important;
}
.cid-uOLcljgrqQ .nav-item:focus,
.cid-uOLcljgrqQ .nav-link:focus {
  outline: none;
}
.cid-uOLcljgrqQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOLcljgrqQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOLcljgrqQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOLcljgrqQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOLcljgrqQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOLcljgrqQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOLcljgrqQ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uOLcljgrqQ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOLcljgrqQ .navbar.opened {
  transition: all .3s;
}
.cid-uOLcljgrqQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uOLcljgrqQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uOLcljgrqQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOLcljgrqQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOLcljgrqQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOLcljgrqQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOLcljgrqQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOLcljgrqQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOLcljgrqQ .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: 55%;
}
.cid-uOLcljgrqQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOLcljgrqQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uOLcljgrqQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOLcljgrqQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOLcljgrqQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOLcljgrqQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOLcljgrqQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOLcljgrqQ .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: 55%;
  }
  .cid-uOLcljgrqQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOLcljgrqQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOLcljgrqQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOLcljgrqQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOLcljgrqQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOLcljgrqQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOLcljgrqQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOLcljgrqQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOLcljgrqQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOLcljgrqQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOLcljgrqQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOLcljgrqQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOLcljgrqQ .dropdown-item.active,
.cid-uOLcljgrqQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uOLcljgrqQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOLcljgrqQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOLcljgrqQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOLcljgrqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOLcljgrqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOLcljgrqQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOLcljgrqQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOLcljgrqQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOLcljgrqQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOLcljgrqQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uOLcljgrqQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOLcljgrqQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOLcljgrqQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOLcljgrqQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOLcljgrqQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOLcljgrqQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOLcljgrqQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOLcljgrqQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOLcljgrqQ .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uOLcljgrqQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOLcljgrqQ .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-uOLcljgrqQ .navbar {
    height: 77px;
  }
  .cid-uOLcljgrqQ .navbar.opened {
    height: auto;
  }
  .cid-uOLcljgrqQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP21EfgnlK {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uP21EfgnlK .mbr-section-title {
  color: #fafafa;
}
.cid-uP21EkcsXU {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP21EkcsXU .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP21EkcsXU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP21EkcsXU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP21EkcsXU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP21EkcsXU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP21EkcsXU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uP21EkcsXU .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uP21EkcsXU .card-title {
  color: #333333;
}
.cid-uP21EkcsXU .mbr-text,
.cid-uP21EkcsXU .mbr-section-btn {
  color: #333333;
}
.cid-uP21EmEW99 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP21EmEW99 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP21EmEW99 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uP21EmEW99 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP21EmEW99 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP21EmEW99 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP21EmEW99 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP21EmEW99 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uP21EmEW99 .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uP21EmEW99 .card-title {
  color: #000000;
}
.cid-uP21EmEW99 .mbr-text,
.cid-uP21EmEW99 .mbr-section-btn {
  color: #000000;
}
.cid-uP21Eo5bFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP21Eo5bFk .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uP21Eo5bFk .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uP21EpjGtp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uP21EpjGtp .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP21EpjGtp .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP21EpjGtp .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uP21EpjGtp .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uP21EpjGtp .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uP21EpjGtp .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP21EpjGtp .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP21EpjGtp .social-row {
  text-align: center;
}
.cid-uP21EpjGtp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uP21EpjGtp .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uP21EpjGtp .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uP21EpjGtp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uP21EpjGtp .card-text,
.cid-uP21EpjGtp .mbr-section-btn,
.cid-uP21EpjGtp .social-row {
  color: #000000;
}
.cid-uP21EpjGtp .card-title,
.cid-uP21EpjGtp .social-row {
  color: #fafafa;
}
.cid-uP21EpjGtp .mbr-section-title {
  color: #000000;
}
.cid-uP21Es5Hpk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uP21Es5Hpk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP21Es5Hpk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uP21Es5Hpk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uP21Es5Hpk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP21Es5Hpk .list {
    margin-bottom: 0rem;
  }
}
.cid-uP21Es5Hpk .mbr-text {
  color: #bbbbbb;
}
.cid-uP21Es5Hpk .mbr-iconfont {
  color: black;
}
.cid-uP21EtDC2W .navbar-dropdown {
  position: relative !important;
}
.cid-uP21EtDC2W .dropdown-item:before {
  font-family: Roboto Slab !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-uP21EtDC2W .dropdown-menu {
  padding: 0;
}
.cid-uP21EtDC2W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP21EtDC2W .dropdown-item:hover,
.cid-uP21EtDC2W .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uP21EtDC2W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP21EtDC2W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP21EtDC2W .nav-link {
  position: relative;
}
.cid-uP21EtDC2W .container {
  display: flex;
  margin: auto;
}
.cid-uP21EtDC2W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP21EtDC2W .navbar-caption {
  padding-right: 4rem;
}
.cid-uP21EtDC2W .dropdown-menu,
.cid-uP21EtDC2W .navbar.opened {
  background: #000000 !important;
}
.cid-uP21EtDC2W .nav-item:focus,
.cid-uP21EtDC2W .nav-link:focus {
  outline: none;
}
.cid-uP21EtDC2W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP21EtDC2W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP21EtDC2W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP21EtDC2W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP21EtDC2W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP21EtDC2W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP21EtDC2W .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uP21EtDC2W .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP21EtDC2W .navbar.opened {
  transition: all .3s;
}
.cid-uP21EtDC2W .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uP21EtDC2W .navbar .navbar-logo img {
  width: auto;
}
.cid-uP21EtDC2W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP21EtDC2W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP21EtDC2W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP21EtDC2W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uP21EtDC2W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP21EtDC2W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP21EtDC2W .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: 55%;
}
.cid-uP21EtDC2W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP21EtDC2W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP21EtDC2W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP21EtDC2W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP21EtDC2W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP21EtDC2W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP21EtDC2W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP21EtDC2W .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: 55%;
  }
  .cid-uP21EtDC2W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP21EtDC2W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP21EtDC2W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP21EtDC2W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP21EtDC2W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP21EtDC2W .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP21EtDC2W .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP21EtDC2W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP21EtDC2W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP21EtDC2W .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP21EtDC2W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP21EtDC2W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP21EtDC2W .dropdown-item.active,
.cid-uP21EtDC2W .dropdown-item:active {
  background-color: transparent;
}
.cid-uP21EtDC2W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP21EtDC2W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP21EtDC2W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP21EtDC2W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP21EtDC2W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP21EtDC2W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP21EtDC2W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP21EtDC2W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP21EtDC2W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uP21EtDC2W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uP21EtDC2W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP21EtDC2W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP21EtDC2W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP21EtDC2W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP21EtDC2W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP21EtDC2W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP21EtDC2W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP21EtDC2W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP21EtDC2W .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uP21EtDC2W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP21EtDC2W .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-uP21EtDC2W .navbar {
    height: 77px;
  }
  .cid-uP21EtDC2W .navbar.opened {
    height: auto;
  }
  .cid-uP21EtDC2W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP23RgHJUS {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uP23RgHJUS .mbr-section-title {
  color: #fafafa;
}
.cid-uP23RhoVtp {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP23RhoVtp .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP23RhoVtp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP23RhoVtp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP23RhoVtp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP23RhoVtp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP23RhoVtp .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uP23RhoVtp .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uP23RhoVtp .card-title {
  color: #333333;
}
.cid-uP23RhoVtp .mbr-text,
.cid-uP23RhoVtp .mbr-section-btn {
  color: #333333;
}
.cid-uP23RikYKM {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP23RikYKM .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP23RikYKM .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uP23RikYKM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP23RikYKM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP23RikYKM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP23RikYKM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP23RikYKM .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uP23RikYKM .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uP23RikYKM .card-title {
  color: #000000;
}
.cid-uP23RikYKM .mbr-text,
.cid-uP23RikYKM .mbr-section-btn {
  color: #000000;
}
.cid-uP23RjdAEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP23RjdAEB .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uP23RjdAEB .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uP23RkbymB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uP23RkbymB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP23RkbymB .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP23RkbymB .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uP23RkbymB .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uP23RkbymB .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uP23RkbymB .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP23RkbymB .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP23RkbymB .social-row {
  text-align: center;
}
.cid-uP23RkbymB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uP23RkbymB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uP23RkbymB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uP23RkbymB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uP23RkbymB .card-text,
.cid-uP23RkbymB .mbr-section-btn,
.cid-uP23RkbymB .social-row {
  color: #000000;
}
.cid-uP23RkbymB .card-title,
.cid-uP23RkbymB .social-row {
  color: #fafafa;
}
.cid-uP23RkbymB .mbr-section-title {
  color: #000000;
}
.cid-uP23RlpJem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uP23RlpJem .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP23RlpJem .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uP23RlpJem .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uP23RlpJem .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP23RlpJem .list {
    margin-bottom: 0rem;
  }
}
.cid-uP23RlpJem .mbr-text {
  color: #bbbbbb;
}
.cid-uP23RlpJem .mbr-iconfont {
  color: black;
}
.cid-uP23RmhvnZ .navbar-dropdown {
  position: relative !important;
}
.cid-uP23RmhvnZ .dropdown-item:before {
  font-family: Roboto Slab !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-uP23RmhvnZ .dropdown-menu {
  padding: 0;
}
.cid-uP23RmhvnZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP23RmhvnZ .dropdown-item:hover,
.cid-uP23RmhvnZ .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uP23RmhvnZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP23RmhvnZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP23RmhvnZ .nav-link {
  position: relative;
}
.cid-uP23RmhvnZ .container {
  display: flex;
  margin: auto;
}
.cid-uP23RmhvnZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP23RmhvnZ .navbar-caption {
  padding-right: 4rem;
}
.cid-uP23RmhvnZ .dropdown-menu,
.cid-uP23RmhvnZ .navbar.opened {
  background: #000000 !important;
}
.cid-uP23RmhvnZ .nav-item:focus,
.cid-uP23RmhvnZ .nav-link:focus {
  outline: none;
}
.cid-uP23RmhvnZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP23RmhvnZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP23RmhvnZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP23RmhvnZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP23RmhvnZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP23RmhvnZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP23RmhvnZ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uP23RmhvnZ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP23RmhvnZ .navbar.opened {
  transition: all .3s;
}
.cid-uP23RmhvnZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uP23RmhvnZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uP23RmhvnZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP23RmhvnZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP23RmhvnZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP23RmhvnZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uP23RmhvnZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP23RmhvnZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP23RmhvnZ .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: 55%;
}
.cid-uP23RmhvnZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP23RmhvnZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP23RmhvnZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP23RmhvnZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP23RmhvnZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP23RmhvnZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP23RmhvnZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP23RmhvnZ .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: 55%;
  }
  .cid-uP23RmhvnZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP23RmhvnZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP23RmhvnZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP23RmhvnZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP23RmhvnZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP23RmhvnZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP23RmhvnZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP23RmhvnZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP23RmhvnZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP23RmhvnZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP23RmhvnZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP23RmhvnZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP23RmhvnZ .dropdown-item.active,
.cid-uP23RmhvnZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uP23RmhvnZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP23RmhvnZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP23RmhvnZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP23RmhvnZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP23RmhvnZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP23RmhvnZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP23RmhvnZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP23RmhvnZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP23RmhvnZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uP23RmhvnZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uP23RmhvnZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP23RmhvnZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP23RmhvnZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP23RmhvnZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP23RmhvnZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP23RmhvnZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP23RmhvnZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP23RmhvnZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP23RmhvnZ .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uP23RmhvnZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP23RmhvnZ .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-uP23RmhvnZ .navbar {
    height: 77px;
  }
  .cid-uP23RmhvnZ .navbar.opened {
    height: auto;
  }
  .cid-uP23RmhvnZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP26dWjS3I {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uP26dWjS3I .mbr-section-title {
  color: #fafafa;
}
.cid-uP26dWW9NU {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP26dWW9NU .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP26dWW9NU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP26dWW9NU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP26dWW9NU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP26dWW9NU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP26dWW9NU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uP26dWW9NU .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uP26dWW9NU .card-title {
  color: #333333;
}
.cid-uP26dWW9NU .mbr-text,
.cid-uP26dWW9NU .mbr-section-btn {
  color: #333333;
}
.cid-uP26dXIGIq {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP26dXIGIq .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP26dXIGIq .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uP26dXIGIq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP26dXIGIq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP26dXIGIq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP26dXIGIq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP26dXIGIq .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uP26dXIGIq .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uP26dXIGIq .card-title {
  color: #000000;
}
.cid-uP26dXIGIq .mbr-text,
.cid-uP26dXIGIq .mbr-section-btn {
  color: #000000;
}
.cid-uP26dYwesW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP26dYwesW .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uP26dYwesW .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uP26dZwaT4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uP26dZwaT4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP26dZwaT4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP26dZwaT4 .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uP26dZwaT4 .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uP26dZwaT4 .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uP26dZwaT4 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP26dZwaT4 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP26dZwaT4 .social-row {
  text-align: center;
}
.cid-uP26dZwaT4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uP26dZwaT4 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uP26dZwaT4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uP26dZwaT4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uP26dZwaT4 .card-text,
.cid-uP26dZwaT4 .mbr-section-btn,
.cid-uP26dZwaT4 .social-row {
  color: #000000;
}
.cid-uP26dZwaT4 .card-title,
.cid-uP26dZwaT4 .social-row {
  color: #fafafa;
}
.cid-uP26dZwaT4 .mbr-section-title {
  color: #000000;
}
.cid-uP26e0UuMx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uP26e0UuMx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP26e0UuMx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uP26e0UuMx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uP26e0UuMx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP26e0UuMx .list {
    margin-bottom: 0rem;
  }
}
.cid-uP26e0UuMx .mbr-text {
  color: #bbbbbb;
}
.cid-uP26e0UuMx .mbr-iconfont {
  color: black;
}
.cid-uP26e1CZQq .navbar-dropdown {
  position: relative !important;
}
.cid-uP26e1CZQq .dropdown-item:before {
  font-family: Roboto Slab !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-uP26e1CZQq .dropdown-menu {
  padding: 0;
}
.cid-uP26e1CZQq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP26e1CZQq .dropdown-item:hover,
.cid-uP26e1CZQq .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uP26e1CZQq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP26e1CZQq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP26e1CZQq .nav-link {
  position: relative;
}
.cid-uP26e1CZQq .container {
  display: flex;
  margin: auto;
}
.cid-uP26e1CZQq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP26e1CZQq .navbar-caption {
  padding-right: 4rem;
}
.cid-uP26e1CZQq .dropdown-menu,
.cid-uP26e1CZQq .navbar.opened {
  background: #000000 !important;
}
.cid-uP26e1CZQq .nav-item:focus,
.cid-uP26e1CZQq .nav-link:focus {
  outline: none;
}
.cid-uP26e1CZQq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP26e1CZQq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP26e1CZQq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP26e1CZQq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP26e1CZQq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP26e1CZQq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP26e1CZQq .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uP26e1CZQq .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP26e1CZQq .navbar.opened {
  transition: all .3s;
}
.cid-uP26e1CZQq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uP26e1CZQq .navbar .navbar-logo img {
  width: auto;
}
.cid-uP26e1CZQq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP26e1CZQq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP26e1CZQq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP26e1CZQq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uP26e1CZQq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP26e1CZQq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP26e1CZQq .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: 55%;
}
.cid-uP26e1CZQq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP26e1CZQq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP26e1CZQq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP26e1CZQq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP26e1CZQq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP26e1CZQq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP26e1CZQq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP26e1CZQq .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: 55%;
  }
  .cid-uP26e1CZQq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP26e1CZQq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP26e1CZQq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP26e1CZQq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP26e1CZQq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP26e1CZQq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP26e1CZQq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP26e1CZQq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP26e1CZQq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP26e1CZQq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP26e1CZQq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP26e1CZQq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP26e1CZQq .dropdown-item.active,
.cid-uP26e1CZQq .dropdown-item:active {
  background-color: transparent;
}
.cid-uP26e1CZQq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP26e1CZQq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP26e1CZQq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP26e1CZQq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP26e1CZQq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP26e1CZQq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP26e1CZQq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP26e1CZQq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP26e1CZQq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uP26e1CZQq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uP26e1CZQq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP26e1CZQq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP26e1CZQq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP26e1CZQq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP26e1CZQq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP26e1CZQq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP26e1CZQq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP26e1CZQq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP26e1CZQq .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uP26e1CZQq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP26e1CZQq .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-uP26e1CZQq .navbar {
    height: 77px;
  }
  .cid-uP26e1CZQq .navbar.opened {
    height: auto;
  }
  .cid-uP26e1CZQq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP28K67YA3 {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uP28K67YA3 .mbr-section-title {
  color: #fafafa;
}
.cid-uP28K6KLjL {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP28K6KLjL .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP28K6KLjL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP28K6KLjL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP28K6KLjL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP28K6KLjL .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP28K6KLjL .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uP28K6KLjL .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uP28K6KLjL .card-title {
  color: #333333;
}
.cid-uP28K6KLjL .mbr-text,
.cid-uP28K6KLjL .mbr-section-btn {
  color: #333333;
}
.cid-uP28K7y5Ho {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP28K7y5Ho .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP28K7y5Ho .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uP28K7y5Ho .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP28K7y5Ho .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP28K7y5Ho .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP28K7y5Ho .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP28K7y5Ho .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uP28K7y5Ho .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uP28K7y5Ho .card-title {
  color: #000000;
}
.cid-uP28K7y5Ho .mbr-text,
.cid-uP28K7y5Ho .mbr-section-btn {
  color: #000000;
}
.cid-uP28K8kKRl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP28K8kKRl .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uP28K8kKRl .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uP28K97hky {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uP28K97hky .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP28K97hky .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP28K97hky .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uP28K97hky .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uP28K97hky .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uP28K97hky .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP28K97hky .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP28K97hky .social-row {
  text-align: center;
}
.cid-uP28K97hky .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uP28K97hky .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uP28K97hky .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uP28K97hky .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uP28K97hky .card-text,
.cid-uP28K97hky .mbr-section-btn,
.cid-uP28K97hky .social-row {
  color: #000000;
}
.cid-uP28K97hky .card-title,
.cid-uP28K97hky .social-row {
  color: #fafafa;
}
.cid-uP28K97hky .mbr-section-title {
  color: #000000;
}
.cid-uP28Kartwl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uP28Kartwl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP28Kartwl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uP28Kartwl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uP28Kartwl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP28Kartwl .list {
    margin-bottom: 0rem;
  }
}
.cid-uP28Kartwl .mbr-text {
  color: #bbbbbb;
}
.cid-uP28Kartwl .mbr-iconfont {
  color: black;
}
.cid-uP28KbdQa2 .navbar-dropdown {
  position: relative !important;
}
.cid-uP28KbdQa2 .dropdown-item:before {
  font-family: Roboto Slab !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-uP28KbdQa2 .dropdown-menu {
  padding: 0;
}
.cid-uP28KbdQa2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP28KbdQa2 .dropdown-item:hover,
.cid-uP28KbdQa2 .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uP28KbdQa2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP28KbdQa2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP28KbdQa2 .nav-link {
  position: relative;
}
.cid-uP28KbdQa2 .container {
  display: flex;
  margin: auto;
}
.cid-uP28KbdQa2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP28KbdQa2 .navbar-caption {
  padding-right: 4rem;
}
.cid-uP28KbdQa2 .dropdown-menu,
.cid-uP28KbdQa2 .navbar.opened {
  background: #000000 !important;
}
.cid-uP28KbdQa2 .nav-item:focus,
.cid-uP28KbdQa2 .nav-link:focus {
  outline: none;
}
.cid-uP28KbdQa2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP28KbdQa2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP28KbdQa2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP28KbdQa2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP28KbdQa2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP28KbdQa2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP28KbdQa2 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uP28KbdQa2 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP28KbdQa2 .navbar.opened {
  transition: all .3s;
}
.cid-uP28KbdQa2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uP28KbdQa2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uP28KbdQa2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP28KbdQa2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP28KbdQa2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP28KbdQa2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uP28KbdQa2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP28KbdQa2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP28KbdQa2 .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: 55%;
}
.cid-uP28KbdQa2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP28KbdQa2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP28KbdQa2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP28KbdQa2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP28KbdQa2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP28KbdQa2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP28KbdQa2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP28KbdQa2 .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: 55%;
  }
  .cid-uP28KbdQa2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP28KbdQa2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP28KbdQa2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP28KbdQa2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP28KbdQa2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP28KbdQa2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP28KbdQa2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP28KbdQa2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP28KbdQa2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP28KbdQa2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP28KbdQa2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP28KbdQa2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP28KbdQa2 .dropdown-item.active,
.cid-uP28KbdQa2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uP28KbdQa2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP28KbdQa2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP28KbdQa2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP28KbdQa2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP28KbdQa2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP28KbdQa2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP28KbdQa2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP28KbdQa2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP28KbdQa2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uP28KbdQa2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uP28KbdQa2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP28KbdQa2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP28KbdQa2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP28KbdQa2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP28KbdQa2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP28KbdQa2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP28KbdQa2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP28KbdQa2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP28KbdQa2 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uP28KbdQa2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP28KbdQa2 .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-uP28KbdQa2 .navbar {
    height: 77px;
  }
  .cid-uP28KbdQa2 .navbar.opened {
    height: auto;
  }
  .cid-uP28KbdQa2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP2dtbSgTP {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uP2dtbSgTP .mbr-section-title {
  color: #fafafa;
}
.cid-uP2dtcjPEp {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP2dtcjPEp .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP2dtcjPEp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2dtcjPEp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP2dtcjPEp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2dtcjPEp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP2dtcjPEp .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uP2dtcjPEp .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uP2dtcjPEp .card-title {
  color: #333333;
}
.cid-uP2dtcjPEp .mbr-text,
.cid-uP2dtcjPEp .mbr-section-btn {
  color: #333333;
}
.cid-uP2dtcRncH {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP2dtcRncH .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP2dtcRncH .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uP2dtcRncH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2dtcRncH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP2dtcRncH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2dtcRncH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP2dtcRncH .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uP2dtcRncH .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uP2dtcRncH .card-title {
  color: #000000;
}
.cid-uP2dtcRncH .mbr-text,
.cid-uP2dtcRncH .mbr-section-btn {
  color: #000000;
}
.cid-uP2dtdoI82 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP2dtdoI82 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uP2dtdoI82 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uP2dte2UWm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uP2dte2UWm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP2dte2UWm .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP2dte2UWm .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uP2dte2UWm .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uP2dte2UWm .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uP2dte2UWm .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2dte2UWm .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP2dte2UWm .social-row {
  text-align: center;
}
.cid-uP2dte2UWm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uP2dte2UWm .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uP2dte2UWm .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uP2dte2UWm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uP2dte2UWm .card-text,
.cid-uP2dte2UWm .mbr-section-btn,
.cid-uP2dte2UWm .social-row {
  color: #000000;
}
.cid-uP2dte2UWm .card-title,
.cid-uP2dte2UWm .social-row {
  color: #fafafa;
}
.cid-uP2dte2UWm .mbr-section-title {
  color: #000000;
}
.cid-uP2dtf1Ize {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uP2dtf1Ize .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP2dtf1Ize .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uP2dtf1Ize .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uP2dtf1Ize .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2dtf1Ize .list {
    margin-bottom: 0rem;
  }
}
.cid-uP2dtf1Ize .mbr-text {
  color: #bbbbbb;
}
.cid-uP2dtf1Ize .mbr-iconfont {
  color: black;
}
.cid-uP2dtfAqTy .navbar-dropdown {
  position: relative !important;
}
.cid-uP2dtfAqTy .dropdown-item:before {
  font-family: Roboto Slab !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-uP2dtfAqTy .dropdown-menu {
  padding: 0;
}
.cid-uP2dtfAqTy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP2dtfAqTy .dropdown-item:hover,
.cid-uP2dtfAqTy .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uP2dtfAqTy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP2dtfAqTy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP2dtfAqTy .nav-link {
  position: relative;
}
.cid-uP2dtfAqTy .container {
  display: flex;
  margin: auto;
}
.cid-uP2dtfAqTy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP2dtfAqTy .navbar-caption {
  padding-right: 4rem;
}
.cid-uP2dtfAqTy .dropdown-menu,
.cid-uP2dtfAqTy .navbar.opened {
  background: #000000 !important;
}
.cid-uP2dtfAqTy .nav-item:focus,
.cid-uP2dtfAqTy .nav-link:focus {
  outline: none;
}
.cid-uP2dtfAqTy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP2dtfAqTy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP2dtfAqTy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP2dtfAqTy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP2dtfAqTy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP2dtfAqTy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP2dtfAqTy .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uP2dtfAqTy .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP2dtfAqTy .navbar.opened {
  transition: all .3s;
}
.cid-uP2dtfAqTy .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uP2dtfAqTy .navbar .navbar-logo img {
  width: auto;
}
.cid-uP2dtfAqTy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP2dtfAqTy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP2dtfAqTy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP2dtfAqTy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uP2dtfAqTy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP2dtfAqTy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP2dtfAqTy .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: 55%;
}
.cid-uP2dtfAqTy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP2dtfAqTy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP2dtfAqTy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP2dtfAqTy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP2dtfAqTy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP2dtfAqTy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP2dtfAqTy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP2dtfAqTy .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: 55%;
  }
  .cid-uP2dtfAqTy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP2dtfAqTy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP2dtfAqTy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP2dtfAqTy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP2dtfAqTy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP2dtfAqTy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP2dtfAqTy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP2dtfAqTy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP2dtfAqTy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP2dtfAqTy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP2dtfAqTy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP2dtfAqTy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP2dtfAqTy .dropdown-item.active,
.cid-uP2dtfAqTy .dropdown-item:active {
  background-color: transparent;
}
.cid-uP2dtfAqTy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP2dtfAqTy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP2dtfAqTy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP2dtfAqTy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP2dtfAqTy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP2dtfAqTy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP2dtfAqTy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP2dtfAqTy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP2dtfAqTy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uP2dtfAqTy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uP2dtfAqTy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP2dtfAqTy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP2dtfAqTy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP2dtfAqTy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP2dtfAqTy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP2dtfAqTy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP2dtfAqTy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP2dtfAqTy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP2dtfAqTy .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uP2dtfAqTy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP2dtfAqTy .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-uP2dtfAqTy .navbar {
    height: 77px;
  }
  .cid-uP2dtfAqTy .navbar.opened {
    height: auto;
  }
  .cid-uP2dtfAqTy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP2gls0ZtR {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uP2gls0ZtR .mbr-section-title {
  color: #fafafa;
}
.cid-uP2glspXiT {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP2glspXiT .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP2glspXiT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2glspXiT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP2glspXiT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2glspXiT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP2glspXiT .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uP2glspXiT .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uP2glspXiT .card-title {
  color: #333333;
}
.cid-uP2glspXiT .mbr-text,
.cid-uP2glspXiT .mbr-section-btn {
  color: #333333;
}
.cid-uP2glsSrfE {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP2glsSrfE .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP2glsSrfE .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uP2glsSrfE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2glsSrfE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP2glsSrfE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2glsSrfE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP2glsSrfE .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uP2glsSrfE .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uP2glsSrfE .card-title {
  color: #000000;
}
.cid-uP2glsSrfE .mbr-text,
.cid-uP2glsSrfE .mbr-section-btn {
  color: #000000;
}
.cid-uP2gltpDXj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP2gltpDXj .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uP2gltpDXj .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uP2glu8kTa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uP2glu8kTa .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP2glu8kTa .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP2glu8kTa .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uP2glu8kTa .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uP2glu8kTa .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uP2glu8kTa .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2glu8kTa .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP2glu8kTa .social-row {
  text-align: center;
}
.cid-uP2glu8kTa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uP2glu8kTa .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uP2glu8kTa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uP2glu8kTa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uP2glu8kTa .card-text,
.cid-uP2glu8kTa .mbr-section-btn,
.cid-uP2glu8kTa .social-row {
  color: #000000;
}
.cid-uP2glu8kTa .card-title,
.cid-uP2glu8kTa .social-row {
  color: #fafafa;
}
.cid-uP2glu8kTa .mbr-section-title {
  color: #000000;
}
.cid-uP2glveao8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uP2glveao8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP2glveao8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uP2glveao8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uP2glveao8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2glveao8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uP2glveao8 .mbr-text {
  color: #bbbbbb;
}
.cid-uP2glveao8 .mbr-iconfont {
  color: black;
}
.cid-uP2glvMKV0 .navbar-dropdown {
  position: relative !important;
}
.cid-uP2glvMKV0 .dropdown-item:before {
  font-family: Roboto Slab !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-uP2glvMKV0 .dropdown-menu {
  padding: 0;
}
.cid-uP2glvMKV0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP2glvMKV0 .dropdown-item:hover,
.cid-uP2glvMKV0 .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uP2glvMKV0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP2glvMKV0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP2glvMKV0 .nav-link {
  position: relative;
}
.cid-uP2glvMKV0 .container {
  display: flex;
  margin: auto;
}
.cid-uP2glvMKV0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP2glvMKV0 .navbar-caption {
  padding-right: 4rem;
}
.cid-uP2glvMKV0 .dropdown-menu,
.cid-uP2glvMKV0 .navbar.opened {
  background: #000000 !important;
}
.cid-uP2glvMKV0 .nav-item:focus,
.cid-uP2glvMKV0 .nav-link:focus {
  outline: none;
}
.cid-uP2glvMKV0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP2glvMKV0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP2glvMKV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP2glvMKV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP2glvMKV0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP2glvMKV0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP2glvMKV0 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uP2glvMKV0 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP2glvMKV0 .navbar.opened {
  transition: all .3s;
}
.cid-uP2glvMKV0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uP2glvMKV0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uP2glvMKV0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP2glvMKV0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP2glvMKV0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP2glvMKV0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uP2glvMKV0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP2glvMKV0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP2glvMKV0 .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: 55%;
}
.cid-uP2glvMKV0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP2glvMKV0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP2glvMKV0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP2glvMKV0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP2glvMKV0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP2glvMKV0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP2glvMKV0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP2glvMKV0 .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: 55%;
  }
  .cid-uP2glvMKV0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP2glvMKV0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP2glvMKV0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP2glvMKV0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP2glvMKV0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP2glvMKV0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP2glvMKV0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP2glvMKV0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP2glvMKV0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP2glvMKV0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP2glvMKV0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP2glvMKV0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP2glvMKV0 .dropdown-item.active,
.cid-uP2glvMKV0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uP2glvMKV0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP2glvMKV0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP2glvMKV0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP2glvMKV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP2glvMKV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP2glvMKV0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP2glvMKV0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP2glvMKV0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP2glvMKV0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uP2glvMKV0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uP2glvMKV0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP2glvMKV0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP2glvMKV0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP2glvMKV0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP2glvMKV0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP2glvMKV0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP2glvMKV0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP2glvMKV0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP2glvMKV0 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uP2glvMKV0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP2glvMKV0 .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-uP2glvMKV0 .navbar {
    height: 77px;
  }
  .cid-uP2glvMKV0 .navbar.opened {
    height: auto;
  }
  .cid-uP2glvMKV0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP2i3StnLS {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uP2i3StnLS .mbr-section-title {
  color: #fafafa;
}
.cid-uP2i3SOEQz {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP2i3SOEQz .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP2i3SOEQz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2i3SOEQz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP2i3SOEQz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2i3SOEQz .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP2i3SOEQz .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uP2i3SOEQz .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uP2i3SOEQz .card-title {
  color: #333333;
}
.cid-uP2i3SOEQz .mbr-text,
.cid-uP2i3SOEQz .mbr-section-btn {
  color: #333333;
}
.cid-uP2i3TdoTN {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP2i3TdoTN .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP2i3TdoTN .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uP2i3TdoTN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2i3TdoTN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP2i3TdoTN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2i3TdoTN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP2i3TdoTN .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uP2i3TdoTN .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uP2i3TdoTN .card-title {
  color: #000000;
}
.cid-uP2i3TdoTN .mbr-text,
.cid-uP2i3TdoTN .mbr-section-btn {
  color: #000000;
}
.cid-uP2i3TL0Vv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP2i3TL0Vv .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uP2i3TL0Vv .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uP2i3UqTIH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uP2i3UqTIH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP2i3UqTIH .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP2i3UqTIH .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uP2i3UqTIH .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uP2i3UqTIH .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uP2i3UqTIH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2i3UqTIH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP2i3UqTIH .social-row {
  text-align: center;
}
.cid-uP2i3UqTIH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uP2i3UqTIH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uP2i3UqTIH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uP2i3UqTIH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uP2i3UqTIH .card-text,
.cid-uP2i3UqTIH .mbr-section-btn,
.cid-uP2i3UqTIH .social-row {
  color: #000000;
}
.cid-uP2i3UqTIH .card-title,
.cid-uP2i3UqTIH .social-row {
  color: #fafafa;
}
.cid-uP2i3UqTIH .mbr-section-title {
  color: #000000;
}
.cid-uP2i3VzW5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uP2i3VzW5s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP2i3VzW5s .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uP2i3VzW5s .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uP2i3VzW5s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2i3VzW5s .list {
    margin-bottom: 0rem;
  }
}
.cid-uP2i3VzW5s .mbr-text {
  color: #bbbbbb;
}
.cid-uP2i3VzW5s .mbr-iconfont {
  color: black;
}
.cid-uP2i3W70Pr .navbar-dropdown {
  position: relative !important;
}
.cid-uP2i3W70Pr .dropdown-item:before {
  font-family: Roboto Slab !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-uP2i3W70Pr .dropdown-menu {
  padding: 0;
}
.cid-uP2i3W70Pr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP2i3W70Pr .dropdown-item:hover,
.cid-uP2i3W70Pr .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uP2i3W70Pr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP2i3W70Pr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP2i3W70Pr .nav-link {
  position: relative;
}
.cid-uP2i3W70Pr .container {
  display: flex;
  margin: auto;
}
.cid-uP2i3W70Pr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP2i3W70Pr .navbar-caption {
  padding-right: 4rem;
}
.cid-uP2i3W70Pr .dropdown-menu,
.cid-uP2i3W70Pr .navbar.opened {
  background: #000000 !important;
}
.cid-uP2i3W70Pr .nav-item:focus,
.cid-uP2i3W70Pr .nav-link:focus {
  outline: none;
}
.cid-uP2i3W70Pr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP2i3W70Pr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP2i3W70Pr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP2i3W70Pr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP2i3W70Pr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP2i3W70Pr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP2i3W70Pr .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uP2i3W70Pr .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP2i3W70Pr .navbar.opened {
  transition: all .3s;
}
.cid-uP2i3W70Pr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uP2i3W70Pr .navbar .navbar-logo img {
  width: auto;
}
.cid-uP2i3W70Pr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP2i3W70Pr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP2i3W70Pr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP2i3W70Pr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uP2i3W70Pr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP2i3W70Pr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP2i3W70Pr .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: 55%;
}
.cid-uP2i3W70Pr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP2i3W70Pr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP2i3W70Pr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP2i3W70Pr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP2i3W70Pr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP2i3W70Pr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP2i3W70Pr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP2i3W70Pr .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: 55%;
  }
  .cid-uP2i3W70Pr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP2i3W70Pr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP2i3W70Pr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP2i3W70Pr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP2i3W70Pr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP2i3W70Pr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP2i3W70Pr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP2i3W70Pr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP2i3W70Pr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP2i3W70Pr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP2i3W70Pr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP2i3W70Pr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP2i3W70Pr .dropdown-item.active,
.cid-uP2i3W70Pr .dropdown-item:active {
  background-color: transparent;
}
.cid-uP2i3W70Pr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP2i3W70Pr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP2i3W70Pr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP2i3W70Pr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP2i3W70Pr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP2i3W70Pr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP2i3W70Pr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP2i3W70Pr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP2i3W70Pr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uP2i3W70Pr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uP2i3W70Pr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP2i3W70Pr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP2i3W70Pr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP2i3W70Pr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP2i3W70Pr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP2i3W70Pr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP2i3W70Pr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP2i3W70Pr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP2i3W70Pr .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uP2i3W70Pr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP2i3W70Pr .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-uP2i3W70Pr .navbar {
    height: 77px;
  }
  .cid-uP2i3W70Pr .navbar.opened {
    height: auto;
  }
  .cid-uP2i3W70Pr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP2lrkAsRT {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uP2lrkAsRT .mbr-section-title {
  color: #fafafa;
}
.cid-uP2lrkWme8 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP2lrkWme8 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP2lrkWme8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2lrkWme8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP2lrkWme8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2lrkWme8 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP2lrkWme8 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uP2lrkWme8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uP2lrkWme8 .card-title {
  color: #333333;
}
.cid-uP2lrkWme8 .mbr-text,
.cid-uP2lrkWme8 .mbr-section-btn {
  color: #333333;
}
.cid-uP2lrlnwvk {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP2lrlnwvk .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP2lrlnwvk .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uP2lrlnwvk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2lrlnwvk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP2lrlnwvk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2lrlnwvk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP2lrlnwvk .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uP2lrlnwvk .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uP2lrlnwvk .card-title {
  color: #000000;
}
.cid-uP2lrlnwvk .mbr-text,
.cid-uP2lrlnwvk .mbr-section-btn {
  color: #000000;
}
.cid-uP2lrlP8VN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP2lrlP8VN .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uP2lrlP8VN .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uP2lrmo0Ol {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uP2lrmo0Ol .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP2lrmo0Ol .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP2lrmo0Ol .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uP2lrmo0Ol .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uP2lrmo0Ol .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uP2lrmo0Ol .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2lrmo0Ol .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP2lrmo0Ol .social-row {
  text-align: center;
}
.cid-uP2lrmo0Ol .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uP2lrmo0Ol .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uP2lrmo0Ol .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uP2lrmo0Ol .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uP2lrmo0Ol .card-text,
.cid-uP2lrmo0Ol .mbr-section-btn,
.cid-uP2lrmo0Ol .social-row {
  color: #000000;
}
.cid-uP2lrmo0Ol .card-title,
.cid-uP2lrmo0Ol .social-row {
  color: #fafafa;
}
.cid-uP2lrmo0Ol .mbr-section-title {
  color: #000000;
}
.cid-uP2lrny00I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uP2lrny00I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP2lrny00I .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uP2lrny00I .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uP2lrny00I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2lrny00I .list {
    margin-bottom: 0rem;
  }
}
.cid-uP2lrny00I .mbr-text {
  color: #bbbbbb;
}
.cid-uP2lrny00I .mbr-iconfont {
  color: black;
}
.cid-uP2lro8wTy .navbar-dropdown {
  position: relative !important;
}
.cid-uP2lro8wTy .dropdown-item:before {
  font-family: Roboto Slab !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-uP2lro8wTy .dropdown-menu {
  padding: 0;
}
.cid-uP2lro8wTy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP2lro8wTy .dropdown-item:hover,
.cid-uP2lro8wTy .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uP2lro8wTy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP2lro8wTy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP2lro8wTy .nav-link {
  position: relative;
}
.cid-uP2lro8wTy .container {
  display: flex;
  margin: auto;
}
.cid-uP2lro8wTy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP2lro8wTy .navbar-caption {
  padding-right: 4rem;
}
.cid-uP2lro8wTy .dropdown-menu,
.cid-uP2lro8wTy .navbar.opened {
  background: #000000 !important;
}
.cid-uP2lro8wTy .nav-item:focus,
.cid-uP2lro8wTy .nav-link:focus {
  outline: none;
}
.cid-uP2lro8wTy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP2lro8wTy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP2lro8wTy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP2lro8wTy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP2lro8wTy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP2lro8wTy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP2lro8wTy .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uP2lro8wTy .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP2lro8wTy .navbar.opened {
  transition: all .3s;
}
.cid-uP2lro8wTy .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uP2lro8wTy .navbar .navbar-logo img {
  width: auto;
}
.cid-uP2lro8wTy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP2lro8wTy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP2lro8wTy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP2lro8wTy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uP2lro8wTy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP2lro8wTy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP2lro8wTy .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: 55%;
}
.cid-uP2lro8wTy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP2lro8wTy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP2lro8wTy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP2lro8wTy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP2lro8wTy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP2lro8wTy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP2lro8wTy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP2lro8wTy .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: 55%;
  }
  .cid-uP2lro8wTy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP2lro8wTy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP2lro8wTy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP2lro8wTy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP2lro8wTy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP2lro8wTy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP2lro8wTy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP2lro8wTy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP2lro8wTy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP2lro8wTy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP2lro8wTy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP2lro8wTy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP2lro8wTy .dropdown-item.active,
.cid-uP2lro8wTy .dropdown-item:active {
  background-color: transparent;
}
.cid-uP2lro8wTy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP2lro8wTy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP2lro8wTy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP2lro8wTy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP2lro8wTy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP2lro8wTy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP2lro8wTy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP2lro8wTy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP2lro8wTy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uP2lro8wTy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uP2lro8wTy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP2lro8wTy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP2lro8wTy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP2lro8wTy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP2lro8wTy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP2lro8wTy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP2lro8wTy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP2lro8wTy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP2lro8wTy .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uP2lro8wTy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP2lro8wTy .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-uP2lro8wTy .navbar {
    height: 77px;
  }
  .cid-uP2lro8wTy .navbar.opened {
    height: auto;
  }
  .cid-uP2lro8wTy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP2naMbtjc {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uP2naMbtjc .mbr-section-title {
  color: #fafafa;
}
.cid-uP2naMue55 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP2naMue55 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP2naMue55 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2naMue55 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP2naMue55 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2naMue55 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP2naMue55 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uP2naMue55 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uP2naMue55 .card-title {
  color: #333333;
}
.cid-uP2naMue55 .mbr-text,
.cid-uP2naMue55 .mbr-section-btn {
  color: #333333;
}
.cid-uP2naMUxfr {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP2naMUxfr .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP2naMUxfr .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uP2naMUxfr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2naMUxfr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP2naMUxfr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2naMUxfr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP2naMUxfr .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uP2naMUxfr .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uP2naMUxfr .card-title {
  color: #000000;
}
.cid-uP2naMUxfr .mbr-text,
.cid-uP2naMUxfr .mbr-section-btn {
  color: #000000;
}
.cid-uP2naNnuz7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP2naNnuz7 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uP2naNnuz7 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uP2naNTjMk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uP2naNTjMk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP2naNTjMk .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP2naNTjMk .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uP2naNTjMk .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uP2naNTjMk .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uP2naNTjMk .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP2naNTjMk .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP2naNTjMk .social-row {
  text-align: center;
}
.cid-uP2naNTjMk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uP2naNTjMk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uP2naNTjMk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uP2naNTjMk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uP2naNTjMk .card-text,
.cid-uP2naNTjMk .mbr-section-btn,
.cid-uP2naNTjMk .social-row {
  color: #000000;
}
.cid-uP2naNTjMk .card-title,
.cid-uP2naNTjMk .social-row {
  color: #fafafa;
}
.cid-uP2naNTjMk .mbr-section-title {
  color: #000000;
}
.cid-uP2naOOCij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uP2naOOCij .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP2naOOCij .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uP2naOOCij .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uP2naOOCij .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2naOOCij .list {
    margin-bottom: 0rem;
  }
}
.cid-uP2naOOCij .mbr-text {
  color: #bbbbbb;
}
.cid-uP2naOOCij .mbr-iconfont {
  color: black;
}
.cid-uP2naPoBPf .navbar-dropdown {
  position: relative !important;
}
.cid-uP2naPoBPf .dropdown-item:before {
  font-family: Roboto Slab !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-uP2naPoBPf .dropdown-menu {
  padding: 0;
}
.cid-uP2naPoBPf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP2naPoBPf .dropdown-item:hover,
.cid-uP2naPoBPf .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uP2naPoBPf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP2naPoBPf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP2naPoBPf .nav-link {
  position: relative;
}
.cid-uP2naPoBPf .container {
  display: flex;
  margin: auto;
}
.cid-uP2naPoBPf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP2naPoBPf .navbar-caption {
  padding-right: 4rem;
}
.cid-uP2naPoBPf .dropdown-menu,
.cid-uP2naPoBPf .navbar.opened {
  background: #000000 !important;
}
.cid-uP2naPoBPf .nav-item:focus,
.cid-uP2naPoBPf .nav-link:focus {
  outline: none;
}
.cid-uP2naPoBPf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP2naPoBPf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP2naPoBPf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP2naPoBPf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP2naPoBPf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP2naPoBPf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP2naPoBPf .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uP2naPoBPf .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP2naPoBPf .navbar.opened {
  transition: all .3s;
}
.cid-uP2naPoBPf .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uP2naPoBPf .navbar .navbar-logo img {
  width: auto;
}
.cid-uP2naPoBPf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP2naPoBPf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP2naPoBPf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP2naPoBPf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uP2naPoBPf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP2naPoBPf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP2naPoBPf .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: 55%;
}
.cid-uP2naPoBPf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP2naPoBPf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP2naPoBPf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP2naPoBPf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP2naPoBPf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP2naPoBPf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP2naPoBPf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP2naPoBPf .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: 55%;
  }
  .cid-uP2naPoBPf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP2naPoBPf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP2naPoBPf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP2naPoBPf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP2naPoBPf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP2naPoBPf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP2naPoBPf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP2naPoBPf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP2naPoBPf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP2naPoBPf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP2naPoBPf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP2naPoBPf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP2naPoBPf .dropdown-item.active,
.cid-uP2naPoBPf .dropdown-item:active {
  background-color: transparent;
}
.cid-uP2naPoBPf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP2naPoBPf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP2naPoBPf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP2naPoBPf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP2naPoBPf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP2naPoBPf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP2naPoBPf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP2naPoBPf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP2naPoBPf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uP2naPoBPf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uP2naPoBPf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP2naPoBPf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP2naPoBPf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP2naPoBPf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP2naPoBPf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP2naPoBPf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP2naPoBPf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP2naPoBPf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP2naPoBPf .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uP2naPoBPf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP2naPoBPf .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-uP2naPoBPf .navbar {
    height: 77px;
  }
  .cid-uP2naPoBPf .navbar.opened {
    height: auto;
  }
  .cid-uP2naPoBPf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP7OU1EU50 {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uP7OU1EU50 .mbr-section-title {
  color: #fafafa;
}
.cid-uP7OU20NGg {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP7OU20NGg .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP7OU20NGg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP7OU20NGg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP7OU20NGg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7OU20NGg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP7OU20NGg .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uP7OU20NGg .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uP7OU20NGg .card-title {
  color: #333333;
}
.cid-uP7OU20NGg .mbr-text,
.cid-uP7OU20NGg .mbr-section-btn {
  color: #333333;
}
.cid-uP7OU2vAVm {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP7OU2vAVm .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP7OU2vAVm .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uP7OU2vAVm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP7OU2vAVm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP7OU2vAVm .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7OU2vAVm .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP7OU2vAVm .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uP7OU2vAVm .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uP7OU2vAVm .card-title {
  color: #000000;
}
.cid-uP7OU2vAVm .mbr-text,
.cid-uP7OU2vAVm .mbr-section-btn {
  color: #000000;
}
.cid-uP7OU36zhu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP7OU36zhu .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uP7OU36zhu .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uP7OU3LYM4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uP7OU3LYM4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP7OU3LYM4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP7OU3LYM4 .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uP7OU3LYM4 .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uP7OU3LYM4 .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uP7OU3LYM4 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP7OU3LYM4 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP7OU3LYM4 .social-row {
  text-align: center;
}
.cid-uP7OU3LYM4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uP7OU3LYM4 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uP7OU3LYM4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uP7OU3LYM4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uP7OU3LYM4 .card-text,
.cid-uP7OU3LYM4 .mbr-section-btn,
.cid-uP7OU3LYM4 .social-row {
  color: #000000;
}
.cid-uP7OU3LYM4 .card-title,
.cid-uP7OU3LYM4 .social-row {
  color: #fafafa;
}
.cid-uP7OU3LYM4 .mbr-section-title {
  color: #000000;
}
.cid-uP7OU4ScFn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uP7OU4ScFn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP7OU4ScFn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uP7OU4ScFn .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uP7OU4ScFn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7OU4ScFn .list {
    margin-bottom: 0rem;
  }
}
.cid-uP7OU4ScFn .mbr-text {
  color: #bbbbbb;
}
.cid-uP7OU4ScFn .mbr-iconfont {
  color: black;
}
.cid-uP7OU5Buta .navbar-dropdown {
  position: relative !important;
}
.cid-uP7OU5Buta .dropdown-item:before {
  font-family: Roboto Slab !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-uP7OU5Buta .dropdown-menu {
  padding: 0;
}
.cid-uP7OU5Buta .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP7OU5Buta .dropdown-item:hover,
.cid-uP7OU5Buta .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uP7OU5Buta .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP7OU5Buta .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP7OU5Buta .nav-link {
  position: relative;
}
.cid-uP7OU5Buta .container {
  display: flex;
  margin: auto;
}
.cid-uP7OU5Buta .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP7OU5Buta .navbar-caption {
  padding-right: 4rem;
}
.cid-uP7OU5Buta .dropdown-menu,
.cid-uP7OU5Buta .navbar.opened {
  background: #000000 !important;
}
.cid-uP7OU5Buta .nav-item:focus,
.cid-uP7OU5Buta .nav-link:focus {
  outline: none;
}
.cid-uP7OU5Buta .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP7OU5Buta .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP7OU5Buta .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP7OU5Buta .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP7OU5Buta .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP7OU5Buta .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP7OU5Buta .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uP7OU5Buta .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP7OU5Buta .navbar.opened {
  transition: all .3s;
}
.cid-uP7OU5Buta .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uP7OU5Buta .navbar .navbar-logo img {
  width: auto;
}
.cid-uP7OU5Buta .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP7OU5Buta .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP7OU5Buta .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP7OU5Buta .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uP7OU5Buta .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP7OU5Buta .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP7OU5Buta .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: 55%;
}
.cid-uP7OU5Buta .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP7OU5Buta .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP7OU5Buta .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP7OU5Buta .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP7OU5Buta .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP7OU5Buta .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP7OU5Buta .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP7OU5Buta .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: 55%;
  }
  .cid-uP7OU5Buta .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP7OU5Buta .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP7OU5Buta .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP7OU5Buta .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP7OU5Buta .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP7OU5Buta .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP7OU5Buta .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP7OU5Buta .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP7OU5Buta .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP7OU5Buta .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP7OU5Buta .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP7OU5Buta .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP7OU5Buta .dropdown-item.active,
.cid-uP7OU5Buta .dropdown-item:active {
  background-color: transparent;
}
.cid-uP7OU5Buta .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP7OU5Buta .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP7OU5Buta .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP7OU5Buta .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP7OU5Buta .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP7OU5Buta .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP7OU5Buta ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP7OU5Buta .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP7OU5Buta button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uP7OU5Buta button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uP7OU5Buta button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP7OU5Buta button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP7OU5Buta button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP7OU5Buta button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP7OU5Buta nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP7OU5Buta nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP7OU5Buta nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP7OU5Buta nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP7OU5Buta .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uP7OU5Buta a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP7OU5Buta .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-uP7OU5Buta .navbar {
    height: 77px;
  }
  .cid-uP7OU5Buta .navbar.opened {
    height: auto;
  }
  .cid-uP7OU5Buta .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP7RcWfJq0 {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uP7RcWfJq0 .mbr-section-title {
  color: #fafafa;
}
.cid-uP7RcWEWTF {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP7RcWEWTF .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP7RcWEWTF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP7RcWEWTF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP7RcWEWTF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7RcWEWTF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP7RcWEWTF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uP7RcWEWTF .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uP7RcWEWTF .card-title {
  color: #333333;
}
.cid-uP7RcWEWTF .mbr-text,
.cid-uP7RcWEWTF .mbr-section-btn {
  color: #333333;
}
.cid-uP7RcX8q9Z {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP7RcX8q9Z .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP7RcX8q9Z .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uP7RcX8q9Z .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP7RcX8q9Z .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP7RcX8q9Z .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7RcX8q9Z .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP7RcX8q9Z .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uP7RcX8q9Z .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uP7RcX8q9Z .card-title {
  color: #000000;
}
.cid-uP7RcX8q9Z .mbr-text,
.cid-uP7RcX8q9Z .mbr-section-btn {
  color: #000000;
}
.cid-uP7RcXFZ08 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP7RcXFZ08 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uP7RcXFZ08 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uP7RcYNDA5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uP7RcYNDA5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP7RcYNDA5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP7RcYNDA5 .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uP7RcYNDA5 .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uP7RcYNDA5 .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uP7RcYNDA5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP7RcYNDA5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP7RcYNDA5 .social-row {
  text-align: center;
}
.cid-uP7RcYNDA5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uP7RcYNDA5 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uP7RcYNDA5 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uP7RcYNDA5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uP7RcYNDA5 .card-text,
.cid-uP7RcYNDA5 .mbr-section-btn,
.cid-uP7RcYNDA5 .social-row {
  color: #000000;
}
.cid-uP7RcYNDA5 .card-title,
.cid-uP7RcYNDA5 .social-row {
  color: #fafafa;
}
.cid-uP7RcYNDA5 .mbr-section-title {
  color: #000000;
}
.cid-uP7RcZW1I6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uP7RcZW1I6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP7RcZW1I6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uP7RcZW1I6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uP7RcZW1I6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7RcZW1I6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uP7RcZW1I6 .mbr-text {
  color: #bbbbbb;
}
.cid-uP7RcZW1I6 .mbr-iconfont {
  color: black;
}
.cid-uP7Rd0xTOV .navbar-dropdown {
  position: relative !important;
}
.cid-uP7Rd0xTOV .dropdown-item:before {
  font-family: Roboto Slab !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-uP7Rd0xTOV .dropdown-menu {
  padding: 0;
}
.cid-uP7Rd0xTOV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP7Rd0xTOV .dropdown-item:hover,
.cid-uP7Rd0xTOV .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uP7Rd0xTOV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP7Rd0xTOV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP7Rd0xTOV .nav-link {
  position: relative;
}
.cid-uP7Rd0xTOV .container {
  display: flex;
  margin: auto;
}
.cid-uP7Rd0xTOV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP7Rd0xTOV .navbar-caption {
  padding-right: 4rem;
}
.cid-uP7Rd0xTOV .dropdown-menu,
.cid-uP7Rd0xTOV .navbar.opened {
  background: #000000 !important;
}
.cid-uP7Rd0xTOV .nav-item:focus,
.cid-uP7Rd0xTOV .nav-link:focus {
  outline: none;
}
.cid-uP7Rd0xTOV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP7Rd0xTOV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP7Rd0xTOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP7Rd0xTOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP7Rd0xTOV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP7Rd0xTOV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP7Rd0xTOV .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uP7Rd0xTOV .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP7Rd0xTOV .navbar.opened {
  transition: all .3s;
}
.cid-uP7Rd0xTOV .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uP7Rd0xTOV .navbar .navbar-logo img {
  width: auto;
}
.cid-uP7Rd0xTOV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP7Rd0xTOV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP7Rd0xTOV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP7Rd0xTOV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uP7Rd0xTOV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP7Rd0xTOV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP7Rd0xTOV .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: 55%;
}
.cid-uP7Rd0xTOV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP7Rd0xTOV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP7Rd0xTOV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP7Rd0xTOV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP7Rd0xTOV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP7Rd0xTOV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP7Rd0xTOV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP7Rd0xTOV .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: 55%;
  }
  .cid-uP7Rd0xTOV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP7Rd0xTOV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP7Rd0xTOV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP7Rd0xTOV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP7Rd0xTOV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP7Rd0xTOV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP7Rd0xTOV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP7Rd0xTOV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP7Rd0xTOV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP7Rd0xTOV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP7Rd0xTOV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP7Rd0xTOV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP7Rd0xTOV .dropdown-item.active,
.cid-uP7Rd0xTOV .dropdown-item:active {
  background-color: transparent;
}
.cid-uP7Rd0xTOV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP7Rd0xTOV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP7Rd0xTOV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP7Rd0xTOV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP7Rd0xTOV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP7Rd0xTOV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP7Rd0xTOV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP7Rd0xTOV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP7Rd0xTOV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uP7Rd0xTOV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uP7Rd0xTOV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP7Rd0xTOV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP7Rd0xTOV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP7Rd0xTOV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP7Rd0xTOV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP7Rd0xTOV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP7Rd0xTOV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP7Rd0xTOV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP7Rd0xTOV .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uP7Rd0xTOV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP7Rd0xTOV .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-uP7Rd0xTOV .navbar {
    height: 77px;
  }
  .cid-uP7Rd0xTOV .navbar.opened {
    height: auto;
  }
  .cid-uP7Rd0xTOV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP7TjsVAK5 {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uP7TjsVAK5 .mbr-section-title {
  color: #fafafa;
}
.cid-uP7TjtFxl7 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP7TjtFxl7 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP7TjtFxl7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP7TjtFxl7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP7TjtFxl7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7TjtFxl7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP7TjtFxl7 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uP7TjtFxl7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uP7TjtFxl7 .card-title {
  color: #333333;
}
.cid-uP7TjtFxl7 .mbr-text,
.cid-uP7TjtFxl7 .mbr-section-btn {
  color: #333333;
}
.cid-uP7TjutrzP {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP7TjutrzP .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uP7TjutrzP .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uP7TjutrzP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP7TjutrzP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP7TjutrzP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7TjutrzP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uP7TjutrzP .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uP7TjutrzP .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uP7TjutrzP .card-title {
  color: #000000;
}
.cid-uP7TjutrzP .mbr-text,
.cid-uP7TjutrzP .mbr-section-btn {
  color: #000000;
}
.cid-uP7Tjv95Py {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP7Tjv95Py .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uP7Tjv95Py .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uP7Tjw5llu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uP7Tjw5llu .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP7Tjw5llu .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP7Tjw5llu .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uP7Tjw5llu .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uP7Tjw5llu .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uP7Tjw5llu .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP7Tjw5llu .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP7Tjw5llu .social-row {
  text-align: center;
}
.cid-uP7Tjw5llu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uP7Tjw5llu .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uP7Tjw5llu .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uP7Tjw5llu .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uP7Tjw5llu .card-text,
.cid-uP7Tjw5llu .mbr-section-btn,
.cid-uP7Tjw5llu .social-row {
  color: #000000;
}
.cid-uP7Tjw5llu .card-title,
.cid-uP7Tjw5llu .social-row {
  color: #fafafa;
}
.cid-uP7Tjw5llu .mbr-section-title {
  color: #000000;
}
.cid-uP7TjzmUzv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uP7TjzmUzv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP7TjzmUzv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uP7TjzmUzv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uP7TjzmUzv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7TjzmUzv .list {
    margin-bottom: 0rem;
  }
}
.cid-uP7TjzmUzv .mbr-text {
  color: #bbbbbb;
}
.cid-uP7TjzmUzv .mbr-iconfont {
  color: black;
}
.cid-uP7TjA0vtE .navbar-dropdown {
  position: relative !important;
}
.cid-uP7TjA0vtE .dropdown-item:before {
  font-family: Roboto Slab !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-uP7TjA0vtE .dropdown-menu {
  padding: 0;
}
.cid-uP7TjA0vtE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP7TjA0vtE .dropdown-item:hover,
.cid-uP7TjA0vtE .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uP7TjA0vtE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP7TjA0vtE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP7TjA0vtE .nav-link {
  position: relative;
}
.cid-uP7TjA0vtE .container {
  display: flex;
  margin: auto;
}
.cid-uP7TjA0vtE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP7TjA0vtE .navbar-caption {
  padding-right: 4rem;
}
.cid-uP7TjA0vtE .dropdown-menu,
.cid-uP7TjA0vtE .navbar.opened {
  background: #000000 !important;
}
.cid-uP7TjA0vtE .nav-item:focus,
.cid-uP7TjA0vtE .nav-link:focus {
  outline: none;
}
.cid-uP7TjA0vtE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP7TjA0vtE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP7TjA0vtE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP7TjA0vtE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP7TjA0vtE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP7TjA0vtE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP7TjA0vtE .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uP7TjA0vtE .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP7TjA0vtE .navbar.opened {
  transition: all .3s;
}
.cid-uP7TjA0vtE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uP7TjA0vtE .navbar .navbar-logo img {
  width: auto;
}
.cid-uP7TjA0vtE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP7TjA0vtE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP7TjA0vtE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP7TjA0vtE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uP7TjA0vtE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP7TjA0vtE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP7TjA0vtE .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: 55%;
}
.cid-uP7TjA0vtE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP7TjA0vtE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP7TjA0vtE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP7TjA0vtE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP7TjA0vtE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP7TjA0vtE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP7TjA0vtE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP7TjA0vtE .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: 55%;
  }
  .cid-uP7TjA0vtE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP7TjA0vtE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP7TjA0vtE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP7TjA0vtE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP7TjA0vtE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP7TjA0vtE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP7TjA0vtE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP7TjA0vtE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP7TjA0vtE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP7TjA0vtE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP7TjA0vtE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP7TjA0vtE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP7TjA0vtE .dropdown-item.active,
.cid-uP7TjA0vtE .dropdown-item:active {
  background-color: transparent;
}
.cid-uP7TjA0vtE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP7TjA0vtE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP7TjA0vtE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP7TjA0vtE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP7TjA0vtE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP7TjA0vtE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP7TjA0vtE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP7TjA0vtE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP7TjA0vtE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uP7TjA0vtE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uP7TjA0vtE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP7TjA0vtE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP7TjA0vtE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP7TjA0vtE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP7TjA0vtE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP7TjA0vtE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP7TjA0vtE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP7TjA0vtE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP7TjA0vtE .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uP7TjA0vtE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP7TjA0vtE .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-uP7TjA0vtE .navbar {
    height: 77px;
  }
  .cid-uP7TjA0vtE .navbar.opened {
    height: auto;
  }
  .cid-uP7TjA0vtE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPuEpJCaJF {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uPuEpJCaJF .mbr-section-title {
  color: #fafafa;
}
.cid-uPuEpMa3cF {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuEpMa3cF .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuEpMa3cF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuEpMa3cF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuEpMa3cF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuEpMa3cF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuEpMa3cF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uPuEpMa3cF .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uPuEpMa3cF .card-title {
  color: #333333;
}
.cid-uPuEpMa3cF .mbr-text,
.cid-uPuEpMa3cF .mbr-section-btn {
  color: #333333;
}
.cid-uPuEpMU4H6 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuEpMU4H6 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuEpMU4H6 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uPuEpMU4H6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuEpMU4H6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuEpMU4H6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuEpMU4H6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuEpMU4H6 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uPuEpMU4H6 .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uPuEpMU4H6 .card-title {
  color: #000000;
}
.cid-uPuEpMU4H6 .mbr-text,
.cid-uPuEpMU4H6 .mbr-section-btn {
  color: #000000;
}
.cid-uPuEpNm5uP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPuEpNm5uP .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uPuEpNm5uP .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uPuEpOdBMk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uPuEpOdBMk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPuEpOdBMk .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPuEpOdBMk .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uPuEpOdBMk .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uPuEpOdBMk .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uPuEpOdBMk .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuEpOdBMk .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPuEpOdBMk .social-row {
  text-align: center;
}
.cid-uPuEpOdBMk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uPuEpOdBMk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uPuEpOdBMk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uPuEpOdBMk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uPuEpOdBMk .card-text,
.cid-uPuEpOdBMk .mbr-section-btn,
.cid-uPuEpOdBMk .social-row {
  color: #000000;
}
.cid-uPuEpOdBMk .card-title,
.cid-uPuEpOdBMk .social-row {
  color: #fafafa;
}
.cid-uPuEpOdBMk .mbr-section-title {
  color: #000000;
}
.cid-uPuEpPdidb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uPuEpPdidb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPuEpPdidb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPuEpPdidb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPuEpPdidb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuEpPdidb .list {
    margin-bottom: 0rem;
  }
}
.cid-uPuEpPdidb .mbr-text {
  color: #bbbbbb;
}
.cid-uPuEpPdidb .mbr-iconfont {
  color: black;
}
.cid-uPuEpPSsvO .navbar-dropdown {
  position: relative !important;
}
.cid-uPuEpPSsvO .dropdown-item:before {
  font-family: Roboto Slab !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-uPuEpPSsvO .dropdown-menu {
  padding: 0;
}
.cid-uPuEpPSsvO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuEpPSsvO .dropdown-item:hover,
.cid-uPuEpPSsvO .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uPuEpPSsvO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uPuEpPSsvO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPuEpPSsvO .nav-link {
  position: relative;
}
.cid-uPuEpPSsvO .container {
  display: flex;
  margin: auto;
}
.cid-uPuEpPSsvO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPuEpPSsvO .navbar-caption {
  padding-right: 4rem;
}
.cid-uPuEpPSsvO .dropdown-menu,
.cid-uPuEpPSsvO .navbar.opened {
  background: #000000 !important;
}
.cid-uPuEpPSsvO .nav-item:focus,
.cid-uPuEpPSsvO .nav-link:focus {
  outline: none;
}
.cid-uPuEpPSsvO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPuEpPSsvO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPuEpPSsvO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPuEpPSsvO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPuEpPSsvO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPuEpPSsvO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPuEpPSsvO .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPuEpPSsvO .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuEpPSsvO .navbar.opened {
  transition: all .3s;
}
.cid-uPuEpPSsvO .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uPuEpPSsvO .navbar .navbar-logo img {
  width: auto;
}
.cid-uPuEpPSsvO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPuEpPSsvO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPuEpPSsvO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPuEpPSsvO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPuEpPSsvO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPuEpPSsvO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPuEpPSsvO .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: 55%;
}
.cid-uPuEpPSsvO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPuEpPSsvO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uPuEpPSsvO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPuEpPSsvO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPuEpPSsvO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPuEpPSsvO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPuEpPSsvO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPuEpPSsvO .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: 55%;
  }
  .cid-uPuEpPSsvO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPuEpPSsvO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPuEpPSsvO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPuEpPSsvO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPuEpPSsvO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPuEpPSsvO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPuEpPSsvO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPuEpPSsvO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPuEpPSsvO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPuEpPSsvO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPuEpPSsvO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPuEpPSsvO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPuEpPSsvO .dropdown-item.active,
.cid-uPuEpPSsvO .dropdown-item:active {
  background-color: transparent;
}
.cid-uPuEpPSsvO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPuEpPSsvO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPuEpPSsvO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPuEpPSsvO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPuEpPSsvO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPuEpPSsvO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPuEpPSsvO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPuEpPSsvO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPuEpPSsvO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPuEpPSsvO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uPuEpPSsvO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPuEpPSsvO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuEpPSsvO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuEpPSsvO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPuEpPSsvO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuEpPSsvO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPuEpPSsvO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPuEpPSsvO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuEpPSsvO .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPuEpPSsvO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPuEpPSsvO .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-uPuEpPSsvO .navbar {
    height: 77px;
  }
  .cid-uPuEpPSsvO .navbar.opened {
    height: auto;
  }
  .cid-uPuEpPSsvO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPuGbbAIwC {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uPuGbbAIwC .mbr-section-title {
  color: #fafafa;
}
.cid-uPuGbbWN54 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuGbbWN54 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuGbbWN54 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuGbbWN54 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuGbbWN54 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuGbbWN54 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuGbbWN54 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uPuGbbWN54 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uPuGbbWN54 .card-title {
  color: #333333;
}
.cid-uPuGbbWN54 .mbr-text,
.cid-uPuGbbWN54 .mbr-section-btn {
  color: #333333;
}
.cid-uPuGbcjVIB {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuGbcjVIB .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuGbcjVIB .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uPuGbcjVIB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuGbcjVIB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuGbcjVIB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuGbcjVIB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuGbcjVIB .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uPuGbcjVIB .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uPuGbcjVIB .card-title {
  color: #000000;
}
.cid-uPuGbcjVIB .mbr-text,
.cid-uPuGbcjVIB .mbr-section-btn {
  color: #000000;
}
.cid-uPuGbcIWBN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPuGbcIWBN .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uPuGbcIWBN .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uPuGbdf1rv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uPuGbdf1rv .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPuGbdf1rv .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPuGbdf1rv .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uPuGbdf1rv .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uPuGbdf1rv .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uPuGbdf1rv .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuGbdf1rv .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPuGbdf1rv .social-row {
  text-align: center;
}
.cid-uPuGbdf1rv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uPuGbdf1rv .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uPuGbdf1rv .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uPuGbdf1rv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uPuGbdf1rv .card-text,
.cid-uPuGbdf1rv .mbr-section-btn,
.cid-uPuGbdf1rv .social-row {
  color: #000000;
}
.cid-uPuGbdf1rv .card-title,
.cid-uPuGbdf1rv .social-row {
  color: #fafafa;
}
.cid-uPuGbdf1rv .mbr-section-title {
  color: #000000;
}
.cid-uPuGbe8C7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uPuGbe8C7U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPuGbe8C7U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPuGbe8C7U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPuGbe8C7U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuGbe8C7U .list {
    margin-bottom: 0rem;
  }
}
.cid-uPuGbe8C7U .mbr-text {
  color: #bbbbbb;
}
.cid-uPuGbe8C7U .mbr-iconfont {
  color: black;
}
.cid-uPuGbeA21w .navbar-dropdown {
  position: relative !important;
}
.cid-uPuGbeA21w .dropdown-item:before {
  font-family: Roboto Slab !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-uPuGbeA21w .dropdown-menu {
  padding: 0;
}
.cid-uPuGbeA21w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuGbeA21w .dropdown-item:hover,
.cid-uPuGbeA21w .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uPuGbeA21w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uPuGbeA21w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPuGbeA21w .nav-link {
  position: relative;
}
.cid-uPuGbeA21w .container {
  display: flex;
  margin: auto;
}
.cid-uPuGbeA21w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPuGbeA21w .navbar-caption {
  padding-right: 4rem;
}
.cid-uPuGbeA21w .dropdown-menu,
.cid-uPuGbeA21w .navbar.opened {
  background: #000000 !important;
}
.cid-uPuGbeA21w .nav-item:focus,
.cid-uPuGbeA21w .nav-link:focus {
  outline: none;
}
.cid-uPuGbeA21w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPuGbeA21w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPuGbeA21w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPuGbeA21w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPuGbeA21w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPuGbeA21w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPuGbeA21w .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPuGbeA21w .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuGbeA21w .navbar.opened {
  transition: all .3s;
}
.cid-uPuGbeA21w .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uPuGbeA21w .navbar .navbar-logo img {
  width: auto;
}
.cid-uPuGbeA21w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPuGbeA21w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPuGbeA21w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPuGbeA21w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPuGbeA21w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPuGbeA21w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPuGbeA21w .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: 55%;
}
.cid-uPuGbeA21w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPuGbeA21w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uPuGbeA21w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPuGbeA21w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPuGbeA21w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPuGbeA21w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPuGbeA21w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPuGbeA21w .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: 55%;
  }
  .cid-uPuGbeA21w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPuGbeA21w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPuGbeA21w .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPuGbeA21w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPuGbeA21w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPuGbeA21w .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPuGbeA21w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPuGbeA21w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPuGbeA21w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPuGbeA21w .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPuGbeA21w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPuGbeA21w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPuGbeA21w .dropdown-item.active,
.cid-uPuGbeA21w .dropdown-item:active {
  background-color: transparent;
}
.cid-uPuGbeA21w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPuGbeA21w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPuGbeA21w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPuGbeA21w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPuGbeA21w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPuGbeA21w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPuGbeA21w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPuGbeA21w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPuGbeA21w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPuGbeA21w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uPuGbeA21w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPuGbeA21w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuGbeA21w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuGbeA21w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPuGbeA21w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuGbeA21w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPuGbeA21w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPuGbeA21w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuGbeA21w .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPuGbeA21w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPuGbeA21w .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-uPuGbeA21w .navbar {
    height: 77px;
  }
  .cid-uPuGbeA21w .navbar.opened {
    height: auto;
  }
  .cid-uPuGbeA21w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPuIRcfG9s {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uPuIRcfG9s .mbr-section-title {
  color: #fafafa;
}
.cid-uPuIRczydM {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuIRczydM .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuIRczydM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuIRczydM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuIRczydM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuIRczydM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuIRczydM .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uPuIRczydM .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uPuIRczydM .card-title {
  color: #333333;
}
.cid-uPuIRczydM .mbr-text,
.cid-uPuIRczydM .mbr-section-btn {
  color: #333333;
}
.cid-uPuIRcXjM6 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuIRcXjM6 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuIRcXjM6 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uPuIRcXjM6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuIRcXjM6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuIRcXjM6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuIRcXjM6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuIRcXjM6 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uPuIRcXjM6 .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uPuIRcXjM6 .card-title {
  color: #000000;
}
.cid-uPuIRcXjM6 .mbr-text,
.cid-uPuIRcXjM6 .mbr-section-btn {
  color: #000000;
}
.cid-uPuIRdtlOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPuIRdtlOt .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uPuIRdtlOt .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uPuIRe1A3y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uPuIRe1A3y .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPuIRe1A3y .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPuIRe1A3y .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uPuIRe1A3y .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uPuIRe1A3y .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uPuIRe1A3y .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuIRe1A3y .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPuIRe1A3y .social-row {
  text-align: center;
}
.cid-uPuIRe1A3y .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uPuIRe1A3y .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uPuIRe1A3y .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uPuIRe1A3y .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uPuIRe1A3y .card-text,
.cid-uPuIRe1A3y .mbr-section-btn,
.cid-uPuIRe1A3y .social-row {
  color: #000000;
}
.cid-uPuIRe1A3y .card-title,
.cid-uPuIRe1A3y .social-row {
  color: #fafafa;
}
.cid-uPuIRe1A3y .mbr-section-title {
  color: #000000;
}
.cid-uPuIRf21cO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uPuIRf21cO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPuIRf21cO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPuIRf21cO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPuIRf21cO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuIRf21cO .list {
    margin-bottom: 0rem;
  }
}
.cid-uPuIRf21cO .mbr-text {
  color: #bbbbbb;
}
.cid-uPuIRf21cO .mbr-iconfont {
  color: black;
}
.cid-uPuIRfzMHT .navbar-dropdown {
  position: relative !important;
}
.cid-uPuIRfzMHT .dropdown-item:before {
  font-family: Roboto Slab !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-uPuIRfzMHT .dropdown-menu {
  padding: 0;
}
.cid-uPuIRfzMHT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuIRfzMHT .dropdown-item:hover,
.cid-uPuIRfzMHT .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uPuIRfzMHT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uPuIRfzMHT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPuIRfzMHT .nav-link {
  position: relative;
}
.cid-uPuIRfzMHT .container {
  display: flex;
  margin: auto;
}
.cid-uPuIRfzMHT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPuIRfzMHT .navbar-caption {
  padding-right: 4rem;
}
.cid-uPuIRfzMHT .dropdown-menu,
.cid-uPuIRfzMHT .navbar.opened {
  background: #000000 !important;
}
.cid-uPuIRfzMHT .nav-item:focus,
.cid-uPuIRfzMHT .nav-link:focus {
  outline: none;
}
.cid-uPuIRfzMHT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPuIRfzMHT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPuIRfzMHT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPuIRfzMHT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPuIRfzMHT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPuIRfzMHT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPuIRfzMHT .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPuIRfzMHT .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuIRfzMHT .navbar.opened {
  transition: all .3s;
}
.cid-uPuIRfzMHT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uPuIRfzMHT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPuIRfzMHT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPuIRfzMHT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPuIRfzMHT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPuIRfzMHT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPuIRfzMHT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPuIRfzMHT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPuIRfzMHT .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: 55%;
}
.cid-uPuIRfzMHT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPuIRfzMHT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uPuIRfzMHT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPuIRfzMHT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPuIRfzMHT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPuIRfzMHT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPuIRfzMHT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPuIRfzMHT .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: 55%;
  }
  .cid-uPuIRfzMHT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPuIRfzMHT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPuIRfzMHT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPuIRfzMHT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPuIRfzMHT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPuIRfzMHT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPuIRfzMHT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPuIRfzMHT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPuIRfzMHT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPuIRfzMHT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPuIRfzMHT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPuIRfzMHT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPuIRfzMHT .dropdown-item.active,
.cid-uPuIRfzMHT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPuIRfzMHT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPuIRfzMHT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPuIRfzMHT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPuIRfzMHT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPuIRfzMHT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPuIRfzMHT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPuIRfzMHT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPuIRfzMHT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPuIRfzMHT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPuIRfzMHT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uPuIRfzMHT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPuIRfzMHT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuIRfzMHT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuIRfzMHT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPuIRfzMHT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuIRfzMHT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPuIRfzMHT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPuIRfzMHT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuIRfzMHT .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPuIRfzMHT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPuIRfzMHT .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-uPuIRfzMHT .navbar {
    height: 77px;
  }
  .cid-uPuIRfzMHT .navbar.opened {
    height: auto;
  }
  .cid-uPuIRfzMHT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPuLhrb2Aa {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uPuLhrb2Aa .mbr-section-title {
  color: #fafafa;
}
.cid-uPuLhrwgDW {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuLhrwgDW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuLhrwgDW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuLhrwgDW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuLhrwgDW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuLhrwgDW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuLhrwgDW .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uPuLhrwgDW .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uPuLhrwgDW .card-title {
  color: #333333;
}
.cid-uPuLhrwgDW .mbr-text,
.cid-uPuLhrwgDW .mbr-section-btn {
  color: #333333;
}
.cid-uPuLhrVFZj {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuLhrVFZj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuLhrVFZj .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uPuLhrVFZj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuLhrVFZj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuLhrVFZj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuLhrVFZj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuLhrVFZj .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uPuLhrVFZj .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uPuLhrVFZj .card-title {
  color: #000000;
}
.cid-uPuLhrVFZj .mbr-text,
.cid-uPuLhrVFZj .mbr-section-btn {
  color: #000000;
}
.cid-uPuLhsoXpT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPuLhsoXpT .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uPuLhsoXpT .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uPuLhsVYzh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uPuLhsVYzh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPuLhsVYzh .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPuLhsVYzh .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uPuLhsVYzh .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uPuLhsVYzh .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uPuLhsVYzh .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuLhsVYzh .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPuLhsVYzh .social-row {
  text-align: center;
}
.cid-uPuLhsVYzh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uPuLhsVYzh .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uPuLhsVYzh .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uPuLhsVYzh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uPuLhsVYzh .card-text,
.cid-uPuLhsVYzh .mbr-section-btn,
.cid-uPuLhsVYzh .social-row {
  color: #000000;
}
.cid-uPuLhsVYzh .card-title,
.cid-uPuLhsVYzh .social-row {
  color: #fafafa;
}
.cid-uPuLhsVYzh .mbr-section-title {
  color: #000000;
}
.cid-uPuLhtRGdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uPuLhtRGdW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPuLhtRGdW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPuLhtRGdW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPuLhtRGdW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuLhtRGdW .list {
    margin-bottom: 0rem;
  }
}
.cid-uPuLhtRGdW .mbr-text {
  color: #bbbbbb;
}
.cid-uPuLhtRGdW .mbr-iconfont {
  color: black;
}
.cid-uPuLhuoiWZ .navbar-dropdown {
  position: relative !important;
}
.cid-uPuLhuoiWZ .dropdown-item:before {
  font-family: Roboto Slab !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-uPuLhuoiWZ .dropdown-menu {
  padding: 0;
}
.cid-uPuLhuoiWZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuLhuoiWZ .dropdown-item:hover,
.cid-uPuLhuoiWZ .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uPuLhuoiWZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uPuLhuoiWZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPuLhuoiWZ .nav-link {
  position: relative;
}
.cid-uPuLhuoiWZ .container {
  display: flex;
  margin: auto;
}
.cid-uPuLhuoiWZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPuLhuoiWZ .navbar-caption {
  padding-right: 4rem;
}
.cid-uPuLhuoiWZ .dropdown-menu,
.cid-uPuLhuoiWZ .navbar.opened {
  background: #000000 !important;
}
.cid-uPuLhuoiWZ .nav-item:focus,
.cid-uPuLhuoiWZ .nav-link:focus {
  outline: none;
}
.cid-uPuLhuoiWZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPuLhuoiWZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPuLhuoiWZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPuLhuoiWZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPuLhuoiWZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPuLhuoiWZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPuLhuoiWZ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPuLhuoiWZ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuLhuoiWZ .navbar.opened {
  transition: all .3s;
}
.cid-uPuLhuoiWZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uPuLhuoiWZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uPuLhuoiWZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPuLhuoiWZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPuLhuoiWZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPuLhuoiWZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPuLhuoiWZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPuLhuoiWZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPuLhuoiWZ .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: 55%;
}
.cid-uPuLhuoiWZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPuLhuoiWZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uPuLhuoiWZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPuLhuoiWZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPuLhuoiWZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPuLhuoiWZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPuLhuoiWZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPuLhuoiWZ .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: 55%;
  }
  .cid-uPuLhuoiWZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPuLhuoiWZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPuLhuoiWZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPuLhuoiWZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPuLhuoiWZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPuLhuoiWZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPuLhuoiWZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPuLhuoiWZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPuLhuoiWZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPuLhuoiWZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPuLhuoiWZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPuLhuoiWZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPuLhuoiWZ .dropdown-item.active,
.cid-uPuLhuoiWZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uPuLhuoiWZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPuLhuoiWZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPuLhuoiWZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPuLhuoiWZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPuLhuoiWZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPuLhuoiWZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPuLhuoiWZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPuLhuoiWZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPuLhuoiWZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPuLhuoiWZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uPuLhuoiWZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPuLhuoiWZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuLhuoiWZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuLhuoiWZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPuLhuoiWZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuLhuoiWZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPuLhuoiWZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPuLhuoiWZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuLhuoiWZ .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPuLhuoiWZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPuLhuoiWZ .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-uPuLhuoiWZ .navbar {
    height: 77px;
  }
  .cid-uPuLhuoiWZ .navbar.opened {
    height: auto;
  }
  .cid-uPuLhuoiWZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPuRQzOOd7 {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uPuRQzOOd7 .mbr-section-title {
  color: #fafafa;
}
.cid-uPuRQAfuaN {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuRQAfuaN .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuRQAfuaN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuRQAfuaN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuRQAfuaN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuRQAfuaN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuRQAfuaN .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uPuRQAfuaN .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uPuRQAfuaN .card-title {
  color: #333333;
}
.cid-uPuRQAfuaN .mbr-text,
.cid-uPuRQAfuaN .mbr-section-btn {
  color: #333333;
}
.cid-uPuRQAGuRo {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuRQAGuRo .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuRQAGuRo .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uPuRQAGuRo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuRQAGuRo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuRQAGuRo .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuRQAGuRo .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuRQAGuRo .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uPuRQAGuRo .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uPuRQAGuRo .card-title {
  color: #000000;
}
.cid-uPuRQAGuRo .mbr-text,
.cid-uPuRQAGuRo .mbr-section-btn {
  color: #000000;
}
.cid-uPuRQB9RoS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPuRQB9RoS .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uPuRQB9RoS .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uPuRQBMASX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uPuRQBMASX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPuRQBMASX .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPuRQBMASX .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uPuRQBMASX .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uPuRQBMASX .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uPuRQBMASX .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuRQBMASX .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPuRQBMASX .social-row {
  text-align: center;
}
.cid-uPuRQBMASX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uPuRQBMASX .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uPuRQBMASX .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uPuRQBMASX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uPuRQBMASX .card-text,
.cid-uPuRQBMASX .mbr-section-btn,
.cid-uPuRQBMASX .social-row {
  color: #000000;
}
.cid-uPuRQBMASX .card-title,
.cid-uPuRQBMASX .social-row {
  color: #fafafa;
}
.cid-uPuRQBMASX .mbr-section-title {
  color: #000000;
}
.cid-uPuRQCIGt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uPuRQCIGt2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPuRQCIGt2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPuRQCIGt2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPuRQCIGt2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuRQCIGt2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uPuRQCIGt2 .mbr-text {
  color: #bbbbbb;
}
.cid-uPuRQCIGt2 .mbr-iconfont {
  color: black;
}
.cid-uPuRQDkIMS .navbar-dropdown {
  position: relative !important;
}
.cid-uPuRQDkIMS .dropdown-item:before {
  font-family: Roboto Slab !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-uPuRQDkIMS .dropdown-menu {
  padding: 0;
}
.cid-uPuRQDkIMS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuRQDkIMS .dropdown-item:hover,
.cid-uPuRQDkIMS .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uPuRQDkIMS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uPuRQDkIMS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPuRQDkIMS .nav-link {
  position: relative;
}
.cid-uPuRQDkIMS .container {
  display: flex;
  margin: auto;
}
.cid-uPuRQDkIMS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPuRQDkIMS .navbar-caption {
  padding-right: 4rem;
}
.cid-uPuRQDkIMS .dropdown-menu,
.cid-uPuRQDkIMS .navbar.opened {
  background: #000000 !important;
}
.cid-uPuRQDkIMS .nav-item:focus,
.cid-uPuRQDkIMS .nav-link:focus {
  outline: none;
}
.cid-uPuRQDkIMS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPuRQDkIMS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPuRQDkIMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPuRQDkIMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPuRQDkIMS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPuRQDkIMS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPuRQDkIMS .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPuRQDkIMS .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuRQDkIMS .navbar.opened {
  transition: all .3s;
}
.cid-uPuRQDkIMS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uPuRQDkIMS .navbar .navbar-logo img {
  width: auto;
}
.cid-uPuRQDkIMS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPuRQDkIMS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPuRQDkIMS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPuRQDkIMS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPuRQDkIMS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPuRQDkIMS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPuRQDkIMS .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: 55%;
}
.cid-uPuRQDkIMS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPuRQDkIMS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uPuRQDkIMS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPuRQDkIMS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPuRQDkIMS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPuRQDkIMS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPuRQDkIMS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPuRQDkIMS .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: 55%;
  }
  .cid-uPuRQDkIMS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPuRQDkIMS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPuRQDkIMS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPuRQDkIMS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPuRQDkIMS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPuRQDkIMS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPuRQDkIMS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPuRQDkIMS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPuRQDkIMS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPuRQDkIMS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPuRQDkIMS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPuRQDkIMS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPuRQDkIMS .dropdown-item.active,
.cid-uPuRQDkIMS .dropdown-item:active {
  background-color: transparent;
}
.cid-uPuRQDkIMS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPuRQDkIMS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPuRQDkIMS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPuRQDkIMS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPuRQDkIMS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPuRQDkIMS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPuRQDkIMS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPuRQDkIMS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPuRQDkIMS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPuRQDkIMS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uPuRQDkIMS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPuRQDkIMS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuRQDkIMS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuRQDkIMS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPuRQDkIMS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuRQDkIMS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPuRQDkIMS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPuRQDkIMS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuRQDkIMS .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPuRQDkIMS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPuRQDkIMS .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-uPuRQDkIMS .navbar {
    height: 77px;
  }
  .cid-uPuRQDkIMS .navbar.opened {
    height: auto;
  }
  .cid-uPuRQDkIMS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPuTHRBZzA {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uPuTHRBZzA .mbr-section-title {
  color: #fafafa;
}
.cid-uPuTHS1r8q {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuTHS1r8q .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuTHS1r8q .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuTHS1r8q .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuTHS1r8q .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuTHS1r8q .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuTHS1r8q .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uPuTHS1r8q .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uPuTHS1r8q .card-title {
  color: #333333;
}
.cid-uPuTHS1r8q .mbr-text,
.cid-uPuTHS1r8q .mbr-section-btn {
  color: #333333;
}
.cid-uPuTHSqOF3 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuTHSqOF3 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuTHSqOF3 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uPuTHSqOF3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuTHSqOF3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuTHSqOF3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuTHSqOF3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuTHSqOF3 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uPuTHSqOF3 .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uPuTHSqOF3 .card-title {
  color: #000000;
}
.cid-uPuTHSqOF3 .mbr-text,
.cid-uPuTHSqOF3 .mbr-section-btn {
  color: #000000;
}
.cid-uPuTHSXqQN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPuTHSXqQN .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uPuTHSXqQN .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uPuTHTuhld {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uPuTHTuhld .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPuTHTuhld .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPuTHTuhld .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uPuTHTuhld .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uPuTHTuhld .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uPuTHTuhld .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuTHTuhld .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPuTHTuhld .social-row {
  text-align: center;
}
.cid-uPuTHTuhld .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uPuTHTuhld .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uPuTHTuhld .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uPuTHTuhld .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uPuTHTuhld .card-text,
.cid-uPuTHTuhld .mbr-section-btn,
.cid-uPuTHTuhld .social-row {
  color: #000000;
}
.cid-uPuTHTuhld .card-title,
.cid-uPuTHTuhld .social-row {
  color: #fafafa;
}
.cid-uPuTHTuhld .mbr-section-title {
  color: #000000;
}
.cid-uPuTHUuXg1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uPuTHUuXg1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPuTHUuXg1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPuTHUuXg1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPuTHUuXg1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuTHUuXg1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uPuTHUuXg1 .mbr-text {
  color: #bbbbbb;
}
.cid-uPuTHUuXg1 .mbr-iconfont {
  color: black;
}
.cid-uPuTHV30AA .navbar-dropdown {
  position: relative !important;
}
.cid-uPuTHV30AA .dropdown-item:before {
  font-family: Roboto Slab !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-uPuTHV30AA .dropdown-menu {
  padding: 0;
}
.cid-uPuTHV30AA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuTHV30AA .dropdown-item:hover,
.cid-uPuTHV30AA .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uPuTHV30AA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uPuTHV30AA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPuTHV30AA .nav-link {
  position: relative;
}
.cid-uPuTHV30AA .container {
  display: flex;
  margin: auto;
}
.cid-uPuTHV30AA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPuTHV30AA .navbar-caption {
  padding-right: 4rem;
}
.cid-uPuTHV30AA .dropdown-menu,
.cid-uPuTHV30AA .navbar.opened {
  background: #000000 !important;
}
.cid-uPuTHV30AA .nav-item:focus,
.cid-uPuTHV30AA .nav-link:focus {
  outline: none;
}
.cid-uPuTHV30AA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPuTHV30AA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPuTHV30AA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPuTHV30AA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPuTHV30AA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPuTHV30AA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPuTHV30AA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPuTHV30AA .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuTHV30AA .navbar.opened {
  transition: all .3s;
}
.cid-uPuTHV30AA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uPuTHV30AA .navbar .navbar-logo img {
  width: auto;
}
.cid-uPuTHV30AA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPuTHV30AA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPuTHV30AA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPuTHV30AA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPuTHV30AA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPuTHV30AA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPuTHV30AA .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: 55%;
}
.cid-uPuTHV30AA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPuTHV30AA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uPuTHV30AA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPuTHV30AA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPuTHV30AA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPuTHV30AA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPuTHV30AA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPuTHV30AA .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: 55%;
  }
  .cid-uPuTHV30AA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPuTHV30AA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPuTHV30AA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPuTHV30AA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPuTHV30AA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPuTHV30AA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPuTHV30AA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPuTHV30AA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPuTHV30AA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPuTHV30AA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPuTHV30AA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPuTHV30AA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPuTHV30AA .dropdown-item.active,
.cid-uPuTHV30AA .dropdown-item:active {
  background-color: transparent;
}
.cid-uPuTHV30AA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPuTHV30AA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPuTHV30AA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPuTHV30AA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPuTHV30AA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPuTHV30AA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPuTHV30AA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPuTHV30AA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPuTHV30AA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPuTHV30AA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uPuTHV30AA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPuTHV30AA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuTHV30AA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuTHV30AA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPuTHV30AA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuTHV30AA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPuTHV30AA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPuTHV30AA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuTHV30AA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPuTHV30AA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPuTHV30AA .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-uPuTHV30AA .navbar {
    height: 77px;
  }
  .cid-uPuTHV30AA .navbar.opened {
    height: auto;
  }
  .cid-uPuTHV30AA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPuX9c3buA {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uPuX9c3buA .mbr-section-title {
  color: #fafafa;
}
.cid-uPuX9cuPXV {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuX9cuPXV .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuX9cuPXV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuX9cuPXV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuX9cuPXV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuX9cuPXV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuX9cuPXV .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uPuX9cuPXV .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uPuX9cuPXV .card-title {
  color: #333333;
}
.cid-uPuX9cuPXV .mbr-text,
.cid-uPuX9cuPXV .mbr-section-btn {
  color: #333333;
}
.cid-uPuX9cR8Ig {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPuX9cR8Ig .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPuX9cR8Ig .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uPuX9cR8Ig .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuX9cR8Ig .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPuX9cR8Ig .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuX9cR8Ig .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPuX9cR8Ig .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uPuX9cR8Ig .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uPuX9cR8Ig .card-title {
  color: #000000;
}
.cid-uPuX9cR8Ig .mbr-text,
.cid-uPuX9cR8Ig .mbr-section-btn {
  color: #000000;
}
.cid-uPuX9dkiuz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPuX9dkiuz .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uPuX9dkiuz .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uPuX9dUkYN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uPuX9dUkYN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPuX9dUkYN .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPuX9dUkYN .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uPuX9dUkYN .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uPuX9dUkYN .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uPuX9dUkYN .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPuX9dUkYN .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPuX9dUkYN .social-row {
  text-align: center;
}
.cid-uPuX9dUkYN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uPuX9dUkYN .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uPuX9dUkYN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uPuX9dUkYN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uPuX9dUkYN .card-text,
.cid-uPuX9dUkYN .mbr-section-btn,
.cid-uPuX9dUkYN .social-row {
  color: #000000;
}
.cid-uPuX9dUkYN .card-title,
.cid-uPuX9dUkYN .social-row {
  color: #fafafa;
}
.cid-uPuX9dUkYN .mbr-section-title {
  color: #000000;
}
.cid-uPuX9eSTZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uPuX9eSTZQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPuX9eSTZQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPuX9eSTZQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPuX9eSTZQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPuX9eSTZQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uPuX9eSTZQ .mbr-text {
  color: #bbbbbb;
}
.cid-uPuX9eSTZQ .mbr-iconfont {
  color: black;
}
.cid-uPuX9fpRJ8 .navbar-dropdown {
  position: relative !important;
}
.cid-uPuX9fpRJ8 .dropdown-item:before {
  font-family: Roboto Slab !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-uPuX9fpRJ8 .dropdown-menu {
  padding: 0;
}
.cid-uPuX9fpRJ8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuX9fpRJ8 .dropdown-item:hover,
.cid-uPuX9fpRJ8 .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uPuX9fpRJ8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uPuX9fpRJ8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPuX9fpRJ8 .nav-link {
  position: relative;
}
.cid-uPuX9fpRJ8 .container {
  display: flex;
  margin: auto;
}
.cid-uPuX9fpRJ8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPuX9fpRJ8 .navbar-caption {
  padding-right: 4rem;
}
.cid-uPuX9fpRJ8 .dropdown-menu,
.cid-uPuX9fpRJ8 .navbar.opened {
  background: #000000 !important;
}
.cid-uPuX9fpRJ8 .nav-item:focus,
.cid-uPuX9fpRJ8 .nav-link:focus {
  outline: none;
}
.cid-uPuX9fpRJ8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPuX9fpRJ8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPuX9fpRJ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPuX9fpRJ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPuX9fpRJ8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPuX9fpRJ8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPuX9fpRJ8 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPuX9fpRJ8 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPuX9fpRJ8 .navbar.opened {
  transition: all .3s;
}
.cid-uPuX9fpRJ8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uPuX9fpRJ8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPuX9fpRJ8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPuX9fpRJ8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPuX9fpRJ8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPuX9fpRJ8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPuX9fpRJ8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPuX9fpRJ8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPuX9fpRJ8 .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: 55%;
}
.cid-uPuX9fpRJ8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPuX9fpRJ8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uPuX9fpRJ8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPuX9fpRJ8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPuX9fpRJ8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPuX9fpRJ8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPuX9fpRJ8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPuX9fpRJ8 .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: 55%;
  }
  .cid-uPuX9fpRJ8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPuX9fpRJ8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPuX9fpRJ8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPuX9fpRJ8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPuX9fpRJ8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPuX9fpRJ8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPuX9fpRJ8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPuX9fpRJ8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPuX9fpRJ8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPuX9fpRJ8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPuX9fpRJ8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPuX9fpRJ8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPuX9fpRJ8 .dropdown-item.active,
.cid-uPuX9fpRJ8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPuX9fpRJ8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPuX9fpRJ8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPuX9fpRJ8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPuX9fpRJ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPuX9fpRJ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPuX9fpRJ8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPuX9fpRJ8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPuX9fpRJ8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPuX9fpRJ8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPuX9fpRJ8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uPuX9fpRJ8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPuX9fpRJ8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuX9fpRJ8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPuX9fpRJ8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPuX9fpRJ8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuX9fpRJ8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPuX9fpRJ8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPuX9fpRJ8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPuX9fpRJ8 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPuX9fpRJ8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPuX9fpRJ8 .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-uPuX9fpRJ8 .navbar {
    height: 77px;
  }
  .cid-uPuX9fpRJ8 .navbar.opened {
    height: auto;
  }
  .cid-uPuX9fpRJ8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPv0X42Ue3 {
  background-image: url("../../../assets/images/trans-chat-room-banner.webp");
}
.cid-uPv0X42Ue3 .mbr-section-title {
  color: #fafafa;
}
.cid-uPv0X4xG5b {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPv0X4xG5b .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPv0X4xG5b .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPv0X4xG5b .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPv0X4xG5b .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPv0X4xG5b .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPv0X4xG5b .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uPv0X4xG5b .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uPv0X4xG5b .card-title {
  color: #333333;
}
.cid-uPv0X4xG5b .mbr-text,
.cid-uPv0X4xG5b .mbr-section-btn {
  color: #333333;
}
.cid-uPv0X51WfD {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPv0X51WfD .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uPv0X51WfD .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uPv0X51WfD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPv0X51WfD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPv0X51WfD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPv0X51WfD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uPv0X51WfD .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uPv0X51WfD .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uPv0X51WfD .card-title {
  color: #000000;
}
.cid-uPv0X51WfD .mbr-text,
.cid-uPv0X51WfD .mbr-section-btn {
  color: #000000;
}
.cid-uPv0X5MJZ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPv0X5MJZ7 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uPv0X5MJZ7 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uPv0X6uqyb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uPv0X6uqyb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPv0X6uqyb .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPv0X6uqyb .card-wrap {
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 12px;
}
.cid-uPv0X6uqyb .card-wrap .image-wrap img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cid-uPv0X6uqyb .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uPv0X6uqyb .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPv0X6uqyb .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPv0X6uqyb .social-row {
  text-align: center;
}
.cid-uPv0X6uqyb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uPv0X6uqyb .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uPv0X6uqyb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uPv0X6uqyb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uPv0X6uqyb .card-text,
.cid-uPv0X6uqyb .mbr-section-btn,
.cid-uPv0X6uqyb .social-row {
  color: #000000;
}
.cid-uPv0X6uqyb .card-title,
.cid-uPv0X6uqyb .social-row {
  color: #fafafa;
}
.cid-uPv0X6uqyb .mbr-section-title {
  color: #000000;
}
.cid-uPv0X85mZm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uPv0X85mZm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPv0X85mZm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPv0X85mZm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPv0X85mZm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPv0X85mZm .list {
    margin-bottom: 0rem;
  }
}
.cid-uPv0X85mZm .mbr-text {
  color: #bbbbbb;
}
.cid-uPv0X85mZm .mbr-iconfont {
  color: black;
}
.cid-uPv0X8TDCy .navbar-dropdown {
  position: relative !important;
}
.cid-uPv0X8TDCy .dropdown-item:before {
  font-family: Roboto Slab !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-uPv0X8TDCy .dropdown-menu {
  padding: 0;
}
.cid-uPv0X8TDCy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPv0X8TDCy .dropdown-item:hover,
.cid-uPv0X8TDCy .dropdown-item:focus {
  background: #976394 !important;
  color: white !important;
}
.cid-uPv0X8TDCy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uPv0X8TDCy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPv0X8TDCy .nav-link {
  position: relative;
}
.cid-uPv0X8TDCy .container {
  display: flex;
  margin: auto;
}
.cid-uPv0X8TDCy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPv0X8TDCy .navbar-caption {
  padding-right: 4rem;
}
.cid-uPv0X8TDCy .dropdown-menu,
.cid-uPv0X8TDCy .navbar.opened {
  background: #000000 !important;
}
.cid-uPv0X8TDCy .nav-item:focus,
.cid-uPv0X8TDCy .nav-link:focus {
  outline: none;
}
.cid-uPv0X8TDCy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPv0X8TDCy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPv0X8TDCy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPv0X8TDCy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPv0X8TDCy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPv0X8TDCy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPv0X8TDCy .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uPv0X8TDCy .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPv0X8TDCy .navbar.opened {
  transition: all .3s;
}
.cid-uPv0X8TDCy .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uPv0X8TDCy .navbar .navbar-logo img {
  width: auto;
}
.cid-uPv0X8TDCy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPv0X8TDCy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPv0X8TDCy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPv0X8TDCy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPv0X8TDCy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPv0X8TDCy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPv0X8TDCy .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: 55%;
}
.cid-uPv0X8TDCy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPv0X8TDCy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uPv0X8TDCy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPv0X8TDCy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPv0X8TDCy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPv0X8TDCy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPv0X8TDCy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPv0X8TDCy .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: 55%;
  }
  .cid-uPv0X8TDCy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPv0X8TDCy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPv0X8TDCy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPv0X8TDCy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPv0X8TDCy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPv0X8TDCy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPv0X8TDCy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPv0X8TDCy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPv0X8TDCy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPv0X8TDCy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPv0X8TDCy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPv0X8TDCy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPv0X8TDCy .dropdown-item.active,
.cid-uPv0X8TDCy .dropdown-item:active {
  background-color: transparent;
}
.cid-uPv0X8TDCy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPv0X8TDCy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPv0X8TDCy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPv0X8TDCy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPv0X8TDCy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPv0X8TDCy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPv0X8TDCy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPv0X8TDCy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPv0X8TDCy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPv0X8TDCy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uPv0X8TDCy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPv0X8TDCy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPv0X8TDCy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPv0X8TDCy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPv0X8TDCy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPv0X8TDCy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPv0X8TDCy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPv0X8TDCy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPv0X8TDCy .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uPv0X8TDCy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPv0X8TDCy .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-uPv0X8TDCy .navbar {
    height: 77px;
  }
  .cid-uPv0X8TDCy .navbar.opened {
    height: auto;
  }
  .cid-uPv0X8TDCy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
