body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 6rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #55acee !important;
}
.bg-info {
  background-color: #0f0f0f !important;
}
.bg-warning {
  background-color: #1887cd !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #55acee !important;
  border-color: #55acee !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1689e0 !important;
  border-color: #1689e0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1689e0 !important;
  border-color: #1689e0 !important;
}
.btn-success:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1887cd !important;
  border-color: #1887cd !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #105a89 !important;
  border-color: #105a89 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #105a89 !important;
  border-color: #105a89 !important;
}
.btn-warning:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #55acee;
  color: #55acee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #55acee;
  border-color: #55acee;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #55acee !important;
  border-color: #55acee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #1887cd;
  color: #1887cd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #1887cd;
  border-color: #1887cd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1887cd !important;
  border-color: #1887cd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #0f0f0f !important;
}
.text-success {
  color: #55acee !important;
}
.text-info {
  color: #0f0f0f !important;
}
.text-warning {
  color: #1887cd !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #424242 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b2d9f7 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #424242 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5fb6ec !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0f0f0f;
}
.alert-warning {
  background-color: #1887cd;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2c2c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #badff7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0f0f0f !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rZq2OOWt7M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .nav-item,
.cid-rZq2OOWt7M .nav-link,
.cid-rZq2OOWt7M .navbar-caption {
  font-weight: normal;
}
.cid-rZq2OOWt7M .nav-item:focus,
.cid-rZq2OOWt7M .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZq2OOWt7M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZq2OOWt7M .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rZq2OOWt7M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0f0f0f;
  background: none;
}
.cid-rZq2OOWt7M .navbar.opened {
  transition: all .3s;
  background: #0f0f0f !important;
}
.cid-rZq2OOWt7M .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rZq2OOWt7M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZq2OOWt7M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZq2OOWt7M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rZq2OOWt7M .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZq2OOWt7M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZq2OOWt7M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZq2OOWt7M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZq2OOWt7M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rZq2OOWt7M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZq2OOWt7M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rZq2OOWt7M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZq2OOWt7M .navbar.navbar-short {
  background: #0f0f0f !important;
  min-height: 60px;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZq2OOWt7M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZq2OOWt7M .dropdown-item.active,
.cid-rZq2OOWt7M .dropdown-item:active {
  background-color: transparent;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0f0f;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZq2OOWt7M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZq2OOWt7M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rZq2OOWt7M .navbar-buttons {
  text-align: center;
}
.cid-rZq2OOWt7M .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rZq2OOWt7M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rZq2OOWt7M a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rZq2OOWt7M .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rZq2OOWt7M .soc-item {
  margin: .5rem .3rem;
}
.cid-rZq2OOWt7M .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZq2OOWt7M .navbar {
    height: 77px;
  }
  .cid-rZq2OOWt7M .navbar.opened {
    height: auto;
  }
  .cid-rZq2OOWt7M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZq2PVdUqR {
  background-image: url("../../../assets/images/whatsapp-image-2023-01-21-at-11.51.42-1600x1201.jpg");
}
.cid-rZq2PVdUqR .link-align {
  width: 100%;
}
.cid-rZq2PVdUqR .link-wrap {
  display: inline-block;
}
.cid-rZq2PVdUqR .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-rZq2PVdUqR .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-rZq2PVdUqR .wrap .mask {
  background: none;
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-rZq2PVdUqR .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-rZq2PVdUqR .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-rZq2PVdUqR .wrap .price {
  color: #55acee;
}
@media (min-width: 992px) {
  .cid-rZq2PVdUqR .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-rZq2PVdUqR .mbr-text {
    text-align: right;
  }
}
.cid-rZq2PVdUqR .wrap .mask .wrap-text .mbr-section-title {
  color: #ffcd00;
  text-align: center;
}
.cid-rZq2PVdUqR .mbr-text,
.cid-rZq2PVdUqR .link-align {
  text-align: center;
  color: #69b7f2;
}
.cid-rZq2PVdUqR .wrap .mask .wrap-text .price {
  color: #ffffff;
}
.cid-tAQCxNq4Wp {
  background-image: url("../../../assets/images/4-2000x2667.jpeg");
}
.cid-tAQCxNq4Wp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAQCxNq4Wp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAQCxNq4Wp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tAQCxNq4Wp .container-fluid {
    padding: 0 30px;
  }
}
.cid-tAQCxNq4Wp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tAQCxNq4Wp .container {
    padding: 0 30px;
  }
}
.cid-tAQCxNq4Wp .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-tAQCxNq4Wp .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-tAQCxNq4Wp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tAQCxNq4Wp .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tAQCxNq4Wp .mbr-section-title {
  color: #55acee;
  text-align: left;
}
.cid-tAQCxNq4Wp .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tZAGXGoCTU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5f2ff;
}
.cid-tZAGXGoCTU .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tZAGXGoCTU .mbr-section-title {
  color: #1887cd;
}
.cid-tZAGXGoCTU .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-tZAGXGoCTU .embla {
  position: relative;
  width: 100%;
}
.cid-tZAGXGoCTU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tZAGXGoCTU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tZAGXGoCTU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tZAGXGoCTU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tZAGXGoCTU .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-tZAGXGoCTU .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tZAGXGoCTU .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-tZAGXGoCTU .item:focus,
.cid-tZAGXGoCTU span:focus {
  outline: none;
}
.cid-tZAGXGoCTU .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tZAGXGoCTU .item-img {
  width: 100%;
}
.cid-tZAGXGoCTU .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 4));
}
.cid-tZAGXGoCTU .embla__button--next,
.cid-tZAGXGoCTU .embla__button--prev {
  display: flex;
}
.cid-tZAGXGoCTU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tZAGXGoCTU .embla__button {
    display: none;
  }
}
.cid-tZAGXGoCTU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tZAGXGoCTU .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-tZAGXGoCTU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tZAGXGoCTU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tZAGXGoCTU .embla__button {
    top: auto;
  }
}
.cid-tZEe5gf1y4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5f2ff;
}
.cid-tZEe5gf1y4 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tZEe5gf1y4 .mbr-section-title {
  color: #1887cd;
}
.cid-tZEe5gf1y4 .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-tZEe5gf1y4 .embla {
  position: relative;
  width: 100%;
}
.cid-tZEe5gf1y4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tZEe5gf1y4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tZEe5gf1y4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tZEe5gf1y4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tZEe5gf1y4 .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
}
@media (max-width: 991px) {
  .cid-tZEe5gf1y4 .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tZEe5gf1y4 .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-tZEe5gf1y4 .item:focus,
.cid-tZEe5gf1y4 span:focus {
  outline: none;
}
.cid-tZEe5gf1y4 .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tZEe5gf1y4 .item-img {
  width: 100%;
}
.cid-tZEe5gf1y4 .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 4));
}
.cid-tZEe5gf1y4 .embla__button--next,
.cid-tZEe5gf1y4 .embla__button--prev {
  display: flex;
}
.cid-tZEe5gf1y4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tZEe5gf1y4 .embla__button {
    display: none;
  }
}
.cid-tZEe5gf1y4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tZEe5gf1y4 .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-tZEe5gf1y4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tZEe5gf1y4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tZEe5gf1y4 .embla__button {
    top: auto;
  }
}
.cid-uxTw66ua3M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f0f0f;
}
.cid-uxTw66ua3M .card1 {
  margin-bottom: 20px;
}
.cid-uxTw66ua3M .card2 {
  margin-top: 20px;
}
.cid-uxTw66ua3M .card3 {
  margin-bottom: 20px;
}
.cid-uxTw66ua3M .card4 {
  margin-top: 20px;
}
.cid-uxTw66ua3M .mbr-section-title {
  color: #ffffff;
}
.cid-uxTw66ua3M .mbr-section-title.display-2 {
  line-height: 1.2;
  font-size: 30px;
}
.cid-uxTw66ua3M .mbr-section-subtitle {
  color: #afafa7;
}
.cid-uxTw66ua3M .mbr-text {
  color: #ffffff;
}
.cid-uxTw66ua3M .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uxTw66ua3M .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uxTw66ua3M .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-uxTw66ua3M .card .card-wrapper .card-box .img-wrapper img {
  width: 100%;
}
.cid-uxTw66ua3M .card .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-uxTw66ua3M .card .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-uxTw66ua3M .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uxTw66ua3M .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uxTw66ua3M .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uxTw66ua3M .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uxTw66ua3M .card-wrapper {
    flex-direction: column;
  }
  .cid-uxTw66ua3M .card-box {
    padding: 2rem 1rem;
  }
  .cid-uxTw66ua3M .card-box,
  .cid-uxTw66ua3M .img-wrapper {
    width: 100%;
  }
  .cid-uxTw66ua3M .img-wrapper {
    padding: 0rem 1rem;
  }
  .cid-uxTw66ua3M * {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uxTw66ua3M .card {
    margin-bottom: 2rem;
  }
}
.cid-uxTmW106aF {
  background-color: #ffffff;
}
.cid-uxTmW106aF .mbr-section-title {
  color: #06182d;
}
.cid-uxTmW106aF .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #55acee;
  background: linear-gradient(#55acee 0%, #55acee 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uxTmW106aF .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uxTmW106aF .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uxTmW106aF .mbr-section-text {
  color: #999999;
}
.cid-uxTmW106aF .nav-tabs .nav-item.open .nav-link:focus,
.cid-uxTmW106aF .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uxTmW106aF .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.cid-uxTmW106aF .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-uxTmW106aF .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #ffffff;
  padding: 1rem 2.2rem;
}
.cid-uxTmW106aF .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #55acee;
}
.cid-uxTmW106aF .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #55acee;
}
.cid-uxTmW106aF P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-uxTmW106aF .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uxTmW106aF .mbr-text,
  .cid-uxTmW106aF .nav-link {
    text-align: center;
  }
}
.cid-uxTmW106aF .img-wrap img {
  width: 100%;
}
.cid-uxTmW106aF .mbr-section-title,
.cid-uxTmW106aF .col {
  text-align: left;
  color: #000000;
}
.cid-uxTmW106aF .mbr-text,
.cid-uxTmW106aF .col {
  color: #0f0f0f;
}
.cid-tZDwkiit4v {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2-2000x2667.jpg");
  overflow: hidden;
}
.cid-tZDwkiit4v .border-bottom {
  border-color: #eeeeee !important;
}
.cid-tZDwkiit4v .colored {
  margin: 0 -50vw;
  padding: 0 50vw;
  background-color: #0f0f0f !important;
}
.cid-tZDwkiit4v .mbr-text.price {
  text-align: right;
  color: #ffffff;
}
.cid-tZDwkiit4v .colored .mbr-text {
  text-align: right;
}
.cid-tZDwkiit4v .colored-text {
  color: #1352ff !important;
}
.cid-tZDwkiit4v .mbr-section-title {
  color: #ffffff;
}
.cid-tZDwkiit4v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZDwkiit4v .mbr-text {
  color: #ffffff;
}
.cid-tZDwkiit4v .mbr-section-title.main-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZDwkiit4v .mbr-section-title.price-title {
  color: #ffffff;
}
.cid-tZDDFiGXSb {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/whatsapp-image-2023-01-21-at-11.51.43-1600x1201.jpg");
  overflow: hidden;
}
.cid-tZDDFiGXSb .border-bottom {
  border-color: #eeeeee !important;
}
.cid-tZDDFiGXSb .colored {
  margin: 0 -50vw;
  padding: 0 50vw;
  background-color: #0f0f0f !important;
}
.cid-tZDDFiGXSb .mbr-text.price {
  text-align: right;
  color: #ffffff;
}
.cid-tZDDFiGXSb .colored .mbr-text {
  text-align: right;
}
.cid-tZDDFiGXSb .colored-text {
  color: #1352ff !important;
}
.cid-tZDDFiGXSb .mbr-section-title {
  color: #ffffff;
}
.cid-tZDDFiGXSb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZDDFiGXSb .mbr-text {
  color: #ffffff;
}
.cid-tZDDFiGXSb .mbr-section-title.main-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZDDFiGXSb .mbr-section-title.price-title {
  color: #ffffff;
}
.cid-tZDMXE6wrR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-tZDMXE6wrR .border-bottom {
  border-color: #eeeeee !important;
}
.cid-tZDMXE6wrR .colored {
  margin: 0 -50vw;
  padding: 0 50vw;
  background-color: #0f0f0f !important;
}
.cid-tZDMXE6wrR .mbr-text.price {
  text-align: right;
  color: #ffffff;
}
.cid-tZDMXE6wrR .colored .mbr-text {
  text-align: right;
}
.cid-tZDMXE6wrR .colored-text {
  color: #1352ff !important;
}
.cid-tZDMXE6wrR .mbr-section-title {
  color: #ffffff;
}
.cid-tZDMXE6wrR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZDMXE6wrR .mbr-text {
  color: #ffffff;
}
.cid-tZDMXE6wrR .mbr-section-title.main-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZDMXE6wrR .mbr-section-title.price-title {
  color: #ffffff;
}
.cid-uxT2ijBTAK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uxT2ijBTAK .border-bottom {
  border-color: #eeeeee !important;
}
.cid-uxT2ijBTAK .colored {
  margin: 0 -50vw;
  padding: 0 50vw;
  background-color: #0f0f0f !important;
}
.cid-uxT2ijBTAK .mbr-text.price {
  text-align: right;
  color: #ffffff;
}
.cid-uxT2ijBTAK .colored .mbr-text {
  text-align: right;
}
.cid-uxT2ijBTAK .colored-text {
  color: #1352ff !important;
}
.cid-uxT2ijBTAK .mbr-section-title {
  color: #ffffff;
}
.cid-uxT2ijBTAK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxT2ijBTAK .mbr-text {
  color: #ffffff;
}
.cid-uxT2ijBTAK .mbr-section-title.main-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxT2ijBTAK .mbr-section-title.price-title {
  color: #ffffff;
}
.cid-tZDH5tWXKk {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #e5f2ff;
}
.cid-tZDH5tWXKk .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-tZDH5tWXKk .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #202020;
}
@media (min-width: 992px) {
  .cid-tZDH5tWXKk .google-map {
    margin-right: 17%;
  }
}
.cid-tZDH5tWXKk .google-map {
  height: 540px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tZDH5tWXKk .google-map {
    margin-bottom: 70px;
  }
}
.cid-tZDH5tWXKk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tZDH5tWXKk .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tZDH5tWXKk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tZDH5tWXKk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tZDH5tWXKk .header_box {
  margin-bottom: 40px;
}
.cid-tZDH5tWXKk .contact_content {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.cid-tZDH5tWXKk .card_text {
  display: inline-block;
}
.cid-tZDH5tWXKk .iconfont-wrapper {
  margin-right: 15px;
  display: inline-block;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
@media (max-width: 767px) {
  .cid-tZDH5tWXKk .column_wrap {
    margin-bottom: 29px;
  }
}
.cid-tZDMJ7J1sI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tZDMJ7J1sI .section-border-item {
  background-color: #fcdb42;
}
.cid-tZDMJ7J1sI .mbr-text {
  color: #FFFFFF;
}
