.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 8rem;
  line-height: .8;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3.625rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.53125rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91875rem + (3.625 - 1.91875) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: 1.25rem 2rem;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}
.bg-primary {
  background-color: #1d1d1f !important;
}
.bg-success {
  background-color: #9fb9fa !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ef8d7b !important;
}
.bg-danger {
  background-color: #953864 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d1d1f !important;
  border-color: #1d1d1f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #363639 !important;
  border-color: #363639 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #363639 !important;
  border-color: #363639 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #52f4aa !important;
  border-color: #52f4aa !important;
  color: #044326 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #82f7c2 !important;
  border-color: #82f7c2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #044326 !important;
  background-color: #82f7c2 !important;
  border-color: #82f7c2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #9fb9fa !important;
  border-color: #9fb9fa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #cfdcfd !important;
  border-color: #cfdcfd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cfdcfd !important;
  border-color: #cfdcfd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ef8d7b !important;
  border-color: #ef8d7b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f5b4a8 !important;
  border-color: #f5b4a8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5b4a8 !important;
  border-color: #f5b4a8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #953864 !important;
  border-color: #953864 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ba467d !important;
  border-color: #ba467d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ba467d !important;
  border-color: #ba467d !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1d1d1f;
  color: #1d1d1f;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1f !important;
  border-color: #1d1d1f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #52f4aa;
  color: #52f4aa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0ee181 !important;
  background-color: transparent !important;
  border-color: #0ee181 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #044326 !important;
  background-color: #52f4aa !important;
  border-color: #52f4aa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #9fb9fa;
  color: #9fb9fa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4d7df6 !important;
  background-color: transparent !important;
  border-color: #4d7df6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9fb9fa !important;
  border-color: #9fb9fa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ef8d7b;
  color: #ef8d7b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e64a2e !important;
  background-color: transparent !important;
  border-color: #e64a2e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ef8d7b !important;
  border-color: #ef8d7b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #953864;
  color: #953864;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #56203a !important;
  background-color: transparent !important;
  border-color: #56203a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #953864 !important;
  border-color: #953864 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1d1d1f !important;
}
.text-secondary {
  color: #52f4aa !important;
}
.text-success {
  color: #9fb9fa !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ef8d7b !important;
}
.text-danger {
  color: #953864 !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: #0dd379 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e72f5 !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: #e43e20 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4b1c32 !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: #1d1d1f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ef8d7b;
}
.alert-danger {
  background-color: #953864;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d1d1f;
  border-color: #1d1d1f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1d1d1f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfcfd2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cf7ea4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1d1d1f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #1d1d1f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d1d1f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d1d1f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d1d1f;
  border-bottom-color: #1d1d1f;
}
.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: #1d1d1f !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: #52f4aa !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='%231d1d1f' %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 {
  padding: 16px 20px;
  box-shadow: none;
  border-width: 1px;
  border-radius: 10rem !important;
  font-weight: 500 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
img {
  border-radius: 2rem !important;
}
.cid-tRfrmALiUW {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfrmALiUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfrmALiUW .menu_box .navbar.opened,
  .cid-tRfrmALiUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfrmALiUW .navbar-dropdown {
  position: relative !important;
}
.cid-tRfrmALiUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfrmALiUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfrmALiUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tRfrmALiUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfrmALiUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfrmALiUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-body .mbr-text,
  .cid-tRfrmALiUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfrmALiUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfrmALiUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tRfrmALiUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfrmALiUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfrmALiUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfrmALiUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfrmALiUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfrmALiUW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfrmALiUW .nav-item .nav-link:hover,
.cid-tRfrmALiUW .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfrmALiUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tRfrmALiUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfrmALiUW .offcanvas_box {
    display: none;
  }
}
.cid-tRfrmALiUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfrmALiUW .container {
  display: flex;
  margin: auto;
}
.cid-tRfrmALiUW .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfrmALiUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfrmALiUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfrmALiUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .navbar-nav {
    margin: 0;
  }
}
.cid-tRfrmALiUW .dropdown-menu,
.cid-tRfrmALiUW .navbar.opened {
  background-color: false !important;
}
.cid-tRfrmALiUW .nav-item:focus,
.cid-tRfrmALiUW .nav-link:focus {
  outline: none;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfrmALiUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfrmALiUW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfrmALiUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfrmALiUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfrmALiUW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfrmALiUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar.collapsed {
  justify-content: center;
}
.cid-tRfrmALiUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfrmALiUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfrmALiUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfrmALiUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfrmALiUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfrmALiUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfrmALiUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfrmALiUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfrmALiUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfrmALiUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfrmALiUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfrmALiUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfrmALiUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfrmALiUW .dropdown-item.active,
.cid-tRfrmALiUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfrmALiUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfrmALiUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfrmALiUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #52f4aa;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfrmALiUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfrmALiUW .navbar {
    height: 70px;
  }
  .cid-tRfrmALiUW .navbar.opened {
    height: auto;
  }
  .cid-tRfrmALiUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfrmALiUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfrmALiUW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfrmALiUW .navbar-caption:hover {
  color: #1d1d1f;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfrmALiUW .text_widget {
  margin-bottom: 32px;
}
.cid-tRfrmALiUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfrmALiUW .text_widget a:hover,
.cid-tRfrmALiUW .text_widget a:focus {
  opacity: .8;
}
.cid-tRfrmALiUW .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfrmALiUW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .mbr-section-subtitle,
.cid-tRfrmALiUW .text_widget,
.cid-tRfrmALiUW .mbr-section-btn {
  text-align: center;
}
.cid-tRfrmALiUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tRfrmLpHJs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tRfrmLpHJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrmLpHJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrmLpHJs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrmLpHJs .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrmLpHJs .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrmLpHJs .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrmLpHJs .container {
    padding: 0 12px;
  }
}
.cid-tRfrmLpHJs .row {
  justify-content: center;
}
.cid-tRfrmLpHJs .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-tRfrmLpHJs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-tRfrmLpHJs .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-tRfrmLpHJs .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tRfrmLpHJs .mbr-section-title {
  color: #ffffff;
}
.cid-tRfrmLpHJs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tRfrmLpHJs .mbr-section-title,
.cid-tRfrmLpHJs .mbr-section-btn,
.cid-tRfrmLpHJs .title-wrapper {
  text-align: center;
}
.cid-tRfrpZAZU0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRfrpZAZU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrpZAZU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrpZAZU0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrpZAZU0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrpZAZU0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrpZAZU0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrpZAZU0 .container {
    padding: 0 12px;
  }
}
.cid-tRfrpZAZU0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-tRfrpZAZU0 .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-tRfrpZAZU0 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tRfrpZAZU0 .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-tRfrpZAZU0 .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-tRfrpZAZU0 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrpZAZU0 .image-wrapper img {
    height: 250px;
  }
}
.cid-tRfrpZAZU0 .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-tRfrpZAZU0 .image-wrap {
    margin-top: 0;
  }
}
.cid-tRfrpZAZU0 .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRfrpZAZU0 .image-wrap img {
    height: 350px;
  }
}
.cid-tRfrpZAZU0 .mbr-section-title {
  color: #1D1D1F;
}
.cid-tRfrpZAZU0 .mbr-text {
  color: #1D1D1F;
}
.cid-tRfrnKnLrC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1d1d1f;
}
.cid-tRfrnKnLrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrnKnLrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrnKnLrC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrnKnLrC .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrnKnLrC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrnKnLrC .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrnKnLrC .container {
    padding: 0 12px;
  }
}
.cid-tRfrnKnLrC .row {
  justify-content: center;
}
.cid-tRfrnKnLrC .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tRfrnKnLrC .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-tRfrnKnLrC .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-tRfrnKnLrC .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-tRfrnKnLrC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-tRfrnKnLrC .items-wrapper {
    display: block;
  }
}
.cid-tRfrnKnLrC .items-wrapper .item {
  background-color: #212124;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-tRfrnKnLrC .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrnKnLrC .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-tRfrnKnLrC .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-tRfrnKnLrC .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-tRfrnKnLrC .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-tRfrnKnLrC .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-tRfrnKnLrC .mbr-section-title {
  color: #ffffff;
}
.cid-tRfrnKnLrC .item-title {
  color: #ffffff;
}
.cid-tRfrnKnLrC .item-text {
  color: #ffffff;
}
.cid-uDP6hP5kKB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1d1d1f;
}
.cid-uDP6hP5kKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDP6hP5kKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDP6hP5kKB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDP6hP5kKB .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDP6hP5kKB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uDP6hP5kKB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDP6hP5kKB .container {
    padding: 0 12px;
  }
}
.cid-uDP6hP5kKB .row {
  justify-content: center;
}
.cid-uDP6hP5kKB .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDP6hP5kKB .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uDP6hP5kKB .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uDP6hP5kKB .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uDP6hP5kKB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-uDP6hP5kKB .items-wrapper {
    display: block;
  }
}
.cid-uDP6hP5kKB .items-wrapper .item {
  background-color: #212124;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-uDP6hP5kKB .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDP6hP5kKB .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-uDP6hP5kKB .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uDP6hP5kKB .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uDP6hP5kKB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uDP6hP5kKB .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uDP6hP5kKB .mbr-section-title {
  color: #ffffff;
}
.cid-uDP6hP5kKB .item-title {
  color: #ffffff;
}
.cid-uDP6hP5kKB .item-text {
  color: #ffffff;
}
.cid-uDP6ilUVz5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1d1d1f;
}
.cid-uDP6ilUVz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDP6ilUVz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDP6ilUVz5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDP6ilUVz5 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDP6ilUVz5 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uDP6ilUVz5 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDP6ilUVz5 .container {
    padding: 0 12px;
  }
}
.cid-uDP6ilUVz5 .row {
  justify-content: center;
}
.cid-uDP6ilUVz5 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDP6ilUVz5 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uDP6ilUVz5 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uDP6ilUVz5 .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uDP6ilUVz5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-uDP6ilUVz5 .items-wrapper {
    display: block;
  }
}
.cid-uDP6ilUVz5 .items-wrapper .item {
  background-color: #212124;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-uDP6ilUVz5 .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDP6ilUVz5 .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-uDP6ilUVz5 .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uDP6ilUVz5 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uDP6ilUVz5 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uDP6ilUVz5 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uDP6ilUVz5 .mbr-section-title {
  color: #ffffff;
}
.cid-uDP6ilUVz5 .item-title {
  color: #ffffff;
}
.cid-uDP6ilUVz5 .item-text {
  color: #ffffff;
}
.cid-uDP6iDMepF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1d1d1f;
}
.cid-uDP6iDMepF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDP6iDMepF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDP6iDMepF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDP6iDMepF .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDP6iDMepF .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uDP6iDMepF .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDP6iDMepF .container {
    padding: 0 12px;
  }
}
.cid-uDP6iDMepF .row {
  justify-content: center;
}
.cid-uDP6iDMepF .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDP6iDMepF .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uDP6iDMepF .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uDP6iDMepF .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uDP6iDMepF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-uDP6iDMepF .items-wrapper {
    display: block;
  }
}
.cid-uDP6iDMepF .items-wrapper .item {
  background-color: #212124;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-uDP6iDMepF .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDP6iDMepF .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-uDP6iDMepF .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uDP6iDMepF .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uDP6iDMepF .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uDP6iDMepF .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uDP6iDMepF .mbr-section-title {
  color: #ffffff;
}
.cid-uDP6iDMepF .item-title {
  color: #ffffff;
}
.cid-uDP6iDMepF .item-text {
  color: #ffffff;
}
.cid-tRfrsHRGAv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRfrsHRGAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrsHRGAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrsHRGAv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrsHRGAv .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrsHRGAv .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrsHRGAv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrsHRGAv .container {
    padding: 0 12px;
  }
}
.cid-tRfrsHRGAv .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-tRfrsHRGAv .content-wrapper {
    display: block;
  }
}
.cid-tRfrsHRGAv .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tRfrsHRGAv .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-tRfrsHRGAv .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-tRfrsHRGAv .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-tRfrsHRGAv .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-tRfrsHRGAv .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-tRfrsHRGAv .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tRfrsHRGAv .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tRfrsHRGAv .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-tRfrsHRGAv .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRfrsHRGAv .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-tRfrsHRGAv .mbr-section-title {
  color: #1D1D1F;
}
.cid-tRfrsHRGAv .mbr-text {
  color: #1D1D1F;
}
.cid-tRfruv2EuO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRfruv2EuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfruv2EuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfruv2EuO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfruv2EuO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfruv2EuO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfruv2EuO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfruv2EuO .container {
    padding: 0 12px;
  }
}
.cid-tRfruv2EuO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tRfruv2EuO .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tRfruv2EuO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tRfruv2EuO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tRfruv2EuO .mbr-section-title {
  color: #1D1D1F;
}
.cid-tRfruv2EuO .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfruv2EuO .mbr-section-title,
.cid-tRfruv2EuO .mbr-section-btn {
  text-align: center;
}
.cid-tRfrvig5jS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRfrvig5jS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrvig5jS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrvig5jS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrvig5jS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrvig5jS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrvig5jS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrvig5jS .container {
    padding: 0 12px;
  }
}
.cid-tRfrvig5jS .row {
  justify-content: center;
}
.cid-tRfrvig5jS .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12%;
}
.cid-tRfrvig5jS .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #6976f5;
  border-radius: 32px;
  opacity: .85;
}
.cid-tRfrvig5jS .image-wrapper img {
  height: 500px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tRfrvig5jS .image-wrapper img {
    height: 350px;
  }
}
.cid-uDP8mR6fkS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-uDP8mR6fkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDP8mR6fkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDP8mR6fkS .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uDP8mR6fkS .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uDP8mR6fkS .container {
    padding: 0 6px;
  }
}
.cid-uDP8mR6fkS .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uDP8mR6fkS .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uDP8mR6fkS .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uDP8mR6fkS .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uDP8mR6fkS .row {
    padding: 70px 30px;
  }
}
.cid-uDP8mR6fkS .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uDP8mR6fkS .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDP8mR6fkS .desc-wrapper {
    padding: 0;
  }
}
.cid-uDP8mR6fkS .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uDP8mR6fkS .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-uDP8mR6fkS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDP8mR6fkS .image-wrapper {
  position: relative;
  height: 510px;
}
@media (max-width: 992px) {
  .cid-uDP8mR6fkS .image-wrapper {
    margin-bottom: 64px;
    height: 350px;
  }
}
.cid-uDP8mR6fkS .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uDP8mR6fkS .image-wrapper .decor-wrap {
  position: relative;
  height: 480px;
  border-radius: 0 16px 16px 16px;
  background-color: #009472;
  transform: rotate(-3deg);
  margin-top: -1rem;
  margin-right: 1rem;
  margin-left: -1.5rem;
}
@media (max-width: 992px) {
  .cid-uDP8mR6fkS .image-wrapper .decor-wrap {
    height: 350px;
  }
}
.cid-uDP8mR6fkS .image-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: -39px;
  left: 0;
  height: 40px;
  width: 130px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
.cid-uDP8mR6fkS .panel-group {
  margin-left: 100px;
}
@media (max-width: 992px) {
  .cid-uDP8mR6fkS .panel-group {
    margin: 0;
  }
}
.cid-uDP8mR6fkS .panel-group .card {
  border: none;
  border-radius: 10px !important;
  background-color: #2f2f2f;
  margin-bottom: 10px;
}
.cid-uDP8mR6fkS .panel-group .card .card-header {
  padding: 25px 30px;
  border: none;
  background-color: transparent;
}
.cid-uDP8mR6fkS .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDP8mR6fkS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #009472;
  transform: rotate(-45deg);
}
.cid-uDP8mR6fkS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uDP8mR6fkS .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #009472;
}
.cid-uDP8mR6fkS .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uDP8mR6fkS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDP8mR6fkS .panel-group .card .card-header .panel-title .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #262626;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uDP8mR6fkS .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uDP8mR6fkS .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px;
}
.cid-uDP8mR6fkS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDP8mR6fkS .mbr-desc {
  color: #ffffff;
}
.cid-uDP8mR6fkS .mbr-section-title {
  color: #ffffff;
}
.cid-uDP8mR6fkS .panel-title-edit {
  color: #ffffff;
}
.cid-uDP8mR6fkS .panel-text {
  color: #ffffff;
}
.cid-uDP9a16gln {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1e5f0;
}
.cid-uDP9a16gln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDP9a16gln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDP9a16gln .container {
    padding: 0 15px;
  }
}
.cid-uDP9a16gln .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uDP9a16gln .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDP9a16gln .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-uDP9a16gln .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #ec111a;
}
@media (max-width: 992px) {
  .cid-uDP9a16gln .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-uDP9a16gln .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uDP9a16gln .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDP9a16gln .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDP9a16gln .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDP9a16gln .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDP9a16gln .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-uDP9a16gln .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-uDP9a16gln .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uDP9a16gln .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uDP9a16gln .mbr-section-subtitle {
  color: #30262b;
}
.cid-uDP9a16gln .list {
  color: #30262b;
}
.cid-uDP9a16gln .mbr-address {
  color: #30262b;
}
.cid-tRfrwb1kZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRfrwb1kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrwb1kZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrwb1kZN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwb1kZN .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwb1kZN .container {
    padding: 0 12px;
  }
}
.cid-tRfrwb1kZN .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #1d1d1f;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .content-wrapper {
    display: block;
  }
}
.cid-tRfrwb1kZN .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwb1kZN .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-tRfrwb1kZN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tRfrwb1kZN .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #29292a;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-tRfrwb1kZN .mbr-section-title {
  color: #ffffff;
}
.cid-tRfrwb1kZN .mbr-text {
  color: #ffffff;
}
.cid-tRfrwb1kZN label {
  color: #ffffff;
}
.cid-tRfrwDZGnz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1d1d1f;
}
.cid-tRfrwDZGnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrwDZGnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrwDZGnz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrwDZGnz .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwDZGnz .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrwDZGnz .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwDZGnz .container {
    padding: 0 12px;
  }
}
.cid-tRfrwDZGnz .row {
  justify-content: center;
}
.cid-tRfrwDZGnz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tRfrwDZGnz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrwDZGnz .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tRfrwDZGnz .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tRfrwDZGnz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tRfrwDZGnz .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tRfrwDZGnz .list-wrapper .list .item-wrap:hover,
.cid-tRfrwDZGnz .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tRfrwDZGnz .mbr-copy {
  margin: 0;
  opacity: .6;
  color: #ffffff;
  text-align: right;
}
.cid-tRfrwDZGnz .mbr-section-title {
  color: #ffffff;
}
.cid-tRfrwDZGnz .mbr-list-title {
  color: #ffffff;
}
.cid-tRfrwDZGnz .list {
  color: #ffffff;
}
.cid-tRfrmALiUW {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfrmALiUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfrmALiUW .menu_box .navbar.opened,
  .cid-tRfrmALiUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfrmALiUW .navbar-dropdown {
  position: relative !important;
}
.cid-tRfrmALiUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfrmALiUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfrmALiUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tRfrmALiUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfrmALiUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfrmALiUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-body .mbr-text,
  .cid-tRfrmALiUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfrmALiUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfrmALiUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tRfrmALiUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfrmALiUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfrmALiUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfrmALiUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfrmALiUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfrmALiUW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfrmALiUW .nav-item .nav-link:hover,
.cid-tRfrmALiUW .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfrmALiUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tRfrmALiUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfrmALiUW .offcanvas_box {
    display: none;
  }
}
.cid-tRfrmALiUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfrmALiUW .container {
  display: flex;
  margin: auto;
}
.cid-tRfrmALiUW .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfrmALiUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfrmALiUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfrmALiUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .navbar-nav {
    margin: 0;
  }
}
.cid-tRfrmALiUW .dropdown-menu,
.cid-tRfrmALiUW .navbar.opened {
  background-color: false !important;
}
.cid-tRfrmALiUW .nav-item:focus,
.cid-tRfrmALiUW .nav-link:focus {
  outline: none;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfrmALiUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfrmALiUW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfrmALiUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfrmALiUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfrmALiUW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfrmALiUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar.collapsed {
  justify-content: center;
}
.cid-tRfrmALiUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfrmALiUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfrmALiUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfrmALiUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfrmALiUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfrmALiUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfrmALiUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfrmALiUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfrmALiUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfrmALiUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfrmALiUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfrmALiUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfrmALiUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfrmALiUW .dropdown-item.active,
.cid-tRfrmALiUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfrmALiUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfrmALiUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfrmALiUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #52f4aa;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfrmALiUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfrmALiUW .navbar {
    height: 70px;
  }
  .cid-tRfrmALiUW .navbar.opened {
    height: auto;
  }
  .cid-tRfrmALiUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfrmALiUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfrmALiUW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfrmALiUW .navbar-caption:hover {
  color: #1d1d1f;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfrmALiUW .text_widget {
  margin-bottom: 32px;
}
.cid-tRfrmALiUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfrmALiUW .text_widget a:hover,
.cid-tRfrmALiUW .text_widget a:focus {
  opacity: .8;
}
.cid-tRfrmALiUW .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfrmALiUW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .mbr-section-subtitle,
.cid-tRfrmALiUW .text_widget,
.cid-tRfrmALiUW .mbr-section-btn {
  text-align: center;
}
.cid-tRfrmALiUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDP4EzfMTO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDP4EzfMTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDP4EzfMTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDP4EzfMTO .row {
  justify-content: space-between;
}
.cid-uDP4EzfMTO .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uDP4EzfMTO .content-wrapper {
    padding: 0;
  }
}
.cid-uDP4EzfMTO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDP4EzfMTO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDP4EzfMTO .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDP4EzfMTO .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uDP4EzfMTO .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDP4EzfMTO .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uDP4EzfMTO .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uDP4EzfMTO .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uDP4EzfMTO .mbr-section-title {
  color: #000000;
}
.cid-uDP4EzfMTO .mbr-desc {
  color: #000000;
}
.cid-uDP4EzfMTO .mbr-text {
  color: #000000;
}
.cid-tRfrwDZGnz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1d1d1f;
}
.cid-tRfrwDZGnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrwDZGnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrwDZGnz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrwDZGnz .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwDZGnz .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrwDZGnz .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwDZGnz .container {
    padding: 0 12px;
  }
}
.cid-tRfrwDZGnz .row {
  justify-content: center;
}
.cid-tRfrwDZGnz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tRfrwDZGnz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrwDZGnz .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tRfrwDZGnz .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tRfrwDZGnz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tRfrwDZGnz .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tRfrwDZGnz .list-wrapper .list .item-wrap:hover,
.cid-tRfrwDZGnz .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tRfrwDZGnz .mbr-copy {
  margin: 0;
  opacity: .6;
  color: #ffffff;
  text-align: right;
}
.cid-tRfrwDZGnz .mbr-section-title {
  color: #ffffff;
}
.cid-tRfrwDZGnz .mbr-list-title {
  color: #ffffff;
}
.cid-tRfrwDZGnz .list {
  color: #ffffff;
}
