body {
  font-family: Hanken Grotesk;
}
.display-1 {
  font-family: 'Oxygen', sans-serif;
  font-size: 3.5rem;
  line-height: 76px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 2.8rem;
  line-height: 61px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 2.25rem;
  line-height: 49px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.55;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 100px;
}
.bg-primary {
  background-color: #101511 !important;
}
.bg-success {
  background-color: #6e716f !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #249283 !important;
}
.bg-danger {
  background-color: #ffc374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #101511 !important;
  border-color: #101511 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eafa72 !important;
  border-color: #eafa72 !important;
  color: #5d6904 !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: #131601 !important;
  background-color: #def71e !important;
  border-color: #def71e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d6904 !important;
  background-color: #def71e !important;
  border-color: #def71e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6e716f !important;
  border-color: #6e716f !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: #434544 !important;
  border-color: #434544 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #434544 !important;
  border-color: #434544 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #249283 !important;
  border-color: #249283 !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: #134c45 !important;
  border-color: #134c45 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #134c45 !important;
  border-color: #134c45 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc374 !important;
  border-color: #ffc374 !important;
  color: #744200 !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: #ff9e1d !important;
  border-color: #ff9e1d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #744200 !important;
  background-color: #ff9e1d !important;
  border-color: #ff9e1d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #101511;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #101511 !important;
  border-color: #101511 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eafa72;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #def71e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d6904 !important;
  background-color: #eafa72 !important;
  border-color: #eafa72 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6e716f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #434544 !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: #6e716f !important;
  border-color: #6e716f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #249283;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #134c45 !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: #249283 !important;
  border-color: #249283 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff9e1d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #744200 !important;
  background-color: #ffc374 !important;
  border-color: #ffc374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #101511 !important;
}
.text-secondary {
  color: #eafa72 !important;
}
.text-success {
  color: #6e716f !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #249283 !important;
}
.text-danger {
  color: #ffc374 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #dbf70f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c3d3c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #10403a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff970e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #101511;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #249283;
}
.alert-danger {
  background-color: #ffc374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #101511;
  border-color: #101511;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #101511;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bdcdc0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aeb0af;
}
.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: #5ed7c7;
}
.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: 'Oxygen', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #101511 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #101511;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #101511;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #101511;
}
.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: #101511;
  border-bottom-color: #101511;
}
.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: #101511 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #eafa72 !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='%23101511' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  min-height: 77px;
  min-width: 280px;
  padding: 9px 15px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    min-height: 71px;
    min-width: 180px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  color: #101511 !important;
  border: none;
  background-color: #eafa72 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #101511;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #eafa72;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #6e716f;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #249283;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #ffc374;
}
.cid-tx6B9ZkeJJ {
  z-index: 1000;
  width: 100%;
}
.cid-tx6B9ZkeJJ nav.navbar {
  position: fixed;
}
.cid-tx6B9ZkeJJ .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-tx6B9ZkeJJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tx6B9ZkeJJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tx6B9ZkeJJ .dropdown-item:hover,
.cid-tx6B9ZkeJJ .dropdown-item:focus {
  background: #101511 !important;
  color: white !important;
}
.cid-tx6B9ZkeJJ .dropdown-item:hover span {
  color: white;
}
.cid-tx6B9ZkeJJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tx6B9ZkeJJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tx6B9ZkeJJ .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tx6B9ZkeJJ .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tx6B9ZkeJJ .nav-link {
  position: relative;
}
.cid-tx6B9ZkeJJ .container {
  display: flex;
  margin: auto;
}
.cid-tx6B9ZkeJJ .dropdown-menu,
.cid-tx6B9ZkeJJ .navbar.opened {
  background: #05c9a9 !important;
}
.cid-tx6B9ZkeJJ .nav-item:focus,
.cid-tx6B9ZkeJJ .nav-link:focus {
  outline: none;
}
.cid-tx6B9ZkeJJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tx6B9ZkeJJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tx6B9ZkeJJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tx6B9ZkeJJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tx6B9ZkeJJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tx6B9ZkeJJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tx6B9ZkeJJ .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-tx6B9ZkeJJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tx6B9ZkeJJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tx6B9ZkeJJ .navbar .navbar-logo img {
  width: auto;
  margin: 1em 0 0 auto;
}
.cid-tx6B9ZkeJJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tx6B9ZkeJJ .navbar.collapsed {
  justify-content: center;
}
.cid-tx6B9ZkeJJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tx6B9ZkeJJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tx6B9ZkeJJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tx6B9ZkeJJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tx6B9ZkeJJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tx6B9ZkeJJ .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-tx6B9ZkeJJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tx6B9ZkeJJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tx6B9ZkeJJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tx6B9ZkeJJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tx6B9ZkeJJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tx6B9ZkeJJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tx6B9ZkeJJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tx6B9ZkeJJ .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-tx6B9ZkeJJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tx6B9ZkeJJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tx6B9ZkeJJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tx6B9ZkeJJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-top: 0.5rem;
    padding-right: 2rem;
  }
  .cid-tx6B9ZkeJJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tx6B9ZkeJJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tx6B9ZkeJJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tx6B9ZkeJJ .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-tx6B9ZkeJJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tx6B9ZkeJJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tx6B9ZkeJJ .dropdown-item.active,
.cid-tx6B9ZkeJJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tx6B9ZkeJJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tx6B9ZkeJJ .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tx6B9ZkeJJ .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tx6B9ZkeJJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #05c9a9;
}
.cid-tx6B9ZkeJJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tx6B9ZkeJJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tx6B9ZkeJJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tx6B9ZkeJJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tx6B9ZkeJJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tx6B9ZkeJJ button.navbar-toggler .hamburger span {
  position: absolute;
  margin: -2.5rem 0 0 auto;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tx6B9ZkeJJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tx6B9ZkeJJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx6B9ZkeJJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx6B9ZkeJJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tx6B9ZkeJJ nav.opened .hamburger span:nth-child(1) {
  top: 10px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx6B9ZkeJJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tx6B9ZkeJJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tx6B9ZkeJJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx6B9ZkeJJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tx6B9ZkeJJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tx6B9ZkeJJ .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-tx6B9ZkeJJ .navbar {
    height: 70px;
  }
  .cid-tx6B9ZkeJJ .navbar.opened {
    height: auto;
  }
  .cid-tx6B9ZkeJJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tx6B9ZkeJJ .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-tx6B9ZkeJJ .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #000000;
  background: rgba(5, 201, 169, 0);
}
.cid-tx6B9ZkeJJ .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-tx6B9ZkeJJ .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-tx6B9ZkeJJ .navbar-nav .nav-link:hover {
  background-color: #000000;
  color: #05c9a9 !important;
  box-shadow: 2px 0 0 #000000, 0 1px 0 #000000, -2px 0 0 #000000, 0 -1px 0 #000000;
}
@media (max-width: 991px) {
  .cid-tx6B9ZkeJJ .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-tx6B9ZkeJJ .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tx6B9ZkeJJ .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tx6B9ZkeJJ .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tx6B9ZkeJJ .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
.cid-tx6B9ZkeJJ .navbar-collapse {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  padding-top: 6vw;
}
.cid-tx6B9ZkeJJ .navbar-nav {
  border: none;
  background: transparent;
  max-width: 100%;
}
.cid-tx6B9ZkeJJ .navbar-nav .nav-item {
  display: list-item;
  margin: 0 !important;
}
.cid-tx6B9ZkeJJ .navbar-nav .nav-item .nav-link {
  padding: 0 !important;
  margin: 0 0 20px !important;
  border-radius: 0;
  font-size: 76px;
  justify-content: flex-start;
}
.cid-tx6B9ZkeJJ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: none;
}
.cid-tx6B9ZkeJJ .mbr-section-btn {
  margin-top: 70px;
  text-align: left;
}
.cid-tx6B9ZkeJJ .btn-container {
  display: none;
}
@media (max-width: 991px) {
  .cid-tx6B9ZkeJJ .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-tx6B9ZkeJJ .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-tx6B9ZkeJJ .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-tx6B9ZkeJJ .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tx6B9ZkeJJ .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-tx6B9ZkeJJ .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #000000 !important;
    box-shadow: none;
  }
  .cid-tx6B9ZkeJJ .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-tx6B9ZkeJJ .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-tx6B9ZkeJJ .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-tx6B9ZkeJJ .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-tx6B9ZkeJJ .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-tx6B9ZkeJJ .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-tx6B9ZkeJJ .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tpSYzF1kmL {
  background-image: url("../../../assets/images/background-speaker-mesh-white-template-1000x655.webp");
}
.cid-tpSYzF1kmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpSYzF1kmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpSYzF1kmL .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 500px) {
  .cid-tpSYzF1kmL .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-tpSYzF1kmL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tpSYzF1kmL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tpSYzF1kmL .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tpSYzF1kmL .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #05c9a9;
}
.cid-tpSYzF1kmL .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-tpSYzF1kmL .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-tpSYzF1kmL .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-tpSYzF1kmL .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #05c9a9;
}
@media (max-width: 550px) {
  .cid-tpSYzF1kmL .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-tpSYzF1kmL .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #e8e8e8;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tpSYzF1kmL .image-wrapper::after {
    width: 250px;
    height: 250px;
    display: none;
  }
}
.cid-tpSYzF1kmL .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #6e716f;
}
.cid-tpSYzF1kmL .image-wrapper .image_1 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(5deg);
}
@media (max-width: 500px) {
  .cid-tpSYzF1kmL .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-tpSYzF1kmL .image-wrapper .image_2 {
  width: 300px;
  height: 300px;
  margin: 0 0 0 auto;
  object-fit: cover;
  position: relative;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 500px) {
  .cid-tpSYzF1kmL .image-wrapper .image_2 {
    width: 100%;
    height: 450px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-tpSYzF1kmL .image-wrapper .image_3 {
  width: 400px;
  height: 400px;
  object-fit: cover;
  margin: 11rem 0 0 auto;
  z-index: 2;
  position: absolute;
  transform: rotate(18deg);
}
@media (max-width: 500px) {
  .cid-tpSYzF1kmL .image-wrapper .image_3 {
    width: 100%;
    height: 450px;
    margin: 32 0 32px 0;
  }
}
.cid-tpSYzF1kmL .image-wrapper .image_4 {
  display: block;
  max-width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 3rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(-18deg);
}
@media (max-width: 500px) {
  .cid-tpSYzF1kmL .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-tpSYzF1kmL .mbr-section-title {
  color: #101511;
}
.cid-tpSYzF1kmL .mbr-text {
  color: #6e716f;
}
.cid-tpSYzF1kmL .mbr-section-title,
.cid-tpSYzF1kmL .mbr-section-btn {
  color: #072a5e;
}
.cid-tpSXVG4FoJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101511;
}
.cid-tpSXVG4FoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpSXVG4FoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpSXVG4FoJ .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tpSXVG4FoJ .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-tpSXVG4FoJ .date-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpSXVG4FoJ .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tpSXVG4FoJ .date-wrapper .mbr-iconfont {
  font-size: 48px;
  margin-right: 10px;
}
.cid-tpSXVG4FoJ .date-wrapper .mbr-date {
  margin: 0;
}
.cid-tpSXVG4FoJ .icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cid-tpSXVG4FoJ .icons-wrapper .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #e8e8e8;
  margin: 0 5px 10px 5px;
  transition: all .3s ease;
}
.cid-tpSXVG4FoJ .icons-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-tpSXVG4FoJ .mbr-date,
.cid-tpSXVG4FoJ .mbr-iconfont {
  color: #d8ea4e;
}
.cid-tx6HAqqGgv {
  background-image: url("../../../assets/images/ezgif-2-a0d1c84db847.gif");
}
.cid-tx6HAqqGgv .media-content .btn-bgr {
  z-index: 0;
}
.cid-tx6HAqqGgv .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-tx6HAqqGgv .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-tx6HAqqGgv {
    text-align: center !important;
  }
  .cid-tx6HAqqGgv .mbr-text {
    text-align: center;
  }
}
.cid-tx6HAqqGgv .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tx6HAqqGgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx6HAqqGgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpSXSadNpJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tpSXSadNpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpSXSadNpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpSXSadNpJ .row {
  justify-content: center;
}
.cid-tpSXSadNpJ .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tpSXSadNpJ .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tpSXSadNpJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tpSXSadNpJ .card {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tpSXSadNpJ .card {
    margin-bottom: 32px;
  }
}
.cid-tpSXSadNpJ .card .card-wrapper {
  padding: 0 78px 48px;
  border-radius: 40px;
  overflow: visible;
  transform: rotate(355deg);
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tpSXSadNpJ .card .card-wrapper {
    padding: 32px 68px;
  }
}
@media (max-width: 768px) {
  .cid-tpSXSadNpJ .card .card-wrapper {
    padding: 32px;
  }
}
.cid-tpSXSadNpJ .card .card-wrapper .card-title-wrapper {
  border-radius: 17px;
  padding: 16px 32px;
  width: fit-content;
  margin-left: -2rem;
  transform: rotate(340deg);
  background-color: #05c9a9;
}
.cid-tpSXSadNpJ .card .card-wrapper .card-title-wrapper .mbr-title_1,
.cid-tpSXSadNpJ .card .card-wrapper .card-title-wrapper .mbr-title_2 {
  margin: 0;
}
.cid-tpSXSadNpJ .card .card-wrapper .text-wrapper .mbr-desc_1,
.cid-tpSXSadNpJ .card .card-wrapper .text-wrapper .mbr-desc_2 {
  margin: 48px 0 0 0;
}
.cid-tpSXSadNpJ .card .card-wrapper .text-wrapper .mbr-text_1,
.cid-tpSXSadNpJ .card .card-wrapper .text-wrapper .mbr-text_2 {
  margin: 16px 0 0 0;
}
.cid-tpSXSadNpJ .card .card-wrapper .text-wrapper .link-wrapper {
  display: block;
  margin: 24px 0 0 0;
  transition: all .3s ease;
}
.cid-tpSXSadNpJ .card .card-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .7;
}
.cid-tpSXSadNpJ .card .card-wrapper .text-wrapper .link-wrapper .mbr-link_1,
.cid-tpSXSadNpJ .card .card-wrapper .text-wrapper .link-wrapper .mbr-link_2 {
  margin: 0;
}
.cid-tpSXSadNpJ .card:nth-child(2n) .card-wrapper {
  background-color: #ffffff;
  transform: rotate(5deg);
}
.cid-tpSXSadNpJ .card:nth-child(2n) .card-wrapper .card-title-wrapper {
  transform: rotate(14deg);
  background-color: #000000;
}
.cid-tpSXSadNpJ .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-tpSXSadNpJ .mbr-title_1 {
  color: #101511;
  text-align: center;
}
.cid-tpSXSadNpJ .mbr-title_2 {
  color: #ffffff;
  text-align: center;
}
.cid-tpSXSadNpJ .mbr-desc_1 {
  color: #e8e8e8;
}
.cid-tpSXSadNpJ .mbr-desc_2 {
  color: #6e716f;
}
.cid-tpSXSadNpJ .mbr-text_1 {
  color: #e8e8e8;
}
.cid-tpSXSadNpJ .mbr-text_2 {
  color: #6e716f;
}
.cid-tpSXSadNpJ .mbr-link_1 {
  color: #05c9a9;
}
.cid-tpSXSadNpJ .mbr-link_2 {
  color: #fa4529;
}
.cid-tx6DneWprM {
  background-color: #ddff55;
}
.cid-tx6DneWprM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx6DneWprM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx6DneWprM .container {
  width: 100%;
  max-width: 100%;
}
.cid-tx6DneWprM .col-title {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.cid-tx6DneWprM .mbr-section-title {
  color: #1B1F0A;
  margin-bottom: 0;
}
.cid-tx6DneWprM .mbr-section-subtitle {
  color: #1B1F0A;
  margin-bottom: 0;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-tx6DneWprM .item-col {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
  border-top: 4px solid #1b1f0a;
}
.cid-tx6DneWprM .item-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #bcd948;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-tx6DneWprM .item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #1b1f0a;
  position: relative;
}
.cid-tx6DneWprM .item:hover .item-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-tx6DneWprM .item-wrap {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.cid-tx6DneWprM .mbr-text {
  position: relative;
  z-index: 2;
  color: #1B1F0A;
  margin-bottom: 0;
  width: 100%;
}
.cid-tx6DneWprM .mbr-text a {
  width: 100%;
}
.cid-tx6CWq5tCQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-tx6CWq5tCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx6CWq5tCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx6CWq5tCQ .row {
  justify-content: center;
}
.cid-tx6CWq5tCQ .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tx6CWq5tCQ .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tx6CWq5tCQ .row {
    padding: 0 24px;
  }
}
.cid-tx6CWq5tCQ .video-wrapper iframe {
  width: 100%;
}
.cid-tx6CWq5tCQ .title-wrapper {
  margin-bottom: 32px;
}
.cid-tx6CWq5tCQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tx6CWq5tCQ .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tx6CWq5tCQ .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #f0514f;
  z-index: -1;
}
.cid-tx6CWq5tCQ .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tx6CWq5tCQ .video-block {
    margin-bottom: 24px;
  }
}
.cid-tx6CWq5tCQ .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tx6CWq5tCQ .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tx6IfmWCTB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tx6IfmWCTB .item-img {
  position: relative;
}
.cid-tx6IfmWCTB .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-tx6IfmWCTB .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-tx6IfmWCTB .btn-tag:hover,
.cid-tx6IfmWCTB .btn-tag:focus {
  box-shadow: none;
}
.cid-tx6IfmWCTB img,
.cid-tx6IfmWCTB .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tx6IfmWCTB .item:focus,
.cid-tx6IfmWCTB span:focus {
  outline: none;
}
.cid-tx6IfmWCTB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tx6IfmWCTB .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tx6IfmWCTB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tx6IfmWCTB .mbr-section-title {
  color: #232323;
}
.cid-tx6IfmWCTB .mbr-text,
.cid-tx6IfmWCTB .mbr-section-btn {
  color: #353535;
}
.cid-tx6IfmWCTB .item-title {
  color: #353535;
}
.cid-tx7JqFpYV7 {
  background-color: #fa4529;
}
.cid-tx7JqFpYV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx7JqFpYV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx7JqFpYV7 .container {
  width: 100%;
  max-width: 100%;
}
.cid-tx7JqFpYV7 .col-title {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.cid-tx7JqFpYV7 .mbr-section-title {
  color: #1B1F0A;
  margin-bottom: 0;
}
.cid-tx7JqFpYV7 .mbr-section-subtitle {
  color: #1B1F0A;
  margin-bottom: 0;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-tx7JqFpYV7 .item-col {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
  border-top: 4px solid #1b1f0a;
}
.cid-tx7JqFpYV7 .item-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f0514f;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-tx7JqFpYV7 .item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #1b1f0a;
  position: relative;
}
.cid-tx7JqFpYV7 .item:hover .item-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-tx7JqFpYV7 .item-wrap {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.cid-tx7JqFpYV7 .mbr-text {
  position: relative;
  z-index: 2;
  color: #1B1F0A;
  margin-bottom: 0;
  width: 100%;
}
.cid-tx7JqFpYV7 .mbr-text a {
  width: 100%;
}
.cid-tx6HTxSREj {
  background-color: #f9f9fc;
}
.cid-tx6HTxSREj .row {
  justify-content: center;
}
.cid-tx6HTxSREj .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tx6HTxSREj .mbr-section-title {
  margin-bottom: 10px;
  color: #20232a;
  text-align: center;
}
.cid-tx6HTxSREj .card {
  height: 500px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cid-tx6HTxSREj .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tx6HTxSREj .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tx6HTxSREj .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 50px;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .cid-tx6HTxSREj .card-wrapper {
    padding: 29px;
  }
}
.cid-tx6HTxSREj .card-wrapper .card-button {
  width: 100%;
}
.cid-tx6HTxSREj .card-wrapper .card-button .mbr-button {
  width: 98px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -15px;
  border-radius: 15px;
  letter-spacing: .72px;
  background: #ff4712;
  pointer-events: visible;
  transition: all .4s ease;
}
.cid-tx6HTxSREj .card-wrapper .card-text-main {
  transform: translate(0, 25%);
  transition: all .4s ease;
}
.cid-tx6HTxSREj .card-wrapper .card-text-main .mbr-card-title {
  margin: -20px;
  pointer-events: visible;
}
.cid-tx6HTxSREj .card-wrapper .card-text-main .card-text-date .mbr-date {
  margin: 0;
  opacity: .7;
  pointer-events: visible;
  display: inline-flex;
  align-items: center;
}
.cid-tx6HTxSREj .card-wrapper .card-text-main .card-text-date .mbr-date span {
  margin-right: 13px;
  color: #eafa72;
  pointer-events: visible;
}
.cid-tx6HTxSREj .card-wrapper .card-text-main .card-text-link {
  margin-top: 15px;
  opacity: 0;
  transition: all .4s ease;
}
.cid-tx6HTxSREj .card-wrapper .card-text-main .card-text-link .mbr-link {
  margin: 0;
  pointer-events: visible;
  display: inline-flex;
  align-items: center;
}
.cid-tx6HTxSREj .card-wrapper .card-text-main .card-text-link .mbr-link span {
  margin-left: 6px;
  color: #6e716f;
  pointer-events: visible;
}
.cid-tx6HTxSREj .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tx6HTxSREj .card:hover .card-text-main {
  transform: translate(0, 0);
}
.cid-tx6HTxSREj .card:hover .card-text-link {
  opacity: 1;
}
.cid-tx6HTxSREj .card:hover .mbr-button {
  background: #20232a;
}
.cid-tx6HTxSREj .mbr-button {
  color: #FFFFFF;
}
.cid-tx6HTxSREj .mbr-card-title {
  color: #FFFFFF;
}
.cid-tx6HTxSREj .mbr-date {
  color: #fafafa;
}
.cid-tx6HTxSREj .mbr-link {
  color: #FFFFFF;
}
.cid-tx6HTxSREj .mbr-card-title,
.cid-tx6HTxSREj .mbr-card-title,
.cid-tx6HTxSREj .card-button,
.cid-tx6HTxSREj .mbr-date,
.cid-tx6HTxSREj .mbr-link {
  text-align: left;
}
.cid-tx7J4VYxC5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-tx7J4VYxC5 .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-tx7J4VYxC5 .mbr-section-title {
  color: #ffffff;
}
.cid-tx7J4VYxC5 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-tx7J4VYxC5 .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-tx7J3EhRYV {
  background-color: #ddff55;
}
.cid-tx7J3EhRYV .row {
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-tx7J3EhRYV .mbr-section-subtitle {
  position: relative;
  color: #1B1F0A;
}
@media (max-width: 575px) {
  .cid-tx7J3EhRYV .mbr-section-subtitle {
    margin-top: 3rem;
  }
}
.cid-tx7J3EhRYV .mbr-section-subtitle span {
  padding: 6px 8px;
  border: 1px solid currentColor;
  font-size: 14px;
  border-radius: 100vw;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .cid-tx7J3EhRYV .mbr-section-subtitle span {
    position: absolute;
    bottom: calc(100% + 1rem);
    left: 0;
    max-width: 100%;
  }
}
.cid-tx7J3EhRYV .mbr-section-btn {
  margin-top: 50px;
}
.cid-tx6IsihAbH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tx6IsihAbH img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-tx6IsihAbH .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-tx6IsihAbH .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-tx6IsihAbH .brand:hover {
  transform: translate(0px, -4px);
}
.cid-tx6IsihAbH .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-tx6IsihAbH .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-tx6IsihAbH .row-main {
    flex-direction: column;
  }
  .cid-tx6IsihAbH .col-auto {
    margin-bottom: 10px;
  }
  .cid-tx6IsihAbH .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-tx7Jr3ph5D {
  background-color: #05c9a9;
}
.cid-tx7Jr3ph5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx7Jr3ph5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx7Jr3ph5D .container {
  width: 100%;
  max-width: 100%;
}
.cid-tx7Jr3ph5D .col-title {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.cid-tx7Jr3ph5D .mbr-section-title {
  color: #1B1F0A;
  margin-bottom: 0;
}
.cid-tx7Jr3ph5D .mbr-section-subtitle {
  color: #1B1F0A;
  margin-bottom: 0;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-tx7Jr3ph5D .item-col {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
  border-top: 4px solid #1b1f0a;
}
.cid-tx7Jr3ph5D .item-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #249283;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-tx7Jr3ph5D .item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #1b1f0a;
  position: relative;
}
.cid-tx7Jr3ph5D .item:hover .item-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-tx7Jr3ph5D .item-wrap {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.cid-tx7Jr3ph5D .mbr-text {
  position: relative;
  z-index: 2;
  color: #1B1F0A;
  margin-bottom: 0;
  width: 100%;
}
.cid-tx7Jr3ph5D .mbr-text a {
  width: 100%;
}
.cid-tx6ERvvGGz {
  background-color: #000000;
}
.cid-tx6ERvvGGz .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-tx6ERvvGGz .mbr-section-title {
  color: #f3f4ef;
}
.cid-tx6ERvvGGz .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-tx6ERvvGGz .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-tx6ERvvGGz .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
.cid-tpSZbu7KUh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-tpSZbu7KUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpSZbu7KUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpSZbu7KUh .row {
  justify-content: center;
}
.cid-tpSZbu7KUh .mbr-form {
  padding: 40px 45px;
}
@media (max-width: 992px) {
  .cid-tpSZbu7KUh .mbr-form {
    padding: 32px 24px;
  }
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .mbr-section-title {
  margin-bottom: 11px;
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .mbr-text {
  margin-bottom: 22px;
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .form-group .form-control-label {
  width: 100%;
  padding: 0 10px 5px 0;
  margin: 0;
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .form-group .form-control {
  padding: 0 20px;
  background-color: #ffffff;
  min-height: 60px;
  border-radius: 100px;
  box-shadow: none;
  border: none !important;
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .form-group .form-control::placeholder {
  color: #6e716f;
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .form-group .form-control:hover,
.cid-tpSZbu7KUh .mbr-form .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin: 0;
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  border: 2px solid #6e716f;
  background-color: transparent;
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .form-group .form-check .form-check-label {
  width: 100%;
  padding-top: 4px;
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .form-group textarea {
  padding: 10px 20px 0;
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-tpSZbu7KUh .mbr-form .dragArea.row .mbr-section-btn .btn {
  min-height: 54px;
}
.cid-tpSZbu7KUh .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-tpSZbu7KUh .mbr-text {
  color: #6e716f;
  text-align: center;
}
.cid-tpSZbu7KUh LABEL {
  color: #101511;
}
.cid-tx7Jchxi83 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeff42;
}
.cid-tx7Jchxi83 .title {
  min-height: 44px;
}
.cid-tx7Jchxi83 .mbr-section-subtitle {
  color: #253c57;
}
.cid-txJJ2isUpJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #249283;
}
.cid-txJJ2isUpJ .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-txJJ2isUpJ .mbr-iconfont-social:hover {
  color: #b7b6b6;
}
.cid-txJJ2isUpJ .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-txJJ2isUpJ .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-txJIRfF9LR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181817;
}
.cid-txJIRfF9LR .mbr-text {
  color: #f6f6ef;
}
.cid-txJE0oDEV0 {
  z-index: 1000;
  width: 100%;
}
.cid-txJE0oDEV0 nav.navbar {
  position: fixed;
}
.cid-txJE0oDEV0 .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-txJE0oDEV0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txJE0oDEV0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txJE0oDEV0 .dropdown-item:hover,
.cid-txJE0oDEV0 .dropdown-item:focus {
  background: #101511 !important;
  color: white !important;
}
.cid-txJE0oDEV0 .dropdown-item:hover span {
  color: white;
}
.cid-txJE0oDEV0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txJE0oDEV0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txJE0oDEV0 .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txJE0oDEV0 .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txJE0oDEV0 .nav-link {
  position: relative;
}
.cid-txJE0oDEV0 .container {
  display: flex;
  margin: auto;
}
.cid-txJE0oDEV0 .dropdown-menu,
.cid-txJE0oDEV0 .navbar.opened {
  background: #05c9a9 !important;
}
.cid-txJE0oDEV0 .nav-item:focus,
.cid-txJE0oDEV0 .nav-link:focus {
  outline: none;
}
.cid-txJE0oDEV0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txJE0oDEV0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txJE0oDEV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txJE0oDEV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txJE0oDEV0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txJE0oDEV0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txJE0oDEV0 .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-txJE0oDEV0 .navbar.opened {
  transition: all 0.3s;
}
.cid-txJE0oDEV0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txJE0oDEV0 .navbar .navbar-logo img {
  width: auto;
  margin: 1em 0 0 auto;
}
.cid-txJE0oDEV0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txJE0oDEV0 .navbar.collapsed {
  justify-content: center;
}
.cid-txJE0oDEV0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txJE0oDEV0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txJE0oDEV0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-txJE0oDEV0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txJE0oDEV0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txJE0oDEV0 .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-txJE0oDEV0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txJE0oDEV0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txJE0oDEV0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txJE0oDEV0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txJE0oDEV0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txJE0oDEV0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txJE0oDEV0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txJE0oDEV0 .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-txJE0oDEV0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txJE0oDEV0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txJE0oDEV0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txJE0oDEV0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-top: 0.5rem;
    padding-right: 2rem;
  }
  .cid-txJE0oDEV0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txJE0oDEV0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txJE0oDEV0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txJE0oDEV0 .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-txJE0oDEV0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-txJE0oDEV0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txJE0oDEV0 .dropdown-item.active,
.cid-txJE0oDEV0 .dropdown-item:active {
  background-color: transparent;
}
.cid-txJE0oDEV0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txJE0oDEV0 .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txJE0oDEV0 .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txJE0oDEV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #05c9a9;
}
.cid-txJE0oDEV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txJE0oDEV0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txJE0oDEV0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txJE0oDEV0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txJE0oDEV0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txJE0oDEV0 button.navbar-toggler .hamburger span {
  position: absolute;
  margin: -2.5rem 0 0 auto;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txJE0oDEV0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txJE0oDEV0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txJE0oDEV0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txJE0oDEV0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txJE0oDEV0 nav.opened .hamburger span:nth-child(1) {
  top: 10px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txJE0oDEV0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txJE0oDEV0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txJE0oDEV0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txJE0oDEV0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txJE0oDEV0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txJE0oDEV0 .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-txJE0oDEV0 .navbar {
    height: 70px;
  }
  .cid-txJE0oDEV0 .navbar.opened {
    height: auto;
  }
  .cid-txJE0oDEV0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txJE0oDEV0 .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-txJE0oDEV0 .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #000000;
  background: rgba(5, 201, 169, 0);
}
.cid-txJE0oDEV0 .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-txJE0oDEV0 .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-txJE0oDEV0 .navbar-nav .nav-link:hover {
  background-color: #000000;
  color: #05c9a9 !important;
  box-shadow: 2px 0 0 #000000, 0 1px 0 #000000, -2px 0 0 #000000, 0 -1px 0 #000000;
}
@media (max-width: 991px) {
  .cid-txJE0oDEV0 .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-txJE0oDEV0 .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-txJE0oDEV0 .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-txJE0oDEV0 .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-txJE0oDEV0 .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
.cid-txJE0oDEV0 .navbar-collapse {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  padding-top: 6vw;
}
.cid-txJE0oDEV0 .navbar-nav {
  border: none;
  background: transparent;
  max-width: 100%;
}
.cid-txJE0oDEV0 .navbar-nav .nav-item {
  display: list-item;
  margin: 0 !important;
}
.cid-txJE0oDEV0 .navbar-nav .nav-item .nav-link {
  padding: 0 !important;
  margin: 0 0 20px !important;
  border-radius: 0;
  font-size: 76px;
  justify-content: flex-start;
}
.cid-txJE0oDEV0 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: none;
}
.cid-txJE0oDEV0 .mbr-section-btn {
  margin-top: 70px;
  text-align: left;
}
.cid-txJE0oDEV0 .btn-container {
  display: none;
}
@media (max-width: 991px) {
  .cid-txJE0oDEV0 .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-txJE0oDEV0 .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-txJE0oDEV0 .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-txJE0oDEV0 .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-txJE0oDEV0 .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-txJE0oDEV0 .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #000000 !important;
    box-shadow: none;
  }
  .cid-txJE0oDEV0 .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-txJE0oDEV0 .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-txJE0oDEV0 .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-txJE0oDEV0 .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-txJE0oDEV0 .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-txJE0oDEV0 .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-txJE0oDEV0 .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-txJE0pIUwQ {
  background-image: url("../../../assets/images/background-speaker-mesh-white-template-1000x655.webp");
}
.cid-txJE0pIUwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0pIUwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0pIUwQ .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 500px) {
  .cid-txJE0pIUwQ .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-txJE0pIUwQ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-txJE0pIUwQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-txJE0pIUwQ .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-txJE0pIUwQ .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #05c9a9;
}
.cid-txJE0pIUwQ .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-txJE0pIUwQ .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-txJE0pIUwQ .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-txJE0pIUwQ .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #05c9a9;
}
@media (max-width: 550px) {
  .cid-txJE0pIUwQ .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-txJE0pIUwQ .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #e8e8e8;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-txJE0pIUwQ .image-wrapper::after {
    width: 250px;
    height: 250px;
    display: none;
  }
}
.cid-txJE0pIUwQ .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #6e716f;
}
.cid-txJE0pIUwQ .image-wrapper .image_1 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(5deg);
}
@media (max-width: 500px) {
  .cid-txJE0pIUwQ .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-txJE0pIUwQ .image-wrapper .image_2 {
  width: 300px;
  height: 300px;
  margin: 0 0 0 auto;
  object-fit: cover;
  position: relative;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 500px) {
  .cid-txJE0pIUwQ .image-wrapper .image_2 {
    width: 100%;
    height: 450px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-txJE0pIUwQ .image-wrapper .image_3 {
  width: 400px;
  height: 400px;
  object-fit: cover;
  margin: 11rem 0 0 auto;
  z-index: 2;
  position: absolute;
  transform: rotate(18deg);
}
@media (max-width: 500px) {
  .cid-txJE0pIUwQ .image-wrapper .image_3 {
    width: 100%;
    height: 450px;
    margin: 32 0 32px 0;
  }
}
.cid-txJE0pIUwQ .image-wrapper .image_4 {
  display: block;
  max-width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 3rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(-18deg);
}
@media (max-width: 500px) {
  .cid-txJE0pIUwQ .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-txJE0pIUwQ .mbr-section-title {
  color: #101511;
}
.cid-txJE0pIUwQ .mbr-text {
  color: #6e716f;
}
.cid-txJE0pIUwQ .mbr-section-title,
.cid-txJE0pIUwQ .mbr-section-btn {
  color: #072a5e;
}
.cid-txJE0qfxgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101511;
}
.cid-txJE0qfxgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0qfxgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0qfxgU .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-txJE0qfxgU .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-txJE0qfxgU .date-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-txJE0qfxgU .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-txJE0qfxgU .date-wrapper .mbr-iconfont {
  font-size: 48px;
  margin-right: 10px;
}
.cid-txJE0qfxgU .date-wrapper .mbr-date {
  margin: 0;
}
.cid-txJE0qfxgU .icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cid-txJE0qfxgU .icons-wrapper .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #e8e8e8;
  margin: 0 5px 10px 5px;
  transition: all .3s ease;
}
.cid-txJE0qfxgU .icons-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-txJE0qfxgU .mbr-date,
.cid-txJE0qfxgU .mbr-iconfont {
  color: #d8ea4e;
}
.cid-txJE0qBYT6 {
  background-image: url("../../../assets/images/ezgif-2-a0d1c84db847.gif");
}
.cid-txJE0qBYT6 .media-content .btn-bgr {
  z-index: 0;
}
.cid-txJE0qBYT6 .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-txJE0qBYT6 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-txJE0qBYT6 {
    text-align: center !important;
  }
  .cid-txJE0qBYT6 .mbr-text {
    text-align: center;
  }
}
.cid-txJE0qBYT6 .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-txJE0qBYT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0qBYT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0qU4yZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-txJE0qU4yZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0qU4yZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0qU4yZ .row {
  justify-content: center;
}
.cid-txJE0qU4yZ .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txJE0qU4yZ .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-txJE0qU4yZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-txJE0qU4yZ .card {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-txJE0qU4yZ .card {
    margin-bottom: 32px;
  }
}
.cid-txJE0qU4yZ .card .card-wrapper {
  padding: 0 78px 48px;
  border-radius: 40px;
  overflow: visible;
  transform: rotate(355deg);
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-txJE0qU4yZ .card .card-wrapper {
    padding: 32px 68px;
  }
}
@media (max-width: 768px) {
  .cid-txJE0qU4yZ .card .card-wrapper {
    padding: 32px;
  }
}
.cid-txJE0qU4yZ .card .card-wrapper .card-title-wrapper {
  border-radius: 17px;
  padding: 16px 32px;
  width: fit-content;
  margin-left: -2rem;
  transform: rotate(340deg);
  background-color: #05c9a9;
}
.cid-txJE0qU4yZ .card .card-wrapper .card-title-wrapper .mbr-title_1,
.cid-txJE0qU4yZ .card .card-wrapper .card-title-wrapper .mbr-title_2 {
  margin: 0;
}
.cid-txJE0qU4yZ .card .card-wrapper .text-wrapper .mbr-desc_1,
.cid-txJE0qU4yZ .card .card-wrapper .text-wrapper .mbr-desc_2 {
  margin: 48px 0 0 0;
}
.cid-txJE0qU4yZ .card .card-wrapper .text-wrapper .mbr-text_1,
.cid-txJE0qU4yZ .card .card-wrapper .text-wrapper .mbr-text_2 {
  margin: 16px 0 0 0;
}
.cid-txJE0qU4yZ .card .card-wrapper .text-wrapper .link-wrapper {
  display: block;
  margin: 24px 0 0 0;
  transition: all .3s ease;
}
.cid-txJE0qU4yZ .card .card-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .7;
}
.cid-txJE0qU4yZ .card .card-wrapper .text-wrapper .link-wrapper .mbr-link_1,
.cid-txJE0qU4yZ .card .card-wrapper .text-wrapper .link-wrapper .mbr-link_2 {
  margin: 0;
}
.cid-txJE0qU4yZ .card:nth-child(2n) .card-wrapper {
  background-color: #ffffff;
  transform: rotate(5deg);
}
.cid-txJE0qU4yZ .card:nth-child(2n) .card-wrapper .card-title-wrapper {
  transform: rotate(14deg);
  background-color: #000000;
}
.cid-txJE0qU4yZ .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txJE0qU4yZ .mbr-title_1 {
  color: #101511;
  text-align: center;
}
.cid-txJE0qU4yZ .mbr-title_2 {
  color: #ffffff;
  text-align: center;
}
.cid-txJE0qU4yZ .mbr-desc_1 {
  color: #e8e8e8;
}
.cid-txJE0qU4yZ .mbr-desc_2 {
  color: #6e716f;
}
.cid-txJE0qU4yZ .mbr-text_1 {
  color: #e8e8e8;
}
.cid-txJE0qU4yZ .mbr-text_2 {
  color: #6e716f;
}
.cid-txJE0qU4yZ .mbr-link_1 {
  color: #05c9a9;
}
.cid-txJE0qU4yZ .mbr-link_2 {
  color: #fa4529;
}
.cid-txJE0rggFn {
  background-color: #ddff55;
}
.cid-txJE0rggFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0rggFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0rggFn .container {
  width: 100%;
  max-width: 100%;
}
.cid-txJE0rggFn .col-title {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.cid-txJE0rggFn .mbr-section-title {
  color: #1B1F0A;
  margin-bottom: 0;
}
.cid-txJE0rggFn .mbr-section-subtitle {
  color: #1B1F0A;
  margin-bottom: 0;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-txJE0rggFn .item-col {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
  border-top: 4px solid #1b1f0a;
}
.cid-txJE0rggFn .item-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #bcd948;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-txJE0rggFn .item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #1b1f0a;
  position: relative;
}
.cid-txJE0rggFn .item:hover .item-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-txJE0rggFn .item-wrap {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.cid-txJE0rggFn .mbr-text {
  position: relative;
  z-index: 2;
  color: #1B1F0A;
  margin-bottom: 0;
  width: 100%;
}
.cid-txJE0rggFn .mbr-text a {
  width: 100%;
}
.cid-txJE0rxspi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-txJE0rxspi .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0rxspi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0rxspi .row {
  justify-content: center;
}
.cid-txJE0rxspi .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-txJE0rxspi .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-txJE0rxspi .row {
    padding: 0 24px;
  }
}
.cid-txJE0rxspi .video-wrapper iframe {
  width: 100%;
}
.cid-txJE0rxspi .title-wrapper {
  margin-bottom: 32px;
}
.cid-txJE0rxspi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-txJE0rxspi .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-txJE0rxspi .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #f0514f;
  z-index: -1;
}
.cid-txJE0rxspi .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-txJE0rxspi .video-block {
    margin-bottom: 24px;
  }
}
.cid-txJE0rxspi .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-txJE0rxspi .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-txJE0rTovJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJE0rTovJ .item-img {
  position: relative;
}
.cid-txJE0rTovJ .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-txJE0rTovJ .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-txJE0rTovJ .btn-tag:hover,
.cid-txJE0rTovJ .btn-tag:focus {
  box-shadow: none;
}
.cid-txJE0rTovJ img,
.cid-txJE0rTovJ .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-txJE0rTovJ .item:focus,
.cid-txJE0rTovJ span:focus {
  outline: none;
}
.cid-txJE0rTovJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txJE0rTovJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-txJE0rTovJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txJE0rTovJ .mbr-section-title {
  color: #232323;
}
.cid-txJE0rTovJ .mbr-text,
.cid-txJE0rTovJ .mbr-section-btn {
  color: #353535;
}
.cid-txJE0rTovJ .item-title {
  color: #353535;
}
.cid-txJE0slJ31 {
  background-color: #fa4529;
}
.cid-txJE0slJ31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0slJ31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0slJ31 .container {
  width: 100%;
  max-width: 100%;
}
.cid-txJE0slJ31 .col-title {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.cid-txJE0slJ31 .mbr-section-title {
  color: #1B1F0A;
  margin-bottom: 0;
}
.cid-txJE0slJ31 .mbr-section-subtitle {
  color: #1B1F0A;
  margin-bottom: 0;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-txJE0slJ31 .item-col {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
  border-top: 4px solid #1b1f0a;
}
.cid-txJE0slJ31 .item-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f0514f;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-txJE0slJ31 .item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #1b1f0a;
  position: relative;
}
.cid-txJE0slJ31 .item:hover .item-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-txJE0slJ31 .item-wrap {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.cid-txJE0slJ31 .mbr-text {
  position: relative;
  z-index: 2;
  color: #1B1F0A;
  margin-bottom: 0;
  width: 100%;
}
.cid-txJE0slJ31 .mbr-text a {
  width: 100%;
}
.cid-txJE0sHQNm {
  background-color: #f9f9fc;
}
.cid-txJE0sHQNm .row {
  justify-content: center;
}
.cid-txJE0sHQNm .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-txJE0sHQNm .mbr-section-title {
  margin-bottom: 10px;
  color: #20232a;
  text-align: center;
}
.cid-txJE0sHQNm .card {
  height: 500px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cid-txJE0sHQNm .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-txJE0sHQNm .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-txJE0sHQNm .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 50px;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .cid-txJE0sHQNm .card-wrapper {
    padding: 29px;
  }
}
.cid-txJE0sHQNm .card-wrapper .card-button {
  width: 100%;
}
.cid-txJE0sHQNm .card-wrapper .card-button .mbr-button {
  width: 98px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -15px;
  border-radius: 15px;
  letter-spacing: .72px;
  background: #ff4712;
  pointer-events: visible;
  transition: all .4s ease;
}
.cid-txJE0sHQNm .card-wrapper .card-text-main {
  transform: translate(0, 25%);
  transition: all .4s ease;
}
.cid-txJE0sHQNm .card-wrapper .card-text-main .mbr-card-title {
  margin: -20px;
  pointer-events: visible;
}
.cid-txJE0sHQNm .card-wrapper .card-text-main .card-text-date .mbr-date {
  margin: 0;
  opacity: .7;
  pointer-events: visible;
  display: inline-flex;
  align-items: center;
}
.cid-txJE0sHQNm .card-wrapper .card-text-main .card-text-date .mbr-date span {
  margin-right: 13px;
  color: #eafa72;
  pointer-events: visible;
}
.cid-txJE0sHQNm .card-wrapper .card-text-main .card-text-link {
  margin-top: 15px;
  opacity: 0;
  transition: all .4s ease;
}
.cid-txJE0sHQNm .card-wrapper .card-text-main .card-text-link .mbr-link {
  margin: 0;
  pointer-events: visible;
  display: inline-flex;
  align-items: center;
}
.cid-txJE0sHQNm .card-wrapper .card-text-main .card-text-link .mbr-link span {
  margin-left: 6px;
  color: #6e716f;
  pointer-events: visible;
}
.cid-txJE0sHQNm .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-txJE0sHQNm .card:hover .card-text-main {
  transform: translate(0, 0);
}
.cid-txJE0sHQNm .card:hover .card-text-link {
  opacity: 1;
}
.cid-txJE0sHQNm .card:hover .mbr-button {
  background: #20232a;
}
.cid-txJE0sHQNm .mbr-button {
  color: #FFFFFF;
}
.cid-txJE0sHQNm .mbr-card-title {
  color: #FFFFFF;
}
.cid-txJE0sHQNm .mbr-date {
  color: #fafafa;
}
.cid-txJE0sHQNm .mbr-link {
  color: #FFFFFF;
}
.cid-txJE0sHQNm .mbr-card-title,
.cid-txJE0sHQNm .mbr-card-title,
.cid-txJE0sHQNm .card-button,
.cid-txJE0sHQNm .mbr-date,
.cid-txJE0sHQNm .mbr-link {
  text-align: left;
}
.cid-txJE0t6rkx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-txJE0t6rkx .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-txJE0t6rkx .mbr-section-title {
  color: #ffffff;
}
.cid-txJE0t6rkx .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-txJE0t6rkx .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-txJE0toamF {
  background-color: #ddff55;
}
.cid-txJE0toamF .row {
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-txJE0toamF .mbr-section-subtitle {
  position: relative;
  color: #1B1F0A;
}
@media (max-width: 575px) {
  .cid-txJE0toamF .mbr-section-subtitle {
    margin-top: 3rem;
  }
}
.cid-txJE0toamF .mbr-section-subtitle span {
  padding: 6px 8px;
  border: 1px solid currentColor;
  font-size: 14px;
  border-radius: 100vw;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .cid-txJE0toamF .mbr-section-subtitle span {
    position: absolute;
    bottom: calc(100% + 1rem);
    left: 0;
    max-width: 100%;
  }
}
.cid-txJE0toamF .mbr-section-btn {
  margin-top: 50px;
}
.cid-txJE0tHXkX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101511;
}
.cid-txJE0tHXkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0tHXkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0tHXkX .mbr-section-title {
  margin-bottom: 75px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-txJE0tHXkX .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-txJE0tHXkX .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 40px;
  border-radius: 20px;
  background-color: #eafa72;
}
@media (max-width: 992px) {
  .cid-txJE0tHXkX .image-wrapper {
    padding: 45px 32px;
    margin-bottom: 32px;
  }
}
.cid-txJE0tHXkX .image-wrapper img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #6e716f;
  border-radius: 10px;
}
.cid-txJE0tHXkX .text-wrapper {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-txJE0tHXkX .text-wrapper {
    padding: 0;
  }
}
.cid-txJE0tHXkX .text-wrapper .mbr-number {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-txJE0tHXkX .text-wrapper .mbr-number {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .cid-txJE0tHXkX .text-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-txJE0tHXkX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-txJE0tHXkX .mbr-number {
  color: #eafa72;
}
.cid-txJE0tHXkX .mbr-text {
  color: #e8e8e8;
}
.cid-txJE0u276B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txJE0u276B img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-txJE0u276B .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-txJE0u276B .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-txJE0u276B .brand:hover {
  transform: translate(0px, -4px);
}
.cid-txJE0u276B .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-txJE0u276B .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-txJE0u276B .row-main {
    flex-direction: column;
  }
  .cid-txJE0u276B .col-auto {
    margin-bottom: 10px;
  }
  .cid-txJE0u276B .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-txJE0uqpJg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeff42;
}
.cid-txJE0uqpJg .title {
  min-height: 44px;
}
.cid-txJE0uqpJg .mbr-section-subtitle {
  color: #253c57;
}
.cid-txJE0uK5Lp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-txJE0uK5Lp .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0uK5Lp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0uK5Lp .mbr-section-title {
  margin-bottom: 75px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-txJE0uK5Lp .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-txJE0uK5Lp .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 40px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-txJE0uK5Lp .image-wrapper {
    padding: 45px 32px;
    margin-bottom: 32px;
  }
}
.cid-txJE0uK5Lp .image-wrapper img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #6e716f;
  border-radius: 10px;
}
.cid-txJE0uK5Lp .text-wrapper {
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
@media (max-width: 992px) {
  .cid-txJE0uK5Lp .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-txJE0uK5Lp .text-wrapper {
    padding: 0;
  }
}
.cid-txJE0uK5Lp .text-wrapper .mbr-number {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-txJE0uK5Lp .text-wrapper .mbr-number {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .cid-txJE0uK5Lp .text-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-txJE0uK5Lp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-txJE0uK5Lp .mbr-number {
  color: #101511;
}
.cid-txJE0uK5Lp .mbr-text {
  color: #101511;
}
.cid-txJE0v5yGg {
  background-color: #ddff55;
}
.cid-txJE0v5yGg .row {
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-txJE0v5yGg .mbr-section-subtitle {
  position: relative;
  color: #1B1F0A;
}
@media (max-width: 575px) {
  .cid-txJE0v5yGg .mbr-section-subtitle {
    margin-top: 3rem;
  }
}
.cid-txJE0v5yGg .mbr-section-subtitle span {
  padding: 6px 8px;
  border: 1px solid currentColor;
  font-size: 14px;
  border-radius: 100vw;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .cid-txJE0v5yGg .mbr-section-subtitle span {
    position: absolute;
    bottom: calc(100% + 1rem);
    left: 0;
    max-width: 100%;
  }
}
.cid-txJE0v5yGg .mbr-section-btn {
  margin-top: 50px;
}
.cid-txJE0vpHRt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-txJE0vpHRt .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-txJE0vpHRt .mbr-section-title {
  color: #f3f4ef;
}
.cid-txJE0vpHRt .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-txJE0vpHRt .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-txJE0vJhh3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-txJE0vJhh3 .carousel-item.active,
.cid-txJE0vJhh3 .carousel-item-next,
.cid-txJE0vJhh3 .carousel-item-prev {
  display: flex;
}
.cid-txJE0vJhh3 .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-txJE0vJhh3 .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.cid-txJE0vJhh3 .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-txJE0vJhh3 .carousel-controls a span {
  color: #003d59;
  font-size: 18px;
}
.cid-txJE0vJhh3 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-txJE0vJhh3 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-txJE0vJhh3 .carousel-controls .carousel-control-next,
.cid-txJE0vJhh3 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
  margin: 0 15px;
  position: static !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txJE0vJhh3 .image-element {
    min-width: 50%;
  }
  .cid-txJE0vJhh3 .media-container-row {
    width: 100%;
  }
}
.cid-txJE0vJhh3 .media-container-row {
  position: relative;
  min-height: 540px;
}
.cid-txJE0vJhh3 .media-container-row:before {
  content: "";
  position: absolute;
  width: 119px;
  height: 119px;
  top: 150px;
  left: 5px;
  background-image: url("../../../assets/images/compass.svg");
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-txJE0vJhh3 .slider__content {
  margin-top: 85px;
  margin-left: 8.333%;
}
.cid-txJE0vJhh3 .img-wrap {
  position: relative;
}
.cid-txJE0vJhh3 .img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57%;
}
.cid-txJE0vJhh3 .img-wrap img {
  height: auto;
  max-height: 480px;
  max-width: 100%;
  position: absolute;
  top: 11%;
  right: 8%;
  width: 69%;
  transform: rotate(-10deg);
}
.cid-txJE0vJhh3 .slider__title {
  color: #d3045f;
  margin-bottom: 15px;
}
.cid-txJE0vJhh3 .slider__subtitle {
  margin-bottom: 20px;
}
.cid-txJE0vJhh3 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-txJE0vJhh3 .link a {
  font-weight: 700;
}
.cid-txJE0vJhh3 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-txJE0vJhh3 .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-txJE0vJhh3 .media-container-row:before {
    display: none;
  }
  .cid-txJE0vJhh3 .img-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-txJE0vJhh3 .img-wrap:before {
    display: none;
  }
  .cid-txJE0vJhh3 .img-wrap img {
    position: static;
    width: 86%;
    transform: none;
  }
  .cid-txJE0vJhh3 .slider__content {
    margin-top: 0;
  }
  .cid-txJE0vJhh3 .slider__title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .cid-txJE0vJhh3 .slider__subtitle {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-txJE0vJhh3 .slider__text {
    font-size: 18px;
    line-height: 23px;
  }
  .cid-txJE0vJhh3 .carousel-controls {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-txJE0vJhh3 .media-container-row {
    min-height: 440px;
  }
  .cid-txJE0vJhh3 .img-wrap img {
    width: 100%;
  }
  .cid-txJE0vJhh3 .slider__content {
    margin: 0;
  }
}
.cid-txJE0vJhh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0vJhh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0woF2L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a1a1a;
}
.cid-txJE0woF2L .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-txJE0woF2L .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-txJE0woF2L .row {
    text-align: center!important;
  }
}
.cid-txJE0woF2L .label-container {
  width: 100%;
}
.cid-txJE0woF2L .label-text {
  color: #4BFDB1;
  margin-bottom: 0;
}
.cid-txJE0woF2L .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-txJE0woF2L .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-txJE0woF2L .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-txJE0woF2L .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-txJE0woF2L .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-txJE0woF2L .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-txJE0woF2L .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txJE0woF2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0woF2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0wPtel {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJE0wPtel .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0wPtel h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-txJE0wPtel h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #101511;
  z-index: -1;
}
.cid-txJE0wPtel h1 a:hover {
  color: inherit !important;
}
.cid-txJE0wPtel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0wPtel .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txJE0wPtel .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txJE0wPtel .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txJE0wPtel .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-txJE0wPtel .mbr-section-subtitle,
.cid-txJE0wPtel .subtitle-wrap {
  color: #19303d;
}
.cid-txJE0wPtel .mbr-text,
.cid-txJE0wPtel .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-txJE0xbDzh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101511;
}
.cid-txJE0xbDzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0xbDzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0xbDzh .mbr-section-title {
  margin-bottom: 75px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-txJE0xbDzh .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-txJE0xbDzh .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 40px;
  border-radius: 20px;
  background-color: #eafa72;
}
@media (max-width: 992px) {
  .cid-txJE0xbDzh .image-wrapper {
    padding: 45px 32px;
    margin-bottom: 32px;
  }
}
.cid-txJE0xbDzh .image-wrapper img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #6e716f;
  border-radius: 10px;
}
.cid-txJE0xbDzh .text-wrapper {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-txJE0xbDzh .text-wrapper {
    padding: 0;
  }
}
.cid-txJE0xbDzh .text-wrapper .mbr-number {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-txJE0xbDzh .text-wrapper .mbr-number {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .cid-txJE0xbDzh .text-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-txJE0xbDzh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-txJE0xbDzh .mbr-number {
  color: #eafa72;
}
.cid-txJE0xbDzh .mbr-text {
  color: #e8e8e8;
}
.cid-txJE0xy8DX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-txJE0xy8DX .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0xy8DX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0xy8DX .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-txJE0xy8DX .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-txJE0xy8DX .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txJE0xy8DX .mbr-text {
  color: #6e716f;
  text-align: center;
}
.cid-txJE0xTYyd {
  background-color: #05c9a9;
}
.cid-txJE0xTYyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0xTYyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0xTYyd .container {
  width: 100%;
  max-width: 100%;
}
.cid-txJE0xTYyd .col-title {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.cid-txJE0xTYyd .mbr-section-title {
  color: #1B1F0A;
  margin-bottom: 0;
}
.cid-txJE0xTYyd .mbr-section-subtitle {
  color: #1B1F0A;
  margin-bottom: 0;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-txJE0xTYyd .item-col {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
  border-top: 4px solid #1b1f0a;
}
.cid-txJE0xTYyd .item-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #249283;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-txJE0xTYyd .item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #1b1f0a;
  position: relative;
}
.cid-txJE0xTYyd .item:hover .item-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-txJE0xTYyd .item-wrap {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.cid-txJE0xTYyd .mbr-text {
  position: relative;
  z-index: 2;
  color: #1B1F0A;
  margin-bottom: 0;
  width: 100%;
}
.cid-txJE0xTYyd .mbr-text a {
  width: 100%;
}
.cid-txJE0ygPb9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101511;
}
.cid-txJE0ygPb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0ygPb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0ygPb9 .row {
  justify-content: center;
}
.cid-txJE0ygPb9 .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txJE0ygPb9 .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-txJE0ygPb9 .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-txJE0ygPb9 .card-wrapper {
  padding: 104px 72px;
  border-radius: 40px;
  position: relative;
  background-color: #f2f2f2;
  overflow: visible;
}
@media (max-width: 768px) {
  .cid-txJE0ygPb9 .card-wrapper {
    padding: 64px 32px;
  }
}
.cid-txJE0ygPb9 .card-wrapper .mbr-card-title {
  margin-bottom: 24px;
}
.cid-txJE0ygPb9 .card-wrapper .mbr-list {
  margin: 0 0 32px 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}
.cid-txJE0ygPb9 .card-wrapper .mbr-list li {
  margin-bottom: 16px;
}
.cid-txJE0ygPb9 .card-wrapper .mbr-list li::before {
  content: '×';
  display: inline;
  margin-right: 18px;
  font-weight: bold;
  color: #101511;
}
.cid-txJE0ygPb9 .card-wrapper .image_1 {
  width: 290px;
  height: 260px;
  top: -1rem;
  right: -14rem;
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-txJE0ygPb9 .card-wrapper .image_1 {
    display: none;
  }
}
.cid-txJE0ygPb9 .card-wrapper .image_2 {
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
  width: 260px;
  height: 220px;
  left: -14rem;
  bottom: -2rem;
}
@media (max-width: 992px) {
  .cid-txJE0ygPb9 .card-wrapper .image_2 {
    display: none;
  }
}
.cid-txJE0ygPb9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txJE0ygPb9 .mbr-card-title {
  color: #101511;
}
.cid-txJE0ygPb9 .mbr-list {
  color: #6e716f;
}
.cid-txJE0ygPb9 .mbr-card-title,
.cid-txJE0ygPb9 .mbr-section-btn {
  text-align: center;
}
.cid-txJE0yHigp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txJE0yHigp img {
  border-radius: 0px;
}
.cid-txJE0yHigp .row {
  justify-content: center;
  background-image: url("../../../assets/images/3.webp");
  background-size: cover;
  background-position: center;
  width: 99%;
  margin: auto;
  padding: 120px 130px;
  border-radius: 30px;
}
.cid-txJE0yHigp .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-txJE0yHigp a.btn:hover {
  color: #000000 !important;
  background-color: #c0f22c !important;
  border: 2px solid #ffffff !important;
}
.cid-txJE0yHigp a {
  font-weight: 500;
  transition: color .3s;
}
.cid-txJE0yHigp a.btn {
  padding: 5.5rem 3rem;
  margin: 0;
  border-radius: 100% !important;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  transition: all .5s;
  width: 216px !important;
  height: 216px !important;
}
.cid-txJE0yHigp .al {
  display: flex;
  align-items: center;
}
.cid-txJE0yHigp .b {
  text-align: right;
}
.cid-txJE0yHigp .mbr-text {
  color: #ffffff;
  margin-bottom: 40px;
}
.cid-txJE0yHigp .mbr-text1,
.cid-txJE0yHigp .mbr-text2 {
  display: inline-block;
}
.cid-txJE0yHigp .mbr-text1 {
  padding-right: 35px;
  color: #ffffff;
}
.cid-txJE0yHigp .mbr-text2 {
  padding: 10px 30px;
  background: #c0f22c;
  border-radius: 15px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .cid-txJE0yHigp .row.al {
    padding: 40px;
    display: flex;
    flex-direction: column;
  }
  .cid-txJE0yHigp .al-1 {
    display: flex;
    flex-direction: column;
  }
  .cid-txJE0yHigp .mbr-text {
    text-align: center;
  }
  .cid-txJE0yHigp .mbr-text1 {
    text-align: center;
    padding-bottom: 30px;
    padding-right: 0;
  }
  .cid-txJE0yHigp .b {
    text-align: center;
    margin-top: 30px;
  }
}
.cid-txJE0z4fDz {
  background-color: #000000;
}
.cid-txJE0z4fDz .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-txJE0z4fDz .mbr-section-title {
  color: #f3f4ef;
}
.cid-txJE0z4fDz .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-txJE0z4fDz .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txJE0z4fDz .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
.cid-txJE0zrPtR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-txJE0zrPtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0zrPtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0zrPtR .row {
  justify-content: center;
}
.cid-txJE0zrPtR .mbr-form {
  padding: 40px 45px;
}
@media (max-width: 992px) {
  .cid-txJE0zrPtR .mbr-form {
    padding: 32px 24px;
  }
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .mbr-section-title {
  margin-bottom: 11px;
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .mbr-text {
  margin-bottom: 22px;
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .form-group .form-control-label {
  width: 100%;
  padding: 0 10px 5px 0;
  margin: 0;
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .form-group .form-control {
  padding: 0 20px;
  background-color: #ffffff;
  min-height: 60px;
  border-radius: 100px;
  box-shadow: none;
  border: none !important;
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .form-group .form-control::placeholder {
  color: #6e716f;
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .form-group .form-control:hover,
.cid-txJE0zrPtR .mbr-form .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin: 0;
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  border: 2px solid #6e716f;
  background-color: transparent;
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .form-group .form-check .form-check-label {
  width: 100%;
  padding-top: 4px;
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .form-group textarea {
  padding: 10px 20px 0;
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-txJE0zrPtR .mbr-form .dragArea.row .mbr-section-btn .btn {
  min-height: 54px;
}
.cid-txJE0zrPtR .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txJE0zrPtR .mbr-text {
  color: #6e716f;
  text-align: center;
}
.cid-txJE0zrPtR LABEL {
  color: #101511;
}
.cid-txJE0zSUqG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #101511;
}
.cid-txJE0zSUqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJE0zSUqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJE0zSUqG .row {
  justify-content: center;
}
.cid-txJE0zSUqG .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txJE0zSUqG .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-txJE0zSUqG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txJE0zSUqG .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-txJE0zSUqG .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin: 0 1rem;
}
.cid-txJE0zSUqG .image-wrapper:hover img {
  opacity: .7;
}
.cid-txJE0zSUqG .image-wrapper:hover .circle-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-txJE0zSUqG .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 40px;
  transition: all .3s ease;
}
.cid-txJE0zSUqG .image-wrapper .circle-wrapper {
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #05c9a9;
  border-radius: 100%;
  z-index: 1;
}
.cid-txJE0zSUqG .image-wrapper .circle-wrapper .mbr-iconfont {
  font-size: 70px;
  display: block;
  color: #000000;
  transition: all .3s ease;
}
.cid-txJE0zSUqG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txJE0zSUqG .mbr-desc {
  color: #f2f2f2;
  text-align: center;
}
.cid-txJIRfF9LR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181817;
}
.cid-txJIRfF9LR .mbr-text {
  color: #f6f6ef;
}
