body {
  font-family: 'Manrope', sans-serif;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
  letter-spacing: -1.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: -1.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6148ff !important;
}
.bg-success {
  background-color: #7ed321 !important;
}
.bg-info {
  background-color: #ffc159 !important;
}
.bg-warning {
  background-color: #ff7448 !important;
}
.bg-danger {
  background-color: #ff4848 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6148ff !important;
  border-color: #6148ff !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: #2100f0 !important;
  border-color: #2100f0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2100f0 !important;
  border-color: #2100f0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2705fc !important;
  border-color: #2705fc !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: #1902a8 !important;
  border-color: #1902a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1902a8 !important;
  border-color: #1902a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffc159 !important;
  border-color: #ffc159 !important;
  color: #593800 !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: #ffa102 !important;
  border-color: #ffa102 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #593800 !important;
  background-color: #ffa102 !important;
  border-color: #ffa102 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7ed321 !important;
  border-color: #7ed321 !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: #518815 !important;
  border-color: #518815 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #518815 !important;
  border-color: #518815 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff7448 !important;
  border-color: #ff7448 !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: #f03a00 !important;
  border-color: #f03a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f03a00 !important;
  border-color: #f03a00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4848 !important;
  border-color: #ff4848 !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: #f00000 !important;
  border-color: #f00000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f00000 !important;
  border-color: #f00000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6148ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2100f0 !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: #6148ff !important;
  border-color: #6148ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2705fc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1902a8 !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: #2705fc !important;
  border-color: #2705fc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc159;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffa102 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #593800 !important;
  background-color: #ffc159 !important;
  border-color: #ffc159 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7ed321;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #518815 !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: #7ed321 !important;
  border-color: #7ed321 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7448;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f03a00 !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: #ff7448 !important;
  border-color: #ff7448 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4848;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f00000 !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: #ff4848 !important;
  border-color: #ff4848 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0a0a0a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #6148ff !important;
}
.text-secondary {
  color: #2705fc !important;
}
.text-success {
  color: #7ed321 !important;
}
.text-info {
  color: #ffc159 !important;
}
.text-warning {
  color: #ff7448 !important;
}
.text-danger {
  color: #ff4848 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #161616 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f00e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #170299 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #497b13 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f29800 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e13600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e10000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6148ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #161616;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffc159;
}
.alert-warning {
  background-color: #ff7448;
}
.alert-danger {
  background-color: #ff4848;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6148ff;
  border-color: #6148ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6148ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f7c9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6148ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #6148ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6148ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6148ff;
}
.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: #6148ff;
  border-bottom-color: #6148ff;
}
.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: #6148ff !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: #2705fc !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='%236148ff' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1392px;
  width: 94%;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 120px;
  border-radius: 8px;
  padding: 16px 32px;
  line-height: 1.25;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn:hover {
  -webkit-transform: translate(0, -2px) !important;
  -ms-transform: translate(0, -2px) !important;
  transform: translate(0, -2px) !important;
}
.mbr-section-btn .btn-black-outline {
  background-color: #ffffff !important;
  border: 2px solid #161616;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-black-outline:active {
  background-color: #c2c0bc !important;
  border: 2px solid #161616 !important;
}
.mbr-section-btn .btn-white-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline:active {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white:active {
  background-color: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
b {
  font-weight: 700 !important;
}
.cid-t5xHG3shvy .navbar-dropdown {
  position: relative !important;
}
.cid-t5xHG3shvy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5xHG3shvy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5xHG3shvy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-t5xHG3shvy .dropdown-item:hover,
.cid-t5xHG3shvy .dropdown-item:focus {
  background: #6148ff !important;
  color: white !important;
}
.cid-t5xHG3shvy .dropdown-item:hover span {
  color: white;
}
.cid-t5xHG3shvy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5xHG3shvy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5xHG3shvy .dropdown-item:hover,
.cid-t5xHG3shvy .dropdown-item:focus,
.cid-t5xHG3shvy .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-t5xHG3shvy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t5xHG3shvy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5xHG3shvy .nav-link {
  position: relative;
}
.cid-t5xHG3shvy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t5xHG3shvy .container {
    flex-wrap: nowrap;
  }
}
.cid-t5xHG3shvy .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5xHG3shvy .navbar-caption {
  font-weight: 700;
}
.cid-t5xHG3shvy .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-t5xHG3shvy .dropdown-menu,
.cid-t5xHG3shvy .navbar.opened {
  background: #ffffff !important;
}
.cid-t5xHG3shvy .nav-item:focus,
.cid-t5xHG3shvy .nav-link:focus {
  outline: none;
}
.cid-t5xHG3shvy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5xHG3shvy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5xHG3shvy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5xHG3shvy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5xHG3shvy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5xHG3shvy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5xHG3shvy .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-t5xHG3shvy .navbar {
    min-height: 80px;
  }
  .cid-t5xHG3shvy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5xHG3shvy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5xHG3shvy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5xHG3shvy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5xHG3shvy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5xHG3shvy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5xHG3shvy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5xHG3shvy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5xHG3shvy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5xHG3shvy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5xHG3shvy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5xHG3shvy .navbar.opened {
  transition: all 0.3s;
}
.cid-t5xHG3shvy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5xHG3shvy .navbar .navbar-logo img {
  width: auto;
}
.cid-t5xHG3shvy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5xHG3shvy .navbar.collapsed {
  justify-content: center;
}
.cid-t5xHG3shvy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5xHG3shvy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5xHG3shvy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-t5xHG3shvy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5xHG3shvy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5xHG3shvy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5xHG3shvy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5xHG3shvy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5xHG3shvy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-t5xHG3shvy .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-t5xHG3shvy .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-t5xHG3shvy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5xHG3shvy .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t5xHG3shvy .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-t5xHG3shvy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t5xHG3shvy .navbar-brand {
    min-height: 80px;
  }
}
.cid-t5xHG3shvy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5xHG3shvy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5xHG3shvy .dropdown-item.active,
.cid-t5xHG3shvy .dropdown-item:active {
  background-color: transparent;
}
.cid-t5xHG3shvy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5xHG3shvy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5xHG3shvy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5xHG3shvy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5xHG3shvy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5xHG3shvy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5xHG3shvy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5xHG3shvy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5xHG3shvy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5xHG3shvy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-t5xHG3shvy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5xHG3shvy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5xHG3shvy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5xHG3shvy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5xHG3shvy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5xHG3shvy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5xHG3shvy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5xHG3shvy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5xHG3shvy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t5xHG3shvy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5xHG3shvy .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-t5xHG3shvy .navbar {
    height: 70px;
  }
  .cid-t5xHG3shvy .navbar.opened {
    height: auto;
  }
  .cid-t5xHG3shvy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5xHG3shvy .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t5xHG3shvy .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-t5xHG3shvy .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t5xHG3shvy .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t5xHG3shvy .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-tR0UPzsQba {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg5-1-1048x455.webp");
  overflow: hidden;
}
.cid-tR0UPzsQba .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR0UPzsQba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR0UPzsQba .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tR0UPzsQba .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tR0UPzsQba .col-text {
    order: 2;
  }
}
.cid-tR0UPzsQba .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tR0UPzsQba .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tR0UPzsQba .col-img {
    order: 1;
  }
}
.cid-tR0UPzsQba .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tR0UPzsQba .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-tR0UPzsQba .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-tR0UPzsQba .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tR0UPzsQba .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tR0UPzsQba .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tR0UPzsQba .mbr-section-btn {
    width: 100%;
  }
}
.cid-tR0UPzsQba .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 612px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tR0UPzsQba .image-wrapper {
    height: 432px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tR0UPzsQba .image-wrapper {
    height: auto;
  }
}
.cid-tR0UPzsQba .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-tR0UPzsQba .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ffffff 27%, #d4eff0 50%, #ffffff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-tR0UPzsQba .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-tR0UPzsQba .card-title,
.cid-tR0UPzsQba .mbr-section-btn {
  color: #000000;
}
.cid-t5BwsDz7C7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-t5BwsDz7C7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t5BwsDz7C7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t5BwsDz7C7 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t5BwsDz7C7 .col-text {
    padding-left: 28px;
  }
}
@media (min-width: 992px) {
  .cid-t5BwsDz7C7 .col-img {
    padding-right: 28px;
  }
}
.cid-t5BwsDz7C7 .card-title {
  color: #161616;
  margin-top: 1rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t5BwsDz7C7 .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-t5BwsDz7C7 .mbr-text {
  color: #161616;
  margin-top: 2rem;
  padding-right: 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-t5BwsDz7C7 .mbr-text {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-t5BwsDz7C7 .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1rem;
  }
}
.cid-t5BwsDz7C7 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-t5BwsDz7C7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t5BwsDz7C7 .image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #7ed321;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-t5BwsDz7C7 .image-wrapper {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .cid-t5BwsDz7C7 .image-wrapper {
    height: 360px;
  }
}
@media (max-width: 991px) {
  .cid-t5BwsDz7C7 .image-wrapper {
    margin-top: 56px;
  }
}
.cid-t5BwsDz7C7 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t5BwsDz7C7 .circle-blur {
  position: absolute;
  top: -5%;
  right: -5% !important;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-t5BwsDz7C7 .card-title,
.cid-t5BwsDz7C7 .mbr-section-btn {
  color: #000000;
}
.cid-tRwdzKyKad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tRwdzKyKad .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwdzKyKad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRwdzKyKad .col-text {
    padding-right: 28px;
  }
}
@media (min-width: 992px) {
  .cid-tRwdzKyKad .col-img {
    padding-left: 28px;
  }
}
.cid-tRwdzKyKad .card-title {
  color: #161616;
  margin-top: 1rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tRwdzKyKad .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-tRwdzKyKad .mbr-text {
  color: #161616;
  margin-top: 2rem;
  padding-right: 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-tRwdzKyKad .mbr-text {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tRwdzKyKad .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1rem;
  }
}
.cid-tRwdzKyKad .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tRwdzKyKad .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tRwdzKyKad .image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #16c016;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-tRwdzKyKad .image-wrapper {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .cid-tRwdzKyKad .image-wrapper {
    height: 360px;
  }
}
@media (max-width: 991px) {
  .cid-tRwdzKyKad .image-wrapper {
    margin-top: 56px;
  }
}
.cid-tRwdzKyKad .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tRwdzKyKad .circle-blur {
  position: absolute;
  top: -5%;
  left: -5%;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-tRwdzKyKad .card-title,
.cid-tRwdzKyKad .mbr-section-btn {
  color: #000000;
}
.cid-t5BxlAFedR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg2-1048x493.webp");
  position: relative;
  overflow: hidden;
}
.cid-t5BxlAFedR .mbr-fallback-image.disabled {
  display: none;
}
.cid-t5BxlAFedR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5BxlAFedR .col-text {
    padding-right: 28px;
  }
}
@media (min-width: 992px) {
  .cid-t5BxlAFedR .col-img {
    padding-left: 28px;
  }
}
.cid-t5BxlAFedR .card-title {
  color: #161616;
  margin-top: 1rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t5BxlAFedR .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-t5BxlAFedR .mbr-text {
  color: #161616;
  margin-top: 2rem;
  padding-right: 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-t5BxlAFedR .mbr-text {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-t5BxlAFedR .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1rem;
  }
}
.cid-t5BxlAFedR .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-t5BxlAFedR .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t5BxlAFedR .image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-t5BxlAFedR .image-wrapper {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .cid-t5BxlAFedR .image-wrapper {
    height: 360px;
  }
}
@media (max-width: 991px) {
  .cid-t5BxlAFedR .image-wrapper {
    margin-top: 56px;
  }
}
.cid-t5BxlAFedR .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t5BxlAFedR .circle-blur {
  position: absolute;
  top: -5%;
  left: -5%;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #16c016 27%, #16c016 50%, #d8d5d1 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-t5BxlAFedR .card-title,
.cid-t5BxlAFedR .mbr-section-btn {
  color: #000000;
}
.cid-t5Bvo2RzY7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #7ed321;
  position: relative;
  overflow: hidden;
}
.cid-t5Bvo2RzY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t5Bvo2RzY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t5Bvo2RzY7 .row {
  justify-content: center;
}
.cid-t5Bvo2RzY7 .mbr-section-title {
  color: #161616;
  width: 100%;
}
.cid-t5Bvo2RzY7 .mbr-section-subtitle {
  color: #161616;
  width: 100%;
}
.cid-t5Bvo2RzY7 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 8px;
  border: 2px solid #000000;
  border-radius: 50%;
  font-size: 20px;
  color: #000000;
  margin-bottom: 1rem;
  width: min-content;
}
@media (max-width: 575px) {
  .cid-t5Bvo2RzY7 .mbr-iconfont {
    margin-bottom: 0;
    margin-right: 12px;
    padding: 5px;
  }
}
.cid-t5Bvo2RzY7 .card-row {
  justify-content: flex-start;
}
@media (min-width: 576px) {
  .cid-t5Bvo2RzY7 .card-row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 576px) {
  .cid-t5Bvo2RzY7 .card {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .cid-t5Bvo2RzY7 .card:nth-child(n+3) {
    margin-top: 56px;
  }
}
@media (max-width: 575px) {
  .cid-t5Bvo2RzY7 .card:nth-child(n+2) {
    margin-top: 56px;
  }
}
.cid-t5Bvo2RzY7 .card-head {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .cid-t5Bvo2RzY7 .card-head {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.cid-t5Bvo2RzY7 .card-title {
  color: #161616;
  width: 100%;
  margin-bottom: 0;
}
.cid-t5Bvo2RzY7 .card-text {
  color: #161616;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: left;
}
.cid-t5Bvo2RzY7 .circle-blur {
  position: absolute;
  top: -5%;
  right: -5% !important;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-t5Bvo2RzY7 .card-title,
.cid-t5Bvo2RzY7 .iconfont-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-tRL8oif4qK {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tRL8oif4qK h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-tRL8oif4qK h1 span {
  background-image: url("../../../assets/images/background2.webp");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tRL8oif4qK .icons-wrap {
  background: #fafafa;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-tRL8oif4qK .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-tRL8oif4qK .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-tRL8oif4qK h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tRL8oif4qK .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-tRL8oif4qK h1 {
    margin-bottom: 8rem;
  }
}
.cid-tRULiZ5gtb {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-tRULiZ5gtb .item-wrapper {
  width: 100%;
}
.cid-tRULiZ5gtb .row {
  align-items: center;
  justify-content: center;
}
.cid-tRULiZ5gtb .b {
  margin-bottom: 30px;
}
.cid-tRULiZ5gtb img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-tRULiZ5gtb .b,
  .cid-tRULiZ5gtb .t {
    margin-bottom: 20px;
  }
}
.cid-t5BCl6emYo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t5BCl6emYo .row {
  justify-content: center;
}
.cid-t5BCl6emYo .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 56px;
  margin-right: auto;
  margin-left: auto;
}
.cid-t5BCl6emYo .mbr-section-title {
  color: #7ed321;
}
.cid-t5BCl6emYo .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
  text-align: center;
}
.cid-t5BCl6emYo .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t5BCl6emYo .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
.cid-t5BCl6emYo .content-container {
  display: flex;
  padding: 0 !important;
}
.cid-t5BCl6emYo .content-container:nth-child(2n+1) .name-text {
  left: 64px;
}
@media (max-width: 767px) {
  .cid-t5BCl6emYo .content-container:nth-child(2n+1) .name-text {
    left: 40px;
  }
}
@media (max-width: 575px) {
  .cid-t5BCl6emYo .content-container:nth-child(2n+1) .name-text {
    top: 40px;
    left: 24px;
  }
}
.cid-t5BCl6emYo .content-container:nth-child(2n) .name-text {
  right: 64px;
}
@media (max-width: 767px) {
  .cid-t5BCl6emYo .content-container:nth-child(2n) .name-text {
    right: 40px;
  }
}
@media (max-width: 575px) {
  .cid-t5BCl6emYo .content-container:nth-child(2n) .name-text {
    top: 40px;
    right: 24px;
  }
}
.cid-t5BCl6emYo .text-container {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #7ed321;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-t5BCl6emYo .text-container {
    padding: 16px;
  }
}
.cid-t5BCl6emYo .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-t5BCl6emYo .header-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.cid-t5BCl6emYo .img-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  height: 350px;
  background-color: #ffffff;
}
@media (min-width: 576px) {
  .cid-t5BCl6emYo .img-container {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-t5BCl6emYo .img-container {
    height: 564px;
  }
}
@media (min-width: 992px) {
  .cid-t5BCl6emYo .img-container {
    height: 520px;
  }
}
@media (min-width: 1200px) {
  .cid-t5BCl6emYo .img-container {
    height: 610px;
  }
}
.cid-t5BCl6emYo .img-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t5BCl6emYo .name-text {
  width: max-content;
  color: #089608;
  position: absolute;
  right: 64px;
  top: 64px;
  max-width: 35%;
  text-align: left;
}
.cid-t5BCl6emYo .text-padding {
  width: 100%;
  padding: 16px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-t5BCl6emYo .text-padding {
    padding: 0;
  }
}
.cid-t5BCl6emYo .card-title {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-t5BCl6emYo .mbr-text {
  width: 100%;
  color: #161616;
  text-align: center;
}
.cid-t5BCl6emYo .mbr-section-btn {
  margin-top: 14px;
  width: 100%;
}
.cid-t5BCl6emYo .mbr-section-btn .btn {
  width: 100%;
}
.cid-tR6jxoDHLX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tR6jxoDHLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR6jxoDHLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR6jxoDHLX .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tR6jxoDHLX .container-fluid {
    padding: 0 20px;
  }
}
.cid-tR6jxoDHLX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tR6jxoDHLX .container {
    padding: 0 20px;
  }
}
.cid-tR6jxoDHLX .row {
  justify-content: center;
}
.cid-tR6jxoDHLX .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-tR6jxoDHLX .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tR6jxoDHLX .item {
  margin-bottom: 45px;
}
.cid-tR6jxoDHLX .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-tR6jxoDHLX .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-tR6jxoDHLX .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-tR6jxoDHLX .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tR6jxoDHLX .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-tR6jxoDHLX .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tR6jxoDHLX .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-tR6jxoDHLX .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-tR6jxoDHLX .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tR6jxoDHLX .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-tR6jxoDHLX .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-tR6jxoDHLX .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-tR6jxoDHLX .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-tR6jxoDHLX .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-tR6jxoDHLX .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tR6jxoDHLX .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-tR6jxoDHLX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tR6jxoDHLX .mbr-desc {
  color: #000000;
}
.cid-tR6jxoDHLX .mbr-date {
  color: #6a6e71;
}
.cid-tR6jxoDHLX .mbr-text {
  color: #000000;
}
.cid-tQZDqiAXQl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tQZDqiAXQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQZDqiAXQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQZDqiAXQl .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tQZDqiAXQl .container-fluid {
    padding: 0 20px;
  }
}
.cid-tQZDqiAXQl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tQZDqiAXQl .container {
    padding: 0 20px;
  }
}
.cid-tQZDqiAXQl .row {
  justify-content: center;
}
.cid-tQZDqiAXQl .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-tQZDqiAXQl .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tQZDqiAXQl .item {
  margin-bottom: 45px;
}
.cid-tQZDqiAXQl .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-tQZDqiAXQl .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-tQZDqiAXQl .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-tQZDqiAXQl .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tQZDqiAXQl .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-tQZDqiAXQl .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tQZDqiAXQl .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-tQZDqiAXQl .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-tQZDqiAXQl .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tQZDqiAXQl .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-tQZDqiAXQl .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-tQZDqiAXQl .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-tQZDqiAXQl .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-tQZDqiAXQl .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-tQZDqiAXQl .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tQZDqiAXQl .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-tQZDqiAXQl .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tQZDqiAXQl .mbr-desc {
  color: #000000;
}
.cid-tQZDqiAXQl .mbr-date {
  color: #6a6e71;
}
.cid-tQZDqiAXQl .mbr-text {
  color: #000000;
}
.cid-tR6QvKSccs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tR6QvKSccs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR6QvKSccs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR6QvKSccs .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tR6QvKSccs .container-fluid {
    padding: 0 20px;
  }
}
.cid-tR6QvKSccs .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tR6QvKSccs .container {
    padding: 0 20px;
  }
}
.cid-tR6QvKSccs .row {
  justify-content: center;
}
.cid-tR6QvKSccs .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-tR6QvKSccs .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tR6QvKSccs .item {
  margin-bottom: 45px;
}
.cid-tR6QvKSccs .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-tR6QvKSccs .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-tR6QvKSccs .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-tR6QvKSccs .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tR6QvKSccs .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-tR6QvKSccs .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tR6QvKSccs .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-tR6QvKSccs .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-tR6QvKSccs .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tR6QvKSccs .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-tR6QvKSccs .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-tR6QvKSccs .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-tR6QvKSccs .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-tR6QvKSccs .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-tR6QvKSccs .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tR6QvKSccs .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-tR6QvKSccs .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tR6QvKSccs .mbr-desc {
  color: #000000;
}
.cid-tR6QvKSccs .mbr-date {
  color: #6a6e71;
}
.cid-tR6QvKSccs .mbr-text {
  color: #000000;
}
.cid-tRkZwCNqoa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRkZwCNqoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRkZwCNqoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRkZwCNqoa .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tRkZwCNqoa .container-fluid {
    padding: 0 20px;
  }
}
.cid-tRkZwCNqoa .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRkZwCNqoa .container {
    padding: 0 20px;
  }
}
.cid-tRkZwCNqoa .row {
  justify-content: center;
}
.cid-tRkZwCNqoa .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-tRkZwCNqoa .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tRkZwCNqoa .item {
  margin-bottom: 45px;
}
.cid-tRkZwCNqoa .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-tRkZwCNqoa .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-tRkZwCNqoa .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-tRkZwCNqoa .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tRkZwCNqoa .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-tRkZwCNqoa .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tRkZwCNqoa .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-tRkZwCNqoa .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-tRkZwCNqoa .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tRkZwCNqoa .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-tRkZwCNqoa .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-tRkZwCNqoa .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-tRkZwCNqoa .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-tRkZwCNqoa .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-tRkZwCNqoa .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tRkZwCNqoa .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-tRkZwCNqoa .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tRkZwCNqoa .mbr-desc {
  color: #000000;
}
.cid-tRkZwCNqoa .mbr-date {
  color: #6a6e71;
}
.cid-tRkZwCNqoa .mbr-text {
  color: #000000;
}
.cid-tRyWurVLUI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tRyWurVLUI h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-tRyWurVLUI h1 span {
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tRyWurVLUI .icons-wrap {
  background: #fafafa;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-tRyWurVLUI .mbr-iconfont {
  font-size: 1.8rem;
  color: #16c016 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-tRyWurVLUI .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-tRyWurVLUI h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tRyWurVLUI .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-tRyWurVLUI h1 {
    margin-bottom: 8rem;
  }
}
.cid-tRyWy0sRGu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tRyWy0sRGu a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-tRyWy0sRGu .content {
    text-align: center;
  }
}
.cid-tRyWy0sRGu .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-tRz086lHUE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tRz086lHUE .card-box {
  z-index: 10;
  position: relative;
}
.cid-tRz086lHUE .container-fluid {
  padding: 0;
}
.cid-tRz086lHUE h5 {
  margin: 0;
}
.cid-tRz086lHUE h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tRz086lHUE h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tRz086lHUE .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tRz086lHUE .card:hover {
  z-index: 99;
}
.cid-tRz086lHUE .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tRz086lHUE .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tRz086lHUE .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tRz086lHUE .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tRz086lHUE .card1 {
  background-image: url("../../../assets/images/mbr-1920x1536.webp");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tRz086lHUE .card2 {
  background-image: url("../../../assets/images/ea-sports-fifa-22-xbox-series-x-s-4k.webp");
  z-index: 3;
}
.cid-tRz086lHUE .card3 {
  background-image: url("../../../assets/images/czy-playstation-5-podazy-droga-xbox-one-i-netflixa-1546939145248.webp");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tRz086lHUE h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tRz086lHUE .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tRz086lHUE .card-box {
    text-align: center;
  }
}
.cid-tRz086lHUE .mbr-text {
  color: #cccccc;
}
.cid-tRz086lHUE .card-date {
  color: #ffffff;
}
.cid-tRz086lHUE H1 {
  color: #000000;
}
.cid-tRz086lHUE .mbr-section-subtitle,
.cid-tRz086lHUE .title-align {
  color: #000000;
}
.cid-tRz086lHUE .card-title,
.cid-tRz086lHUE .card-box {
  color: #ffffff;
}
.cid-tRKUHLPXKg {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #089608;
}
.cid-tRKUHLPXKg h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tRKUHLPXKg h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tRKUHLPXKg .box {
  background-image: url("../../../assets/images/dwiek2-1060x549.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRKUHLPXKg .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tRKUHLPXKg .icon-wrap:hover {
  border: 4px solid #089608;
}
.cid-tRKUHLPXKg .icon-wrap:hover .mbr-iconfont {
  color: #089608 !important;
}
.cid-tRKUHLPXKg .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tRKUHLPXKg .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tRKUHLPXKg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tRKUHLPXKg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tRKUHLPXKg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tRKUHLPXKg a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tRKUHLPXKg a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tRKUHLPXKg .box {
    height: 250px;
  }
}
.cid-tRKUHLPXKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRKUHLPXKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRyUDE94Bg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efefec;
}
.cid-tRyUDE94Bg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRyUDE94Bg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRyUDE94Bg .row {
  justify-content: center;
}
.cid-tRyUDE94Bg .title-row {
  position: relative;
  z-index: 11;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .cid-tRyUDE94Bg .title-row {
    margin-bottom: 20px;
  }
}
.cid-tRyUDE94Bg .mbr-section-title {
  color: #2B2B2B;
}
.cid-tRyUDE94Bg .mbr-section-subtitle {
  color: #000000;
  margin-top: 12px;
  text-align: center;
}
.cid-tRyUDE94Bg .img-container {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.cid-tRyUDE94Bg .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.cid-tRyUDE94Bg .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tRyUDE94Bg .img-row {
  position: relative;
}
.cid-tRyUDE94Bg .circle-blur {
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .9;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tRyUDE94Bg .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tRyUDE94Bg .circle-blur1 {
  top: 0;
  left: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-tRyUDE94Bg .circle-blur2 {
  bottom: 0;
  right: 10%;
  background-image: linear-gradient(132deg, #78ec80 27%, #78ec80 50%, #78ec80 79%);
}
.cid-t5ByYuDVYU {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-worldmap-1080x661.webp");
}
.cid-t5ByYuDVYU .mbr-overlay {
  background: #7ed321;
  opacity: 0.7;
}
.cid-t5ByYuDVYU .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-t5ByYuDVYU .mbr-section-head {
  margin-bottom: 5rem;
}
.cid-t5ByYuDVYU .mbr-section-title {
  color: #161616;
}
.cid-t5ByYuDVYU .mbr-section-subtitle {
  color: #161616;
}
.cid-t5ByYuDVYU .item:focus,
.cid-t5ByYuDVYU span:focus {
  outline: none;
}
.cid-t5ByYuDVYU .col-img {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  padding: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .cid-t5ByYuDVYU .col-img {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-t5ByYuDVYU .col-img {
    justify-items: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cid-t5ByYuDVYU .col-img {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }
}
.cid-t5ByYuDVYU .item-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-t5ByYuDVYU .card {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 40px;
}
.cid-t5ByYuDVYU .card img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.cid-tRijtC4Cr9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRijtC4Cr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRijtC4Cr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tRijtC4Cr9 .container {
    padding: 0 30px;
  }
}
.cid-tRijtC4Cr9 .row {
  justify-content: center;
}
.cid-tRijtC4Cr9 .title-wrapper {
  margin-bottom: 55px;
}
.cid-tRijtC4Cr9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tRijtC4Cr9 .title-wrapper .link-wrapper:hover .mbr-link {
  color: #5bd95b;
}
.cid-tRijtC4Cr9 .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tRijtC4Cr9 .card {
  padding: 0 8px;
}
.cid-tRijtC4Cr9 .card:nth-child(2n) {
  padding: 80px 8px 0;
}
@media (max-width: 992px) {
  .cid-tRijtC4Cr9 .card:nth-child(2n) {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRijtC4Cr9 .card {
    padding: 0 12px;
  }
}
.cid-tRijtC4Cr9 .card a {
  display: block;
}
.cid-tRijtC4Cr9 .card a:hover .image-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tRijtC4Cr9 .card a:hover .image-wrapper::before {
  opacity: .5;
}
.cid-tRijtC4Cr9 .card a .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cid-tRijtC4Cr9 .card a .image-wrapper img {
  height: 215px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tRijtC4Cr9 .card a .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
  }
}
.cid-tRijtC4Cr9 .card a .image-wrapper .mbr-iconfont {
  position: absolute;
  font-size: 22px;
  color: #5bd95b;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tRijtC4Cr9 .card a .image-wrapper:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #5bd95b;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-tRijtC4Cr9 .text-wrapper {
  margin-top: 44px;
}
.cid-tRijtC4Cr9 .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tRijtC4Cr9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tRijtC4Cr9 .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-tRijtC4Cr9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tRn5a8Ppwj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4eff0;
}
.cid-tRn5a8Ppwj .row {
  justify-content: center;
}
.cid-tRn5a8Ppwj .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-tRn5a8Ppwj .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 24px;
}
.cid-tRn5a8Ppwj .col-title {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
}
.cid-tRn5a8Ppwj .cards-wrapper {
  position: relative;
  padding: 0 !important;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.cid-tRn5a8Ppwj .number-line {
  position: absolute;
  left: 19px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tRn5a8Ppwj .number-line {
    display: none !important;
  }
}
.cid-tRn5a8Ppwj .card {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tRn5a8Ppwj .card:not(:nth-child(2)) {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .cid-tRn5a8Ppwj .card:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #d4eff0;
  }
  .cid-tRn5a8Ppwj .card:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #d4eff0;
  }
}
.cid-tRn5a8Ppwj .card-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-tRn5a8Ppwj .card-number-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #d4eff0;
}
@media (max-width: 991px) {
  .cid-tRn5a8Ppwj .card-number-container {
    position: absolute;
    left: 24px;
    top: -19px;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 50%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRn5a8Ppwj .card-number-container {
    left: 16px;
  }
}
.cid-tRn5a8Ppwj .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 2px solid #000000;
  font-size: 1rem;
  color: #000000;
  border-radius: 50%;
}
.cid-tRn5a8Ppwj .card-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 24px;
  border: 2px solid #7ed321;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-tRn5a8Ppwj .card-box {
    padding: 16px;
    flex-wrap: wrap;
  }
}
.cid-tRn5a8Ppwj .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  padding: 40px;
  border-radius: 12px;
  margin-right: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tRn5a8Ppwj .card-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.cid-tRn5a8Ppwj .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-tRn5a8Ppwj .img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cid-tRn5a8Ppwj .card-text-container {
  width: 100%;
}
.cid-tRn5a8Ppwj .card-title {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-tRn5a8Ppwj .card-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cid-tRn5a8Ppwj .card-subtitle {
    margin-top: 8px;
  }
}
.cid-tRn5a8Ppwj .card-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-tRn5a8Ppwj .card-text {
    margin-top: 16px;
  }
}
.cid-tR13ZO5juG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tR13ZO5juG .row {
  justify-content: center;
}
.cid-tR13ZO5juG .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tR13ZO5juG .title-container {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .cid-tR13ZO5juG .title-container {
    margin-bottom: 56px;
  }
}
.cid-tR13ZO5juG .mbr-section-title {
  color: #000000;
}
.cid-tR13ZO5juG .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-tR13ZO5juG .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tR13ZO5juG .grid-container {
    grid-column-gap: 48px;
  }
}
@media (max-width: 767px) {
  .cid-tR13ZO5juG .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tR13ZO5juG .content-container {
  display: flex;
  padding: 0 !important;
}
.cid-tR13ZO5juG .text-container {
  margin-bottom: 24px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-tR13ZO5juG .text-container {
    margin-bottom: 56px;
    padding: 0;
  }
}
.cid-tR13ZO5juG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-tR13ZO5juG .text-padding {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-tR13ZO5juG .opinion-stars {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .cid-tR13ZO5juG .opinion-stars {
    margin-bottom: 13px;
  }
}
.cid-tR13ZO5juG .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 3px;
}
.cid-tR13ZO5juG .iconfont-wrapper .mbr-iconfont {
  font-size: 21px;
  color: #161616;
}
.cid-tR13ZO5juG .card-title {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
  margin-top: 8px;
}
.cid-tR13ZO5juG .mbr-text {
  width: 100%;
  color: #000000;
  opacity: 0.75;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .cid-tR13ZO5juG .mbr-text {
    margin-bottom: 24px !important;
  }
}
.cid-tR13ZO5juG .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tR13ZO5juG .image-wrapper {
    width: 48px;
    height: 48px;
  }
}
.cid-tR13ZO5juG .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tR13ZO5juG .name-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-tR13ZO5juG .prof-text {
  max-width: 350px;
  color: #000000;
  opacity: 0.75;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tR13ZO5juG .prof-text {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tR13ZO5juG .circle-blur {
  position: absolute;
  top: 5%;
  left: 5%;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-t5BAU5cYvn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg5-1-1048x455.webp");
  position: relative;
  overflow: hidden;
}
.cid-t5BAU5cYvn .row {
  justify-content: center;
}
.cid-t5BAU5cYvn .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-t5BAU5cYvn .title-container {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .cid-t5BAU5cYvn .title-container {
    margin-bottom: 56px;
  }
}
.cid-t5BAU5cYvn .mbr-section-title {
  color: #16c016;
}
.cid-t5BAU5cYvn .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-t5BAU5cYvn .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t5BAU5cYvn .grid-container {
    grid-column-gap: 48px;
  }
}
@media (max-width: 767px) {
  .cid-t5BAU5cYvn .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-t5BAU5cYvn .content-container {
  display: flex;
  padding: 0 !important;
}
.cid-t5BAU5cYvn .text-container {
  margin-bottom: 24px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #161616;
  padding: 40px 16px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-t5BAU5cYvn .text-container {
    margin-bottom: 56px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-t5BAU5cYvn .text-container {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .cid-t5BAU5cYvn .text-container {
    padding: 16px;
  }
}
.cid-t5BAU5cYvn .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-t5BAU5cYvn .text-padding {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-t5BAU5cYvn .opinion-stars {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .cid-t5BAU5cYvn .opinion-stars {
    margin-bottom: 13px;
  }
}
.cid-t5BAU5cYvn .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 3px;
}
.cid-t5BAU5cYvn .iconfont-wrapper .mbr-iconfont {
  font-size: 21px;
  color: #161616;
}
.cid-t5BAU5cYvn .card-title {
  width: 100%;
  color: #161616;
  margin-bottom: 1rem;
  margin-top: 8px;
}
.cid-t5BAU5cYvn .mbr-text {
  width: 100%;
  color: #000000;
  opacity: 0.75;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .cid-t5BAU5cYvn .mbr-text {
    margin-bottom: 24px !important;
  }
}
.cid-t5BAU5cYvn .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t5BAU5cYvn .image-wrapper {
    width: 48px;
    height: 48px;
  }
}
.cid-t5BAU5cYvn .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t5BAU5cYvn .name-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-t5BAU5cYvn .prof-text {
  max-width: 350px;
  color: #000000;
  opacity: 0.75;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-t5BAU5cYvn .prof-text {
    max-width: 100%;
    width: 100%;
  }
}
.cid-t5BAU5cYvn .circle-blur {
  position: absolute;
  top: 5%;
  left: 5%;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-t5BCIhfbVf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-t5BCIhfbVf .row {
  justify-content: center;
}
.cid-t5BCIhfbVf .title-container {
  max-width: 720px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.cid-t5BCIhfbVf .mbr-section-title {
  color: #161616;
}
.cid-t5BCIhfbVf .mbr-section-subtitle {
  color: #161616;
  margin-top: 16px;
}
.cid-t5BCIhfbVf .mbr-section-btn {
  margin-top: 30px;
}
.cid-t5BCIhfbVf .circle-blur {
  position: absolute;
  bottom: -15%;
  right: 0;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-t5BCWu3l7e {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1-1920x1299.webp");
  position: relative;
  overflow: hidden;
}
.cid-t5BCWu3l7e .row {
  justify-content: center;
}
.cid-t5BCWu3l7e .title-container {
  max-width: 720px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.cid-t5BCWu3l7e .mbr-section-title {
  color: #ffffff;
}
.cid-t5BCWu3l7e .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 16px;
}
.cid-t5BCWu3l7e .mbr-section-btn {
  margin-top: 30px;
}
.cid-t5BCWu3l7e .circle-blur {
  position: absolute;
  bottom: -15%;
  right: 0;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-t5BFV8PbAT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #161616;
}
.cid-t5BFV8PbAT .row {
  align-items: center;
  width: 100%;
}
.cid-t5BFV8PbAT .content-container {
  max-width: 720px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.cid-t5BFV8PbAT .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 40px;
}
.cid-t5BFV8PbAT .title-text {
  width: 100%;
}
.cid-t5BFV8PbAT .main-title {
  color: #ffffff;
}
.cid-t5BFV8PbAT .main-subtitle {
  margin-top: 24px;
  color: #ffffff;
}
.cid-t5BFV8PbAT form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-t5BFV8PbAT form h1,
.cid-t5BFV8PbAT form h2,
.cid-t5BFV8PbAT form h3,
.cid-t5BFV8PbAT form h4,
.cid-t5BFV8PbAT form h5,
.cid-t5BFV8PbAT form h6 {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 56px;
  padding-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t5BFV8PbAT form h1,
  .cid-t5BFV8PbAT form h2,
  .cid-t5BFV8PbAT form h3,
  .cid-t5BFV8PbAT form h4,
  .cid-t5BFV8PbAT form h5,
  .cid-t5BFV8PbAT form h6 {
    margin-top: 24px;
    padding-top: 56px;
  }
}
.cid-t5BFV8PbAT form p {
  color: #ffffff;
}
.cid-t5BFV8PbAT form .mbr-section-btn {
  margin-top: 20px;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-t5BFV8PbAT form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-t5BFV8PbAT form .form-group {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}
.cid-t5BFV8PbAT form .form-control {
  border: 2px solid rgba(255, 255, 255, 0.05) !important;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: none !important;
  border-radius: 8px !important;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.cid-t5BFV8PbAT form .form-control::-webkit-input-placeholder {
  color: #d8d5d1;
}
.cid-t5BFV8PbAT form .form-control::-moz-placeholder {
  color: #d8d5d1;
}
.cid-t5BFV8PbAT form .form-control:-moz-placeholder {
  color: #d8d5d1;
}
.cid-t5BFV8PbAT form .form-control:-ms-input-placeholder {
  color: #d8d5d1;
}
.cid-t5BFV8PbAT form select {
  color: #ffffff !important;
}
.cid-t5BFV8PbAT form textarea {
  height: 160px;
}
.cid-t5BFV8PbAT form input:active,
.cid-t5BFV8PbAT form textarea:active,
.cid-t5BFV8PbAT form input:focus,
.cid-t5BFV8PbAT form textarea:focus {
  background-color: #0A0A0A !important;
  border-color: #ffffff !important;
}
.cid-t5BFV8PbAT form input:active::-webkit-input-placeholder,
.cid-t5BFV8PbAT form textarea:active::-webkit-input-placeholder,
.cid-t5BFV8PbAT form input:focus::-webkit-input-placeholder,
.cid-t5BFV8PbAT form textarea:focus::-webkit-input-placeholder {
  color: #d8d5d1;
}
.cid-t5BFV8PbAT form input:active::-moz-placeholder,
.cid-t5BFV8PbAT form textarea:active::-moz-placeholder,
.cid-t5BFV8PbAT form input:focus::-moz-placeholder,
.cid-t5BFV8PbAT form textarea:focus::-moz-placeholder {
  color: #d8d5d1;
}
.cid-t5BFV8PbAT form input:active:-moz-placeholder,
.cid-t5BFV8PbAT form textarea:active:-moz-placeholder,
.cid-t5BFV8PbAT form input:focus:-moz-placeholder,
.cid-t5BFV8PbAT form textarea:focus:-moz-placeholder {
  color: #d8d5d1;
}
.cid-t5BFV8PbAT form input:active:-ms-input-placeholder,
.cid-t5BFV8PbAT form textarea:active:-ms-input-placeholder,
.cid-t5BFV8PbAT form input:focus:-ms-input-placeholder,
.cid-t5BFV8PbAT form textarea:focus:-ms-input-placeholder {
  color: #d8d5d1;
}
.cid-t5BFV8PbAT form .row {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.cid-t5BFV8PbAT form .row [class*=col] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-t5BFV8PbAT form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 12px;
}
.cid-t5BFV8PbAT form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-t5BFV8PbAT form .form-check-input:focus,
.cid-t5BFV8PbAT form .form-check-input:hover {
  border-color: #ffffff !important;
}
.cid-t5BFV8PbAT form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-tR16GoQifX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tR16GoQifX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR16GoQifX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR16GoQifX .row {
  justify-content: center;
}
.cid-tR16GoQifX .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-tR16GoQifX .title-container {
    margin-bottom: 64px;
  }
}
.cid-tR16GoQifX .mbr-section-title {
  color: #000000;
  margin-bottom: 24px !important;
}
.cid-tR16GoQifX .mbr-section-subtitle {
  color: #161616;
}
.cid-tR16GoQifX .toggle-panel {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tR16GoQifX .card {
  border-bottom: 2px solid #161616;
  border-top: 2px solid #161616;
  margin-bottom: -2px;
  border-radius: 0 !important;
}
.cid-tR16GoQifX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tR16GoQifX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tR16GoQifX .panel-title {
    align-items: flex-start;
  }
}
.cid-tR16GoQifX .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 1.3rem !important;
  color: #161616;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-tR16GoQifX .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-tR16GoQifX .mbr-iconfont {
    margin-top: 10px;
    font-size: 1rem !important;
  }
}
.cid-tR16GoQifX .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-tR16GoQifX .card-header {
  border-bottom: none;
  padding: 24px 0;
}
.cid-tR16GoQifX .panel-body {
  margin-bottom: 24px;
}
.cid-tR16GoQifX .panel-title-edit {
  color: #000000;
}
.cid-tR16GoQifX .panel-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-tR16GoQifX .circle-blur {
  position: absolute;
  bottom: -15%;
  right: 0;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-tR3Dru0oBY {
  padding-top: 135px;
  padding-bottom: 120px;
}
.cid-tR3Dru0oBY .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tR3Dru0oBY svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tR3Dru0oBY g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tR3Dru0oBY .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tR3Dru0oBY .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tR3Dru0oBY .soc-item:hover {
  background: #5bd95b;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tR3Dru0oBY .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tR3Dru0oBY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tR3Dru0oBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tR3Dru0oBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tR3Dru0oBY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tR3Dru0oBY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tR3Dru0oBY .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tR3Dru0oBY .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tR3Dru0oBY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tR3Dru0oBY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tR3Dru0oBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tR3Dru0oBY .media-container-row .row-copirayt p {
  width: 100%;
}
