@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ff497c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fb0046 !important;
  border-color: #fb0046 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fb0046 !important;
  border-color: #fb0046 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4b4b4b;
  color: #4b4b4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e2003f;
  color: #e2003f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff497c;
  border-color: #ff497c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff497c !important;
  border-color: #ff497c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.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,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ff497c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b4b4b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff497c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #ff497c;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.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: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !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: #7e7e7e !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='%23e1201d' %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;
}
hr {
  border: none;
  background-color: #ff497c;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #ff497c;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff497c;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #ff497c;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #ff497c !important;
}
.btn-danger:hover {
  color: #ff497c !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #f7ed4a !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #7e7e7e !important;
}
.btn-primary:hover {
  color: #e1201d !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #ff497c !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #ff497c;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #e1201d !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #ff497c !important;
}
.cid-rR8bs0uTgv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rR8bs0uTgv .nav-item:focus,
.cid-rR8bs0uTgv .nav-link:focus {
  outline: none;
}
.cid-rR8bs0uTgv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rR8bs0uTgv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rR8bs0uTgv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rR8bs0uTgv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rR8bs0uTgv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rR8bs0uTgv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rR8bs0uTgv .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rR8bs0uTgv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-rR8bs0uTgv .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-rR8bs0uTgv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rR8bs0uTgv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rR8bs0uTgv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rR8bs0uTgv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rR8bs0uTgv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rR8bs0uTgv .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-rR8bs0uTgv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rR8bs0uTgv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rR8bs0uTgv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rR8bs0uTgv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rR8bs0uTgv .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-rR8bs0uTgv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rR8bs0uTgv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rR8bs0uTgv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rR8bs0uTgv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rR8bs0uTgv .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rR8bs0uTgv .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rR8bs0uTgv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rR8bs0uTgv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rR8bs0uTgv .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rR8bs0uTgv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rR8bs0uTgv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rR8bs0uTgv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rR8bs0uTgv .dropdown-item.active,
.cid-rR8bs0uTgv .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rR8bs0uTgv .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rR8bs0uTgv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rR8bs0uTgv .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rR8bs0uTgv .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rR8bs0uTgv .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rR8bs0uTgv .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rR8bs0uTgv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rR8bs0uTgv .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rR8bs0uTgv .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rR8bs0uTgv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-rR8bs0uTgv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rR8bs0uTgv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rR8bs0uTgv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rR8bs0uTgv .navbar-buttons {
  text-align: center;
}
.cid-rR8bs0uTgv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rR8bs0uTgv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rR8bs0uTgv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rR8bs0uTgv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rR8bs0uTgv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rR8bs0uTgv .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-rR8bs0uTgv a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-rR8bs0uTgv .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rR8bs0uTgv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rR8bs0uTgv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rR8bs0uTgv .navbar {
    height: 77px;
  }
  .cid-rR8bs0uTgv .navbar.opened {
    height: auto;
  }
  .cid-rR8bs0uTgv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rR8bs0uTgv a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-rR8bs0uTgv a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-rR8bs0uTgv .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rR8bs0uTgv .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rRBKNNng2r {
  padding-top: 380px; border: 1px solid #1b1b1b;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/Teste5.jpeg");
}
.cid-rRBKNNng2r .mbr-iconfont {
  color: #ff497c;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-rRBKNNng2r .card-inner {
  background-color: #1f2732;
  transition: 0.7s;
  z-index: 10;
}
.cid-rRBKNNng2r .btn {
  margin-left: 0rem;
}
.cid-rRBKNNng2r .row {
  padding-bottom: 8rem;
}
.cid-rRBKNNng2r .link {
  margin: 0;
}
.cid-rRBKNNng2r .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-rRBKNNng2r .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff497c;
  transition: 0.7s;
}
.cid-rRBKNNng2r .card-img {
  margin-bottom: 3.2rem;
}
.cid-rRBKNNng2r .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBKNNng2r .card:hover .card-inner {
  background-color: #ff497c;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-rRBKNNng2r .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rRBKNNng2r .card:hover .card-title:after {
  background: #fff;
}
.cid-rRBKNNng2r .media-container-row {
  align-items: flex-end;
}
.cid-rRBKNNng2r .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rRBKNNng2r .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-rRBKNNng2r .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBKNNng2r .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rRBKNNng2r .card {
    margin-bottom: 2rem;
  }
  .cid-rRBKNNng2r .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBKNNng2r .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rRBKNNng2r .card {
  position: relative;
}
.cid-rRBKNNng2r .card-3::after {
  content: "";
  background-color: #ff497c;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-rRBKNNng2r .card:first-child .card-inner {
  background-color: #ff497c;
}
.cid-rRBKNNng2r .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-rRBKNNng2r .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-rRBKNNng2r .block-title,
.cid-rRBKNNng2r .mbr-section-title,
.cid-rRBKNNng2r .line,
.cid-rRBKNNng2r .mbr-section-btn {
  color: #ffffff;
}
.cid-rRBL3bEAXX {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBL3bEAXX h2 {
    margin-bottom: 1rem;
  }
  .cid-rRBL3bEAXX .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-rRBL3bEAXX .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-rRBL3bEAXX .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rRBL3bEAXX .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-rRBL3bEAXX .container {
    position: relative;
  }
  .cid-rRBL3bEAXX h2 {
    margin: 0;
  }
}
.cid-rRBL3bEAXX .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-rRBL3bEAXX hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-rRBL3bEAXX .mbr-section-subtitle {
  color: #ff497c;
}
.cid-rRBL3bEAXX .btn:hover {
  color: #ffffff !important;
}
.cid-shvPJjyIzK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shvPJjyIzK .mbr-text {
  color: #767676;
}
.cid-shvPJjyIzK .icon-1 {
  color: #1f2732;
  font-size: 1.8rem;
}
.cid-shvPJjyIzK .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-shvPJjyIzK .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-shvPJjyIzK .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-shvPJjyIzK .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-shvPJjyIzK .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-shvPJjyIzK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-shvPJjyIzK .card {
    margin-bottom: 2rem;
  }
}
.cid-shvPJjyIzK .text-link {
  font-weight: 800 !important;
}
.cid-shvPJjyIzK .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-shvPJjyIzK .card-img {
  opacity: 0;
  left: -60px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shvPJjyIzK .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shvPJjyIzK .card:hover .card-inner {
  background-color: #ff497c;
}
.cid-shvPJjyIzK .card:hover .icon-arrow {
  color: #fff;
}
.cid-shvPJjyIzK .card:hover .text-link {
  color: #fff !important;
}
.cid-shvPJjyIzK .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-shvPJjyIzK .card:hover .link {
  transform: translateX(42px);
}
.cid-shvPJjyIzK .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-shvPJjyIzK h5 {
  color: #101010;
  font-weight: 800;
}
.cid-shvPNADuUe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shvPNADuUe .mbr-text {
  color: #767676;
}
.cid-shvPNADuUe .icon-1 {
  color: #1f2732;
  font-size: 3.5rem;
}
.cid-shvPNADuUe .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-shvPNADuUe .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-shvPNADuUe .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-shvPNADuUe .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-shvPNADuUe .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-shvPNADuUe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-shvPNADuUe .card {
    margin-bottom: 2rem;
  }
}
.cid-shvPNADuUe .text-link {
  font-weight: 800 !important;
}
.cid-shvPNADuUe .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-shvPNADuUe .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shvPNADuUe .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shvPNADuUe .card:hover .card-inner {
  background-color: #ff497c;
}
.cid-shvPNADuUe .card:hover .icon-arrow {
  color: #fff;
}
.cid-shvPNADuUe .card:hover .text-link {
  color: #fff !important;
}
.cid-shvPNADuUe .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-shvPNADuUe .card:hover .link {
  transform: translateX(42px);
}
.cid-shvPNADuUe .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-shvPNADuUe h5 {
  color: #101010;
  font-weight: 800;
}
.cid-shvPO5conp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shvPO5conp .mbr-text {
  color: #767676;
}
.cid-shvPO5conp .icon-1 {
  color: #1f2732;
  font-size: 3.5rem;
}
.cid-shvPO5conp .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-shvPO5conp .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-shvPO5conp .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-shvPO5conp .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-shvPO5conp .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-shvPO5conp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-shvPO5conp .card {
    margin-bottom: 2rem;
  }
}
.cid-shvPO5conp .text-link {
  font-weight: 800 !important;
}
.cid-shvPO5conp .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-shvPO5conp .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shvPO5conp .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shvPO5conp .card:hover .card-inner {
  background-color: #ff497c;
}
.cid-shvPO5conp .card:hover .icon-arrow {
  color: #fff;
}
.cid-shvPO5conp .card:hover .text-link {
  color: #fff !important;
}
.cid-shvPO5conp .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-shvPO5conp .card:hover .link {
  transform: translateX(42px);
}
.cid-shvPO5conp .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-shvPO5conp h5 {
  color: #101010;
  font-weight: 800;
}
.cid-rRBL3MTgdC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRBL3MTgdC .mbr-text {
  color: #767676;
}
.cid-rRBL3MTgdC .icon-1 {
  color: #1f2732;
  font-size: 3.5rem;
}
.cid-rRBL3MTgdC .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-rRBL3MTgdC .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-rRBL3MTgdC .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-rRBL3MTgdC .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rRBL3MTgdC .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-rRBL3MTgdC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRBL3MTgdC .card {
    margin-bottom: 2rem;
  }
}
.cid-rRBL3MTgdC .text-link {
  font-weight: 800 !important;
}
.cid-rRBL3MTgdC .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-rRBL3MTgdC .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBL3MTgdC .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBL3MTgdC .card:hover .card-inner {
  background-color: #ff497c;
}
.cid-rRBL3MTgdC .card:hover .icon-arrow {
  color: #fff;
}
.cid-rRBL3MTgdC .card:hover .text-link {
  color: #fff !important;
}
.cid-rRBL3MTgdC .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-rRBL3MTgdC .card:hover .link {
  transform: translateX(42px);
}
.cid-rRBL3MTgdC .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-rRBL3MTgdC h5 {
  color: #101010;
  font-weight: 800;
}
.cid-shvMvMiVnJ {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-shvMvMiVnJ h3 {
  margin-bottom: 0 !important;
}
.cid-shvMvMiVnJ figcaption {
  position: relative;
}
.cid-shvMvMiVnJ figcaption .wrap {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding: 1rem 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-shvMvMiVnJ img {
  width: 100%;
  transition: all 3s;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .cid-shvMvMiVnJ .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-shvMvMiVnJ .image-block-1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shvMvMiVnJ .img-big {
    height: 100%;
  }
  .cid-shvMvMiVnJ .image-block-1 {
    height: 100%;
  }
}
.cid-shvMvMiVnJ .image-block-2 {
  margin-bottom: 2rem;
}
.cid-shvMvMiVnJ .image-block {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  position: relative;
  background-color: #000;
}
.cid-shvMvMiVnJ .image-block:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.cid-shzKX7UzaW {
  background-image: url("../../../assets/images/premiosfgv2-1700x867.jpg");
}
.cid-shzKX7UzaW .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-shzKX7UzaW .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-shzKX7UzaW .align-center {
    text-align: center;
  }
}
.cid-shzKX7UzaW h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-shzKX7UzaW .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-shzKX7UzaW .row {
    margin: 0;
  }
}
.cid-shzKX7UzaW .btn {
  margin-left: 0rem;
}
.cid-shyauQcLCT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shyauQcLCT .img-box {
  position: relative;
}
.cid-shyauQcLCT .card {
  display: flex;
}
.cid-shyauQcLCT .img1 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 1;
}
.cid-shyauQcLCT .img2 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-shyauQcLCT .img1 {
    right: 1rem;
  }
  .cid-shyauQcLCT .img2 {
    left: 1rem;
  }
  .cid-shyauQcLCT .img-box {
    margin-top: 1rem;
  }
  .cid-shyauQcLCT .text-block {
    text-align: center;
  }
  .cid-shyauQcLCT .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-shyauQcLCT .card-text {
    display: flex;
    align-items: center;
  }
  .cid-shyauQcLCT .count {
    padding-right: 16px;
  }
  .cid-shyauQcLCT img {
    width: 60%;
  }
  .cid-shyauQcLCT .card {
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
  }
}
.cid-shyauQcLCT h3,
.cid-shyauQcLCT h4 {
  margin: 0;
  padding: 0;
}
.cid-shyauQcLCT .mbr-content-title {
  color: #e9204f;
}
@media (min-width: 767px) {
  .cid-shyauQcLCT .row {
    margin: 0;
  }
}
.cid-rRBLekSVJV {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRBLekSVJV h1 {
  margin-bottom: 0.2rem;
}
.cid-rRBLekSVJV .container-fluid {
  padding: 0;
}
.cid-rRBLekSVJV img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-rRBLekSVJV .mbr-figure {
  height: 100%;
}
.cid-rRBLekSVJV .col-lg-6 {
  padding: 0;
}
.cid-rRBLekSVJV .mbr-text {
  color: #747474;
}
.cid-rRBLekSVJV hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-rRBLekSVJV .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-rRBLekSVJV .mbr-section-subtitle-1 {
  color: #ff497c;
}
.cid-rRBLekSVJV .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-rRBLekSVJV .mbr-figure::after {
  content: "";
  background-color: #ff497c;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-rRBLekSVJV .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-rRBLekSVJV .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-rRBLekSVJV .left-block {
    margin-top: 4.5rem;
  }
}
.cid-rRBLekSVJV .btn {
  color: #101010 !important;
}
.cid-rRBLekSVJV .btn:hover {
  color: #ffffff !important;
}
.cid-rRBLBEIzH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBLBEIzH7 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBLBEIzH7 .container {
    position: relative;
  }
  .cid-rRBLBEIzH7 .row {
    margin: 0;
  }
  .cid-rRBLBEIzH7 h2 {
    margin: 0;
  }
}
.cid-rRBLBEIzH7 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRBLBEIzH7 .mbr-text {
  margin-top: 1.4rem;
}
.cid-rRBLBfWvXW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRBLBfWvXW .mbr-iconfont-1 {
  color: #e9204f;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBLBfWvXW .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-rRBLBfWvXW .link {
  margin: 0;
}
.cid-rRBLBfWvXW .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBLBfWvXW .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBLBfWvXW .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBLBfWvXW .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-rRBLBfWvXW .card:hover .card-title {
  color: #ff497c;
}
.cid-rRBLBfWvXW .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-rRBLBfWvXW .card {
    padding: 0;
  }
  .cid-rRBLBfWvXW .card-inner {
    flex-direction: column;
  }
  .cid-rRBLBfWvXW .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBLBfWvXW .row {
    margin: 0;
  }
}
.cid-rRBLBfWvXW .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-rRBLBfWvXW .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRBLBfWvXW .mbr-section-title {
  font-weight: 800;
}
.cid-rRBLBfWvXW h2 {
  margin-bottom: 0;
}
.cid-rRBLBfWvXW .title-block {
  margin-bottom: 3rem;
}
.cid-rRBLBfWvXW .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-rRBLBfWvXW .card-box {
    margin-left: 1.5rem;
  }
}
.cid-shvM6Y1Vqp .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-shvM6Y1Vqp .align-center {
    text-align: center;
  }
}
.cid-shvMcskgvl {
  background-color: #ffffff;
}
.cid-shvMcskgvl .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shvMcskgvl .carousel-item > div {
  width: 100%;
}
.cid-shvMcskgvl h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-shvMcskgvl .carousel-item.active,
.cid-shvMcskgvl .carousel-item-next,
.cid-shvMcskgvl .carousel-item-prev {
  display: flex;
}
.cid-shvMcskgvl .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-shvMcskgvl .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-shvMcskgvl .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-shvMcskgvl .carousel-controls a {
    width: 5%;
  }
}
.cid-shvMcskgvl .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-shvMcskgvl .img-block {
  display: flex;
  flex-direction: column;
}
.cid-shvMcskgvl img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-shvMcskgvl .mbr-text {
  position: relative;
}
.cid-shvMcskgvl li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-shvMcskgvl li.active {
  background-color: #e9204f;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-shvMcskgvl .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-shvMcskgvl ol {
  margin-bottom: 0;
}
.cid-shvMcskgvl .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-shvMcskgvl .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-shvMcskgvl {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 767px) {
  .cid-shvMcskgvl {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .cid-shvMcskgvl .row {
    margin: 0;
  }
}
.cid-shvMcskgvl .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shvMcskgvl .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-shvMcskgvl .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-shvMcskgvl .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-shvMcskgvl .img-block:hover .desk {
  color: #101010;
}
.cid-shvMcskgvl .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-shvMcskgvl .img-card {
    margin-top: 2rem;
  }
}
.cid-shvMcskgvl .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-shycEB40ko {
  background-color: #ffffff;
}
.cid-shycEB40ko .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shycEB40ko .carousel-item > div {
  width: 100%;
}
.cid-shycEB40ko h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-shycEB40ko .carousel-item.active,
.cid-shycEB40ko .carousel-item-next,
.cid-shycEB40ko .carousel-item-prev {
  display: flex;
}
.cid-shycEB40ko .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-shycEB40ko .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-shycEB40ko .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-shycEB40ko .carousel-controls a {
    width: 5%;
  }
}
.cid-shycEB40ko .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-shycEB40ko .img-block {
  display: flex;
  flex-direction: column;
}
.cid-shycEB40ko img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-shycEB40ko .mbr-text {
  position: relative;
}
.cid-shycEB40ko li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-shycEB40ko li.active {
  background-color: #e9204f;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-shycEB40ko .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-shycEB40ko ol {
  margin-bottom: 0;
}
.cid-shycEB40ko .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-shycEB40ko .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-shycEB40ko {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 767px) {
  .cid-shycEB40ko {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .cid-shycEB40ko .row {
    margin: 0;
  }
}
.cid-shycEB40ko .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shycEB40ko .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-shycEB40ko .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-shycEB40ko .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-shycEB40ko .img-block:hover .desk {
  color: #101010;
}
.cid-shycEB40ko .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-shycEB40ko .img-card {
    margin-top: 2rem;
  }
}
.cid-shycEB40ko .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-shyyxd45R9 {
  background-color: #ffffff;
}
.cid-shyyxd45R9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyyxd45R9 .carousel-item > div {
  width: 100%;
}
.cid-shyyxd45R9 h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-shyyxd45R9 .carousel-item.active,
.cid-shyyxd45R9 .carousel-item-next,
.cid-shyyxd45R9 .carousel-item-prev {
  display: flex;
}
.cid-shyyxd45R9 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-shyyxd45R9 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-shyyxd45R9 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-shyyxd45R9 .carousel-controls a {
    width: 5%;
  }
}
.cid-shyyxd45R9 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-shyyxd45R9 .img-block {
  display: flex;
  flex-direction: column;
}
.cid-shyyxd45R9 img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-shyyxd45R9 .mbr-text {
  position: relative;
}
.cid-shyyxd45R9 li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-shyyxd45R9 li.active {
  background-color: #e9204f;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-shyyxd45R9 .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-shyyxd45R9 ol {
  margin-bottom: 0;
}
.cid-shyyxd45R9 .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-shyyxd45R9 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-shyyxd45R9 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 767px) {
  .cid-shyyxd45R9 {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .cid-shyyxd45R9 .row {
    margin: 0;
  }
}
.cid-shyyxd45R9 .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shyyxd45R9 .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-shyyxd45R9 .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-shyyxd45R9 .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-shyyxd45R9 .img-block:hover .desk {
  color: #101010;
}
.cid-shyyxd45R9 .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-shyyxd45R9 .img-card {
    margin-top: 2rem;
  }
}
.cid-shyyxd45R9 .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-shyBrW68TD {
  background-color: #ffffff;
}
.cid-shyBrW68TD .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyBrW68TD .carousel-item > div {
  width: 100%;
}
.cid-shyBrW68TD h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-shyBrW68TD .carousel-item.active,
.cid-shyBrW68TD .carousel-item-next,
.cid-shyBrW68TD .carousel-item-prev {
  display: flex;
}
.cid-shyBrW68TD .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-shyBrW68TD .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-shyBrW68TD .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-shyBrW68TD .carousel-controls a {
    width: 5%;
  }
}
.cid-shyBrW68TD .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-shyBrW68TD .img-block {
  display: flex;
  flex-direction: column;
}
.cid-shyBrW68TD img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-shyBrW68TD .mbr-text {
  position: relative;
}
.cid-shyBrW68TD li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-shyBrW68TD li.active {
  background-color: #e9204f;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-shyBrW68TD .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-shyBrW68TD ol {
  margin-bottom: 0;
}
.cid-shyBrW68TD .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-shyBrW68TD .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-shyBrW68TD {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 767px) {
  .cid-shyBrW68TD {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .cid-shyBrW68TD .row {
    margin: 0;
  }
}
.cid-shyBrW68TD .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shyBrW68TD .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-shyBrW68TD .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-shyBrW68TD .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-shyBrW68TD .img-block:hover .desk {
  color: #101010;
}
.cid-shyBrW68TD .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-shyBrW68TD .img-card {
    margin-top: 2rem;
  }
}
.cid-shyBrW68TD .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-shzycN2wpA {
  background-image: url("../../../assets/images/plenaria.jpg");
}
.cid-shzycN2wpA .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-shzycN2wpA .align-center {
    text-align: center;
  }
}
.cid-shzyeXhV7y {
  background-color: #ffffff;
}
.cid-shzyeXhV7y .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shzyeXhV7y .carousel-item > div {
  width: 100%;
}
.cid-shzyeXhV7y h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-shzyeXhV7y .carousel-item.active,
.cid-shzyeXhV7y .carousel-item-next,
.cid-shzyeXhV7y .carousel-item-prev {
  display: flex;
}
.cid-shzyeXhV7y .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-shzyeXhV7y .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-shzyeXhV7y .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-shzyeXhV7y .carousel-controls a {
    width: 5%;
  }
}
.cid-shzyeXhV7y .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-shzyeXhV7y .img-block {
  display: flex;
  flex-direction: column;
}
.cid-shzyeXhV7y img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-shzyeXhV7y .mbr-text {
  position: relative;
}
.cid-shzyeXhV7y li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-shzyeXhV7y li.active {
  background-color: #e9204f;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-shzyeXhV7y .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-shzyeXhV7y ol {
  margin-bottom: 0;
}
.cid-shzyeXhV7y .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-shzyeXhV7y .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-shzyeXhV7y {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 767px) {
  .cid-shzyeXhV7y {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .cid-shzyeXhV7y .row {
    margin: 0;
  }
}
.cid-shzyeXhV7y .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shzyeXhV7y .desk {
  transition: 0.3s;
  font-weight: 500;
  text-align: center;
}
.cid-shzyeXhV7y .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-shzyeXhV7y .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-shzyeXhV7y .img-block:hover .desk {
  color: #101010;
}
.cid-shzyeXhV7y .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-shzyeXhV7y .img-card {
    margin-top: 2rem;
  }
}
.cid-shzyeXhV7y .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-shyEBQwIjB {
  background-image: url("../../../assets/images/experiencia.jpg");
}
.cid-shyEBQwIjB .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-shyEBQwIjB .align-center {
    text-align: center;
  }
}
.cid-sjaE7m08EA {
  background-color: #ffffff;
}
.cid-sjaE7m08EA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjaE7m08EA .carousel-item > div {
  width: 100%;
}
.cid-sjaE7m08EA h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-sjaE7m08EA .carousel-item.active,
.cid-sjaE7m08EA .carousel-item-next,
.cid-sjaE7m08EA .carousel-item-prev {
  display: flex;
}
.cid-sjaE7m08EA .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-sjaE7m08EA .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-sjaE7m08EA .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-sjaE7m08EA .carousel-controls a {
    width: 5%;
  }
}
.cid-sjaE7m08EA .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-sjaE7m08EA .img-block {
  display: flex;
  flex-direction: column;
}
.cid-sjaE7m08EA img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-sjaE7m08EA .mbr-text {
  position: relative;
}
.cid-sjaE7m08EA li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-sjaE7m08EA li.active {
  background-color: #e9204f;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-sjaE7m08EA .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-sjaE7m08EA ol {
  margin-bottom: 0;
}
.cid-sjaE7m08EA .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-sjaE7m08EA .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sjaE7m08EA {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 767px) {
  .cid-sjaE7m08EA {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .cid-sjaE7m08EA .row {
    margin: 0;
  }
}
.cid-sjaE7m08EA .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjaE7m08EA .desk {
  transition: 0.3s;
  font-weight: 500;
  text-align: left;
}
.cid-sjaE7m08EA .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-sjaE7m08EA .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-sjaE7m08EA .img-block:hover .desk {
  color: #101010;
}
.cid-sjaE7m08EA .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-sjaE7m08EA .img-card {
    margin-top: 2rem;
  }
}
.cid-sjaE7m08EA .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-shzTIAXHjx {
  background-image: url("../../../assets/images/limpo-clientes-arwe3.001-1080x608.jpg");
}
.cid-shzTIAXHjx .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-shzTIAXHjx .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-shzTIAXHjx .align-center {
    text-align: center;
  }
}
.cid-rRBLFM5ZPV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBLFM5ZPV .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-rRBLFM5ZPV .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rRBLFM5ZPV .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBLFM5ZPV .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBLFM5ZPV .row {
    margin: 0;
  }
}
.cid-rRBLFM5ZPV .container {
  border-top: 1px solid #EBEBEB;
  padding-top: 2rem;
}
.cid-shz1KhFjWt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz1KhFjWt .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-shz1KhFjWt .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-shz1KhFjWt .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shz1KhFjWt .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-shz1KhFjWt .row {
    margin: 0;
  }
}
.cid-shz1KhFjWt .container {
  border-top: 1px solid #EBEBEB;
  padding-top: 2rem;
}
.cid-shz2vNfVid {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz2vNfVid .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-shz2vNfVid .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-shz2vNfVid .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shz2vNfVid .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-shz2vNfVid .row {
    margin: 0;
  }
}
.cid-shz2vNfVid .container {
  border-top: 1px solid #EBEBEB;
  padding-top: 2rem;
}
.cid-shz2wFYl6O {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz2wFYl6O .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-shz2wFYl6O .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-shz2wFYl6O .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shz2wFYl6O .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-shz2wFYl6O .row {
    margin: 0;
  }
}
.cid-shz2wFYl6O .container {
  border-top: 1px solid #EBEBEB;
  padding-top: 2rem;
}
.cid-shz2xkxPjD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz2xkxPjD .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-shz2xkxPjD .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-shz2xkxPjD .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shz2xkxPjD .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-shz2xkxPjD .row {
    margin: 0;
  }
}
.cid-shz2xkxPjD .container {
  border-top: 1px solid #EBEBEB;
  padding-top: 2rem;
}
.cid-shz2xW18aM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz2xW18aM .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-shz2xW18aM .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-shz2xW18aM .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shz2xW18aM .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-shz2xW18aM .row {
    margin: 0;
  }
}
.cid-shz2xW18aM .container {
  border-top: 1px solid #EBEBEB;
  padding-top: 2rem;
}
.cid-shz3Tl3Z4N {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz3Tl3Z4N .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-shz3Tl3Z4N .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-shz3Tl3Z4N .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shz3Tl3Z4N .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-shz3Tl3Z4N .row {
    margin: 0;
  }
}
.cid-shz3Tl3Z4N .container {
  border-top: 1px solid #EBEBEB;
  padding-top: 2rem;
}
#custom-html-2g {
  /* Type valid CSS here */
}
#custom-html-2g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2g p {
  font-size: 60px;
  color: #777;
}
.cid-sjaQAyjBON {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjaQAyjBON h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sjaQAyjBON .container {
    position: relative;
  }
  .cid-sjaQAyjBON .row {
    margin: 0;
  }
  .cid-sjaQAyjBON h2 {
    margin: 0;
  }
}
.cid-sjaQAyjBON .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sjaQAyjBON .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
}
#custom-html-2h .map-section {
  width: 100%;
  background-color: #000;
  text-align: center;
}
#custom-html-2h .BR-STATE {
  fill: #FF497C;
  cursor: pointer;
}
#custom-html-2h .BR-STATE:hover {
  fill: #ff6d96;
}
#custom-html-2h .state-label {
  text-align: center;
  position: absolute;
  transform: translate(10%, 0%);
  color: #fff;
  font-size: 12px;
  text-shadow: -1px 0px 0px #000000, 1px 0px 0px #000000, 0px -1px 0px #000000, 0px 1px 0px #000000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  max-width: 300px;
  z-index: 99999;
}
#custom-html-2h .state-label-content {
  margin: 15px;
}
#custom-html-2h .state-label > p {
  margin-bottom: 0px !important;
}
#custom-html-2h .state-title {
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px !important;
}
.cid-sjaVeyDzNm {
  background-image: url("../../../assets/images/Direito.jpg");
}
.cid-sjaVeyDzNm .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sjaVeyDzNm .align-center {
    text-align: center;
  }
}
.cid-shzEkO87aJ {
  background-color: #ffffff;
}
.cid-shzEkO87aJ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shzEkO87aJ .carousel-item > div {
  width: 100%;
}
.cid-shzEkO87aJ h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-shzEkO87aJ .carousel-item.active,
.cid-shzEkO87aJ .carousel-item-next,
.cid-shzEkO87aJ .carousel-item-prev {
  display: flex;
}
.cid-shzEkO87aJ .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-shzEkO87aJ .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-shzEkO87aJ .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-shzEkO87aJ .carousel-controls a {
    width: 5%;
  }
}
.cid-shzEkO87aJ .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-shzEkO87aJ .img-block {
  display: flex;
  flex-direction: column;
}
.cid-shzEkO87aJ img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-shzEkO87aJ .mbr-text {
  position: relative;
}
.cid-shzEkO87aJ li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-shzEkO87aJ li.active {
  background-color: #e9204f;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-shzEkO87aJ .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-shzEkO87aJ ol {
  margin-bottom: 0;
}
.cid-shzEkO87aJ .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-shzEkO87aJ .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-shzEkO87aJ {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 767px) {
  .cid-shzEkO87aJ {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .cid-shzEkO87aJ .row {
    margin: 0;
  }
}
.cid-shzEkO87aJ .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shzEkO87aJ .desk {
  transition: 0.3s;
  font-weight: 500;
  text-align: center;
}
.cid-shzEkO87aJ .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-shzEkO87aJ .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-shzEkO87aJ .img-block:hover .desk {
  color: #101010;
}
.cid-shzEkO87aJ .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-shzEkO87aJ .img-card {
    margin-top: 2rem;
  }
}
.cid-shzEkO87aJ .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-shzEkO87aJ .mbr-text,
.cid-shzEkO87aJ .subtitle-link {
  text-align: center;
}
.cid-slUutlyJZ0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-slUutlyJZ0 .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-slUutlyJZ0 .align-center {
    text-align: center;
  }
  .cid-slUutlyJZ0 .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-slUutlyJZ0 .block-btn {
  display: flex;
}
.cid-slUutlyJZ0 .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-slUutlyJZ0 h1 {
  margin-bottom: 0;
}
.cid-slUutlyJZ0 .wrapper {
  background-color: #e9204f;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-slUutlyJZ0 .container {
    padding: 0 3rem;
  }
  .cid-slUutlyJZ0 .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-slUutlyJZ0 .block-btn {
    justify-content: center;
  }
  .cid-slUutlyJZ0 .text-block {
    text-align: center;
  }
  .cid-slUutlyJZ0 .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slUutlyJZ0 .block-btn {
    justify-content: flex-end;
  }
  .cid-slUutlyJZ0 .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-slUutlyJZ0 .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-slUutlyJZ0 .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-shvMgtxQ1m {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-shvMgtxQ1m .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-shvMgtxQ1m textarea {
  min-height: 150px;
}
.cid-shvMgtxQ1m input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-shvMgtxQ1m textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-shvMgtxQ1m .form-control,
.cid-shvMgtxQ1m .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-shvMgtxQ1m .form-control input::-webkit-input-placeholder,
.cid-shvMgtxQ1m .field-input input::-webkit-input-placeholder,
.cid-shvMgtxQ1m .form-control textarea::-webkit-input-placeholder,
.cid-shvMgtxQ1m .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-shvMgtxQ1m .form-control input:-moz-placeholder,
.cid-shvMgtxQ1m .field-input input:-moz-placeholder,
.cid-shvMgtxQ1m .form-control textarea:-moz-placeholder,
.cid-shvMgtxQ1m .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-shvMgtxQ1m .jq-number__spin:hover,
.cid-shvMgtxQ1m .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-shvMgtxQ1m .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-shvMgtxQ1m .jq-selectbox li,
.cid-shvMgtxQ1m .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-shvMgtxQ1m .jq-selectbox li:hover,
.cid-shvMgtxQ1m .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-shvMgtxQ1m .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-shvMgtxQ1m .jq-number__spin.minus:hover:after,
.cid-shvMgtxQ1m .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-shvMgtxQ1m .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-shvMgtxQ1m .jq-number__spin.minus:after,
.cid-shvMgtxQ1m .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-shvMgtxQ1m .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-shvMgtxQ1m .social-list {
    margin-bottom: 3rem;
  }
  .cid-shvMgtxQ1m .email-input {
    margin-top: 2rem;
  }
}
.cid-shvMgtxQ1m .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-shvMgtxQ1m .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-shvMgtxQ1m .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-shvMgtxQ1m .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-shvMgtxQ1m .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-shvMgtxQ1m .social-list {
  display: flex;
}
.cid-shvMgtxQ1m .social-list a {
  transition: 0.3s;
}
.cid-shvMgtxQ1m .social-list a:hover {
  transform: translateY(-8px);
}
.cid-shvMgtxQ1m .row {
  align-items: center;
}
.cid-shvMgtxQ1m .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-shvMgtxQ1m .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-shvMgtxQ1m .form-btn {
  margin-top: 2.5rem;
}
.cid-shvMgtxQ1m input::-webkit-input-placeholder,
.cid-shvMgtxQ1m textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-shvMgtxQ1m input:-moz-placeholder,
.cid-shvMgtxQ1m textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-shvMgtxQ1m .media-content {
    padding-right: 3rem;
  }
  .cid-shvMgtxQ1m .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-shvMgtxQ1m .row {
    padding: 0 1rem;
  }
}
.cid-shvMgtxQ1m .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-shvMgtxQ1m .form-btn {
    width: 100%;
  }
  .cid-shvMgtxQ1m .btn {
    width: 100%;
  }
}
.cid-rRBLG9qwdJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rRBLG9qwdJ .media-container-row {
  align-items: center;
}
.cid-rRBLG9qwdJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rRBLG9qwdJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rRBLG9qwdJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rRBLG9qwdJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rRBLG9qwdJ .foot-menu-item {
  transform: 0.2s;
}
.cid-rRBLG9qwdJ .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-rRBLG9qwdJ .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBLG9qwdJ .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-rRBLG9qwdJ .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-rRBLG9qwdJ .foot-menu {
    justify-content: center;
  }
  .cid-rRBLG9qwdJ .mbr-text {
    text-align: center;
  }
  .cid-rRBLG9qwdJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rRBLG9qwdJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rRBLG9qwdJ .link:hover {
  color: #ffffff;
}
.cid-shy63bfzEb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shy63bfzEb .nav-item:focus,
.cid-shy63bfzEb .nav-link:focus {
  outline: none;
}
.cid-shy63bfzEb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shy63bfzEb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shy63bfzEb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-shy63bfzEb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shy63bfzEb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shy63bfzEb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shy63bfzEb .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-shy63bfzEb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-shy63bfzEb .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-shy63bfzEb .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-shy63bfzEb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shy63bfzEb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shy63bfzEb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shy63bfzEb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-shy63bfzEb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shy63bfzEb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shy63bfzEb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shy63bfzEb .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-shy63bfzEb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shy63bfzEb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-shy63bfzEb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shy63bfzEb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shy63bfzEb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shy63bfzEb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shy63bfzEb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shy63bfzEb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shy63bfzEb .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-shy63bfzEb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shy63bfzEb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shy63bfzEb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-shy63bfzEb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shy63bfzEb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shy63bfzEb .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shy63bfzEb .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-shy63bfzEb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shy63bfzEb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shy63bfzEb .navbar-short {
  padding: 1rem 0 !important;
}
.cid-shy63bfzEb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shy63bfzEb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shy63bfzEb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shy63bfzEb .dropdown-item.active,
.cid-shy63bfzEb .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-shy63bfzEb .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-shy63bfzEb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-shy63bfzEb .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-shy63bfzEb .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-shy63bfzEb .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63bfzEb .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-shy63bfzEb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-shy63bfzEb .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-shy63bfzEb .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-shy63bfzEb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-shy63bfzEb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shy63bfzEb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shy63bfzEb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shy63bfzEb .navbar-buttons {
  text-align: center;
}
.cid-shy63bfzEb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shy63bfzEb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shy63bfzEb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shy63bfzEb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shy63bfzEb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shy63bfzEb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shy63bfzEb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shy63bfzEb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shy63bfzEb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shy63bfzEb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shy63bfzEb .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-shy63bfzEb a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-shy63bfzEb .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-shy63bfzEb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-shy63bfzEb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shy63bfzEb .navbar {
    height: 77px;
  }
  .cid-shy63bfzEb .navbar.opened {
    height: auto;
  }
  .cid-shy63bfzEb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shy63bfzEb a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-shy63bfzEb a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-shy63bfzEb .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-shy63bfzEb .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-shy63cykqY {
  padding-top: 240px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/plenaria.jpg");
}
.cid-shy63cykqY .mbr-iconfont {
  color: #ff497c;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-shy63cykqY .card-inner {
  background-color: #1f2732;
  transition: 0.7s;
  z-index: 10;
}
.cid-shy63cykqY .btn {
  margin-left: 0rem;
}
.cid-shy63cykqY .row {
  padding-bottom: 8rem;
}
.cid-shy63cykqY .link {
  margin: 0;
}
.cid-shy63cykqY .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-shy63cykqY .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff497c;
  transition: 0.7s;
}
.cid-shy63cykqY .card-img {
  margin-bottom: 3.2rem;
}
.cid-shy63cykqY .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-shy63cykqY .card:hover .card-inner {
  background-color: #ff497c;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-shy63cykqY .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-shy63cykqY .card:hover .card-title:after {
  background: #fff;
}
.cid-shy63cykqY .media-container-row {
  align-items: flex-end;
}
.cid-shy63cykqY .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-shy63cykqY .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-shy63cykqY .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-shy63cykqY .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-shy63cykqY .card {
    margin-bottom: 2rem;
  }
  .cid-shy63cykqY .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63cykqY .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-shy63cykqY .card {
  position: relative;
}
.cid-shy63cykqY .card-3::after {
  content: "";
  background-color: #ff497c;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-shy63cykqY .card:first-child .card-inner {
  background-color: #ff497c;
}
.cid-shy63cykqY .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-shy63cykqY .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-shy63cykqY .block-title,
.cid-shy63cykqY .mbr-section-title,
.cid-shy63cykqY .line,
.cid-shy63cykqY .mbr-section-btn {
  color: #ffffff;
}
.cid-shy7jeLWU9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-shy7jeLWU9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shy9pjFrp3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-shy9pjFrp3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-shy9pjFrp3 .box {
  background-image: url("../../../assets/images/team11.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shy9pjFrp3 .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-shy9pjFrp3 .icon-wrap span {
  padding-left: 8px;
}
.cid-shy9pjFrp3 .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-shy9pjFrp3 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-shy9pjFrp3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-shy9pjFrp3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-shy9pjFrp3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-shy9pjFrp3 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-shy9pjFrp3 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-shy9pjFrp3 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-shy9pjFrp3 .box {
    height: 250px;
  }
}
@media (min-width: 767px) {
  .cid-shy9pjFrp3 .row {
    margin: 0;
  }
}
.cid-shy8zV5eM5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #22a5e5;
}
.cid-shy8zV5eM5 .video-wrapper iframe {
  width: 100%;
}
.cid-shy8zV5eM5 .mbr-section-title,
.cid-shy8zV5eM5 .mbr-section-subtitle,
.cid-shy8zV5eM5 .mbr-text {
  text-align: center;
}
.cid-shy8zV5eM5 .mbr-section-title {
  color: #ffffff;
}
.cid-shy8bek6iI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-shy8bek6iI {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-shy8bek6iI .text {
  padding: 0;
}
.cid-shy8bek6iI section {
  position: relative;
}
.cid-shy8bek6iI h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-shy8bek6iI .mbr-iconfont {
  padding: 0!important;
}
.cid-shy8bek6iI .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffdf54;
}
.cid-shy8bek6iI .box {
  background-image: url("../../../assets/images/17.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shy8bek6iI .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-shy8bek6iI .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-shy8bek6iI .icon-wrap span {
  padding-left: 8px;
}
.cid-shy8bek6iI .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-shy8bek6iI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-shy8bek6iI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-shy8bek6iI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-shy8bek6iI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-shy8bek6iI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-shy8bek6iI a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shy8bek6iI {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-shy8bek6iI .box {
    height: 250px;
  }
  .cid-shy8bek6iI .row {
    padding: 1rem!important;
  }
}
.cid-shy7njEvDD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-shy7njEvDD .nav-tabs .nav-item.open .nav-link:focus,
.cid-shy7njEvDD .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-shy7njEvDD .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-shy7njEvDD .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-shy7njEvDD .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-shy7njEvDD .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-shy7njEvDD .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-shy7njEvDD .nav-link,
.cid-shy7njEvDD .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-shy7njEvDD .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-shy7njEvDD H4 {
  text-align: center;
}
.cid-shy7njEvDD H3 {
  text-align: center;
}
.cid-shy63dhCuk {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shy63dhCuk h2 {
    margin-bottom: 1rem;
  }
  .cid-shy63dhCuk .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-shy63dhCuk .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-shy63dhCuk .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-shy63dhCuk .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-shy63dhCuk .container {
    position: relative;
  }
  .cid-shy63dhCuk h2 {
    margin: 0;
  }
}
.cid-shy63dhCuk .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-shy63dhCuk hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-shy63dhCuk .mbr-section-subtitle {
  color: #ff497c;
}
.cid-shy63dhCuk .btn:hover {
  color: #ffffff !important;
}
.cid-shy63dEqfs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shy63dEqfs .mbr-text {
  color: #767676;
}
.cid-shy63dEqfs .icon-1 {
  color: #1f2732;
  font-size: 3.5rem;
}
.cid-shy63dEqfs .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-shy63dEqfs .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-shy63dEqfs .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-shy63dEqfs .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-shy63dEqfs .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-shy63dEqfs .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-shy63dEqfs .card {
    margin-bottom: 2rem;
  }
}
.cid-shy63dEqfs .text-link {
  font-weight: 800 !important;
}
.cid-shy63dEqfs .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-shy63dEqfs .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63dEqfs .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63dEqfs .card:hover .card-inner {
  background-color: #ff497c;
}
.cid-shy63dEqfs .card:hover .icon-arrow {
  color: #fff;
}
.cid-shy63dEqfs .card:hover .text-link {
  color: #fff !important;
}
.cid-shy63dEqfs .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-shy63dEqfs .card:hover .link {
  transform: translateX(42px);
}
.cid-shy63dEqfs .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-shy63dEqfs h5 {
  color: #101010;
  font-weight: 800;
}
.cid-shy63edGX8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shy63edGX8 .mbr-text {
  color: #767676;
}
.cid-shy63edGX8 .icon-1 {
  color: #1f2732;
  font-size: 3.5rem;
}
.cid-shy63edGX8 .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-shy63edGX8 .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-shy63edGX8 .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-shy63edGX8 .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-shy63edGX8 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-shy63edGX8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-shy63edGX8 .card {
    margin-bottom: 2rem;
  }
}
.cid-shy63edGX8 .text-link {
  font-weight: 800 !important;
}
.cid-shy63edGX8 .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-shy63edGX8 .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63edGX8 .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63edGX8 .card:hover .card-inner {
  background-color: #ff497c;
}
.cid-shy63edGX8 .card:hover .icon-arrow {
  color: #fff;
}
.cid-shy63edGX8 .card:hover .text-link {
  color: #fff !important;
}
.cid-shy63edGX8 .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-shy63edGX8 .card:hover .link {
  transform: translateX(42px);
}
.cid-shy63edGX8 .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-shy63edGX8 h5 {
  color: #101010;
  font-weight: 800;
}
.cid-shy63fbSyu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shy63fbSyu .mbr-text {
  color: #767676;
}
.cid-shy63fbSyu .icon-1 {
  color: #1f2732;
  font-size: 3.5rem;
}
.cid-shy63fbSyu .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-shy63fbSyu .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-shy63fbSyu .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-shy63fbSyu .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-shy63fbSyu .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-shy63fbSyu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-shy63fbSyu .card {
    margin-bottom: 2rem;
  }
}
.cid-shy63fbSyu .text-link {
  font-weight: 800 !important;
}
.cid-shy63fbSyu .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-shy63fbSyu .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63fbSyu .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63fbSyu .card:hover .card-inner {
  background-color: #ff497c;
}
.cid-shy63fbSyu .card:hover .icon-arrow {
  color: #fff;
}
.cid-shy63fbSyu .card:hover .text-link {
  color: #fff !important;
}
.cid-shy63fbSyu .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-shy63fbSyu .card:hover .link {
  transform: translateX(42px);
}
.cid-shy63fbSyu .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-shy63fbSyu h5 {
  color: #101010;
  font-weight: 800;
}
.cid-shy63gaCYe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shy63gaCYe .mbr-text {
  color: #767676;
}
.cid-shy63gaCYe .icon-1 {
  color: #1f2732;
  font-size: 3.5rem;
}
.cid-shy63gaCYe .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-shy63gaCYe .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-shy63gaCYe .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-shy63gaCYe .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-shy63gaCYe .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-shy63gaCYe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-shy63gaCYe .card {
    margin-bottom: 2rem;
  }
}
.cid-shy63gaCYe .text-link {
  font-weight: 800 !important;
}
.cid-shy63gaCYe .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-shy63gaCYe .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63gaCYe .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63gaCYe .card:hover .card-inner {
  background-color: #ff497c;
}
.cid-shy63gaCYe .card:hover .icon-arrow {
  color: #fff;
}
.cid-shy63gaCYe .card:hover .text-link {
  color: #fff !important;
}
.cid-shy63gaCYe .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-shy63gaCYe .card:hover .link {
  transform: translateX(42px);
}
.cid-shy63gaCYe .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-shy63gaCYe h5 {
  color: #101010;
  font-weight: 800;
}
.cid-shy63gHyoY {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/team10.jpg");
}
@media (max-width: 992px) {
  .cid-shy63gHyoY {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-shy63gHyoY {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-shy63gHyoY .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-shy63gHyoY .icon-wrap span {
  padding-left: 8px;
}
.cid-shy63gHyoY .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-shy63gHyoY .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-shy63gHyoY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-shy63gHyoY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-shy63gHyoY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-shy63gHyoY a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-shy63gHyoY a.close:hover {
  color: #ffffff;
}
.cid-shy63hpBEb {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-shy63hpBEb .image-block {
  margin: auto;
}
.cid-shy63hpBEb .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-shy63hpBEb .image-block {
    width: 100% !important;
  }
}
.cid-shy63hpBEb .container-fluid {
  padding: 0;
}
@media (min-width: 767px) {
  .cid-shy63hpBEb .container {
    padding: 0 2rem;
  }
}
.cid-shy63hHosw {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-shy63hHosw h3 {
  margin-bottom: 0 !important;
}
.cid-shy63hHosw figcaption {
  position: relative;
}
.cid-shy63hHosw figcaption .wrap {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding: 1rem 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-shy63hHosw img {
  width: 100%;
  transition: all 3s;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .cid-shy63hHosw .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-shy63hHosw .image-block-1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63hHosw .img-big {
    height: 100%;
  }
  .cid-shy63hHosw .image-block-1 {
    height: 100%;
  }
}
.cid-shy63hHosw .image-block-2 {
  margin-bottom: 2rem;
}
.cid-shy63hHosw .image-block {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  position: relative;
  background-color: #000;
}
.cid-shy63hHosw .image-block:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.cid-shy63i5z2l {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shy63i5z2l h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-shy63i5z2l .container {
    position: relative;
  }
  .cid-shy63i5z2l .row {
    margin: 0;
  }
  .cid-shy63i5z2l h2 {
    margin: 0;
  }
}
.cid-shy63i5z2l .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-shy63i5z2l .mbr-section-subtitle {
  color: #ff497c;
}
.cid-shy63isaUl {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shy63isaUl .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-shy63isaUl .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-shy63isaUl .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63isaUl .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-shy63isaUl .row {
    margin: 0;
  }
}
.cid-shy63isaUl .container {
  border-top: 1px solid #ebebeb;
  padding-top: 2rem;
}
.cid-shy63iZZWa {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 75px;
}
.cid-shy63iZZWa h3 {
  margin-bottom: 0 !important;
}
.cid-shy63iZZWa figcaption {
  position: relative;
}
.cid-shy63iZZWa figcaption .wrap {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding: 1rem 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-shy63iZZWa img {
  width: 100%;
  transition: all 3s;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .cid-shy63iZZWa .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-shy63iZZWa .image-block-1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63iZZWa .img-big {
    height: 100%;
  }
  .cid-shy63iZZWa .image-block-1 {
    height: 100%;
  }
}
.cid-shy63iZZWa .image-block-2 {
  margin-bottom: 2rem;
}
.cid-shy63iZZWa .image-block {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  position: relative;
  background-color: #000;
}
.cid-shy63iZZWa .image-block:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.cid-shy63jpMWI {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-shy63jpMWI .mbr-text {
  color: #767676;
}
.cid-shy63jpMWI .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-shy63jpMWI .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-shy63jpMWI h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-shy63jpMWI .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63jpMWI .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-shy63jpMWI .row {
    margin: 0;
  }
}
.cid-shy63jPpaz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shy63jPpaz .mbr-iconfont-1 {
  color: #e9204f;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63jPpaz .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-shy63jPpaz .link {
  margin: 0;
}
.cid-shy63jPpaz .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63jPpaz .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63jPpaz .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-shy63jPpaz .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-shy63jPpaz .card:hover .card-title {
  color: #ff497c;
}
.cid-shy63jPpaz .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-shy63jPpaz .card {
    padding: 0;
  }
  .cid-shy63jPpaz .card-inner {
    flex-direction: column;
    text-align: center;
  }
  .cid-shy63jPpaz .card-title {
    margin-top: 2rem;
  }
  .cid-shy63jPpaz .mbr-section-title,
  .cid-shy63jPpaz .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-shy63jPpaz .row {
    margin: 0;
  }
}
.cid-shy63jPpaz .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-shy63jPpaz .mbr-section-subtitle {
  color: #e9204f;
}
.cid-shy63jPpaz .mbr-section-title {
  font-weight: 800;
}
.cid-shy63jPpaz h2 {
  margin-bottom: 0;
}
.cid-shy63jPpaz .title-block {
  margin-bottom: 3rem;
}
.cid-shy63jPpaz .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-shy63jPpaz .card-box {
    margin-left: 1.5rem;
  }
}
.cid-shy63kwCPg {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-shy63kwCPg h1 {
  margin-bottom: 0.2rem;
}
.cid-shy63kwCPg .container-fluid {
  padding: 0;
}
.cid-shy63kwCPg img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-shy63kwCPg .mbr-figure {
  height: 100%;
}
.cid-shy63kwCPg .col-lg-6 {
  padding: 0;
}
.cid-shy63kwCPg .mbr-text {
  color: #747474;
}
.cid-shy63kwCPg hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-shy63kwCPg .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-shy63kwCPg .mbr-section-subtitle-1 {
  color: #ff497c;
}
.cid-shy63kwCPg .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-shy63kwCPg .mbr-figure::after {
  content: "";
  background-color: #ff497c;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-shy63kwCPg .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-shy63kwCPg .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-shy63kwCPg .left-block {
    margin-top: 4.5rem;
  }
}
.cid-shy63kwCPg .btn {
  color: #101010 !important;
}
.cid-shy63kwCPg .btn:hover {
  color: #ffffff !important;
}
.cid-shy63kRIb2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shy63kRIb2 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-shy63kRIb2 .container {
    position: relative;
  }
  .cid-shy63kRIb2 .row {
    margin: 0;
  }
  .cid-shy63kRIb2 h2 {
    margin: 0;
  }
}
.cid-shy63kRIb2 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-shy63kRIb2 .mbr-text {
  margin-top: 1.4rem;
}
.cid-shy63ldX4j {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shy63ldX4j .mbr-iconfont-1 {
  color: #e9204f;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63ldX4j .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-shy63ldX4j .link {
  margin: 0;
}
.cid-shy63ldX4j .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63ldX4j .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63ldX4j .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-shy63ldX4j .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-shy63ldX4j .card:hover .card-title {
  color: #ff497c;
}
.cid-shy63ldX4j .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-shy63ldX4j .card {
    padding: 0;
  }
  .cid-shy63ldX4j .card-inner {
    flex-direction: column;
  }
  .cid-shy63ldX4j .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63ldX4j .row {
    margin: 0;
  }
}
.cid-shy63ldX4j .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-shy63ldX4j .mbr-section-subtitle {
  color: #e9204f;
}
.cid-shy63ldX4j .mbr-section-title {
  font-weight: 800;
}
.cid-shy63ldX4j h2 {
  margin-bottom: 0;
}
.cid-shy63ldX4j .title-block {
  margin-bottom: 3rem;
}
.cid-shy63ldX4j .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-shy63ldX4j .card-box {
    margin-left: 1.5rem;
  }
}
.cid-shy63lGJCR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shy63lGJCR h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-shy63lGJCR .container {
    position: relative;
  }
  .cid-shy63lGJCR .row {
    margin: 0;
  }
  .cid-shy63lGJCR h2 {
    margin: 0;
  }
}
.cid-shy63lGJCR .mbr-section-subtitle {
  color: #e9204f;
}
.cid-shy63lGJCR .mbr-text {
  margin-top: 1.4rem;
}
.cid-shy63m1bjy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #161616;
}
.cid-shy63m1bjy .link {
  margin: 0;
}
.cid-shy63m1bjy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-shy63m1bjy .card {
    margin-bottom: 1rem;
  }
}
.cid-shy63m1bjy .card-title {
  margin-bottom: 0rem;
}
.cid-shy63m1bjy a {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63m1bjy .card-box:hover a:hover {
  color: #ff497c !important;
}
.cid-shy63m1bjy .align-center {
  text-align: center;
}
.cid-shy63mmWVN {
  background-color: #ffffff;
}
.cid-shy63mmWVN .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shy63mmWVN .carousel-item > div {
  width: 100%;
}
.cid-shy63mmWVN h4 {
  margin-bottom: 0.7rem;
  font-weight: 900;
}
.cid-shy63mmWVN .carousel-item.active,
.cid-shy63mmWVN .carousel-item-next,
.cid-shy63mmWVN .carousel-item-prev {
  display: flex;
}
.cid-shy63mmWVN .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-shy63mmWVN .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-shy63mmWVN .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-shy63mmWVN .carousel-controls a {
    width: 5%;
  }
}
.cid-shy63mmWVN .mbr-text {
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-shy63mmWVN .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-shy63mmWVN .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-shy63mmWVN img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-shy63mmWVN li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-shy63mmWVN li.active {
  background-color: #ff497c;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-shy63mmWVN .carousel-indicators {
  position: absolute;
  bottom: -2.3rem;
  align-items: center;
}
.cid-shy63mmWVN .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-shy63mmWVN .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-shy63mmWVN {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .cid-shy63mmWVN .col-md-3 {
    padding: 0;
  }
}
@media (min-width: 767px) {
  .cid-shy63mmWVN {
    padding-top: 15px;
    padding-bottom: 75px;
  }
}
.cid-shy63mmWVN a {
  color: #fff;
  line-height: 1.5;
}
.cid-shy63mmWVN .wrapper-img {
  position: relative;
  background-color: #000;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63mmWVN .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63mmWVN .desk {
  color: #fff;
}
.cid-shy63mmWVN .signature {
  color: #fff;
}
.cid-shy63mmWVN .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.cid-shy63mmWVN .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.5;
}
.cid-shy63mmWVN .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.cid-shy63mmWVN .container-fluid {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-shy63mmWVN .img-card {
    margin-top: 2rem;
  }
}
.cid-shy63n5gj9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shy63n5gj9 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-shy63n5gj9 .container {
    position: relative;
  }
  .cid-shy63n5gj9 .row {
    margin: 0;
  }
  .cid-shy63n5gj9 h2 {
    margin: 0;
  }
}
.cid-shy63n5gj9 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-shy63n5gj9 .mbr-text {
  margin-top: 1.4rem;
}
.cid-shy63nvx9f {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shy63nvx9f .mbr-text {
  color: #767676;
}
.cid-shy63nvx9f .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-shy63nvx9f .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-shy63nvx9f h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-shy63nvx9f .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63nvx9f .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-shy63nvx9f .row {
    margin: 0;
  }
}
.cid-shy63nTT9U {
  background-color: #ffffff;
}
.cid-shy63nTT9U .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shy63nTT9U .carousel-item > div {
  width: 100%;
}
.cid-shy63nTT9U h4 {
  margin-top: 1.2rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-shy63nTT9U .mbr-iconfont {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0;
  transition: 0.7s;
}
.cid-shy63nTT9U .carousel-item.active,
.cid-shy63nTT9U .carousel-item-next,
.cid-shy63nTT9U .carousel-item-prev {
  display: flex;
}
.cid-shy63nTT9U .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-shy63nTT9U .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-shy63nTT9U .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-shy63nTT9U .carousel-controls a {
    width: 5%;
  }
}
.cid-shy63nTT9U .mbr-text {
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-shy63nTT9U .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-shy63nTT9U .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-shy63nTT9U img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  opacity: 0.5;
}
.cid-shy63nTT9U li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-shy63nTT9U li.active {
  background-color: #ff497c;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-shy63nTT9U .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-shy63nTT9U ol {
  margin-bottom: 0;
}
.cid-shy63nTT9U .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-shy63nTT9U .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-shy63nTT9U {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media (min-width: 767px) {
  .cid-shy63nTT9U {
    padding-top: 45px;
    padding-bottom: 105px;
  }
}
.cid-shy63nTT9U a {
  color: #fff;
  line-height: 1.5;
}
.cid-shy63nTT9U .wrapper-img {
  position: relative;
  background-color: #000;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
.cid-shy63nTT9U .title-block {
  position: absolute;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63nTT9U .desk {
  color: #fff;
}
.cid-shy63nTT9U .signature {
  color: #fff;
}
.cid-shy63nTT9U .img-block:hover .title-block {
  transform: translateY(-40px);
}
.cid-shy63nTT9U .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.3;
  transform: scale(1.1);
}
.cid-shy63nTT9U .img-block:hover .mbr-iconfont {
  opacity: 1;
}
.cid-shy63nTT9U .container-fluid {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-shy63nTT9U .img-card {
    margin-top: 2rem;
  }
}
.cid-shy63oFkCR {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shy63oFkCR h1 {
  margin-bottom: 0.2rem;
}
.cid-shy63oFkCR .container-fluid {
  padding: 0;
}
.cid-shy63oFkCR img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-shy63oFkCR .mbr-figure {
  height: 100%;
}
.cid-shy63oFkCR .col-lg-6 {
  padding: 0;
}
.cid-shy63oFkCR .mbr-text {
  color: #747474;
}
.cid-shy63oFkCR hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-shy63oFkCR .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-shy63oFkCR .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-shy63oFkCR .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-shy63oFkCR .mbr-figure::after {
  content: '';
  background-color: #ff497c;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-shy63oFkCR .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-shy63oFkCR .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-shy63oFkCR .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-shy63oFkCR .left-block {
    margin-top: 4.5rem;
  }
}
.cid-shy63oFkCR .btn {
  color: #101010 !important;
}
.cid-shy63oFkCR .btn:hover {
  color: #ffffff !important;
}
.cid-shy63oFkCR .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff497c;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-shy63oFkCR .vertical-line:before {
  content: '';
  background-color: #ff497c;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-shy63p56G7 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/office-3.jpg");
}
.cid-shy63p56G7 .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-shy63p56G7 .align-center {
    text-align: center;
  }
}
.cid-shy63puTUj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #101010;
}
@media (max-width: 992px) {
  .cid-shy63puTUj {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-shy63puTUj .box {
    margin-top: 2.5rem;
    height: 300px;
  }
  .cid-shy63puTUj .video-block {
    padding: 0rem;
  }
  .cid-shy63puTUj .row {
    padding: 0rem;
  }
  .cid-shy63puTUj .left-block {
    padding: 2rem 1rem;
  }
}
.cid-shy63puTUj .btn {
  margin-left: 0rem;
}
.cid-shy63puTUj .box {
  background-image: url("../../../assets/images/office-3.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shy63puTUj .icon-wrap {
  border: 3px solid #ffffff !important;
  background-color: #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.cid-shy63puTUj .icon-wrap:hover span {
  color: #ffffff;
}
.cid-shy63puTUj .icon-wrap::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0.67, 0, 1.01);
}
.cid-shy63puTUj .icon-wrap:hover::before {
  background-color: #ff497c;
  transform: scaleY(1);
}
.cid-shy63puTUj .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #e9204f;
}
.cid-shy63puTUj .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-shy63puTUj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-shy63puTUj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-shy63puTUj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-shy63puTUj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-shy63puTUj a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-shy63puTUj {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-shy63puTUj .mbr-text {
  margin-bottom: 2rem;
}
.cid-shy63puTUj .mbr-section-title {
  margin-bottom: 2rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-shy63puTUj .left-block {
    padding: 5rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63puTUj .video-block {
    padding-right: 0rem;
  }
  .cid-shy63puTUj .row {
    padding-right: 0rem;
  }
  .cid-shy63puTUj .left-block {
    padding: 7.5rem 5.5rem 7.5rem 5rem;
  }
  .cid-shy63puTUj .box {
    height: 100%;
  }
}
.cid-shy63pZR4z {
  background-color: #ffffff;
}
.cid-shy63pZR4z .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shy63pZR4z .carousel-item > div {
  width: 100%;
}
.cid-shy63pZR4z h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-shy63pZR4z .carousel-item.active,
.cid-shy63pZR4z .carousel-item-next,
.cid-shy63pZR4z .carousel-item-prev {
  display: flex;
}
.cid-shy63pZR4z .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-shy63pZR4z .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-shy63pZR4z .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-shy63pZR4z .carousel-controls a {
    width: 5%;
  }
}
.cid-shy63pZR4z .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-shy63pZR4z .img-block {
  display: flex;
  flex-direction: column;
}
.cid-shy63pZR4z img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-shy63pZR4z .mbr-text {
  position: relative;
}
.cid-shy63pZR4z li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-shy63pZR4z li.active {
  background-color: #e9204f;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-shy63pZR4z .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-shy63pZR4z ol {
  margin-bottom: 0;
}
.cid-shy63pZR4z .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-shy63pZR4z .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-shy63pZR4z {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-shy63pZR4z {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-shy63pZR4z .row {
    margin: 0;
  }
}
.cid-shy63pZR4z .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63pZR4z .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-shy63pZR4z .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-shy63pZR4z .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-shy63pZR4z .img-block:hover .desk {
  color: #101010;
}
.cid-shy63pZR4z .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-shy63pZR4z .img-card {
    margin-top: 2rem;
  }
}
.cid-shy63pZR4z .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-shy63qT0Hb {
  background-color: #ffffff;
}
.cid-shy63qT0Hb .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shy63qT0Hb .carousel-item > div {
  width: 100%;
}
.cid-shy63qT0Hb h4 {
  margin-top: 1.2rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-shy63qT0Hb .mbr-iconfont {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0;
  transition: 0.7s;
}
.cid-shy63qT0Hb .carousel-item.active,
.cid-shy63qT0Hb .carousel-item-next,
.cid-shy63qT0Hb .carousel-item-prev {
  display: flex;
}
.cid-shy63qT0Hb .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-shy63qT0Hb .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-shy63qT0Hb .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-shy63qT0Hb .carousel-controls a {
    width: 5%;
  }
}
.cid-shy63qT0Hb .mbr-text {
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-shy63qT0Hb .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-shy63qT0Hb .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-shy63qT0Hb img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  opacity: 0.5;
}
.cid-shy63qT0Hb li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-shy63qT0Hb li.active {
  background-color: #e9204f;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-shy63qT0Hb .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-shy63qT0Hb ol {
  margin-bottom: 0;
}
.cid-shy63qT0Hb .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-shy63qT0Hb .carousel {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-shy63qT0Hb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-shy63qT0Hb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-shy63qT0Hb a {
  color: #fff;
  line-height: 1.5;
}
.cid-shy63qT0Hb .wrapper-img {
  position: relative;
  width: 100%;
  background-color: #000;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
.cid-shy63qT0Hb .title-block {
  position: absolute;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63qT0Hb .desk {
  color: #fff;
}
.cid-shy63qT0Hb .signature {
  color: #fff;
}
.cid-shy63qT0Hb .img-block:hover .title-block {
  transform: translateY(-40px);
}
.cid-shy63qT0Hb .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.3;
  transform: scale(1.1);
}
.cid-shy63qT0Hb .img-block:hover .mbr-iconfont {
  opacity: 1;
}
.cid-shy63qT0Hb .container-fluid {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-shy63qT0Hb .img-card {
    margin-top: 2rem;
  }
}
.cid-shy63rvMWZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-shy63rvMWZ .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-shy63rvMWZ .align-center {
    text-align: center;
  }
  .cid-shy63rvMWZ .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-shy63rvMWZ .block-btn {
  display: flex;
}
.cid-shy63rvMWZ .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-shy63rvMWZ h1 {
  margin-bottom: 0;
}
.cid-shy63rvMWZ .wrapper {
  background-color: #e9204f;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-shy63rvMWZ .container {
    padding: 0 3rem;
  }
  .cid-shy63rvMWZ .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-shy63rvMWZ .block-btn {
    justify-content: center;
  }
  .cid-shy63rvMWZ .text-block {
    text-align: center;
  }
  .cid-shy63rvMWZ .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63rvMWZ .block-btn {
    justify-content: flex-end;
  }
  .cid-shy63rvMWZ .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-shy63rvMWZ .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-shy63rvMWZ .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-shy63rRfZE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shy63rRfZE h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-shy63rRfZE .container {
    position: relative;
  }
  .cid-shy63rRfZE .row {
    margin: 0;
  }
  .cid-shy63rRfZE h2 {
    margin: 0;
  }
}
.cid-shy63rRfZE .mbr-section-subtitle {
  color: #e9204f;
}
.cid-shy63rRfZE .mbr-text {
  margin-top: 1.4rem;
}
.cid-shy63sjra7 {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #1b1b1b;
}
.cid-shy63sjra7 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: .6rem;
}
.cid-shy63sjra7 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all .3s;
}
.cid-shy63sjra7 .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-shy63sjra7 .mbr-section-title,
.cid-shy63sjra7 .social-list {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.cid-shy63sjra7 .social-list a {
  transition: .3s;
}
.cid-shy63sjra7 .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-shy63sjra7 .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-shy63sjra7 .social-list {
    margin-bottom: 2rem;
  }
  .cid-shy63sjra7 .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63sjra7 .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-shy63sjra7 .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-shy63sjra7 .row {
    padding: 0 1rem;
  }
}
.cid-shy63sOlTR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #161616;
}
.cid-shy63sOlTR .link {
  margin: 0;
}
.cid-shy63sOlTR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-shy63sOlTR .card {
    margin-bottom: 1rem;
  }
}
.cid-shy63sOlTR .card-title {
  margin-bottom: 0rem;
}
.cid-shy63sOlTR a {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63sOlTR .card-box:hover a:hover {
  color: #ff497c !important;
}
.cid-shy63sOlTR .align-center {
  text-align: center;
}
.cid-shy63ticFx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shy63ticFx .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-shy63ticFx .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-shy63ticFx .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63ticFx .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-shy63ticFx .row {
    margin: 0;
  }
}
.cid-shy63ticFx .container {
  border-top: 1px solid #EBEBEB;
  padding-top: 2rem;
}
.cid-shy63tShUF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-shy63tShUF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-shy63tShUF textarea {
  min-height: 150px;
}
.cid-shy63tShUF input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-shy63tShUF textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-shy63tShUF .form-control,
.cid-shy63tShUF .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-shy63tShUF .form-control input::-webkit-input-placeholder,
.cid-shy63tShUF .field-input input::-webkit-input-placeholder,
.cid-shy63tShUF .form-control textarea::-webkit-input-placeholder,
.cid-shy63tShUF .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-shy63tShUF .form-control input:-moz-placeholder,
.cid-shy63tShUF .field-input input:-moz-placeholder,
.cid-shy63tShUF .form-control textarea:-moz-placeholder,
.cid-shy63tShUF .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-shy63tShUF .jq-number__spin:hover,
.cid-shy63tShUF .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-shy63tShUF .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-shy63tShUF .jq-selectbox li,
.cid-shy63tShUF .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-shy63tShUF .jq-selectbox li:hover,
.cid-shy63tShUF .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-shy63tShUF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-shy63tShUF .jq-number__spin.minus:hover:after,
.cid-shy63tShUF .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-shy63tShUF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-shy63tShUF .jq-number__spin.minus:after,
.cid-shy63tShUF .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-shy63tShUF .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-shy63tShUF .social-list {
    margin-bottom: 3rem;
  }
  .cid-shy63tShUF .email-input {
    margin-top: 2rem;
  }
}
.cid-shy63tShUF .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-shy63tShUF .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-shy63tShUF .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-shy63tShUF .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-shy63tShUF .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-shy63tShUF .social-list {
  display: flex;
}
.cid-shy63tShUF .social-list a {
  transition: 0.3s;
}
.cid-shy63tShUF .social-list a:hover {
  transform: translateY(-8px);
}
.cid-shy63tShUF .row {
  align-items: center;
}
.cid-shy63tShUF .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-shy63tShUF .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-shy63tShUF .form-btn {
  margin-top: 2.5rem;
}
.cid-shy63tShUF input::-webkit-input-placeholder,
.cid-shy63tShUF textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-shy63tShUF input:-moz-placeholder,
.cid-shy63tShUF textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-shy63tShUF .media-content {
    padding-right: 3rem;
  }
  .cid-shy63tShUF .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-shy63tShUF .row {
    padding: 0 1rem;
  }
}
.cid-shy63tShUF .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-shy63tShUF .form-btn {
    width: 100%;
  }
  .cid-shy63tShUF .btn {
    width: 100%;
  }
}
.cid-shy63uNrgW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shy63uNrgW .media-container-row {
  align-items: center;
}
.cid-shy63uNrgW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-shy63uNrgW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-shy63uNrgW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-shy63uNrgW .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-shy63uNrgW .foot-menu-item {
  transform: 0.2s;
}
.cid-shy63uNrgW .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-shy63uNrgW .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63uNrgW .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-shy63uNrgW .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-shy63uNrgW .foot-menu {
    justify-content: center;
  }
  .cid-shy63uNrgW .mbr-text {
    text-align: center;
  }
  .cid-shy63uNrgW .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-shy63uNrgW .foot-menu {
    justify-content: flex-end;
  }
}
.cid-shy63uNrgW .link:hover {
  color: #ffffff;
}
.cid-shy63bfzEb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shy63bfzEb .nav-item:focus,
.cid-shy63bfzEb .nav-link:focus {
  outline: none;
}
.cid-shy63bfzEb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shy63bfzEb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shy63bfzEb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-shy63bfzEb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shy63bfzEb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shy63bfzEb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shy63bfzEb .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-shy63bfzEb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-shy63bfzEb .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-shy63bfzEb .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-shy63bfzEb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shy63bfzEb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shy63bfzEb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shy63bfzEb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-shy63bfzEb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shy63bfzEb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shy63bfzEb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shy63bfzEb .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-shy63bfzEb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shy63bfzEb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-shy63bfzEb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shy63bfzEb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shy63bfzEb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shy63bfzEb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shy63bfzEb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shy63bfzEb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shy63bfzEb .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-shy63bfzEb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shy63bfzEb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shy63bfzEb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-shy63bfzEb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shy63bfzEb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shy63bfzEb .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shy63bfzEb .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-shy63bfzEb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shy63bfzEb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shy63bfzEb .navbar-short {
  padding: 1rem 0 !important;
}
.cid-shy63bfzEb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shy63bfzEb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shy63bfzEb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shy63bfzEb .dropdown-item.active,
.cid-shy63bfzEb .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-shy63bfzEb .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-shy63bfzEb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-shy63bfzEb .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-shy63bfzEb .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-shy63bfzEb .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-shy63bfzEb .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-shy63bfzEb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-shy63bfzEb .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-shy63bfzEb .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-shy63bfzEb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-shy63bfzEb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shy63bfzEb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shy63bfzEb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shy63bfzEb .navbar-buttons {
  text-align: center;
}
.cid-shy63bfzEb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shy63bfzEb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shy63bfzEb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shy63bfzEb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shy63bfzEb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shy63bfzEb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shy63bfzEb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shy63bfzEb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shy63bfzEb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shy63bfzEb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shy63bfzEb .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-shy63bfzEb a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-shy63bfzEb .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-shy63bfzEb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-shy63bfzEb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shy63bfzEb .navbar {
    height: 77px;
  }
  .cid-shy63bfzEb .navbar.opened {
    height: auto;
  }
  .cid-shy63bfzEb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shy63bfzEb a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-shy63bfzEb a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-shy63bfzEb .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-shy63bfzEb .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-shy63uNrgW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shy63uNrgW .media-container-row {
  align-items: center;
}
.cid-shy63uNrgW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-shy63uNrgW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-shy63uNrgW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-shy63uNrgW .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-shy63uNrgW .foot-menu-item {
  transform: 0.2s;
}
.cid-shy63uNrgW .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-shy63uNrgW .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-shy63uNrgW .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-shy63uNrgW .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-shy63uNrgW .foot-menu {
    justify-content: center;
  }
  .cid-shy63uNrgW .mbr-text {
    text-align: center;
  }
  .cid-shy63uNrgW .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-shy63uNrgW .foot-menu {
    justify-content: flex-end;
  }
}
.cid-shy63uNrgW .link:hover {
  color: #ffffff;
}
#custom-html-2c {
  /* Type valid CSS here */
}
#custom-html-2c div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2c p {
  font-size: 60px;
  color: #777;
}
.cid-sjas0jT0PT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjas0jT0PT h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sjas0jT0PT .container {
    position: relative;
  }
  .cid-sjas0jT0PT .row {
    margin: 0;
  }
  .cid-sjas0jT0PT h2 {
    margin: 0;
  }
}
.cid-sjas0jT0PT .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sjas0jT0PT .mbr-text {
  margin-top: 1.4rem;
}
.cid-sjheuLXctY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjheuLXctY .nav-item:focus,
.cid-sjheuLXctY .nav-link:focus {
  outline: none;
}
.cid-sjheuLXctY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjheuLXctY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjheuLXctY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjheuLXctY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjheuLXctY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjheuLXctY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjheuLXctY .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjheuLXctY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
}
.cid-sjheuLXctY .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjheuLXctY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjheuLXctY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjheuLXctY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjheuLXctY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjheuLXctY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjheuLXctY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjheuLXctY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjheuLXctY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjheuLXctY .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-sjheuLXctY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjheuLXctY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjheuLXctY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjheuLXctY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjheuLXctY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjheuLXctY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjheuLXctY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjheuLXctY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjheuLXctY .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-sjheuLXctY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjheuLXctY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjheuLXctY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjheuLXctY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjheuLXctY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjheuLXctY .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjheuLXctY .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjheuLXctY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjheuLXctY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjheuLXctY .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjheuLXctY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjheuLXctY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjheuLXctY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjheuLXctY .dropdown-item.active,
.cid-sjheuLXctY .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjheuLXctY .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjheuLXctY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjheuLXctY .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjheuLXctY .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjheuLXctY .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjheuLXctY .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjheuLXctY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjheuLXctY .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjheuLXctY .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjheuLXctY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjheuLXctY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjheuLXctY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjheuLXctY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjheuLXctY .navbar-buttons {
  text-align: center;
}
.cid-sjheuLXctY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjheuLXctY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjheuLXctY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjheuLXctY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjheuLXctY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjheuLXctY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjheuLXctY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjheuLXctY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjheuLXctY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjheuLXctY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjheuLXctY .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjheuLXctY a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjheuLXctY .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjheuLXctY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjheuLXctY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjheuLXctY .navbar {
    height: 77px;
  }
  .cid-sjheuLXctY .navbar.opened {
    height: auto;
  }
  .cid-sjheuLXctY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjheuLXctY a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjheuLXctY a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjheuLXctY .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjheuLXctY .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjheuMEKut {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjheuMEKut .media-container-row {
  align-items: center;
}
.cid-sjheuMEKut .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjheuMEKut .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjheuMEKut .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjheuMEKut .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjheuMEKut .foot-menu-item {
  transform: 0.2s;
}
.cid-sjheuMEKut .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjheuMEKut .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjheuMEKut .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjheuMEKut .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjheuMEKut .foot-menu {
    justify-content: center;
  }
  .cid-sjheuMEKut .mbr-text {
    text-align: center;
  }
  .cid-sjheuMEKut .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjheuMEKut .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjheuMEKut .link:hover {
  color: #ffffff;
}
.cid-sjheuMYBgc {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/146514-fatos-sobre-o-para-que-voce-precisa-conhecer-1000x750.jpg");
}
.cid-sjheuMYBgc .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjheuMYBgc .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjheuMYBgc .align-center {
    text-align: center;
  }
}
.cid-sjheuMYBgc h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjheuMYBgc .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjheuMYBgc .row {
    margin: 0;
  }
}
.cid-sjheuMYBgc .btn {
  margin-left: 0rem;
}
.cid-sjheuNhLV8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjheuNhLV8 .container-fluid {
  padding: 0 3rem;
}
.cid-sjheuNhLV8 .mbr-section-subtitle {
  color: #767676;
}
.cid-sjheuNhLV8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjheuNhLV8 .table-wrapper {
  margin: 0 auto;
}
.cid-sjheuNhLV8 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjheuNhLV8 table thead tr {
  border: none !important;
}
.cid-sjheuNhLV8 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjheuNhLV8 table tr td {
  border-color: #c1c1c1;
}
.cid-sjheuNhLV8 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjheuNhLV8 tr:hover {
  background-color: #ffffff !important;
}
.cid-sjheuNhLV8 th:after,
.cid-sjheuNhLV8 th:before {
  display: none !important;
}
.cid-sjheuNhLV8 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjheuNhLV8 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjheuNhLV8 table th,
  .cid-sjheuNhLV8 table td {
    padding: .75rem;
  }
}
.cid-sjheuNhLV8 .body-item {
  text-align: left;
}
.cid-sjheuNhLV8 .mbr-text {
  color: #767676;
}
.cid-sjheuNhLV8 .head-item {
  color: #232323;
}
.cid-sjheuNOWaS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjheuNOWaS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjheuNOWaS textarea {
  min-height: 150px;
}
.cid-sjheuNOWaS input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjheuNOWaS textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjheuNOWaS .form-control,
.cid-sjheuNOWaS .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjheuNOWaS .form-control input::-webkit-input-placeholder,
.cid-sjheuNOWaS .field-input input::-webkit-input-placeholder,
.cid-sjheuNOWaS .form-control textarea::-webkit-input-placeholder,
.cid-sjheuNOWaS .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjheuNOWaS .form-control input:-moz-placeholder,
.cid-sjheuNOWaS .field-input input:-moz-placeholder,
.cid-sjheuNOWaS .form-control textarea:-moz-placeholder,
.cid-sjheuNOWaS .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjheuNOWaS .jq-number__spin:hover,
.cid-sjheuNOWaS .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjheuNOWaS .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjheuNOWaS .jq-selectbox li,
.cid-sjheuNOWaS .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjheuNOWaS .jq-selectbox li:hover,
.cid-sjheuNOWaS .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjheuNOWaS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjheuNOWaS .jq-number__spin.minus:hover:after,
.cid-sjheuNOWaS .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjheuNOWaS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjheuNOWaS .jq-number__spin.minus:after,
.cid-sjheuNOWaS .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjheuNOWaS .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjheuNOWaS .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjheuNOWaS .email-input {
    margin-top: 2rem;
  }
}
.cid-sjheuNOWaS .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjheuNOWaS .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjheuNOWaS .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjheuNOWaS .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjheuNOWaS .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjheuNOWaS .social-list {
  display: flex;
}
.cid-sjheuNOWaS .social-list a {
  transition: 0.3s;
}
.cid-sjheuNOWaS .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjheuNOWaS .row {
  align-items: center;
}
.cid-sjheuNOWaS .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjheuNOWaS .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjheuNOWaS .form-btn {
  margin-top: 2.5rem;
}
.cid-sjheuNOWaS input::-webkit-input-placeholder,
.cid-sjheuNOWaS textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjheuNOWaS input:-moz-placeholder,
.cid-sjheuNOWaS textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjheuNOWaS .media-content {
    padding-right: 3rem;
  }
  .cid-sjheuNOWaS .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjheuNOWaS .row {
    padding: 0 1rem;
  }
}
.cid-sjheuNOWaS .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjheuNOWaS .form-btn {
    width: 100%;
  }
  .cid-sjheuNOWaS .btn {
    width: 100%;
  }
}
.cid-sjhhFjwK7B .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhFjwK7B .nav-item:focus,
.cid-sjhhFjwK7B .nav-link:focus {
  outline: none;
}
.cid-sjhhFjwK7B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhFjwK7B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhhFjwK7B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhhFjwK7B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhFjwK7B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhhFjwK7B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhhFjwK7B .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhhFjwK7B .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhhFjwK7B .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhhFjwK7B .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhhFjwK7B .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhhFjwK7B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhhFjwK7B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhhFjwK7B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhhFjwK7B .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhhFjwK7B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhhFjwK7B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhhFjwK7B .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-sjhhFjwK7B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhhFjwK7B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhhFjwK7B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhhFjwK7B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhhFjwK7B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhhFjwK7B .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhhFjwK7B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhhFjwK7B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhhFjwK7B .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-sjhhFjwK7B .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhhFjwK7B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhhFjwK7B .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhhFjwK7B .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhhFjwK7B .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhhFjwK7B .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhhFjwK7B .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhhFjwK7B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhhFjwK7B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhhFjwK7B .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhhFjwK7B .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhhFjwK7B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhhFjwK7B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhhFjwK7B .dropdown-item.active,
.cid-sjhhFjwK7B .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhhFjwK7B .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhhFjwK7B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhFjwK7B .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhhFjwK7B .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhhFjwK7B .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhhFjwK7B .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhhFjwK7B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhFjwK7B .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhhFjwK7B .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhhFjwK7B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhhFjwK7B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhhFjwK7B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhhFjwK7B ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhhFjwK7B .navbar-buttons {
  text-align: center;
}
.cid-sjhhFjwK7B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhhFjwK7B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhhFjwK7B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhhFjwK7B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhFjwK7B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhFjwK7B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhhFjwK7B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhFjwK7B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhhFjwK7B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhhFjwK7B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhFjwK7B .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhhFjwK7B a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhhFjwK7B .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhhFjwK7B .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhhFjwK7B .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhhFjwK7B .navbar {
    height: 77px;
  }
  .cid-sjhhFjwK7B .navbar.opened {
    height: auto;
  }
  .cid-sjhhFjwK7B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhhFjwK7B a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhhFjwK7B a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhhFjwK7B .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhhFjwK7B .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhhFjRPls {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhhFjRPls .media-container-row {
  align-items: center;
}
.cid-sjhhFjRPls .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhhFjRPls .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhhFjRPls .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhhFjRPls .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhhFjRPls .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhhFjRPls .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhhFjRPls .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhhFjRPls .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhhFjRPls .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhhFjRPls .foot-menu {
    justify-content: center;
  }
  .cid-sjhhFjRPls .mbr-text {
    text-align: center;
  }
  .cid-sjhhFjRPls .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhhFjRPls .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhhFjRPls .link:hover {
  color: #ffffff;
}
.cid-sjhhFk4UBY {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/o-que-fazer-em-sao-paulo-capa2019-1-1640x860.jpg");
}
.cid-sjhhFk4UBY .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhhFk4UBY .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhhFk4UBY .align-center {
    text-align: center;
  }
}
.cid-sjhhFk4UBY h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhhFk4UBY .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhhFk4UBY .row {
    margin: 0;
  }
}
.cid-sjhhFk4UBY .btn {
  margin-left: 0rem;
}
.cid-sjhhFkfsfl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhhFkfsfl .container-fluid {
  padding: 0 3rem;
}
.cid-sjhhFkfsfl .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhhFkfsfl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhhFkfsfl .table-wrapper {
  margin: 0 auto;
}
.cid-sjhhFkfsfl table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhhFkfsfl table thead tr {
  border: none !important;
}
.cid-sjhhFkfsfl table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhhFkfsfl table tr td {
  border-color: #c1c1c1;
}
.cid-sjhhFkfsfl table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhhFkfsfl tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhhFkfsfl th:after,
.cid-sjhhFkfsfl th:before {
  display: none !important;
}
.cid-sjhhFkfsfl .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhhFkfsfl .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhhFkfsfl table th,
  .cid-sjhhFkfsfl table td {
    padding: .75rem;
  }
}
.cid-sjhhFkfsfl .body-item {
  text-align: left;
}
.cid-sjhhFkfsfl .mbr-text {
  color: #767676;
}
.cid-sjhhFkfsfl .head-item {
  color: #232323;
}
.cid-sjhhFkFBBi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhhFkFBBi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhhFkFBBi textarea {
  min-height: 150px;
}
.cid-sjhhFkFBBi input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhhFkFBBi textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhhFkFBBi .form-control,
.cid-sjhhFkFBBi .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhhFkFBBi .form-control input::-webkit-input-placeholder,
.cid-sjhhFkFBBi .field-input input::-webkit-input-placeholder,
.cid-sjhhFkFBBi .form-control textarea::-webkit-input-placeholder,
.cid-sjhhFkFBBi .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhFkFBBi .form-control input:-moz-placeholder,
.cid-sjhhFkFBBi .field-input input:-moz-placeholder,
.cid-sjhhFkFBBi .form-control textarea:-moz-placeholder,
.cid-sjhhFkFBBi .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhhFkFBBi .jq-number__spin:hover,
.cid-sjhhFkFBBi .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhhFkFBBi .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhhFkFBBi .jq-selectbox li,
.cid-sjhhFkFBBi .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhFkFBBi .jq-selectbox li:hover,
.cid-sjhhFkFBBi .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhFkFBBi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhhFkFBBi .jq-number__spin.minus:hover:after,
.cid-sjhhFkFBBi .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhhFkFBBi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhhFkFBBi .jq-number__spin.minus:after,
.cid-sjhhFkFBBi .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhhFkFBBi .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhhFkFBBi .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhhFkFBBi .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhhFkFBBi .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhhFkFBBi .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhhFkFBBi .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhhFkFBBi .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhhFkFBBi .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhhFkFBBi .social-list {
  display: flex;
}
.cid-sjhhFkFBBi .social-list a {
  transition: 0.3s;
}
.cid-sjhhFkFBBi .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhhFkFBBi .row {
  align-items: center;
}
.cid-sjhhFkFBBi .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhhFkFBBi .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhhFkFBBi .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhhFkFBBi input::-webkit-input-placeholder,
.cid-sjhhFkFBBi textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhFkFBBi input:-moz-placeholder,
.cid-sjhhFkFBBi textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhhFkFBBi .media-content {
    padding-right: 3rem;
  }
  .cid-sjhhFkFBBi .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhhFkFBBi .row {
    padding: 0 1rem;
  }
}
.cid-sjhhFkFBBi .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhhFkFBBi .form-btn {
    width: 100%;
  }
  .cid-sjhhFkFBBi .btn {
    width: 100%;
  }
}
.cid-rR8bs0uTgv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rR8bs0uTgv .nav-item:focus,
.cid-rR8bs0uTgv .nav-link:focus {
  outline: none;
}
.cid-rR8bs0uTgv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rR8bs0uTgv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rR8bs0uTgv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rR8bs0uTgv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rR8bs0uTgv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rR8bs0uTgv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rR8bs0uTgv .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rR8bs0uTgv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-rR8bs0uTgv .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-rR8bs0uTgv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rR8bs0uTgv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rR8bs0uTgv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rR8bs0uTgv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rR8bs0uTgv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rR8bs0uTgv .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-rR8bs0uTgv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rR8bs0uTgv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rR8bs0uTgv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rR8bs0uTgv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rR8bs0uTgv .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-rR8bs0uTgv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rR8bs0uTgv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rR8bs0uTgv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rR8bs0uTgv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rR8bs0uTgv .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rR8bs0uTgv .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rR8bs0uTgv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rR8bs0uTgv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rR8bs0uTgv .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rR8bs0uTgv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rR8bs0uTgv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rR8bs0uTgv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rR8bs0uTgv .dropdown-item.active,
.cid-rR8bs0uTgv .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rR8bs0uTgv .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rR8bs0uTgv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rR8bs0uTgv .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rR8bs0uTgv .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rR8bs0uTgv .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rR8bs0uTgv .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rR8bs0uTgv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rR8bs0uTgv .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rR8bs0uTgv .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rR8bs0uTgv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-rR8bs0uTgv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rR8bs0uTgv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rR8bs0uTgv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rR8bs0uTgv .navbar-buttons {
  text-align: center;
}
.cid-rR8bs0uTgv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rR8bs0uTgv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rR8bs0uTgv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rR8bs0uTgv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rR8bs0uTgv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rR8bs0uTgv .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-rR8bs0uTgv a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-rR8bs0uTgv .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rR8bs0uTgv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rR8bs0uTgv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rR8bs0uTgv .navbar {
    height: 77px;
  }
  .cid-rR8bs0uTgv .navbar.opened {
    height: auto;
  }
  .cid-rR8bs0uTgv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rR8bs0uTgv a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-rR8bs0uTgv a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-rR8bs0uTgv .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rR8bs0uTgv .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rRBLG9qwdJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rRBLG9qwdJ .media-container-row {
  align-items: center;
}
.cid-rRBLG9qwdJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rRBLG9qwdJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rRBLG9qwdJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rRBLG9qwdJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rRBLG9qwdJ .foot-menu-item {
  transform: 0.2s;
}
.cid-rRBLG9qwdJ .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-rRBLG9qwdJ .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBLG9qwdJ .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-rRBLG9qwdJ .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-rRBLG9qwdJ .foot-menu {
    justify-content: center;
  }
  .cid-rRBLG9qwdJ .mbr-text {
    text-align: center;
  }
  .cid-rRBLG9qwdJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rRBLG9qwdJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rRBLG9qwdJ .link:hover {
  color: #ffffff;
}
.cid-sjck5rnNs8 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/146514-fatos-sobre-o-para-que-voce-precisa-conhecer-1000x750.jpg");
}
.cid-sjck5rnNs8 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjck5rnNs8 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjck5rnNs8 .align-center {
    text-align: center;
  }
}
.cid-sjck5rnNs8 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjck5rnNs8 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjck5rnNs8 .row {
    margin: 0;
  }
}
.cid-sjck5rnNs8 .btn {
  margin-left: 0rem;
}
.cid-sjbgekJ0T5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjbgekJ0T5 .container-fluid {
  padding: 0 3rem;
}
.cid-sjbgekJ0T5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sjbgekJ0T5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjbgekJ0T5 .table-wrapper {
  margin: 0 auto;
}
.cid-sjbgekJ0T5 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjbgekJ0T5 table thead tr {
  border: none !important;
}
.cid-sjbgekJ0T5 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjbgekJ0T5 table tr td {
  border-color: #c1c1c1;
}
.cid-sjbgekJ0T5 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjbgekJ0T5 tr:hover {
  background-color: #ffffff !important;
}
.cid-sjbgekJ0T5 th:after,
.cid-sjbgekJ0T5 th:before {
  display: none !important;
}
.cid-sjbgekJ0T5 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjbgekJ0T5 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjbgekJ0T5 table th,
  .cid-sjbgekJ0T5 table td {
    padding: .75rem;
  }
}
.cid-sjbgekJ0T5 .body-item {
  text-align: left;
}
.cid-sjbgekJ0T5 .mbr-text {
  color: #767676;
}
.cid-sjbgekJ0T5 .head-item {
  color: #232323;
}
.cid-sjcjL9EOUe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjcjL9EOUe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjcjL9EOUe textarea {
  min-height: 150px;
}
.cid-sjcjL9EOUe input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjcjL9EOUe textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjcjL9EOUe .form-control,
.cid-sjcjL9EOUe .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjcjL9EOUe .form-control input::-webkit-input-placeholder,
.cid-sjcjL9EOUe .field-input input::-webkit-input-placeholder,
.cid-sjcjL9EOUe .form-control textarea::-webkit-input-placeholder,
.cid-sjcjL9EOUe .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjcjL9EOUe .form-control input:-moz-placeholder,
.cid-sjcjL9EOUe .field-input input:-moz-placeholder,
.cid-sjcjL9EOUe .form-control textarea:-moz-placeholder,
.cid-sjcjL9EOUe .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjcjL9EOUe .jq-number__spin:hover,
.cid-sjcjL9EOUe .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjcjL9EOUe .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjcjL9EOUe .jq-selectbox li,
.cid-sjcjL9EOUe .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjcjL9EOUe .jq-selectbox li:hover,
.cid-sjcjL9EOUe .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjcjL9EOUe .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjcjL9EOUe .jq-number__spin.minus:hover:after,
.cid-sjcjL9EOUe .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjcjL9EOUe .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjcjL9EOUe .jq-number__spin.minus:after,
.cid-sjcjL9EOUe .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjcjL9EOUe .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjcjL9EOUe .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjcjL9EOUe .email-input {
    margin-top: 2rem;
  }
}
.cid-sjcjL9EOUe .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjcjL9EOUe .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjcjL9EOUe .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjcjL9EOUe .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjcjL9EOUe .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjcjL9EOUe .social-list {
  display: flex;
}
.cid-sjcjL9EOUe .social-list a {
  transition: 0.3s;
}
.cid-sjcjL9EOUe .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjcjL9EOUe .row {
  align-items: center;
}
.cid-sjcjL9EOUe .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjcjL9EOUe .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjcjL9EOUe .form-btn {
  margin-top: 2.5rem;
}
.cid-sjcjL9EOUe input::-webkit-input-placeholder,
.cid-sjcjL9EOUe textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjcjL9EOUe input:-moz-placeholder,
.cid-sjcjL9EOUe textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjcjL9EOUe .media-content {
    padding-right: 3rem;
  }
  .cid-sjcjL9EOUe .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjcjL9EOUe .row {
    padding: 0 1rem;
  }
}
.cid-sjcjL9EOUe .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjcjL9EOUe .form-btn {
    width: 100%;
  }
  .cid-sjcjL9EOUe .btn {
    width: 100%;
  }
}
.cid-sjhhEkVy3T .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhEkVy3T .nav-item:focus,
.cid-sjhhEkVy3T .nav-link:focus {
  outline: none;
}
.cid-sjhhEkVy3T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhEkVy3T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhhEkVy3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhhEkVy3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhEkVy3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhhEkVy3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhhEkVy3T .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhhEkVy3T .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
}
.cid-sjhhEkVy3T .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhhEkVy3T .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhhEkVy3T .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhhEkVy3T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhhEkVy3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhhEkVy3T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhhEkVy3T .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhhEkVy3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhhEkVy3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhhEkVy3T .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-sjhhEkVy3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhhEkVy3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhhEkVy3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhhEkVy3T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhhEkVy3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhhEkVy3T .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhhEkVy3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhhEkVy3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhhEkVy3T .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-sjhhEkVy3T .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhhEkVy3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhhEkVy3T .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhhEkVy3T .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhhEkVy3T .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhhEkVy3T .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhhEkVy3T .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhhEkVy3T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhhEkVy3T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhhEkVy3T .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhhEkVy3T .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhhEkVy3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhhEkVy3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhhEkVy3T .dropdown-item.active,
.cid-sjhhEkVy3T .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhhEkVy3T .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhhEkVy3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhEkVy3T .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhhEkVy3T .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhhEkVy3T .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhhEkVy3T .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhhEkVy3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhEkVy3T .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhhEkVy3T .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhhEkVy3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhhEkVy3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhhEkVy3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhhEkVy3T ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhhEkVy3T .navbar-buttons {
  text-align: center;
}
.cid-sjhhEkVy3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhhEkVy3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhhEkVy3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhhEkVy3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhEkVy3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhEkVy3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhhEkVy3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhEkVy3T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhhEkVy3T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhhEkVy3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhEkVy3T .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhhEkVy3T a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhhEkVy3T .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhhEkVy3T .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhhEkVy3T .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhhEkVy3T .navbar {
    height: 77px;
  }
  .cid-sjhhEkVy3T .navbar.opened {
    height: auto;
  }
  .cid-sjhhEkVy3T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhhEkVy3T a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhhEkVy3T a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhhEkVy3T .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhhEkVy3T .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhhElgaXT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhhElgaXT .media-container-row {
  align-items: center;
}
.cid-sjhhElgaXT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhhElgaXT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhhElgaXT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhhElgaXT .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhhElgaXT .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhhElgaXT .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhhElgaXT .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhhElgaXT .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhhElgaXT .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhhElgaXT .foot-menu {
    justify-content: center;
  }
  .cid-sjhhElgaXT .mbr-text {
    text-align: center;
  }
  .cid-sjhhElgaXT .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhhElgaXT .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhhElgaXT .link:hover {
  color: #ffffff;
}
.cid-sjhhEltAwr {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/tiradentes-e-a-incrivel-cidade-tiradentes-em-minas-gerais-1609x773.jpg");
}
.cid-sjhhEltAwr .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhhEltAwr .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhhEltAwr .align-center {
    text-align: center;
  }
}
.cid-sjhhEltAwr h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhhEltAwr .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhhEltAwr .row {
    margin: 0;
  }
}
.cid-sjhhEltAwr .btn {
  margin-left: 0rem;
}
.cid-sjhhElFacb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhhElFacb .container-fluid {
  padding: 0 3rem;
}
.cid-sjhhElFacb .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhhElFacb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhhElFacb .table-wrapper {
  margin: 0 auto;
}
.cid-sjhhElFacb table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhhElFacb table thead tr {
  border: none !important;
}
.cid-sjhhElFacb table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhhElFacb table tr td {
  border-color: #c1c1c1;
}
.cid-sjhhElFacb table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhhElFacb tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhhElFacb th:after,
.cid-sjhhElFacb th:before {
  display: none !important;
}
.cid-sjhhElFacb .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhhElFacb .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhhElFacb table th,
  .cid-sjhhElFacb table td {
    padding: .75rem;
  }
}
.cid-sjhhElFacb .body-item {
  text-align: left;
}
.cid-sjhhElFacb .mbr-text {
  color: #767676;
}
.cid-sjhhElFacb .head-item {
  color: #232323;
}
.cid-sjhhEm6Dre {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhhEm6Dre .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhhEm6Dre textarea {
  min-height: 150px;
}
.cid-sjhhEm6Dre input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhhEm6Dre textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhhEm6Dre .form-control,
.cid-sjhhEm6Dre .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhhEm6Dre .form-control input::-webkit-input-placeholder,
.cid-sjhhEm6Dre .field-input input::-webkit-input-placeholder,
.cid-sjhhEm6Dre .form-control textarea::-webkit-input-placeholder,
.cid-sjhhEm6Dre .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhEm6Dre .form-control input:-moz-placeholder,
.cid-sjhhEm6Dre .field-input input:-moz-placeholder,
.cid-sjhhEm6Dre .form-control textarea:-moz-placeholder,
.cid-sjhhEm6Dre .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhhEm6Dre .jq-number__spin:hover,
.cid-sjhhEm6Dre .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhhEm6Dre .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhhEm6Dre .jq-selectbox li,
.cid-sjhhEm6Dre .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhEm6Dre .jq-selectbox li:hover,
.cid-sjhhEm6Dre .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhEm6Dre .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhhEm6Dre .jq-number__spin.minus:hover:after,
.cid-sjhhEm6Dre .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhhEm6Dre .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhhEm6Dre .jq-number__spin.minus:after,
.cid-sjhhEm6Dre .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhhEm6Dre .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhhEm6Dre .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhhEm6Dre .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhhEm6Dre .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhhEm6Dre .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhhEm6Dre .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhhEm6Dre .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhhEm6Dre .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhhEm6Dre .social-list {
  display: flex;
}
.cid-sjhhEm6Dre .social-list a {
  transition: 0.3s;
}
.cid-sjhhEm6Dre .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhhEm6Dre .row {
  align-items: center;
}
.cid-sjhhEm6Dre .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhhEm6Dre .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhhEm6Dre .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhhEm6Dre input::-webkit-input-placeholder,
.cid-sjhhEm6Dre textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhEm6Dre input:-moz-placeholder,
.cid-sjhhEm6Dre textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhhEm6Dre .media-content {
    padding-right: 3rem;
  }
  .cid-sjhhEm6Dre .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhhEm6Dre .row {
    padding: 0 1rem;
  }
}
.cid-sjhhEm6Dre .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhhEm6Dre .form-btn {
    width: 100%;
  }
  .cid-sjhhEm6Dre .btn {
    width: 100%;
  }
}
.cid-sjhhE73OfD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhE73OfD .nav-item:focus,
.cid-sjhhE73OfD .nav-link:focus {
  outline: none;
}
.cid-sjhhE73OfD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhE73OfD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhhE73OfD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhhE73OfD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhE73OfD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhhE73OfD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhhE73OfD .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhhE73OfD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhhE73OfD .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhhE73OfD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhhE73OfD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhhE73OfD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhhE73OfD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhhE73OfD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhhE73OfD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhhE73OfD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhhE73OfD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhhE73OfD .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-sjhhE73OfD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhhE73OfD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhhE73OfD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhhE73OfD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhhE73OfD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhhE73OfD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhhE73OfD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhhE73OfD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhhE73OfD .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-sjhhE73OfD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhhE73OfD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhhE73OfD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhhE73OfD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhhE73OfD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhhE73OfD .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhhE73OfD .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhhE73OfD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhhE73OfD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhhE73OfD .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhhE73OfD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhhE73OfD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhhE73OfD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhhE73OfD .dropdown-item.active,
.cid-sjhhE73OfD .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhhE73OfD .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhhE73OfD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhE73OfD .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhhE73OfD .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhhE73OfD .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhhE73OfD .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhhE73OfD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhE73OfD .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhhE73OfD .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhhE73OfD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhhE73OfD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhhE73OfD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhhE73OfD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhhE73OfD .navbar-buttons {
  text-align: center;
}
.cid-sjhhE73OfD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhhE73OfD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhhE73OfD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhhE73OfD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhE73OfD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhE73OfD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhhE73OfD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhE73OfD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhhE73OfD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhhE73OfD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhE73OfD .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhhE73OfD a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhhE73OfD .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhhE73OfD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhhE73OfD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhhE73OfD .navbar {
    height: 77px;
  }
  .cid-sjhhE73OfD .navbar.opened {
    height: auto;
  }
  .cid-sjhhE73OfD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhhE73OfD a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhhE73OfD a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhhE73OfD .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhhE73OfD .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhhE7pznb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhhE7pznb .media-container-row {
  align-items: center;
}
.cid-sjhhE7pznb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhhE7pznb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhhE7pznb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhhE7pznb .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhhE7pznb .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhhE7pznb .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhhE7pznb .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhhE7pznb .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhhE7pznb .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhhE7pznb .foot-menu {
    justify-content: center;
  }
  .cid-sjhhE7pznb .mbr-text {
    text-align: center;
  }
  .cid-sjhhE7pznb .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhhE7pznb .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhhE7pznb .link:hover {
  color: #ffffff;
}
.cid-sjhhE7CXJN {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/santa-catarina-935x555.jpg");
}
.cid-sjhhE7CXJN .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhhE7CXJN .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhhE7CXJN .align-center {
    text-align: center;
  }
}
.cid-sjhhE7CXJN h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhhE7CXJN .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhhE7CXJN .row {
    margin: 0;
  }
}
.cid-sjhhE7CXJN .btn {
  margin-left: 0rem;
}
.cid-sjhhE7M8xd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhhE7M8xd .container-fluid {
  padding: 0 3rem;
}
.cid-sjhhE7M8xd .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhhE7M8xd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhhE7M8xd .table-wrapper {
  margin: 0 auto;
}
.cid-sjhhE7M8xd table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhhE7M8xd table thead tr {
  border: none !important;
}
.cid-sjhhE7M8xd table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhhE7M8xd table tr td {
  border-color: #c1c1c1;
}
.cid-sjhhE7M8xd table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhhE7M8xd tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhhE7M8xd th:after,
.cid-sjhhE7M8xd th:before {
  display: none !important;
}
.cid-sjhhE7M8xd .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhhE7M8xd .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhhE7M8xd table th,
  .cid-sjhhE7M8xd table td {
    padding: .75rem;
  }
}
.cid-sjhhE7M8xd .body-item {
  text-align: left;
}
.cid-sjhhE7M8xd .mbr-text {
  color: #767676;
}
.cid-sjhhE7M8xd .head-item {
  color: #232323;
}
.cid-slUregZKH1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #101010;
}
.cid-slUregZKH1 img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
}
.cid-slUregZKH1 h4 {
  margin-bottom: 0rem;
}
.cid-slUregZKH1 .mbr-section-title {
  margin-bottom: 0.3rem;
}
.cid-slUregZKH1 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 3.5rem;
  text-align: center;
}
.cid-slUregZKH1 .card {
  padding: 0rem;
  cursor: pointer;
}
.cid-slUregZKH1 .card-img {
  margin-bottom: 1.7rem;
}
.cid-slUregZKH1 .card-title {
  margin-bottom: 1.5rem;
}
.cid-slUregZKH1 .row {
  justify-content: center;
}
.cid-slUregZKH1 .card-box,
.cid-slUregZKH1 .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-slUregZKH1 .mbr-text {
  margin-bottom: 1.5rem;
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-slUregZKH1 .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-slUregZKH1 .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-slUregZKH1 .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.cid-slUregZKH1 .img-block:hover img {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.1;
}
.cid-slUregZKH1 .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.cid-slUregZKH1 .wrapper-img {
  width: 100%;
  background-color: rgba(255, 73, 124, 0.85);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (max-width: 992px) {
  .cid-slUregZKH1 .img-card {
    margin-top: 2rem;
  }
}
.cid-slUregZKH1 .vertical-line:before {
  content: '';
  background-color: #ff497c;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-sjhhE8co7H {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhhE8co7H .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhhE8co7H textarea {
  min-height: 150px;
}
.cid-sjhhE8co7H input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhhE8co7H textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhhE8co7H .form-control,
.cid-sjhhE8co7H .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhhE8co7H .form-control input::-webkit-input-placeholder,
.cid-sjhhE8co7H .field-input input::-webkit-input-placeholder,
.cid-sjhhE8co7H .form-control textarea::-webkit-input-placeholder,
.cid-sjhhE8co7H .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhE8co7H .form-control input:-moz-placeholder,
.cid-sjhhE8co7H .field-input input:-moz-placeholder,
.cid-sjhhE8co7H .form-control textarea:-moz-placeholder,
.cid-sjhhE8co7H .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhhE8co7H .jq-number__spin:hover,
.cid-sjhhE8co7H .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhhE8co7H .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhhE8co7H .jq-selectbox li,
.cid-sjhhE8co7H .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhE8co7H .jq-selectbox li:hover,
.cid-sjhhE8co7H .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhE8co7H .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhhE8co7H .jq-number__spin.minus:hover:after,
.cid-sjhhE8co7H .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhhE8co7H .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhhE8co7H .jq-number__spin.minus:after,
.cid-sjhhE8co7H .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhhE8co7H .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhhE8co7H .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhhE8co7H .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhhE8co7H .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhhE8co7H .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhhE8co7H .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhhE8co7H .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhhE8co7H .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhhE8co7H .social-list {
  display: flex;
}
.cid-sjhhE8co7H .social-list a {
  transition: 0.3s;
}
.cid-sjhhE8co7H .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhhE8co7H .row {
  align-items: center;
}
.cid-sjhhE8co7H .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhhE8co7H .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhhE8co7H .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhhE8co7H input::-webkit-input-placeholder,
.cid-sjhhE8co7H textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhE8co7H input:-moz-placeholder,
.cid-sjhhE8co7H textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhhE8co7H .media-content {
    padding-right: 3rem;
  }
  .cid-sjhhE8co7H .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhhE8co7H .row {
    padding: 0 1rem;
  }
}
.cid-sjhhE8co7H .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhhE8co7H .form-btn {
    width: 100%;
  }
  .cid-sjhhE8co7H .btn {
    width: 100%;
  }
}
.cid-sjhhDPNL7L .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhDPNL7L .nav-item:focus,
.cid-sjhhDPNL7L .nav-link:focus {
  outline: none;
}
.cid-sjhhDPNL7L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhDPNL7L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhhDPNL7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhhDPNL7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhDPNL7L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhhDPNL7L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhhDPNL7L .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhhDPNL7L .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhhDPNL7L .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhhDPNL7L .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhhDPNL7L .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhhDPNL7L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhhDPNL7L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhhDPNL7L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhhDPNL7L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhhDPNL7L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhhDPNL7L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhhDPNL7L .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-sjhhDPNL7L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhhDPNL7L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhhDPNL7L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhhDPNL7L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhhDPNL7L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhhDPNL7L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhhDPNL7L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhhDPNL7L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhhDPNL7L .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-sjhhDPNL7L .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhhDPNL7L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhhDPNL7L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhhDPNL7L .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhhDPNL7L .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhhDPNL7L .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhhDPNL7L .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhhDPNL7L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhhDPNL7L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhhDPNL7L .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhhDPNL7L .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhhDPNL7L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhhDPNL7L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhhDPNL7L .dropdown-item.active,
.cid-sjhhDPNL7L .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhhDPNL7L .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhhDPNL7L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhDPNL7L .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhhDPNL7L .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhhDPNL7L .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhhDPNL7L .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhhDPNL7L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhDPNL7L .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhhDPNL7L .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhhDPNL7L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhhDPNL7L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhhDPNL7L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhhDPNL7L ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhhDPNL7L .navbar-buttons {
  text-align: center;
}
.cid-sjhhDPNL7L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhhDPNL7L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhhDPNL7L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhhDPNL7L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhDPNL7L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhDPNL7L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhhDPNL7L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhDPNL7L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhhDPNL7L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhhDPNL7L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhDPNL7L .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhhDPNL7L a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhhDPNL7L .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhhDPNL7L .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhhDPNL7L .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhhDPNL7L .navbar {
    height: 77px;
  }
  .cid-sjhhDPNL7L .navbar.opened {
    height: auto;
  }
  .cid-sjhhDPNL7L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhhDPNL7L a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhhDPNL7L a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhhDPNL7L .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhhDPNL7L .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhhDQasD0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhhDQasD0 .media-container-row {
  align-items: center;
}
.cid-sjhhDQasD0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhhDQasD0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhhDQasD0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhhDQasD0 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhhDQasD0 .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhhDQasD0 .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhhDQasD0 .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhhDQasD0 .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhhDQasD0 .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhhDQasD0 .foot-menu {
    justify-content: center;
  }
  .cid-sjhhDQasD0 .mbr-text {
    text-align: center;
  }
  .cid-sjhhDQasD0 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhhDQasD0 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhhDQasD0 .link:hover {
  color: #ffffff;
}
.cid-sjhhDQna0Q {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/images-1.webp");
}
.cid-sjhhDQna0Q .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhhDQna0Q .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhhDQna0Q .align-center {
    text-align: center;
  }
}
.cid-sjhhDQna0Q h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhhDQna0Q .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhhDQna0Q .row {
    margin: 0;
  }
}
.cid-sjhhDQna0Q .btn {
  margin-left: 0rem;
}
.cid-sjhhDQyikz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhhDQyikz .container-fluid {
  padding: 0 3rem;
}
.cid-sjhhDQyikz .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhhDQyikz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhhDQyikz .table-wrapper {
  margin: 0 auto;
}
.cid-sjhhDQyikz table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhhDQyikz table thead tr {
  border: none !important;
}
.cid-sjhhDQyikz table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhhDQyikz table tr td {
  border-color: #c1c1c1;
}
.cid-sjhhDQyikz table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhhDQyikz tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhhDQyikz th:after,
.cid-sjhhDQyikz th:before {
  display: none !important;
}
.cid-sjhhDQyikz .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhhDQyikz .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhhDQyikz table th,
  .cid-sjhhDQyikz table td {
    padding: .75rem;
  }
}
.cid-sjhhDQyikz .body-item {
  text-align: left;
}
.cid-sjhhDQyikz .mbr-text {
  color: #767676;
}
.cid-sjhhDQyikz .head-item {
  color: #232323;
}
.cid-sjhhDR0aeW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhhDR0aeW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhhDR0aeW textarea {
  min-height: 150px;
}
.cid-sjhhDR0aeW input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhhDR0aeW textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhhDR0aeW .form-control,
.cid-sjhhDR0aeW .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhhDR0aeW .form-control input::-webkit-input-placeholder,
.cid-sjhhDR0aeW .field-input input::-webkit-input-placeholder,
.cid-sjhhDR0aeW .form-control textarea::-webkit-input-placeholder,
.cid-sjhhDR0aeW .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhDR0aeW .form-control input:-moz-placeholder,
.cid-sjhhDR0aeW .field-input input:-moz-placeholder,
.cid-sjhhDR0aeW .form-control textarea:-moz-placeholder,
.cid-sjhhDR0aeW .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhhDR0aeW .jq-number__spin:hover,
.cid-sjhhDR0aeW .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhhDR0aeW .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhhDR0aeW .jq-selectbox li,
.cid-sjhhDR0aeW .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhDR0aeW .jq-selectbox li:hover,
.cid-sjhhDR0aeW .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhDR0aeW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhhDR0aeW .jq-number__spin.minus:hover:after,
.cid-sjhhDR0aeW .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhhDR0aeW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhhDR0aeW .jq-number__spin.minus:after,
.cid-sjhhDR0aeW .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhhDR0aeW .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhhDR0aeW .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhhDR0aeW .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhhDR0aeW .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhhDR0aeW .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhhDR0aeW .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhhDR0aeW .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhhDR0aeW .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhhDR0aeW .social-list {
  display: flex;
}
.cid-sjhhDR0aeW .social-list a {
  transition: 0.3s;
}
.cid-sjhhDR0aeW .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhhDR0aeW .row {
  align-items: center;
}
.cid-sjhhDR0aeW .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhhDR0aeW .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhhDR0aeW .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhhDR0aeW input::-webkit-input-placeholder,
.cid-sjhhDR0aeW textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhDR0aeW input:-moz-placeholder,
.cid-sjhhDR0aeW textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhhDR0aeW .media-content {
    padding-right: 3rem;
  }
  .cid-sjhhDR0aeW .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhhDR0aeW .row {
    padding: 0 1rem;
  }
}
.cid-sjhhDR0aeW .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhhDR0aeW .form-btn {
    width: 100%;
  }
  .cid-sjhhDR0aeW .btn {
    width: 100%;
  }
}
.cid-sjhhDySqg1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhDySqg1 .nav-item:focus,
.cid-sjhhDySqg1 .nav-link:focus {
  outline: none;
}
.cid-sjhhDySqg1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhDySqg1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhhDySqg1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhhDySqg1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhDySqg1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhhDySqg1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhhDySqg1 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhhDySqg1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhhDySqg1 .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhhDySqg1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhhDySqg1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhhDySqg1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhhDySqg1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhhDySqg1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhhDySqg1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhhDySqg1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhhDySqg1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhhDySqg1 .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-sjhhDySqg1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhhDySqg1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhhDySqg1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhhDySqg1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhhDySqg1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhhDySqg1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhhDySqg1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhhDySqg1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhhDySqg1 .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-sjhhDySqg1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhhDySqg1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhhDySqg1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhhDySqg1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhhDySqg1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhhDySqg1 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhhDySqg1 .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhhDySqg1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhhDySqg1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhhDySqg1 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhhDySqg1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhhDySqg1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhhDySqg1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhhDySqg1 .dropdown-item.active,
.cid-sjhhDySqg1 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhhDySqg1 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhhDySqg1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhDySqg1 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhhDySqg1 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhhDySqg1 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhhDySqg1 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhhDySqg1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhDySqg1 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhhDySqg1 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhhDySqg1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhhDySqg1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhhDySqg1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhhDySqg1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhhDySqg1 .navbar-buttons {
  text-align: center;
}
.cid-sjhhDySqg1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhhDySqg1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhhDySqg1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhhDySqg1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhDySqg1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhDySqg1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhhDySqg1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhDySqg1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhhDySqg1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhhDySqg1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhDySqg1 .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhhDySqg1 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhhDySqg1 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhhDySqg1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhhDySqg1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhhDySqg1 .navbar {
    height: 77px;
  }
  .cid-sjhhDySqg1 .navbar.opened {
    height: auto;
  }
  .cid-sjhhDySqg1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhhDySqg1 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhhDySqg1 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhhDySqg1 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhhDySqg1 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhhDzfAzc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhhDzfAzc .media-container-row {
  align-items: center;
}
.cid-sjhhDzfAzc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhhDzfAzc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhhDzfAzc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhhDzfAzc .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhhDzfAzc .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhhDzfAzc .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhhDzfAzc .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhhDzfAzc .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhhDzfAzc .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhhDzfAzc .foot-menu {
    justify-content: center;
  }
  .cid-sjhhDzfAzc .mbr-text {
    text-align: center;
  }
  .cid-sjhhDzfAzc .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhhDzfAzc .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhhDzfAzc .link:hover {
  color: #ffffff;
}
.cid-sjhhDztlG0 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/espirito-santo-1000x500.jpg");
}
.cid-sjhhDztlG0 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhhDztlG0 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhhDztlG0 .align-center {
    text-align: center;
  }
}
.cid-sjhhDztlG0 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhhDztlG0 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhhDztlG0 .row {
    margin: 0;
  }
}
.cid-sjhhDztlG0 .btn {
  margin-left: 0rem;
}
.cid-sjhhDzGRFR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhhDzGRFR .container-fluid {
  padding: 0 3rem;
}
.cid-sjhhDzGRFR .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhhDzGRFR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhhDzGRFR .table-wrapper {
  margin: 0 auto;
}
.cid-sjhhDzGRFR table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhhDzGRFR table thead tr {
  border: none !important;
}
.cid-sjhhDzGRFR table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhhDzGRFR table tr td {
  border-color: #c1c1c1;
}
.cid-sjhhDzGRFR table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhhDzGRFR tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhhDzGRFR th:after,
.cid-sjhhDzGRFR th:before {
  display: none !important;
}
.cid-sjhhDzGRFR .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhhDzGRFR .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhhDzGRFR table th,
  .cid-sjhhDzGRFR table td {
    padding: .75rem;
  }
}
.cid-sjhhDzGRFR .body-item {
  text-align: left;
}
.cid-sjhhDzGRFR .mbr-text {
  color: #767676;
}
.cid-sjhhDzGRFR .head-item {
  color: #232323;
}
.cid-sjhhDA9q2N {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhhDA9q2N .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhhDA9q2N textarea {
  min-height: 150px;
}
.cid-sjhhDA9q2N input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhhDA9q2N textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhhDA9q2N .form-control,
.cid-sjhhDA9q2N .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhhDA9q2N .form-control input::-webkit-input-placeholder,
.cid-sjhhDA9q2N .field-input input::-webkit-input-placeholder,
.cid-sjhhDA9q2N .form-control textarea::-webkit-input-placeholder,
.cid-sjhhDA9q2N .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhDA9q2N .form-control input:-moz-placeholder,
.cid-sjhhDA9q2N .field-input input:-moz-placeholder,
.cid-sjhhDA9q2N .form-control textarea:-moz-placeholder,
.cid-sjhhDA9q2N .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhhDA9q2N .jq-number__spin:hover,
.cid-sjhhDA9q2N .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhhDA9q2N .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhhDA9q2N .jq-selectbox li,
.cid-sjhhDA9q2N .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhDA9q2N .jq-selectbox li:hover,
.cid-sjhhDA9q2N .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhDA9q2N .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhhDA9q2N .jq-number__spin.minus:hover:after,
.cid-sjhhDA9q2N .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhhDA9q2N .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhhDA9q2N .jq-number__spin.minus:after,
.cid-sjhhDA9q2N .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhhDA9q2N .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhhDA9q2N .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhhDA9q2N .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhhDA9q2N .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhhDA9q2N .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhhDA9q2N .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhhDA9q2N .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhhDA9q2N .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhhDA9q2N .social-list {
  display: flex;
}
.cid-sjhhDA9q2N .social-list a {
  transition: 0.3s;
}
.cid-sjhhDA9q2N .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhhDA9q2N .row {
  align-items: center;
}
.cid-sjhhDA9q2N .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhhDA9q2N .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhhDA9q2N .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhhDA9q2N input::-webkit-input-placeholder,
.cid-sjhhDA9q2N textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhDA9q2N input:-moz-placeholder,
.cid-sjhhDA9q2N textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhhDA9q2N .media-content {
    padding-right: 3rem;
  }
  .cid-sjhhDA9q2N .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhhDA9q2N .row {
    padding: 0 1rem;
  }
}
.cid-sjhhDA9q2N .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhhDA9q2N .form-btn {
    width: 100%;
  }
  .cid-sjhhDA9q2N .btn {
    width: 100%;
  }
}
.cid-sjhhDhg11B .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhDhg11B .nav-item:focus,
.cid-sjhhDhg11B .nav-link:focus {
  outline: none;
}
.cid-sjhhDhg11B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhDhg11B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhhDhg11B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhhDhg11B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhDhg11B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhhDhg11B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhhDhg11B .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhhDhg11B .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhhDhg11B .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhhDhg11B .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhhDhg11B .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhhDhg11B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhhDhg11B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhhDhg11B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhhDhg11B .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhhDhg11B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhhDhg11B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhhDhg11B .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-sjhhDhg11B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhhDhg11B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhhDhg11B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhhDhg11B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhhDhg11B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhhDhg11B .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhhDhg11B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhhDhg11B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhhDhg11B .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-sjhhDhg11B .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhhDhg11B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhhDhg11B .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhhDhg11B .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhhDhg11B .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhhDhg11B .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhhDhg11B .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhhDhg11B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhhDhg11B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhhDhg11B .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhhDhg11B .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhhDhg11B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhhDhg11B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhhDhg11B .dropdown-item.active,
.cid-sjhhDhg11B .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhhDhg11B .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhhDhg11B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhDhg11B .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhhDhg11B .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhhDhg11B .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhhDhg11B .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhhDhg11B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhDhg11B .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhhDhg11B .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhhDhg11B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhhDhg11B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhhDhg11B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhhDhg11B ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhhDhg11B .navbar-buttons {
  text-align: center;
}
.cid-sjhhDhg11B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhhDhg11B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhhDhg11B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhhDhg11B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhDhg11B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhDhg11B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhhDhg11B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhDhg11B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhhDhg11B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhhDhg11B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhDhg11B .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhhDhg11B a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhhDhg11B .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhhDhg11B .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhhDhg11B .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhhDhg11B .navbar {
    height: 77px;
  }
  .cid-sjhhDhg11B .navbar.opened {
    height: auto;
  }
  .cid-sjhhDhg11B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhhDhg11B a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhhDhg11B a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhhDhg11B .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhhDhg11B .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhhDhFeSd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhhDhFeSd .media-container-row {
  align-items: center;
}
.cid-sjhhDhFeSd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhhDhFeSd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhhDhFeSd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhhDhFeSd .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhhDhFeSd .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhhDhFeSd .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhhDhFeSd .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhhDhFeSd .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhhDhFeSd .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhhDhFeSd .foot-menu {
    justify-content: center;
  }
  .cid-sjhhDhFeSd .mbr-text {
    text-align: center;
  }
  .cid-sjhhDhFeSd .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhhDhFeSd .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhhDhFeSd .link:hover {
  color: #ffffff;
}
.cid-sjhhDhSJJG {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/unnamed-512x383.jpg");
}
.cid-sjhhDhSJJG .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhhDhSJJG .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhhDhSJJG .align-center {
    text-align: center;
  }
}
.cid-sjhhDhSJJG h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhhDhSJJG .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhhDhSJJG .row {
    margin: 0;
  }
}
.cid-sjhhDhSJJG .btn {
  margin-left: 0rem;
}
.cid-sjhhDi3CNo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhhDi3CNo .container-fluid {
  padding: 0 3rem;
}
.cid-sjhhDi3CNo .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhhDi3CNo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhhDi3CNo .table-wrapper {
  margin: 0 auto;
}
.cid-sjhhDi3CNo table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhhDi3CNo table thead tr {
  border: none !important;
}
.cid-sjhhDi3CNo table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhhDi3CNo table tr td {
  border-color: #c1c1c1;
}
.cid-sjhhDi3CNo table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhhDi3CNo tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhhDi3CNo th:after,
.cid-sjhhDi3CNo th:before {
  display: none !important;
}
.cid-sjhhDi3CNo .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhhDi3CNo .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhhDi3CNo table th,
  .cid-sjhhDi3CNo table td {
    padding: .75rem;
  }
}
.cid-sjhhDi3CNo .body-item {
  text-align: left;
}
.cid-sjhhDi3CNo .mbr-text {
  color: #767676;
}
.cid-sjhhDi3CNo .head-item {
  color: #232323;
}
.cid-sjhhDiwYNI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhhDiwYNI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhhDiwYNI textarea {
  min-height: 150px;
}
.cid-sjhhDiwYNI input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhhDiwYNI textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhhDiwYNI .form-control,
.cid-sjhhDiwYNI .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhhDiwYNI .form-control input::-webkit-input-placeholder,
.cid-sjhhDiwYNI .field-input input::-webkit-input-placeholder,
.cid-sjhhDiwYNI .form-control textarea::-webkit-input-placeholder,
.cid-sjhhDiwYNI .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhDiwYNI .form-control input:-moz-placeholder,
.cid-sjhhDiwYNI .field-input input:-moz-placeholder,
.cid-sjhhDiwYNI .form-control textarea:-moz-placeholder,
.cid-sjhhDiwYNI .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhhDiwYNI .jq-number__spin:hover,
.cid-sjhhDiwYNI .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhhDiwYNI .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhhDiwYNI .jq-selectbox li,
.cid-sjhhDiwYNI .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhDiwYNI .jq-selectbox li:hover,
.cid-sjhhDiwYNI .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhDiwYNI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhhDiwYNI .jq-number__spin.minus:hover:after,
.cid-sjhhDiwYNI .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhhDiwYNI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhhDiwYNI .jq-number__spin.minus:after,
.cid-sjhhDiwYNI .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhhDiwYNI .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhhDiwYNI .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhhDiwYNI .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhhDiwYNI .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhhDiwYNI .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhhDiwYNI .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhhDiwYNI .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhhDiwYNI .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhhDiwYNI .social-list {
  display: flex;
}
.cid-sjhhDiwYNI .social-list a {
  transition: 0.3s;
}
.cid-sjhhDiwYNI .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhhDiwYNI .row {
  align-items: center;
}
.cid-sjhhDiwYNI .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhhDiwYNI .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhhDiwYNI .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhhDiwYNI input::-webkit-input-placeholder,
.cid-sjhhDiwYNI textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhDiwYNI input:-moz-placeholder,
.cid-sjhhDiwYNI textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhhDiwYNI .media-content {
    padding-right: 3rem;
  }
  .cid-sjhhDiwYNI .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhhDiwYNI .row {
    padding: 0 1rem;
  }
}
.cid-sjhhDiwYNI .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhhDiwYNI .form-btn {
    width: 100%;
  }
  .cid-sjhhDiwYNI .btn {
    width: 100%;
  }
}
.cid-sjhhCZ2otF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhCZ2otF .nav-item:focus,
.cid-sjhhCZ2otF .nav-link:focus {
  outline: none;
}
.cid-sjhhCZ2otF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhCZ2otF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhhCZ2otF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhhCZ2otF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhCZ2otF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhhCZ2otF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhhCZ2otF .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhhCZ2otF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhhCZ2otF .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhhCZ2otF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhhCZ2otF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhhCZ2otF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhhCZ2otF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhhCZ2otF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhhCZ2otF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhhCZ2otF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhhCZ2otF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhhCZ2otF .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-sjhhCZ2otF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhhCZ2otF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhhCZ2otF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhhCZ2otF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhhCZ2otF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhhCZ2otF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhhCZ2otF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhhCZ2otF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhhCZ2otF .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-sjhhCZ2otF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhhCZ2otF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhhCZ2otF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhhCZ2otF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhhCZ2otF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhhCZ2otF .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhhCZ2otF .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhhCZ2otF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhhCZ2otF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhhCZ2otF .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhhCZ2otF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhhCZ2otF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhhCZ2otF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhhCZ2otF .dropdown-item.active,
.cid-sjhhCZ2otF .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhhCZ2otF .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhhCZ2otF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhCZ2otF .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhhCZ2otF .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhhCZ2otF .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhhCZ2otF .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhhCZ2otF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhCZ2otF .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhhCZ2otF .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhhCZ2otF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhhCZ2otF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhhCZ2otF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhhCZ2otF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhhCZ2otF .navbar-buttons {
  text-align: center;
}
.cid-sjhhCZ2otF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhhCZ2otF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhhCZ2otF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhhCZ2otF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhCZ2otF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhCZ2otF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhhCZ2otF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhCZ2otF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhhCZ2otF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhhCZ2otF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhCZ2otF .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhhCZ2otF a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhhCZ2otF .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhhCZ2otF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhhCZ2otF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhhCZ2otF .navbar {
    height: 77px;
  }
  .cid-sjhhCZ2otF .navbar.opened {
    height: auto;
  }
  .cid-sjhhCZ2otF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhhCZ2otF a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhhCZ2otF a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhhCZ2otF .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhhCZ2otF .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhhCZp1E0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhhCZp1E0 .media-container-row {
  align-items: center;
}
.cid-sjhhCZp1E0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhhCZp1E0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhhCZp1E0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhhCZp1E0 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhhCZp1E0 .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhhCZp1E0 .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhhCZp1E0 .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhhCZp1E0 .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhhCZp1E0 .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhhCZp1E0 .foot-menu {
    justify-content: center;
  }
  .cid-sjhhCZp1E0 .mbr-text {
    text-align: center;
  }
  .cid-sjhhCZp1E0 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhhCZp1E0 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhhCZp1E0 .link:hover {
  color: #ffffff;
}
.cid-sjhhCZCYIb {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/franquias-no-parana-1-700x400.jpg");
}
.cid-sjhhCZCYIb .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhhCZCYIb .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhhCZCYIb .align-center {
    text-align: center;
  }
}
.cid-sjhhCZCYIb h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhhCZCYIb .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhhCZCYIb .row {
    margin: 0;
  }
}
.cid-sjhhCZCYIb .btn {
  margin-left: 0rem;
}
.cid-sjhhCZOe5K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhhCZOe5K .container-fluid {
  padding: 0 3rem;
}
.cid-sjhhCZOe5K .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhhCZOe5K .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhhCZOe5K .table-wrapper {
  margin: 0 auto;
}
.cid-sjhhCZOe5K table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhhCZOe5K table thead tr {
  border: none !important;
}
.cid-sjhhCZOe5K table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhhCZOe5K table tr td {
  border-color: #c1c1c1;
}
.cid-sjhhCZOe5K table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhhCZOe5K tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhhCZOe5K th:after,
.cid-sjhhCZOe5K th:before {
  display: none !important;
}
.cid-sjhhCZOe5K .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhhCZOe5K .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhhCZOe5K table th,
  .cid-sjhhCZOe5K table td {
    padding: .75rem;
  }
}
.cid-sjhhCZOe5K .body-item {
  text-align: left;
}
.cid-sjhhCZOe5K .mbr-text {
  color: #767676;
}
.cid-sjhhCZOe5K .head-item {
  color: #232323;
}
.cid-slUpfgQXvQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #101010;
}
.cid-slUpfgQXvQ img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
}
.cid-slUpfgQXvQ h4 {
  margin-bottom: 0rem;
}
.cid-slUpfgQXvQ .mbr-section-title {
  margin-bottom: 0.3rem;
}
.cid-slUpfgQXvQ .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 3.5rem;
}
.cid-slUpfgQXvQ .card {
  padding: 0rem;
  cursor: pointer;
}
.cid-slUpfgQXvQ .card-img {
  margin-bottom: 1.7rem;
}
.cid-slUpfgQXvQ .card-title {
  margin-bottom: 1.5rem;
}
.cid-slUpfgQXvQ .row {
  justify-content: center;
}
.cid-slUpfgQXvQ .card-box,
.cid-slUpfgQXvQ .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-slUpfgQXvQ .mbr-text {
  margin-bottom: 1.5rem;
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-slUpfgQXvQ .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-slUpfgQXvQ .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-slUpfgQXvQ .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.cid-slUpfgQXvQ .img-block:hover img {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.1;
}
.cid-slUpfgQXvQ .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.cid-slUpfgQXvQ .wrapper-img {
  width: 100%;
  background-color: rgba(255, 73, 124, 0.85);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (max-width: 992px) {
  .cid-slUpfgQXvQ .img-card {
    margin-top: 2rem;
  }
}
.cid-slUpfgQXvQ .vertical-line:before {
  content: '';
  background-color: #ff497c;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-sjhhD0h3GE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhhD0h3GE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhhD0h3GE textarea {
  min-height: 150px;
}
.cid-sjhhD0h3GE input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhhD0h3GE textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhhD0h3GE .form-control,
.cid-sjhhD0h3GE .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhhD0h3GE .form-control input::-webkit-input-placeholder,
.cid-sjhhD0h3GE .field-input input::-webkit-input-placeholder,
.cid-sjhhD0h3GE .form-control textarea::-webkit-input-placeholder,
.cid-sjhhD0h3GE .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhD0h3GE .form-control input:-moz-placeholder,
.cid-sjhhD0h3GE .field-input input:-moz-placeholder,
.cid-sjhhD0h3GE .form-control textarea:-moz-placeholder,
.cid-sjhhD0h3GE .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhhD0h3GE .jq-number__spin:hover,
.cid-sjhhD0h3GE .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhhD0h3GE .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhhD0h3GE .jq-selectbox li,
.cid-sjhhD0h3GE .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhD0h3GE .jq-selectbox li:hover,
.cid-sjhhD0h3GE .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhD0h3GE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhhD0h3GE .jq-number__spin.minus:hover:after,
.cid-sjhhD0h3GE .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhhD0h3GE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhhD0h3GE .jq-number__spin.minus:after,
.cid-sjhhD0h3GE .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhhD0h3GE .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhhD0h3GE .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhhD0h3GE .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhhD0h3GE .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhhD0h3GE .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhhD0h3GE .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhhD0h3GE .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhhD0h3GE .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhhD0h3GE .social-list {
  display: flex;
}
.cid-sjhhD0h3GE .social-list a {
  transition: 0.3s;
}
.cid-sjhhD0h3GE .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhhD0h3GE .row {
  align-items: center;
}
.cid-sjhhD0h3GE .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhhD0h3GE .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhhD0h3GE .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhhD0h3GE input::-webkit-input-placeholder,
.cid-sjhhD0h3GE textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhD0h3GE input:-moz-placeholder,
.cid-sjhhD0h3GE textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhhD0h3GE .media-content {
    padding-right: 3rem;
  }
  .cid-sjhhD0h3GE .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhhD0h3GE .row {
    padding: 0 1rem;
  }
}
.cid-sjhhD0h3GE .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhhD0h3GE .form-btn {
    width: 100%;
  }
  .cid-sjhhD0h3GE .btn {
    width: 100%;
  }
}
.cid-sjhhCEkO4K .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhCEkO4K .nav-item:focus,
.cid-sjhhCEkO4K .nav-link:focus {
  outline: none;
}
.cid-sjhhCEkO4K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhCEkO4K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhhCEkO4K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhhCEkO4K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhCEkO4K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhhCEkO4K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhhCEkO4K .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhhCEkO4K .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhhCEkO4K .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhhCEkO4K .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhhCEkO4K .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhhCEkO4K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhhCEkO4K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhhCEkO4K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhhCEkO4K .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhhCEkO4K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhhCEkO4K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhhCEkO4K .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-sjhhCEkO4K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhhCEkO4K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhhCEkO4K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhhCEkO4K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhhCEkO4K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhhCEkO4K .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhhCEkO4K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhhCEkO4K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhhCEkO4K .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-sjhhCEkO4K .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhhCEkO4K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhhCEkO4K .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhhCEkO4K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhhCEkO4K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhhCEkO4K .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhhCEkO4K .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhhCEkO4K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhhCEkO4K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhhCEkO4K .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhhCEkO4K .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhhCEkO4K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhhCEkO4K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhhCEkO4K .dropdown-item.active,
.cid-sjhhCEkO4K .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhhCEkO4K .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhhCEkO4K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhCEkO4K .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhhCEkO4K .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhhCEkO4K .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhhCEkO4K .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhhCEkO4K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhCEkO4K .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhhCEkO4K .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhhCEkO4K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhhCEkO4K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhhCEkO4K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhhCEkO4K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhhCEkO4K .navbar-buttons {
  text-align: center;
}
.cid-sjhhCEkO4K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhhCEkO4K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhhCEkO4K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhhCEkO4K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhCEkO4K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhCEkO4K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhhCEkO4K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhCEkO4K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhhCEkO4K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhhCEkO4K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhCEkO4K .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhhCEkO4K a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhhCEkO4K .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhhCEkO4K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhhCEkO4K .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhhCEkO4K .navbar {
    height: 77px;
  }
  .cid-sjhhCEkO4K .navbar.opened {
    height: auto;
  }
  .cid-sjhhCEkO4K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhhCEkO4K a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhhCEkO4K a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhhCEkO4K .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhhCEkO4K .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhhCEJUpK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhhCEJUpK .media-container-row {
  align-items: center;
}
.cid-sjhhCEJUpK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhhCEJUpK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhhCEJUpK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhhCEJUpK .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhhCEJUpK .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhhCEJUpK .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhhCEJUpK .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhhCEJUpK .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhhCEJUpK .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhhCEJUpK .foot-menu {
    justify-content: center;
  }
  .cid-sjhhCEJUpK .mbr-text {
    text-align: center;
  }
  .cid-sjhhCEJUpK .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhhCEJUpK .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhhCEJUpK .link:hover {
  color: #ffffff;
}
.cid-sjhhCEYI2t {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/gettyimages-1151612425-2000x1332.jpg");
}
.cid-sjhhCEYI2t .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhhCEYI2t .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhhCEYI2t .align-center {
    text-align: center;
  }
}
.cid-sjhhCEYI2t h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhhCEYI2t .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhhCEYI2t .row {
    margin: 0;
  }
}
.cid-sjhhCEYI2t .btn {
  margin-left: 0rem;
}
.cid-sjhhCF9Bdp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhhCF9Bdp .container-fluid {
  padding: 0 3rem;
}
.cid-sjhhCF9Bdp .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhhCF9Bdp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhhCF9Bdp .table-wrapper {
  margin: 0 auto;
}
.cid-sjhhCF9Bdp table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhhCF9Bdp table thead tr {
  border: none !important;
}
.cid-sjhhCF9Bdp table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhhCF9Bdp table tr td {
  border-color: #c1c1c1;
}
.cid-sjhhCF9Bdp table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhhCF9Bdp tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhhCF9Bdp th:after,
.cid-sjhhCF9Bdp th:before {
  display: none !important;
}
.cid-sjhhCF9Bdp .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhhCF9Bdp .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhhCF9Bdp table th,
  .cid-sjhhCF9Bdp table td {
    padding: .75rem;
  }
}
.cid-sjhhCF9Bdp .body-item {
  text-align: left;
}
.cid-sjhhCF9Bdp .mbr-text {
  color: #767676;
}
.cid-sjhhCF9Bdp .head-item {
  color: #232323;
}
.cid-sjhhCFE1vk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhhCFE1vk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhhCFE1vk textarea {
  min-height: 150px;
}
.cid-sjhhCFE1vk input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhhCFE1vk textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhhCFE1vk .form-control,
.cid-sjhhCFE1vk .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhhCFE1vk .form-control input::-webkit-input-placeholder,
.cid-sjhhCFE1vk .field-input input::-webkit-input-placeholder,
.cid-sjhhCFE1vk .form-control textarea::-webkit-input-placeholder,
.cid-sjhhCFE1vk .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhCFE1vk .form-control input:-moz-placeholder,
.cid-sjhhCFE1vk .field-input input:-moz-placeholder,
.cid-sjhhCFE1vk .form-control textarea:-moz-placeholder,
.cid-sjhhCFE1vk .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhhCFE1vk .jq-number__spin:hover,
.cid-sjhhCFE1vk .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhhCFE1vk .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhhCFE1vk .jq-selectbox li,
.cid-sjhhCFE1vk .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhCFE1vk .jq-selectbox li:hover,
.cid-sjhhCFE1vk .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhCFE1vk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhhCFE1vk .jq-number__spin.minus:hover:after,
.cid-sjhhCFE1vk .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhhCFE1vk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhhCFE1vk .jq-number__spin.minus:after,
.cid-sjhhCFE1vk .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhhCFE1vk .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhhCFE1vk .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhhCFE1vk .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhhCFE1vk .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhhCFE1vk .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhhCFE1vk .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhhCFE1vk .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhhCFE1vk .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhhCFE1vk .social-list {
  display: flex;
}
.cid-sjhhCFE1vk .social-list a {
  transition: 0.3s;
}
.cid-sjhhCFE1vk .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhhCFE1vk .row {
  align-items: center;
}
.cid-sjhhCFE1vk .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhhCFE1vk .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhhCFE1vk .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhhCFE1vk input::-webkit-input-placeholder,
.cid-sjhhCFE1vk textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhCFE1vk input:-moz-placeholder,
.cid-sjhhCFE1vk textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhhCFE1vk .media-content {
    padding-right: 3rem;
  }
  .cid-sjhhCFE1vk .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhhCFE1vk .row {
    padding: 0 1rem;
  }
}
.cid-sjhhCFE1vk .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhhCFE1vk .form-btn {
    width: 100%;
  }
  .cid-sjhhCFE1vk .btn {
    width: 100%;
  }
}
.cid-sjhhC7gcWR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhC7gcWR .nav-item:focus,
.cid-sjhhC7gcWR .nav-link:focus {
  outline: none;
}
.cid-sjhhC7gcWR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhC7gcWR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhhC7gcWR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhhC7gcWR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhhC7gcWR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhhC7gcWR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhhC7gcWR .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhhC7gcWR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhhC7gcWR .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhhC7gcWR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhhC7gcWR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhhC7gcWR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhhC7gcWR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhhC7gcWR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhhC7gcWR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhhC7gcWR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhhC7gcWR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhhC7gcWR .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-sjhhC7gcWR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhhC7gcWR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhhC7gcWR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhhC7gcWR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhhC7gcWR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhhC7gcWR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhhC7gcWR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhhC7gcWR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhhC7gcWR .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-sjhhC7gcWR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhhC7gcWR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhhC7gcWR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhhC7gcWR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhhC7gcWR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhhC7gcWR .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhhC7gcWR .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhhC7gcWR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhhC7gcWR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhhC7gcWR .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhhC7gcWR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhhC7gcWR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhhC7gcWR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhhC7gcWR .dropdown-item.active,
.cid-sjhhC7gcWR .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhhC7gcWR .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhhC7gcWR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhC7gcWR .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhhC7gcWR .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhhC7gcWR .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhhC7gcWR .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhhC7gcWR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhhC7gcWR .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhhC7gcWR .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhhC7gcWR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhhC7gcWR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhhC7gcWR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhhC7gcWR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhhC7gcWR .navbar-buttons {
  text-align: center;
}
.cid-sjhhC7gcWR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhhC7gcWR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhhC7gcWR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhhC7gcWR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhC7gcWR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhhC7gcWR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhhC7gcWR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhC7gcWR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhhC7gcWR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhhC7gcWR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhhC7gcWR .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhhC7gcWR a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhhC7gcWR .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhhC7gcWR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhhC7gcWR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhhC7gcWR .navbar {
    height: 77px;
  }
  .cid-sjhhC7gcWR .navbar.opened {
    height: auto;
  }
  .cid-sjhhC7gcWR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhhC7gcWR a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhhC7gcWR a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhhC7gcWR .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhhC7gcWR .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhhC7OJsP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhhC7OJsP .media-container-row {
  align-items: center;
}
.cid-sjhhC7OJsP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhhC7OJsP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhhC7OJsP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhhC7OJsP .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhhC7OJsP .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhhC7OJsP .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhhC7OJsP .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhhC7OJsP .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhhC7OJsP .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhhC7OJsP .foot-menu {
    justify-content: center;
  }
  .cid-sjhhC7OJsP .mbr-text {
    text-align: center;
  }
  .cid-sjhhC7OJsP .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhhC7OJsP .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhhC7OJsP .link:hover {
  color: #ffffff;
}
.cid-sjhhC85tqK {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/orla-maritima-de-maceio-foto-semtur-arquivo.jpg.webp");
}
.cid-sjhhC85tqK .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhhC85tqK .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhhC85tqK .align-center {
    text-align: center;
  }
}
.cid-sjhhC85tqK h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhhC85tqK .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhhC85tqK .row {
    margin: 0;
  }
}
.cid-sjhhC85tqK .btn {
  margin-left: 0rem;
}
.cid-sjhhC8juys {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhhC8juys .container-fluid {
  padding: 0 3rem;
}
.cid-sjhhC8juys .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhhC8juys .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhhC8juys .table-wrapper {
  margin: 0 auto;
}
.cid-sjhhC8juys table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhhC8juys table thead tr {
  border: none !important;
}
.cid-sjhhC8juys table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhhC8juys table tr td {
  border-color: #c1c1c1;
}
.cid-sjhhC8juys table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhhC8juys tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhhC8juys th:after,
.cid-sjhhC8juys th:before {
  display: none !important;
}
.cid-sjhhC8juys .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhhC8juys .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhhC8juys table th,
  .cid-sjhhC8juys table td {
    padding: .75rem;
  }
}
.cid-sjhhC8juys .body-item {
  text-align: left;
}
.cid-sjhhC8juys .mbr-text {
  color: #767676;
}
.cid-sjhhC8juys .head-item {
  color: #232323;
}
.cid-sjhhC8LSFo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhhC8LSFo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhhC8LSFo textarea {
  min-height: 150px;
}
.cid-sjhhC8LSFo input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhhC8LSFo textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhhC8LSFo .form-control,
.cid-sjhhC8LSFo .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhhC8LSFo .form-control input::-webkit-input-placeholder,
.cid-sjhhC8LSFo .field-input input::-webkit-input-placeholder,
.cid-sjhhC8LSFo .form-control textarea::-webkit-input-placeholder,
.cid-sjhhC8LSFo .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhC8LSFo .form-control input:-moz-placeholder,
.cid-sjhhC8LSFo .field-input input:-moz-placeholder,
.cid-sjhhC8LSFo .form-control textarea:-moz-placeholder,
.cid-sjhhC8LSFo .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhhC8LSFo .jq-number__spin:hover,
.cid-sjhhC8LSFo .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhhC8LSFo .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhhC8LSFo .jq-selectbox li,
.cid-sjhhC8LSFo .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhC8LSFo .jq-selectbox li:hover,
.cid-sjhhC8LSFo .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhhC8LSFo .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhhC8LSFo .jq-number__spin.minus:hover:after,
.cid-sjhhC8LSFo .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhhC8LSFo .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhhC8LSFo .jq-number__spin.minus:after,
.cid-sjhhC8LSFo .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhhC8LSFo .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhhC8LSFo .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhhC8LSFo .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhhC8LSFo .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhhC8LSFo .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhhC8LSFo .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhhC8LSFo .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhhC8LSFo .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhhC8LSFo .social-list {
  display: flex;
}
.cid-sjhhC8LSFo .social-list a {
  transition: 0.3s;
}
.cid-sjhhC8LSFo .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhhC8LSFo .row {
  align-items: center;
}
.cid-sjhhC8LSFo .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhhC8LSFo .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhhC8LSFo .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhhC8LSFo input::-webkit-input-placeholder,
.cid-sjhhC8LSFo textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhhC8LSFo input:-moz-placeholder,
.cid-sjhhC8LSFo textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhhC8LSFo .media-content {
    padding-right: 3rem;
  }
  .cid-sjhhC8LSFo .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhhC8LSFo .row {
    padding: 0 1rem;
  }
}
.cid-sjhhC8LSFo .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhhC8LSFo .form-btn {
    width: 100%;
  }
  .cid-sjhhC8LSFo .btn {
    width: 100%;
  }
}
.cid-sjhpmfpV75 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhpmfpV75 .nav-item:focus,
.cid-sjhpmfpV75 .nav-link:focus {
  outline: none;
}
.cid-sjhpmfpV75 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhpmfpV75 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhpmfpV75 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhpmfpV75 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhpmfpV75 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhpmfpV75 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhpmfpV75 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhpmfpV75 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhpmfpV75 .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhpmfpV75 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhpmfpV75 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhpmfpV75 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhpmfpV75 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhpmfpV75 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhpmfpV75 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhpmfpV75 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhpmfpV75 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhpmfpV75 .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-sjhpmfpV75 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhpmfpV75 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhpmfpV75 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhpmfpV75 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhpmfpV75 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhpmfpV75 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhpmfpV75 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhpmfpV75 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhpmfpV75 .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-sjhpmfpV75 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhpmfpV75 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhpmfpV75 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhpmfpV75 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhpmfpV75 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhpmfpV75 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhpmfpV75 .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhpmfpV75 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhpmfpV75 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhpmfpV75 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhpmfpV75 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhpmfpV75 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhpmfpV75 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhpmfpV75 .dropdown-item.active,
.cid-sjhpmfpV75 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhpmfpV75 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhpmfpV75 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhpmfpV75 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhpmfpV75 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhpmfpV75 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhpmfpV75 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhpmfpV75 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhpmfpV75 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhpmfpV75 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhpmfpV75 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhpmfpV75 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhpmfpV75 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhpmfpV75 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhpmfpV75 .navbar-buttons {
  text-align: center;
}
.cid-sjhpmfpV75 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhpmfpV75 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhpmfpV75 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhpmfpV75 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhpmfpV75 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhpmfpV75 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhpmfpV75 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhpmfpV75 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhpmfpV75 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhpmfpV75 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhpmfpV75 .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhpmfpV75 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhpmfpV75 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhpmfpV75 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhpmfpV75 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhpmfpV75 .navbar {
    height: 77px;
  }
  .cid-sjhpmfpV75 .navbar.opened {
    height: auto;
  }
  .cid-sjhpmfpV75 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhpmfpV75 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhpmfpV75 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhpmfpV75 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhpmfpV75 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhpmfQerG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhpmfQerG .media-container-row {
  align-items: center;
}
.cid-sjhpmfQerG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhpmfQerG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhpmfQerG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhpmfQerG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhpmfQerG .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhpmfQerG .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhpmfQerG .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhpmfQerG .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhpmfQerG .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhpmfQerG .foot-menu {
    justify-content: center;
  }
  .cid-sjhpmfQerG .mbr-text {
    text-align: center;
  }
  .cid-sjhpmfQerG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhpmfQerG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhpmfQerG .link:hover {
  color: #ffffff;
}
.cid-sjhpmg6wx1 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/noticia-5-795x450.jpg");
}
.cid-sjhpmg6wx1 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhpmg6wx1 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhpmg6wx1 .align-center {
    text-align: center;
  }
}
.cid-sjhpmg6wx1 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhpmg6wx1 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhpmg6wx1 .row {
    margin: 0;
  }
}
.cid-sjhpmg6wx1 .btn {
  margin-left: 0rem;
}
.cid-sjhpmgkqSR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhpmgkqSR .container-fluid {
  padding: 0 3rem;
}
.cid-sjhpmgkqSR .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhpmgkqSR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhpmgkqSR .table-wrapper {
  margin: 0 auto;
}
.cid-sjhpmgkqSR table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhpmgkqSR table thead tr {
  border: none !important;
}
.cid-sjhpmgkqSR table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhpmgkqSR table tr td {
  border-color: #c1c1c1;
}
.cid-sjhpmgkqSR table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhpmgkqSR tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhpmgkqSR th:after,
.cid-sjhpmgkqSR th:before {
  display: none !important;
}
.cid-sjhpmgkqSR .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhpmgkqSR .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhpmgkqSR table th,
  .cid-sjhpmgkqSR table td {
    padding: .75rem;
  }
}
.cid-sjhpmgkqSR .body-item {
  text-align: left;
}
.cid-sjhpmgkqSR .mbr-text {
  color: #767676;
}
.cid-sjhpmgkqSR .head-item {
  color: #232323;
}
.cid-sjhpmgKo9F {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhpmgKo9F .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhpmgKo9F textarea {
  min-height: 150px;
}
.cid-sjhpmgKo9F input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhpmgKo9F textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhpmgKo9F .form-control,
.cid-sjhpmgKo9F .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhpmgKo9F .form-control input::-webkit-input-placeholder,
.cid-sjhpmgKo9F .field-input input::-webkit-input-placeholder,
.cid-sjhpmgKo9F .form-control textarea::-webkit-input-placeholder,
.cid-sjhpmgKo9F .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhpmgKo9F .form-control input:-moz-placeholder,
.cid-sjhpmgKo9F .field-input input:-moz-placeholder,
.cid-sjhpmgKo9F .form-control textarea:-moz-placeholder,
.cid-sjhpmgKo9F .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhpmgKo9F .jq-number__spin:hover,
.cid-sjhpmgKo9F .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhpmgKo9F .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhpmgKo9F .jq-selectbox li,
.cid-sjhpmgKo9F .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhpmgKo9F .jq-selectbox li:hover,
.cid-sjhpmgKo9F .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhpmgKo9F .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhpmgKo9F .jq-number__spin.minus:hover:after,
.cid-sjhpmgKo9F .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhpmgKo9F .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhpmgKo9F .jq-number__spin.minus:after,
.cid-sjhpmgKo9F .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhpmgKo9F .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhpmgKo9F .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhpmgKo9F .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhpmgKo9F .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhpmgKo9F .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhpmgKo9F .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhpmgKo9F .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhpmgKo9F .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhpmgKo9F .social-list {
  display: flex;
}
.cid-sjhpmgKo9F .social-list a {
  transition: 0.3s;
}
.cid-sjhpmgKo9F .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhpmgKo9F .row {
  align-items: center;
}
.cid-sjhpmgKo9F .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhpmgKo9F .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhpmgKo9F .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhpmgKo9F input::-webkit-input-placeholder,
.cid-sjhpmgKo9F textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhpmgKo9F input:-moz-placeholder,
.cid-sjhpmgKo9F textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhpmgKo9F .media-content {
    padding-right: 3rem;
  }
  .cid-sjhpmgKo9F .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhpmgKo9F .row {
    padding: 0 1rem;
  }
}
.cid-sjhpmgKo9F .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhpmgKo9F .form-btn {
    width: 100%;
  }
  .cid-sjhpmgKo9F .btn {
    width: 100%;
  }
}
.cid-sjhoKcUHfI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoKcUHfI .nav-item:focus,
.cid-sjhoKcUHfI .nav-link:focus {
  outline: none;
}
.cid-sjhoKcUHfI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoKcUHfI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhoKcUHfI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhoKcUHfI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoKcUHfI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhoKcUHfI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhoKcUHfI .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhoKcUHfI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhoKcUHfI .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhoKcUHfI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhoKcUHfI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhoKcUHfI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhoKcUHfI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhoKcUHfI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhoKcUHfI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhoKcUHfI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhoKcUHfI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhoKcUHfI .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-sjhoKcUHfI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhoKcUHfI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhoKcUHfI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhoKcUHfI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhoKcUHfI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhoKcUHfI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhoKcUHfI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhoKcUHfI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhoKcUHfI .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-sjhoKcUHfI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhoKcUHfI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhoKcUHfI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhoKcUHfI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhoKcUHfI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhoKcUHfI .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhoKcUHfI .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhoKcUHfI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhoKcUHfI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhoKcUHfI .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhoKcUHfI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhoKcUHfI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhoKcUHfI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhoKcUHfI .dropdown-item.active,
.cid-sjhoKcUHfI .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhoKcUHfI .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhoKcUHfI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoKcUHfI .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhoKcUHfI .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhoKcUHfI .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhoKcUHfI .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhoKcUHfI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoKcUHfI .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhoKcUHfI .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhoKcUHfI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhoKcUHfI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhoKcUHfI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhoKcUHfI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhoKcUHfI .navbar-buttons {
  text-align: center;
}
.cid-sjhoKcUHfI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhoKcUHfI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhoKcUHfI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhoKcUHfI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoKcUHfI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoKcUHfI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhoKcUHfI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoKcUHfI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhoKcUHfI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhoKcUHfI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoKcUHfI .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhoKcUHfI a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhoKcUHfI .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhoKcUHfI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhoKcUHfI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhoKcUHfI .navbar {
    height: 77px;
  }
  .cid-sjhoKcUHfI .navbar.opened {
    height: auto;
  }
  .cid-sjhoKcUHfI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhoKcUHfI a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhoKcUHfI a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhoKcUHfI .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhoKcUHfI .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhoKdmP8U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhoKdmP8U .media-container-row {
  align-items: center;
}
.cid-sjhoKdmP8U .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhoKdmP8U .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhoKdmP8U .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhoKdmP8U .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhoKdmP8U .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhoKdmP8U .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhoKdmP8U .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhoKdmP8U .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhoKdmP8U .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhoKdmP8U .foot-menu {
    justify-content: center;
  }
  .cid-sjhoKdmP8U .mbr-text {
    text-align: center;
  }
  .cid-sjhoKdmP8U .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhoKdmP8U .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhoKdmP8U .link:hover {
  color: #ffffff;
}
.cid-sjhoKdBMCo {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/foto-ascon-setur-jericoacoara-4-994x663.jpg");
}
.cid-sjhoKdBMCo .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhoKdBMCo .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhoKdBMCo .align-center {
    text-align: center;
  }
}
.cid-sjhoKdBMCo h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhoKdBMCo .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhoKdBMCo .row {
    margin: 0;
  }
}
.cid-sjhoKdBMCo .btn {
  margin-left: 0rem;
}
.cid-sjhoKdP0jT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhoKdP0jT .container-fluid {
  padding: 0 3rem;
}
.cid-sjhoKdP0jT .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhoKdP0jT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhoKdP0jT .table-wrapper {
  margin: 0 auto;
}
.cid-sjhoKdP0jT table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhoKdP0jT table thead tr {
  border: none !important;
}
.cid-sjhoKdP0jT table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhoKdP0jT table tr td {
  border-color: #c1c1c1;
}
.cid-sjhoKdP0jT table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhoKdP0jT tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhoKdP0jT th:after,
.cid-sjhoKdP0jT th:before {
  display: none !important;
}
.cid-sjhoKdP0jT .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhoKdP0jT .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhoKdP0jT table th,
  .cid-sjhoKdP0jT table td {
    padding: .75rem;
  }
}
.cid-sjhoKdP0jT .body-item {
  text-align: left;
}
.cid-sjhoKdP0jT .mbr-text {
  color: #767676;
}
.cid-sjhoKdP0jT .head-item {
  color: #232323;
}
.cid-sjhoKegJJL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhoKegJJL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhoKegJJL textarea {
  min-height: 150px;
}
.cid-sjhoKegJJL input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhoKegJJL textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhoKegJJL .form-control,
.cid-sjhoKegJJL .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhoKegJJL .form-control input::-webkit-input-placeholder,
.cid-sjhoKegJJL .field-input input::-webkit-input-placeholder,
.cid-sjhoKegJJL .form-control textarea::-webkit-input-placeholder,
.cid-sjhoKegJJL .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoKegJJL .form-control input:-moz-placeholder,
.cid-sjhoKegJJL .field-input input:-moz-placeholder,
.cid-sjhoKegJJL .form-control textarea:-moz-placeholder,
.cid-sjhoKegJJL .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhoKegJJL .jq-number__spin:hover,
.cid-sjhoKegJJL .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhoKegJJL .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhoKegJJL .jq-selectbox li,
.cid-sjhoKegJJL .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoKegJJL .jq-selectbox li:hover,
.cid-sjhoKegJJL .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoKegJJL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhoKegJJL .jq-number__spin.minus:hover:after,
.cid-sjhoKegJJL .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhoKegJJL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhoKegJJL .jq-number__spin.minus:after,
.cid-sjhoKegJJL .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhoKegJJL .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhoKegJJL .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhoKegJJL .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhoKegJJL .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhoKegJJL .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhoKegJJL .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhoKegJJL .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhoKegJJL .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhoKegJJL .social-list {
  display: flex;
}
.cid-sjhoKegJJL .social-list a {
  transition: 0.3s;
}
.cid-sjhoKegJJL .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhoKegJJL .row {
  align-items: center;
}
.cid-sjhoKegJJL .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhoKegJJL .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhoKegJJL .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhoKegJJL input::-webkit-input-placeholder,
.cid-sjhoKegJJL textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoKegJJL input:-moz-placeholder,
.cid-sjhoKegJJL textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhoKegJJL .media-content {
    padding-right: 3rem;
  }
  .cid-sjhoKegJJL .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhoKegJJL .row {
    padding: 0 1rem;
  }
}
.cid-sjhoKegJJL .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhoKegJJL .form-btn {
    width: 100%;
  }
  .cid-sjhoKegJJL .btn {
    width: 100%;
  }
}
.cid-sjhoKI8Pk0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoKI8Pk0 .nav-item:focus,
.cid-sjhoKI8Pk0 .nav-link:focus {
  outline: none;
}
.cid-sjhoKI8Pk0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoKI8Pk0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhoKI8Pk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhoKI8Pk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoKI8Pk0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhoKI8Pk0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhoKI8Pk0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhoKI8Pk0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
}
.cid-sjhoKI8Pk0 .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhoKI8Pk0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhoKI8Pk0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhoKI8Pk0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhoKI8Pk0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhoKI8Pk0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhoKI8Pk0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhoKI8Pk0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhoKI8Pk0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhoKI8Pk0 .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-sjhoKI8Pk0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhoKI8Pk0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhoKI8Pk0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhoKI8Pk0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhoKI8Pk0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhoKI8Pk0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhoKI8Pk0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhoKI8Pk0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhoKI8Pk0 .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-sjhoKI8Pk0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhoKI8Pk0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhoKI8Pk0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhoKI8Pk0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhoKI8Pk0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhoKI8Pk0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhoKI8Pk0 .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhoKI8Pk0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhoKI8Pk0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhoKI8Pk0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhoKI8Pk0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhoKI8Pk0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhoKI8Pk0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhoKI8Pk0 .dropdown-item.active,
.cid-sjhoKI8Pk0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhoKI8Pk0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhoKI8Pk0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoKI8Pk0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhoKI8Pk0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhoKI8Pk0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhoKI8Pk0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhoKI8Pk0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoKI8Pk0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhoKI8Pk0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhoKI8Pk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhoKI8Pk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhoKI8Pk0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhoKI8Pk0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhoKI8Pk0 .navbar-buttons {
  text-align: center;
}
.cid-sjhoKI8Pk0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhoKI8Pk0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhoKI8Pk0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhoKI8Pk0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoKI8Pk0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoKI8Pk0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhoKI8Pk0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoKI8Pk0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhoKI8Pk0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhoKI8Pk0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoKI8Pk0 .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhoKI8Pk0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhoKI8Pk0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhoKI8Pk0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhoKI8Pk0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhoKI8Pk0 .navbar {
    height: 77px;
  }
  .cid-sjhoKI8Pk0 .navbar.opened {
    height: auto;
  }
  .cid-sjhoKI8Pk0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhoKI8Pk0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhoKI8Pk0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhoKI8Pk0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhoKI8Pk0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhoKIwIFc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhoKIwIFc .media-container-row {
  align-items: center;
}
.cid-sjhoKIwIFc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhoKIwIFc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhoKIwIFc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhoKIwIFc .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhoKIwIFc .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhoKIwIFc .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhoKIwIFc .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhoKIwIFc .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhoKIwIFc .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhoKIwIFc .foot-menu {
    justify-content: center;
  }
  .cid-sjhoKIwIFc .mbr-text {
    text-align: center;
  }
  .cid-sjhoKIwIFc .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhoKIwIFc .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhoKIwIFc .link:hover {
  color: #ffffff;
}
.cid-sjhoKIK02N {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/rondonia-600x279.jpg");
}
.cid-sjhoKIK02N .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhoKIK02N .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhoKIK02N .align-center {
    text-align: center;
  }
}
.cid-sjhoKIK02N h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhoKIK02N .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhoKIK02N .row {
    margin: 0;
  }
}
.cid-sjhoKIK02N .btn {
  margin-left: 0rem;
}
.cid-sjhoKIWNKg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhoKIWNKg .container-fluid {
  padding: 0 3rem;
}
.cid-sjhoKIWNKg .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhoKIWNKg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhoKIWNKg .table-wrapper {
  margin: 0 auto;
}
.cid-sjhoKIWNKg table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhoKIWNKg table thead tr {
  border: none !important;
}
.cid-sjhoKIWNKg table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhoKIWNKg table tr td {
  border-color: #c1c1c1;
}
.cid-sjhoKIWNKg table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhoKIWNKg tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhoKIWNKg th:after,
.cid-sjhoKIWNKg th:before {
  display: none !important;
}
.cid-sjhoKIWNKg .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhoKIWNKg .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhoKIWNKg table th,
  .cid-sjhoKIWNKg table td {
    padding: .75rem;
  }
}
.cid-sjhoKIWNKg .body-item {
  text-align: left;
}
.cid-sjhoKIWNKg .mbr-text {
  color: #767676;
}
.cid-sjhoKIWNKg .head-item {
  color: #232323;
}
.cid-sjhoKJrCW9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhoKJrCW9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhoKJrCW9 textarea {
  min-height: 150px;
}
.cid-sjhoKJrCW9 input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhoKJrCW9 textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhoKJrCW9 .form-control,
.cid-sjhoKJrCW9 .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhoKJrCW9 .form-control input::-webkit-input-placeholder,
.cid-sjhoKJrCW9 .field-input input::-webkit-input-placeholder,
.cid-sjhoKJrCW9 .form-control textarea::-webkit-input-placeholder,
.cid-sjhoKJrCW9 .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoKJrCW9 .form-control input:-moz-placeholder,
.cid-sjhoKJrCW9 .field-input input:-moz-placeholder,
.cid-sjhoKJrCW9 .form-control textarea:-moz-placeholder,
.cid-sjhoKJrCW9 .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhoKJrCW9 .jq-number__spin:hover,
.cid-sjhoKJrCW9 .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhoKJrCW9 .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhoKJrCW9 .jq-selectbox li,
.cid-sjhoKJrCW9 .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoKJrCW9 .jq-selectbox li:hover,
.cid-sjhoKJrCW9 .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoKJrCW9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhoKJrCW9 .jq-number__spin.minus:hover:after,
.cid-sjhoKJrCW9 .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhoKJrCW9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhoKJrCW9 .jq-number__spin.minus:after,
.cid-sjhoKJrCW9 .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhoKJrCW9 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhoKJrCW9 .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhoKJrCW9 .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhoKJrCW9 .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhoKJrCW9 .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhoKJrCW9 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhoKJrCW9 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhoKJrCW9 .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhoKJrCW9 .social-list {
  display: flex;
}
.cid-sjhoKJrCW9 .social-list a {
  transition: 0.3s;
}
.cid-sjhoKJrCW9 .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhoKJrCW9 .row {
  align-items: center;
}
.cid-sjhoKJrCW9 .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhoKJrCW9 .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhoKJrCW9 .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhoKJrCW9 input::-webkit-input-placeholder,
.cid-sjhoKJrCW9 textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoKJrCW9 input:-moz-placeholder,
.cid-sjhoKJrCW9 textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhoKJrCW9 .media-content {
    padding-right: 3rem;
  }
  .cid-sjhoKJrCW9 .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhoKJrCW9 .row {
    padding: 0 1rem;
  }
}
.cid-sjhoKJrCW9 .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhoKJrCW9 .form-btn {
    width: 100%;
  }
  .cid-sjhoKJrCW9 .btn {
    width: 100%;
  }
}
.cid-sjhoLanUyb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoLanUyb .nav-item:focus,
.cid-sjhoLanUyb .nav-link:focus {
  outline: none;
}
.cid-sjhoLanUyb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoLanUyb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhoLanUyb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhoLanUyb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoLanUyb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhoLanUyb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhoLanUyb .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhoLanUyb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhoLanUyb .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhoLanUyb .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhoLanUyb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhoLanUyb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhoLanUyb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhoLanUyb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhoLanUyb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhoLanUyb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhoLanUyb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhoLanUyb .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-sjhoLanUyb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhoLanUyb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhoLanUyb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhoLanUyb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhoLanUyb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhoLanUyb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhoLanUyb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhoLanUyb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhoLanUyb .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-sjhoLanUyb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhoLanUyb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhoLanUyb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhoLanUyb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhoLanUyb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhoLanUyb .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhoLanUyb .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhoLanUyb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhoLanUyb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhoLanUyb .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhoLanUyb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhoLanUyb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhoLanUyb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhoLanUyb .dropdown-item.active,
.cid-sjhoLanUyb .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhoLanUyb .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhoLanUyb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoLanUyb .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhoLanUyb .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhoLanUyb .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhoLanUyb .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhoLanUyb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoLanUyb .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhoLanUyb .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhoLanUyb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhoLanUyb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhoLanUyb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhoLanUyb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhoLanUyb .navbar-buttons {
  text-align: center;
}
.cid-sjhoLanUyb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhoLanUyb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhoLanUyb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhoLanUyb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoLanUyb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoLanUyb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhoLanUyb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoLanUyb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhoLanUyb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhoLanUyb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoLanUyb .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhoLanUyb a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhoLanUyb .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhoLanUyb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhoLanUyb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhoLanUyb .navbar {
    height: 77px;
  }
  .cid-sjhoLanUyb .navbar.opened {
    height: auto;
  }
  .cid-sjhoLanUyb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhoLanUyb a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhoLanUyb a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhoLanUyb .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhoLanUyb .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhoLaJ7Eb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhoLaJ7Eb .media-container-row {
  align-items: center;
}
.cid-sjhoLaJ7Eb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhoLaJ7Eb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhoLaJ7Eb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhoLaJ7Eb .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhoLaJ7Eb .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhoLaJ7Eb .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhoLaJ7Eb .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhoLaJ7Eb .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhoLaJ7Eb .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhoLaJ7Eb .foot-menu {
    justify-content: center;
  }
  .cid-sjhoLaJ7Eb .mbr-text {
    text-align: center;
  }
  .cid-sjhoLaJ7Eb .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhoLaJ7Eb .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhoLaJ7Eb .link:hover {
  color: #ffffff;
}
.cid-sjhoLaWlj4 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/natal-rio-grande-do-norte-foto-alexis-regis-mtur-1536x1024.jpg");
}
.cid-sjhoLaWlj4 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhoLaWlj4 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhoLaWlj4 .align-center {
    text-align: center;
  }
}
.cid-sjhoLaWlj4 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhoLaWlj4 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhoLaWlj4 .row {
    margin: 0;
  }
}
.cid-sjhoLaWlj4 .btn {
  margin-left: 0rem;
}
.cid-sjhoLb7F4p {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhoLb7F4p .container-fluid {
  padding: 0 3rem;
}
.cid-sjhoLb7F4p .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhoLb7F4p .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhoLb7F4p .table-wrapper {
  margin: 0 auto;
}
.cid-sjhoLb7F4p table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhoLb7F4p table thead tr {
  border: none !important;
}
.cid-sjhoLb7F4p table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhoLb7F4p table tr td {
  border-color: #c1c1c1;
}
.cid-sjhoLb7F4p table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhoLb7F4p tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhoLb7F4p th:after,
.cid-sjhoLb7F4p th:before {
  display: none !important;
}
.cid-sjhoLb7F4p .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhoLb7F4p .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhoLb7F4p table th,
  .cid-sjhoLb7F4p table td {
    padding: .75rem;
  }
}
.cid-sjhoLb7F4p .body-item {
  text-align: left;
}
.cid-sjhoLb7F4p .mbr-text {
  color: #767676;
}
.cid-sjhoLb7F4p .head-item {
  color: #232323;
}
.cid-sjhoLbzLdM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhoLbzLdM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhoLbzLdM textarea {
  min-height: 150px;
}
.cid-sjhoLbzLdM input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhoLbzLdM textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhoLbzLdM .form-control,
.cid-sjhoLbzLdM .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhoLbzLdM .form-control input::-webkit-input-placeholder,
.cid-sjhoLbzLdM .field-input input::-webkit-input-placeholder,
.cid-sjhoLbzLdM .form-control textarea::-webkit-input-placeholder,
.cid-sjhoLbzLdM .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoLbzLdM .form-control input:-moz-placeholder,
.cid-sjhoLbzLdM .field-input input:-moz-placeholder,
.cid-sjhoLbzLdM .form-control textarea:-moz-placeholder,
.cid-sjhoLbzLdM .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhoLbzLdM .jq-number__spin:hover,
.cid-sjhoLbzLdM .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhoLbzLdM .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhoLbzLdM .jq-selectbox li,
.cid-sjhoLbzLdM .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoLbzLdM .jq-selectbox li:hover,
.cid-sjhoLbzLdM .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoLbzLdM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhoLbzLdM .jq-number__spin.minus:hover:after,
.cid-sjhoLbzLdM .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhoLbzLdM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhoLbzLdM .jq-number__spin.minus:after,
.cid-sjhoLbzLdM .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhoLbzLdM .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhoLbzLdM .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhoLbzLdM .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhoLbzLdM .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhoLbzLdM .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhoLbzLdM .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhoLbzLdM .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhoLbzLdM .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhoLbzLdM .social-list {
  display: flex;
}
.cid-sjhoLbzLdM .social-list a {
  transition: 0.3s;
}
.cid-sjhoLbzLdM .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhoLbzLdM .row {
  align-items: center;
}
.cid-sjhoLbzLdM .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhoLbzLdM .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhoLbzLdM .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhoLbzLdM input::-webkit-input-placeholder,
.cid-sjhoLbzLdM textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoLbzLdM input:-moz-placeholder,
.cid-sjhoLbzLdM textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhoLbzLdM .media-content {
    padding-right: 3rem;
  }
  .cid-sjhoLbzLdM .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhoLbzLdM .row {
    padding: 0 1rem;
  }
}
.cid-sjhoLbzLdM .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhoLbzLdM .form-btn {
    width: 100%;
  }
  .cid-sjhoLbzLdM .btn {
    width: 100%;
  }
}
.cid-sjhoLw9Fb7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoLw9Fb7 .nav-item:focus,
.cid-sjhoLw9Fb7 .nav-link:focus {
  outline: none;
}
.cid-sjhoLw9Fb7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoLw9Fb7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhoLw9Fb7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhoLw9Fb7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoLw9Fb7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhoLw9Fb7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhoLw9Fb7 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhoLw9Fb7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhoLw9Fb7 .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhoLw9Fb7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhoLw9Fb7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhoLw9Fb7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhoLw9Fb7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhoLw9Fb7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhoLw9Fb7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhoLw9Fb7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhoLw9Fb7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhoLw9Fb7 .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-sjhoLw9Fb7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhoLw9Fb7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhoLw9Fb7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhoLw9Fb7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhoLw9Fb7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhoLw9Fb7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhoLw9Fb7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhoLw9Fb7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhoLw9Fb7 .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-sjhoLw9Fb7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhoLw9Fb7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhoLw9Fb7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhoLw9Fb7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhoLw9Fb7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhoLw9Fb7 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhoLw9Fb7 .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhoLw9Fb7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhoLw9Fb7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhoLw9Fb7 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhoLw9Fb7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhoLw9Fb7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhoLw9Fb7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhoLw9Fb7 .dropdown-item.active,
.cid-sjhoLw9Fb7 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhoLw9Fb7 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhoLw9Fb7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoLw9Fb7 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhoLw9Fb7 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhoLw9Fb7 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhoLw9Fb7 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhoLw9Fb7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoLw9Fb7 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhoLw9Fb7 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhoLw9Fb7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhoLw9Fb7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhoLw9Fb7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhoLw9Fb7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhoLw9Fb7 .navbar-buttons {
  text-align: center;
}
.cid-sjhoLw9Fb7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhoLw9Fb7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhoLw9Fb7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhoLw9Fb7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoLw9Fb7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoLw9Fb7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhoLw9Fb7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoLw9Fb7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhoLw9Fb7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhoLw9Fb7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoLw9Fb7 .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhoLw9Fb7 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhoLw9Fb7 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhoLw9Fb7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhoLw9Fb7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhoLw9Fb7 .navbar {
    height: 77px;
  }
  .cid-sjhoLw9Fb7 .navbar.opened {
    height: auto;
  }
  .cid-sjhoLw9Fb7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhoLw9Fb7 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhoLw9Fb7 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhoLw9Fb7 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhoLw9Fb7 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhoLwxwwG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhoLwxwwG .media-container-row {
  align-items: center;
}
.cid-sjhoLwxwwG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhoLwxwwG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhoLwxwwG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhoLwxwwG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhoLwxwwG .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhoLwxwwG .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhoLwxwwG .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhoLwxwwG .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhoLwxwwG .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhoLwxwwG .foot-menu {
    justify-content: center;
  }
  .cid-sjhoLwxwwG .mbr-text {
    text-align: center;
  }
  .cid-sjhoLwxwwG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhoLwxwwG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhoLwxwwG .link:hover {
  color: #ffffff;
}
.cid-sjhoLwKd1S {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/paraiba-tem-praias-para-todos-979x653.jpg");
}
.cid-sjhoLwKd1S .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhoLwKd1S .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhoLwKd1S .align-center {
    text-align: center;
  }
}
.cid-sjhoLwKd1S h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhoLwKd1S .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhoLwKd1S .row {
    margin: 0;
  }
}
.cid-sjhoLwKd1S .btn {
  margin-left: 0rem;
}
.cid-sjhoLwVsoe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhoLwVsoe .container-fluid {
  padding: 0 3rem;
}
.cid-sjhoLwVsoe .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhoLwVsoe .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhoLwVsoe .table-wrapper {
  margin: 0 auto;
}
.cid-sjhoLwVsoe table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhoLwVsoe table thead tr {
  border: none !important;
}
.cid-sjhoLwVsoe table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhoLwVsoe table tr td {
  border-color: #c1c1c1;
}
.cid-sjhoLwVsoe table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhoLwVsoe tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhoLwVsoe th:after,
.cid-sjhoLwVsoe th:before {
  display: none !important;
}
.cid-sjhoLwVsoe .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhoLwVsoe .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhoLwVsoe table th,
  .cid-sjhoLwVsoe table td {
    padding: .75rem;
  }
}
.cid-sjhoLwVsoe .body-item {
  text-align: left;
}
.cid-sjhoLwVsoe .mbr-text {
  color: #767676;
}
.cid-sjhoLwVsoe .head-item {
  color: #232323;
}
.cid-sjhoLxlSmo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhoLxlSmo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhoLxlSmo textarea {
  min-height: 150px;
}
.cid-sjhoLxlSmo input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhoLxlSmo textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhoLxlSmo .form-control,
.cid-sjhoLxlSmo .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhoLxlSmo .form-control input::-webkit-input-placeholder,
.cid-sjhoLxlSmo .field-input input::-webkit-input-placeholder,
.cid-sjhoLxlSmo .form-control textarea::-webkit-input-placeholder,
.cid-sjhoLxlSmo .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoLxlSmo .form-control input:-moz-placeholder,
.cid-sjhoLxlSmo .field-input input:-moz-placeholder,
.cid-sjhoLxlSmo .form-control textarea:-moz-placeholder,
.cid-sjhoLxlSmo .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhoLxlSmo .jq-number__spin:hover,
.cid-sjhoLxlSmo .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhoLxlSmo .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhoLxlSmo .jq-selectbox li,
.cid-sjhoLxlSmo .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoLxlSmo .jq-selectbox li:hover,
.cid-sjhoLxlSmo .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoLxlSmo .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhoLxlSmo .jq-number__spin.minus:hover:after,
.cid-sjhoLxlSmo .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhoLxlSmo .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhoLxlSmo .jq-number__spin.minus:after,
.cid-sjhoLxlSmo .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhoLxlSmo .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhoLxlSmo .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhoLxlSmo .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhoLxlSmo .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhoLxlSmo .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhoLxlSmo .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhoLxlSmo .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhoLxlSmo .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhoLxlSmo .social-list {
  display: flex;
}
.cid-sjhoLxlSmo .social-list a {
  transition: 0.3s;
}
.cid-sjhoLxlSmo .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhoLxlSmo .row {
  align-items: center;
}
.cid-sjhoLxlSmo .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhoLxlSmo .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhoLxlSmo .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhoLxlSmo input::-webkit-input-placeholder,
.cid-sjhoLxlSmo textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoLxlSmo input:-moz-placeholder,
.cid-sjhoLxlSmo textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhoLxlSmo .media-content {
    padding-right: 3rem;
  }
  .cid-sjhoLxlSmo .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhoLxlSmo .row {
    padding: 0 1rem;
  }
}
.cid-sjhoLxlSmo .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhoLxlSmo .form-btn {
    width: 100%;
  }
  .cid-sjhoLxlSmo .btn {
    width: 100%;
  }
}
.cid-sjhoLT3S5n .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoLT3S5n .nav-item:focus,
.cid-sjhoLT3S5n .nav-link:focus {
  outline: none;
}
.cid-sjhoLT3S5n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoLT3S5n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhoLT3S5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhoLT3S5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoLT3S5n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhoLT3S5n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhoLT3S5n .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhoLT3S5n .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhoLT3S5n .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhoLT3S5n .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhoLT3S5n .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhoLT3S5n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhoLT3S5n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhoLT3S5n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhoLT3S5n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhoLT3S5n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhoLT3S5n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhoLT3S5n .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-sjhoLT3S5n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhoLT3S5n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhoLT3S5n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhoLT3S5n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhoLT3S5n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhoLT3S5n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhoLT3S5n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhoLT3S5n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhoLT3S5n .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-sjhoLT3S5n .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhoLT3S5n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhoLT3S5n .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhoLT3S5n .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhoLT3S5n .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhoLT3S5n .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhoLT3S5n .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhoLT3S5n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhoLT3S5n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhoLT3S5n .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhoLT3S5n .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhoLT3S5n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhoLT3S5n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhoLT3S5n .dropdown-item.active,
.cid-sjhoLT3S5n .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhoLT3S5n .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhoLT3S5n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoLT3S5n .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhoLT3S5n .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhoLT3S5n .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhoLT3S5n .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhoLT3S5n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoLT3S5n .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhoLT3S5n .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhoLT3S5n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhoLT3S5n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhoLT3S5n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhoLT3S5n ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhoLT3S5n .navbar-buttons {
  text-align: center;
}
.cid-sjhoLT3S5n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhoLT3S5n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhoLT3S5n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhoLT3S5n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoLT3S5n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoLT3S5n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhoLT3S5n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoLT3S5n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhoLT3S5n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhoLT3S5n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoLT3S5n .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhoLT3S5n a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhoLT3S5n .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhoLT3S5n .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhoLT3S5n .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhoLT3S5n .navbar {
    height: 77px;
  }
  .cid-sjhoLT3S5n .navbar.opened {
    height: auto;
  }
  .cid-sjhoLT3S5n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhoLT3S5n a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhoLT3S5n a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhoLT3S5n .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhoLT3S5n .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhoLTpIkT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhoLTpIkT .media-container-row {
  align-items: center;
}
.cid-sjhoLTpIkT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhoLTpIkT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhoLTpIkT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhoLTpIkT .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhoLTpIkT .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhoLTpIkT .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhoLTpIkT .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhoLTpIkT .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhoLTpIkT .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhoLTpIkT .foot-menu {
    justify-content: center;
  }
  .cid-sjhoLTpIkT .mbr-text {
    text-align: center;
  }
  .cid-sjhoLTpIkT .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhoLTpIkT .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhoLTpIkT .link:hover {
  color: #ffffff;
}
.cid-sjhoLTC0pV {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/brasilia-2111416-1920-676x380.jpg");
}
.cid-sjhoLTC0pV .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhoLTC0pV .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhoLTC0pV .align-center {
    text-align: center;
  }
}
.cid-sjhoLTC0pV h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhoLTC0pV .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhoLTC0pV .row {
    margin: 0;
  }
}
.cid-sjhoLTC0pV .btn {
  margin-left: 0rem;
}
.cid-sjhoLTMsmY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhoLTMsmY .container-fluid {
  padding: 0 3rem;
}
.cid-sjhoLTMsmY .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhoLTMsmY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhoLTMsmY .table-wrapper {
  margin: 0 auto;
}
.cid-sjhoLTMsmY table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhoLTMsmY table thead tr {
  border: none !important;
}
.cid-sjhoLTMsmY table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhoLTMsmY table tr td {
  border-color: #c1c1c1;
}
.cid-sjhoLTMsmY table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhoLTMsmY tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhoLTMsmY th:after,
.cid-sjhoLTMsmY th:before {
  display: none !important;
}
.cid-sjhoLTMsmY .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhoLTMsmY .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhoLTMsmY table th,
  .cid-sjhoLTMsmY table td {
    padding: .75rem;
  }
}
.cid-sjhoLTMsmY .body-item {
  text-align: left;
}
.cid-sjhoLTMsmY .mbr-text {
  color: #767676;
}
.cid-sjhoLTMsmY .head-item {
  color: #232323;
}
.cid-sjhoLUcHVW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhoLUcHVW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhoLUcHVW textarea {
  min-height: 150px;
}
.cid-sjhoLUcHVW input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhoLUcHVW textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhoLUcHVW .form-control,
.cid-sjhoLUcHVW .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhoLUcHVW .form-control input::-webkit-input-placeholder,
.cid-sjhoLUcHVW .field-input input::-webkit-input-placeholder,
.cid-sjhoLUcHVW .form-control textarea::-webkit-input-placeholder,
.cid-sjhoLUcHVW .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoLUcHVW .form-control input:-moz-placeholder,
.cid-sjhoLUcHVW .field-input input:-moz-placeholder,
.cid-sjhoLUcHVW .form-control textarea:-moz-placeholder,
.cid-sjhoLUcHVW .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhoLUcHVW .jq-number__spin:hover,
.cid-sjhoLUcHVW .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhoLUcHVW .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhoLUcHVW .jq-selectbox li,
.cid-sjhoLUcHVW .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoLUcHVW .jq-selectbox li:hover,
.cid-sjhoLUcHVW .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoLUcHVW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhoLUcHVW .jq-number__spin.minus:hover:after,
.cid-sjhoLUcHVW .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhoLUcHVW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhoLUcHVW .jq-number__spin.minus:after,
.cid-sjhoLUcHVW .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhoLUcHVW .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhoLUcHVW .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhoLUcHVW .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhoLUcHVW .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhoLUcHVW .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhoLUcHVW .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhoLUcHVW .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhoLUcHVW .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhoLUcHVW .social-list {
  display: flex;
}
.cid-sjhoLUcHVW .social-list a {
  transition: 0.3s;
}
.cid-sjhoLUcHVW .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhoLUcHVW .row {
  align-items: center;
}
.cid-sjhoLUcHVW .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhoLUcHVW .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhoLUcHVW .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhoLUcHVW input::-webkit-input-placeholder,
.cid-sjhoLUcHVW textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoLUcHVW input:-moz-placeholder,
.cid-sjhoLUcHVW textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhoLUcHVW .media-content {
    padding-right: 3rem;
  }
  .cid-sjhoLUcHVW .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhoLUcHVW .row {
    padding: 0 1rem;
  }
}
.cid-sjhoLUcHVW .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhoLUcHVW .form-btn {
    width: 100%;
  }
  .cid-sjhoLUcHVW .btn {
    width: 100%;
  }
}
.cid-sjhoMfe2is .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoMfe2is .nav-item:focus,
.cid-sjhoMfe2is .nav-link:focus {
  outline: none;
}
.cid-sjhoMfe2is .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoMfe2is .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhoMfe2is .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhoMfe2is .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoMfe2is .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhoMfe2is .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhoMfe2is .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhoMfe2is .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhoMfe2is .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhoMfe2is .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhoMfe2is .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhoMfe2is .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhoMfe2is .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhoMfe2is .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhoMfe2is .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhoMfe2is .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhoMfe2is .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhoMfe2is .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-sjhoMfe2is .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhoMfe2is .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhoMfe2is .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhoMfe2is .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhoMfe2is .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhoMfe2is .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhoMfe2is .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhoMfe2is .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhoMfe2is .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-sjhoMfe2is .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhoMfe2is .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhoMfe2is .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhoMfe2is .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhoMfe2is .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhoMfe2is .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhoMfe2is .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhoMfe2is .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhoMfe2is .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhoMfe2is .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhoMfe2is .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhoMfe2is .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhoMfe2is .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhoMfe2is .dropdown-item.active,
.cid-sjhoMfe2is .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhoMfe2is .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhoMfe2is .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoMfe2is .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhoMfe2is .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhoMfe2is .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhoMfe2is .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhoMfe2is .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoMfe2is .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhoMfe2is .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhoMfe2is .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhoMfe2is .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhoMfe2is .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhoMfe2is ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhoMfe2is .navbar-buttons {
  text-align: center;
}
.cid-sjhoMfe2is button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhoMfe2is button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhoMfe2is button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhoMfe2is button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoMfe2is button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoMfe2is button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhoMfe2is nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoMfe2is nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhoMfe2is nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhoMfe2is nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoMfe2is .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhoMfe2is a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhoMfe2is .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhoMfe2is .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhoMfe2is .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhoMfe2is .navbar {
    height: 77px;
  }
  .cid-sjhoMfe2is .navbar.opened {
    height: auto;
  }
  .cid-sjhoMfe2is .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhoMfe2is a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhoMfe2is a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhoMfe2is .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhoMfe2is .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhoMfzdII {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhoMfzdII .media-container-row {
  align-items: center;
}
.cid-sjhoMfzdII .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhoMfzdII .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhoMfzdII .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhoMfzdII .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhoMfzdII .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhoMfzdII .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhoMfzdII .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhoMfzdII .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhoMfzdII .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhoMfzdII .foot-menu {
    justify-content: center;
  }
  .cid-sjhoMfzdII .mbr-text {
    text-align: center;
  }
  .cid-sjhoMfzdII .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhoMfzdII .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhoMfzdII .link:hover {
  color: #ffffff;
}
.cid-sjhoMfM71C {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/default-670x400.jpg");
}
.cid-sjhoMfM71C .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhoMfM71C .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhoMfM71C .align-center {
    text-align: center;
  }
}
.cid-sjhoMfM71C h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhoMfM71C .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhoMfM71C .row {
    margin: 0;
  }
}
.cid-sjhoMfM71C .btn {
  margin-left: 0rem;
}
.cid-sjhoMfX3cr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhoMfX3cr .container-fluid {
  padding: 0 3rem;
}
.cid-sjhoMfX3cr .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhoMfX3cr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhoMfX3cr .table-wrapper {
  margin: 0 auto;
}
.cid-sjhoMfX3cr table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhoMfX3cr table thead tr {
  border: none !important;
}
.cid-sjhoMfX3cr table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhoMfX3cr table tr td {
  border-color: #c1c1c1;
}
.cid-sjhoMfX3cr table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhoMfX3cr tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhoMfX3cr th:after,
.cid-sjhoMfX3cr th:before {
  display: none !important;
}
.cid-sjhoMfX3cr .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhoMfX3cr .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhoMfX3cr table th,
  .cid-sjhoMfX3cr table td {
    padding: .75rem;
  }
}
.cid-sjhoMfX3cr .body-item {
  text-align: left;
}
.cid-sjhoMfX3cr .mbr-text {
  color: #767676;
}
.cid-sjhoMfX3cr .head-item {
  color: #232323;
}
.cid-sjhoMgqZ6V {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhoMgqZ6V .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhoMgqZ6V textarea {
  min-height: 150px;
}
.cid-sjhoMgqZ6V input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhoMgqZ6V textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhoMgqZ6V .form-control,
.cid-sjhoMgqZ6V .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhoMgqZ6V .form-control input::-webkit-input-placeholder,
.cid-sjhoMgqZ6V .field-input input::-webkit-input-placeholder,
.cid-sjhoMgqZ6V .form-control textarea::-webkit-input-placeholder,
.cid-sjhoMgqZ6V .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoMgqZ6V .form-control input:-moz-placeholder,
.cid-sjhoMgqZ6V .field-input input:-moz-placeholder,
.cid-sjhoMgqZ6V .form-control textarea:-moz-placeholder,
.cid-sjhoMgqZ6V .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhoMgqZ6V .jq-number__spin:hover,
.cid-sjhoMgqZ6V .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhoMgqZ6V .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhoMgqZ6V .jq-selectbox li,
.cid-sjhoMgqZ6V .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoMgqZ6V .jq-selectbox li:hover,
.cid-sjhoMgqZ6V .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoMgqZ6V .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhoMgqZ6V .jq-number__spin.minus:hover:after,
.cid-sjhoMgqZ6V .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhoMgqZ6V .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhoMgqZ6V .jq-number__spin.minus:after,
.cid-sjhoMgqZ6V .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhoMgqZ6V .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhoMgqZ6V .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhoMgqZ6V .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhoMgqZ6V .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhoMgqZ6V .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhoMgqZ6V .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhoMgqZ6V .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhoMgqZ6V .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhoMgqZ6V .social-list {
  display: flex;
}
.cid-sjhoMgqZ6V .social-list a {
  transition: 0.3s;
}
.cid-sjhoMgqZ6V .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhoMgqZ6V .row {
  align-items: center;
}
.cid-sjhoMgqZ6V .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhoMgqZ6V .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhoMgqZ6V .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhoMgqZ6V input::-webkit-input-placeholder,
.cid-sjhoMgqZ6V textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoMgqZ6V input:-moz-placeholder,
.cid-sjhoMgqZ6V textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhoMgqZ6V .media-content {
    padding-right: 3rem;
  }
  .cid-sjhoMgqZ6V .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhoMgqZ6V .row {
    padding: 0 1rem;
  }
}
.cid-sjhoMgqZ6V .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhoMgqZ6V .form-btn {
    width: 100%;
  }
  .cid-sjhoMgqZ6V .btn {
    width: 100%;
  }
}
.cid-sjhoMCoabc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoMCoabc .nav-item:focus,
.cid-sjhoMCoabc .nav-link:focus {
  outline: none;
}
.cid-sjhoMCoabc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoMCoabc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhoMCoabc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhoMCoabc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoMCoabc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhoMCoabc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhoMCoabc .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhoMCoabc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhoMCoabc .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhoMCoabc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhoMCoabc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhoMCoabc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhoMCoabc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhoMCoabc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhoMCoabc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhoMCoabc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhoMCoabc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhoMCoabc .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-sjhoMCoabc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhoMCoabc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhoMCoabc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhoMCoabc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhoMCoabc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhoMCoabc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhoMCoabc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhoMCoabc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhoMCoabc .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-sjhoMCoabc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhoMCoabc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhoMCoabc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhoMCoabc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhoMCoabc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhoMCoabc .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhoMCoabc .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhoMCoabc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhoMCoabc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhoMCoabc .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhoMCoabc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhoMCoabc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhoMCoabc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhoMCoabc .dropdown-item.active,
.cid-sjhoMCoabc .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhoMCoabc .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhoMCoabc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoMCoabc .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhoMCoabc .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhoMCoabc .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhoMCoabc .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhoMCoabc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoMCoabc .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhoMCoabc .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhoMCoabc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhoMCoabc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhoMCoabc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhoMCoabc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhoMCoabc .navbar-buttons {
  text-align: center;
}
.cid-sjhoMCoabc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhoMCoabc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhoMCoabc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhoMCoabc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoMCoabc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoMCoabc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhoMCoabc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoMCoabc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhoMCoabc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhoMCoabc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoMCoabc .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhoMCoabc a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhoMCoabc .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhoMCoabc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhoMCoabc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhoMCoabc .navbar {
    height: 77px;
  }
  .cid-sjhoMCoabc .navbar.opened {
    height: auto;
  }
  .cid-sjhoMCoabc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhoMCoabc a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhoMCoabc a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhoMCoabc .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhoMCoabc .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhoMCKdnq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhoMCKdnq .media-container-row {
  align-items: center;
}
.cid-sjhoMCKdnq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhoMCKdnq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhoMCKdnq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhoMCKdnq .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhoMCKdnq .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhoMCKdnq .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhoMCKdnq .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhoMCKdnq .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhoMCKdnq .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhoMCKdnq .foot-menu {
    justify-content: center;
  }
  .cid-sjhoMCKdnq .mbr-text {
    text-align: center;
  }
  .cid-sjhoMCKdnq .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhoMCKdnq .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhoMCKdnq .link:hover {
  color: #ffffff;
}
.cid-sjhoMCWxK7 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/fdgfhdnjgf-fhdthtd-990x556.jpg");
}
.cid-sjhoMCWxK7 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhoMCWxK7 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhoMCWxK7 .align-center {
    text-align: center;
  }
}
.cid-sjhoMCWxK7 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhoMCWxK7 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhoMCWxK7 .row {
    margin: 0;
  }
}
.cid-sjhoMCWxK7 .btn {
  margin-left: 0rem;
}
.cid-sjhoMD70IG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhoMD70IG .container-fluid {
  padding: 0 3rem;
}
.cid-sjhoMD70IG .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhoMD70IG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhoMD70IG .table-wrapper {
  margin: 0 auto;
}
.cid-sjhoMD70IG table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhoMD70IG table thead tr {
  border: none !important;
}
.cid-sjhoMD70IG table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhoMD70IG table tr td {
  border-color: #c1c1c1;
}
.cid-sjhoMD70IG table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhoMD70IG tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhoMD70IG th:after,
.cid-sjhoMD70IG th:before {
  display: none !important;
}
.cid-sjhoMD70IG .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhoMD70IG .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhoMD70IG table th,
  .cid-sjhoMD70IG table td {
    padding: .75rem;
  }
}
.cid-sjhoMD70IG .body-item {
  text-align: left;
}
.cid-sjhoMD70IG .mbr-text {
  color: #767676;
}
.cid-sjhoMD70IG .head-item {
  color: #232323;
}
.cid-sjhoMDyg1d {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhoMDyg1d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhoMDyg1d textarea {
  min-height: 150px;
}
.cid-sjhoMDyg1d input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhoMDyg1d textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhoMDyg1d .form-control,
.cid-sjhoMDyg1d .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhoMDyg1d .form-control input::-webkit-input-placeholder,
.cid-sjhoMDyg1d .field-input input::-webkit-input-placeholder,
.cid-sjhoMDyg1d .form-control textarea::-webkit-input-placeholder,
.cid-sjhoMDyg1d .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoMDyg1d .form-control input:-moz-placeholder,
.cid-sjhoMDyg1d .field-input input:-moz-placeholder,
.cid-sjhoMDyg1d .form-control textarea:-moz-placeholder,
.cid-sjhoMDyg1d .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhoMDyg1d .jq-number__spin:hover,
.cid-sjhoMDyg1d .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhoMDyg1d .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhoMDyg1d .jq-selectbox li,
.cid-sjhoMDyg1d .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoMDyg1d .jq-selectbox li:hover,
.cid-sjhoMDyg1d .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoMDyg1d .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhoMDyg1d .jq-number__spin.minus:hover:after,
.cid-sjhoMDyg1d .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhoMDyg1d .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhoMDyg1d .jq-number__spin.minus:after,
.cid-sjhoMDyg1d .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhoMDyg1d .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhoMDyg1d .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhoMDyg1d .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhoMDyg1d .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhoMDyg1d .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhoMDyg1d .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhoMDyg1d .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhoMDyg1d .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhoMDyg1d .social-list {
  display: flex;
}
.cid-sjhoMDyg1d .social-list a {
  transition: 0.3s;
}
.cid-sjhoMDyg1d .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhoMDyg1d .row {
  align-items: center;
}
.cid-sjhoMDyg1d .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhoMDyg1d .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhoMDyg1d .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhoMDyg1d input::-webkit-input-placeholder,
.cid-sjhoMDyg1d textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoMDyg1d input:-moz-placeholder,
.cid-sjhoMDyg1d textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhoMDyg1d .media-content {
    padding-right: 3rem;
  }
  .cid-sjhoMDyg1d .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhoMDyg1d .row {
    padding: 0 1rem;
  }
}
.cid-sjhoMDyg1d .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhoMDyg1d .form-btn {
    width: 100%;
  }
  .cid-sjhoMDyg1d .btn {
    width: 100%;
  }
}
.cid-sjhoN0BBDZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoN0BBDZ .nav-item:focus,
.cid-sjhoN0BBDZ .nav-link:focus {
  outline: none;
}
.cid-sjhoN0BBDZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoN0BBDZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhoN0BBDZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhoN0BBDZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoN0BBDZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhoN0BBDZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhoN0BBDZ .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhoN0BBDZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhoN0BBDZ .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhoN0BBDZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhoN0BBDZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhoN0BBDZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhoN0BBDZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhoN0BBDZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhoN0BBDZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhoN0BBDZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhoN0BBDZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhoN0BBDZ .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-sjhoN0BBDZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhoN0BBDZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhoN0BBDZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhoN0BBDZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhoN0BBDZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhoN0BBDZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhoN0BBDZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhoN0BBDZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhoN0BBDZ .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-sjhoN0BBDZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhoN0BBDZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhoN0BBDZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhoN0BBDZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhoN0BBDZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhoN0BBDZ .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhoN0BBDZ .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhoN0BBDZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhoN0BBDZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhoN0BBDZ .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhoN0BBDZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhoN0BBDZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhoN0BBDZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhoN0BBDZ .dropdown-item.active,
.cid-sjhoN0BBDZ .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhoN0BBDZ .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhoN0BBDZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoN0BBDZ .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhoN0BBDZ .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhoN0BBDZ .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhoN0BBDZ .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhoN0BBDZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoN0BBDZ .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhoN0BBDZ .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhoN0BBDZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhoN0BBDZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhoN0BBDZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhoN0BBDZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhoN0BBDZ .navbar-buttons {
  text-align: center;
}
.cid-sjhoN0BBDZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhoN0BBDZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhoN0BBDZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhoN0BBDZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoN0BBDZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoN0BBDZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhoN0BBDZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoN0BBDZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhoN0BBDZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhoN0BBDZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoN0BBDZ .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhoN0BBDZ a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhoN0BBDZ .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhoN0BBDZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhoN0BBDZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhoN0BBDZ .navbar {
    height: 77px;
  }
  .cid-sjhoN0BBDZ .navbar.opened {
    height: auto;
  }
  .cid-sjhoN0BBDZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhoN0BBDZ a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhoN0BBDZ a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhoN0BBDZ .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhoN0BBDZ .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhoN0X9CF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhoN0X9CF .media-container-row {
  align-items: center;
}
.cid-sjhoN0X9CF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhoN0X9CF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhoN0X9CF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhoN0X9CF .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhoN0X9CF .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhoN0X9CF .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhoN0X9CF .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhoN0X9CF .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhoN0X9CF .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhoN0X9CF .foot-menu {
    justify-content: center;
  }
  .cid-sjhoN0X9CF .mbr-text {
    text-align: center;
  }
  .cid-sjhoN0X9CF .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhoN0X9CF .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhoN0X9CF .link:hover {
  color: #ffffff;
}
.cid-sjhoN1a07u {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/cidades-da-bahia-das-charmosas-as-paradisiacas-770x500.jpg");
}
.cid-sjhoN1a07u .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhoN1a07u .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhoN1a07u .align-center {
    text-align: center;
  }
}
.cid-sjhoN1a07u h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhoN1a07u .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhoN1a07u .row {
    margin: 0;
  }
}
.cid-sjhoN1a07u .btn {
  margin-left: 0rem;
}
.cid-sjhoN1lhtN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhoN1lhtN .container-fluid {
  padding: 0 3rem;
}
.cid-sjhoN1lhtN .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhoN1lhtN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhoN1lhtN .table-wrapper {
  margin: 0 auto;
}
.cid-sjhoN1lhtN table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhoN1lhtN table thead tr {
  border: none !important;
}
.cid-sjhoN1lhtN table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhoN1lhtN table tr td {
  border-color: #c1c1c1;
}
.cid-sjhoN1lhtN table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhoN1lhtN tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhoN1lhtN th:after,
.cid-sjhoN1lhtN th:before {
  display: none !important;
}
.cid-sjhoN1lhtN .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhoN1lhtN .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhoN1lhtN table th,
  .cid-sjhoN1lhtN table td {
    padding: .75rem;
  }
}
.cid-sjhoN1lhtN .body-item {
  text-align: left;
}
.cid-sjhoN1lhtN .mbr-text {
  color: #767676;
}
.cid-sjhoN1lhtN .head-item {
  color: #232323;
}
.cid-sjhoN1MT6K {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhoN1MT6K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhoN1MT6K textarea {
  min-height: 150px;
}
.cid-sjhoN1MT6K input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhoN1MT6K textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhoN1MT6K .form-control,
.cid-sjhoN1MT6K .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhoN1MT6K .form-control input::-webkit-input-placeholder,
.cid-sjhoN1MT6K .field-input input::-webkit-input-placeholder,
.cid-sjhoN1MT6K .form-control textarea::-webkit-input-placeholder,
.cid-sjhoN1MT6K .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoN1MT6K .form-control input:-moz-placeholder,
.cid-sjhoN1MT6K .field-input input:-moz-placeholder,
.cid-sjhoN1MT6K .form-control textarea:-moz-placeholder,
.cid-sjhoN1MT6K .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhoN1MT6K .jq-number__spin:hover,
.cid-sjhoN1MT6K .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhoN1MT6K .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhoN1MT6K .jq-selectbox li,
.cid-sjhoN1MT6K .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoN1MT6K .jq-selectbox li:hover,
.cid-sjhoN1MT6K .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoN1MT6K .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhoN1MT6K .jq-number__spin.minus:hover:after,
.cid-sjhoN1MT6K .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhoN1MT6K .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhoN1MT6K .jq-number__spin.minus:after,
.cid-sjhoN1MT6K .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhoN1MT6K .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhoN1MT6K .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhoN1MT6K .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhoN1MT6K .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhoN1MT6K .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhoN1MT6K .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhoN1MT6K .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhoN1MT6K .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhoN1MT6K .social-list {
  display: flex;
}
.cid-sjhoN1MT6K .social-list a {
  transition: 0.3s;
}
.cid-sjhoN1MT6K .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhoN1MT6K .row {
  align-items: center;
}
.cid-sjhoN1MT6K .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhoN1MT6K .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhoN1MT6K .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhoN1MT6K input::-webkit-input-placeholder,
.cid-sjhoN1MT6K textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoN1MT6K input:-moz-placeholder,
.cid-sjhoN1MT6K textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhoN1MT6K .media-content {
    padding-right: 3rem;
  }
  .cid-sjhoN1MT6K .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhoN1MT6K .row {
    padding: 0 1rem;
  }
}
.cid-sjhoN1MT6K .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhoN1MT6K .form-btn {
    width: 100%;
  }
  .cid-sjhoN1MT6K .btn {
    width: 100%;
  }
}
.cid-sjhoNnR2gT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoNnR2gT .nav-item:focus,
.cid-sjhoNnR2gT .nav-link:focus {
  outline: none;
}
.cid-sjhoNnR2gT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoNnR2gT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhoNnR2gT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhoNnR2gT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoNnR2gT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhoNnR2gT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhoNnR2gT .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhoNnR2gT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhoNnR2gT .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhoNnR2gT .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhoNnR2gT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhoNnR2gT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhoNnR2gT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhoNnR2gT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhoNnR2gT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhoNnR2gT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhoNnR2gT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhoNnR2gT .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-sjhoNnR2gT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhoNnR2gT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhoNnR2gT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhoNnR2gT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhoNnR2gT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhoNnR2gT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhoNnR2gT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhoNnR2gT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhoNnR2gT .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-sjhoNnR2gT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhoNnR2gT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhoNnR2gT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhoNnR2gT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhoNnR2gT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhoNnR2gT .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhoNnR2gT .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhoNnR2gT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhoNnR2gT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhoNnR2gT .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhoNnR2gT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhoNnR2gT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhoNnR2gT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhoNnR2gT .dropdown-item.active,
.cid-sjhoNnR2gT .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhoNnR2gT .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhoNnR2gT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoNnR2gT .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhoNnR2gT .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhoNnR2gT .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhoNnR2gT .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhoNnR2gT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoNnR2gT .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhoNnR2gT .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhoNnR2gT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhoNnR2gT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhoNnR2gT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhoNnR2gT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhoNnR2gT .navbar-buttons {
  text-align: center;
}
.cid-sjhoNnR2gT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhoNnR2gT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhoNnR2gT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhoNnR2gT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoNnR2gT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoNnR2gT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhoNnR2gT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoNnR2gT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhoNnR2gT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhoNnR2gT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoNnR2gT .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhoNnR2gT a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhoNnR2gT .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhoNnR2gT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhoNnR2gT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhoNnR2gT .navbar {
    height: 77px;
  }
  .cid-sjhoNnR2gT .navbar.opened {
    height: auto;
  }
  .cid-sjhoNnR2gT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhoNnR2gT a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhoNnR2gT a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhoNnR2gT .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhoNnR2gT .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhoNoeiFC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhoNoeiFC .media-container-row {
  align-items: center;
}
.cid-sjhoNoeiFC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhoNoeiFC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhoNoeiFC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhoNoeiFC .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhoNoeiFC .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhoNoeiFC .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhoNoeiFC .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhoNoeiFC .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhoNoeiFC .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhoNoeiFC .foot-menu {
    justify-content: center;
  }
  .cid-sjhoNoeiFC .mbr-text {
    text-align: center;
  }
  .cid-sjhoNoeiFC .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhoNoeiFC .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhoNoeiFC .link:hover {
  color: #ffffff;
}
.cid-sjhoNoqS1s {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/goiania-go-1000x500.jpg");
}
.cid-sjhoNoqS1s .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhoNoqS1s .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhoNoqS1s .align-center {
    text-align: center;
  }
}
.cid-sjhoNoqS1s h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhoNoqS1s .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhoNoqS1s .row {
    margin: 0;
  }
}
.cid-sjhoNoqS1s .btn {
  margin-left: 0rem;
}
.cid-sjhoNoAVPz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhoNoAVPz .container-fluid {
  padding: 0 3rem;
}
.cid-sjhoNoAVPz .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhoNoAVPz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhoNoAVPz .table-wrapper {
  margin: 0 auto;
}
.cid-sjhoNoAVPz table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhoNoAVPz table thead tr {
  border: none !important;
}
.cid-sjhoNoAVPz table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhoNoAVPz table tr td {
  border-color: #c1c1c1;
}
.cid-sjhoNoAVPz table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhoNoAVPz tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhoNoAVPz th:after,
.cid-sjhoNoAVPz th:before {
  display: none !important;
}
.cid-sjhoNoAVPz .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhoNoAVPz .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhoNoAVPz table th,
  .cid-sjhoNoAVPz table td {
    padding: .75rem;
  }
}
.cid-sjhoNoAVPz .body-item {
  text-align: left;
}
.cid-sjhoNoAVPz .mbr-text {
  color: #767676;
}
.cid-sjhoNoAVPz .head-item {
  color: #232323;
}
.cid-sjhoNp19mv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhoNp19mv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhoNp19mv textarea {
  min-height: 150px;
}
.cid-sjhoNp19mv input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhoNp19mv textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhoNp19mv .form-control,
.cid-sjhoNp19mv .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhoNp19mv .form-control input::-webkit-input-placeholder,
.cid-sjhoNp19mv .field-input input::-webkit-input-placeholder,
.cid-sjhoNp19mv .form-control textarea::-webkit-input-placeholder,
.cid-sjhoNp19mv .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoNp19mv .form-control input:-moz-placeholder,
.cid-sjhoNp19mv .field-input input:-moz-placeholder,
.cid-sjhoNp19mv .form-control textarea:-moz-placeholder,
.cid-sjhoNp19mv .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhoNp19mv .jq-number__spin:hover,
.cid-sjhoNp19mv .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhoNp19mv .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhoNp19mv .jq-selectbox li,
.cid-sjhoNp19mv .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoNp19mv .jq-selectbox li:hover,
.cid-sjhoNp19mv .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoNp19mv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhoNp19mv .jq-number__spin.minus:hover:after,
.cid-sjhoNp19mv .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhoNp19mv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhoNp19mv .jq-number__spin.minus:after,
.cid-sjhoNp19mv .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhoNp19mv .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhoNp19mv .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhoNp19mv .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhoNp19mv .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhoNp19mv .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhoNp19mv .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhoNp19mv .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhoNp19mv .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhoNp19mv .social-list {
  display: flex;
}
.cid-sjhoNp19mv .social-list a {
  transition: 0.3s;
}
.cid-sjhoNp19mv .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhoNp19mv .row {
  align-items: center;
}
.cid-sjhoNp19mv .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhoNp19mv .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhoNp19mv .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhoNp19mv input::-webkit-input-placeholder,
.cid-sjhoNp19mv textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoNp19mv input:-moz-placeholder,
.cid-sjhoNp19mv textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhoNp19mv .media-content {
    padding-right: 3rem;
  }
  .cid-sjhoNp19mv .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhoNp19mv .row {
    padding: 0 1rem;
  }
}
.cid-sjhoNp19mv .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhoNp19mv .form-btn {
    width: 100%;
  }
  .cid-sjhoNp19mv .btn {
    width: 100%;
  }
}
.cid-sjhoNM2Mlf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoNM2Mlf .nav-item:focus,
.cid-sjhoNM2Mlf .nav-link:focus {
  outline: none;
}
.cid-sjhoNM2Mlf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoNM2Mlf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhoNM2Mlf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhoNM2Mlf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoNM2Mlf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhoNM2Mlf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhoNM2Mlf .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhoNM2Mlf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhoNM2Mlf .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhoNM2Mlf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhoNM2Mlf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhoNM2Mlf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhoNM2Mlf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhoNM2Mlf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhoNM2Mlf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhoNM2Mlf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhoNM2Mlf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhoNM2Mlf .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-sjhoNM2Mlf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhoNM2Mlf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhoNM2Mlf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhoNM2Mlf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhoNM2Mlf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhoNM2Mlf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhoNM2Mlf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhoNM2Mlf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhoNM2Mlf .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-sjhoNM2Mlf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhoNM2Mlf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhoNM2Mlf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhoNM2Mlf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhoNM2Mlf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhoNM2Mlf .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhoNM2Mlf .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhoNM2Mlf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhoNM2Mlf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhoNM2Mlf .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhoNM2Mlf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhoNM2Mlf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhoNM2Mlf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhoNM2Mlf .dropdown-item.active,
.cid-sjhoNM2Mlf .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhoNM2Mlf .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhoNM2Mlf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoNM2Mlf .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhoNM2Mlf .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhoNM2Mlf .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhoNM2Mlf .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhoNM2Mlf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoNM2Mlf .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhoNM2Mlf .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhoNM2Mlf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhoNM2Mlf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhoNM2Mlf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhoNM2Mlf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhoNM2Mlf .navbar-buttons {
  text-align: center;
}
.cid-sjhoNM2Mlf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhoNM2Mlf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhoNM2Mlf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhoNM2Mlf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoNM2Mlf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoNM2Mlf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhoNM2Mlf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoNM2Mlf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhoNM2Mlf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhoNM2Mlf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoNM2Mlf .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhoNM2Mlf a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhoNM2Mlf .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhoNM2Mlf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhoNM2Mlf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhoNM2Mlf .navbar {
    height: 77px;
  }
  .cid-sjhoNM2Mlf .navbar.opened {
    height: auto;
  }
  .cid-sjhoNM2Mlf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhoNM2Mlf a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhoNM2Mlf a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhoNM2Mlf .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhoNM2Mlf .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhoNMmiwo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhoNMmiwo .media-container-row {
  align-items: center;
}
.cid-sjhoNMmiwo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhoNMmiwo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhoNMmiwo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhoNMmiwo .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhoNMmiwo .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhoNMmiwo .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhoNMmiwo .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhoNMmiwo .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhoNMmiwo .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhoNMmiwo .foot-menu {
    justify-content: center;
  }
  .cid-sjhoNMmiwo .mbr-text {
    text-align: center;
  }
  .cid-sjhoNMmiwo .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhoNMmiwo .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhoNMmiwo .link:hover {
  color: #ffffff;
}
.cid-sjhoNMA6gX {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/thinkstockphotos-886667882-e1528831390573-2000x1333.jpg");
}
.cid-sjhoNMA6gX .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhoNMA6gX .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhoNMA6gX .align-center {
    text-align: center;
  }
}
.cid-sjhoNMA6gX h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhoNMA6gX .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhoNMA6gX .row {
    margin: 0;
  }
}
.cid-sjhoNMA6gX .btn {
  margin-left: 0rem;
}
.cid-sjhoNMMVjA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhoNMMVjA .container-fluid {
  padding: 0 3rem;
}
.cid-sjhoNMMVjA .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhoNMMVjA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhoNMMVjA .table-wrapper {
  margin: 0 auto;
}
.cid-sjhoNMMVjA table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhoNMMVjA table thead tr {
  border: none !important;
}
.cid-sjhoNMMVjA table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhoNMMVjA table tr td {
  border-color: #c1c1c1;
}
.cid-sjhoNMMVjA table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhoNMMVjA tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhoNMMVjA th:after,
.cid-sjhoNMMVjA th:before {
  display: none !important;
}
.cid-sjhoNMMVjA .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhoNMMVjA .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhoNMMVjA table th,
  .cid-sjhoNMMVjA table td {
    padding: .75rem;
  }
}
.cid-sjhoNMMVjA .body-item {
  text-align: left;
}
.cid-sjhoNMMVjA .mbr-text {
  color: #767676;
}
.cid-sjhoNMMVjA .head-item {
  color: #232323;
}
.cid-sjhoNNdlHo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhoNNdlHo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhoNNdlHo textarea {
  min-height: 150px;
}
.cid-sjhoNNdlHo input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhoNNdlHo textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhoNNdlHo .form-control,
.cid-sjhoNNdlHo .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhoNNdlHo .form-control input::-webkit-input-placeholder,
.cid-sjhoNNdlHo .field-input input::-webkit-input-placeholder,
.cid-sjhoNNdlHo .form-control textarea::-webkit-input-placeholder,
.cid-sjhoNNdlHo .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoNNdlHo .form-control input:-moz-placeholder,
.cid-sjhoNNdlHo .field-input input:-moz-placeholder,
.cid-sjhoNNdlHo .form-control textarea:-moz-placeholder,
.cid-sjhoNNdlHo .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhoNNdlHo .jq-number__spin:hover,
.cid-sjhoNNdlHo .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhoNNdlHo .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhoNNdlHo .jq-selectbox li,
.cid-sjhoNNdlHo .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoNNdlHo .jq-selectbox li:hover,
.cid-sjhoNNdlHo .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoNNdlHo .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhoNNdlHo .jq-number__spin.minus:hover:after,
.cid-sjhoNNdlHo .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhoNNdlHo .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhoNNdlHo .jq-number__spin.minus:after,
.cid-sjhoNNdlHo .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhoNNdlHo .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhoNNdlHo .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhoNNdlHo .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhoNNdlHo .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhoNNdlHo .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhoNNdlHo .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhoNNdlHo .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhoNNdlHo .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhoNNdlHo .social-list {
  display: flex;
}
.cid-sjhoNNdlHo .social-list a {
  transition: 0.3s;
}
.cid-sjhoNNdlHo .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhoNNdlHo .row {
  align-items: center;
}
.cid-sjhoNNdlHo .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhoNNdlHo .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhoNNdlHo .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhoNNdlHo input::-webkit-input-placeholder,
.cid-sjhoNNdlHo textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoNNdlHo input:-moz-placeholder,
.cid-sjhoNNdlHo textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhoNNdlHo .media-content {
    padding-right: 3rem;
  }
  .cid-sjhoNNdlHo .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhoNNdlHo .row {
    padding: 0 1rem;
  }
}
.cid-sjhoNNdlHo .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhoNNdlHo .form-btn {
    width: 100%;
  }
  .cid-sjhoNNdlHo .btn {
    width: 100%;
  }
}
.cid-sjhoOdxiuo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoOdxiuo .nav-item:focus,
.cid-sjhoOdxiuo .nav-link:focus {
  outline: none;
}
.cid-sjhoOdxiuo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoOdxiuo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjhoOdxiuo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sjhoOdxiuo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjhoOdxiuo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjhoOdxiuo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjhoOdxiuo .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sjhoOdxiuo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-sjhoOdxiuo .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-sjhoOdxiuo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sjhoOdxiuo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjhoOdxiuo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjhoOdxiuo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjhoOdxiuo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjhoOdxiuo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjhoOdxiuo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjhoOdxiuo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjhoOdxiuo .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-sjhoOdxiuo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjhoOdxiuo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjhoOdxiuo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjhoOdxiuo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjhoOdxiuo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjhoOdxiuo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjhoOdxiuo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjhoOdxiuo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjhoOdxiuo .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-sjhoOdxiuo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjhoOdxiuo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjhoOdxiuo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjhoOdxiuo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjhoOdxiuo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjhoOdxiuo .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjhoOdxiuo .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sjhoOdxiuo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjhoOdxiuo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjhoOdxiuo .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sjhoOdxiuo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjhoOdxiuo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjhoOdxiuo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjhoOdxiuo .dropdown-item.active,
.cid-sjhoOdxiuo .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sjhoOdxiuo .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sjhoOdxiuo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoOdxiuo .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjhoOdxiuo .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sjhoOdxiuo .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sjhoOdxiuo .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sjhoOdxiuo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sjhoOdxiuo .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sjhoOdxiuo .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sjhoOdxiuo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-sjhoOdxiuo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjhoOdxiuo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjhoOdxiuo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjhoOdxiuo .navbar-buttons {
  text-align: center;
}
.cid-sjhoOdxiuo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjhoOdxiuo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjhoOdxiuo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjhoOdxiuo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoOdxiuo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjhoOdxiuo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjhoOdxiuo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoOdxiuo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjhoOdxiuo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjhoOdxiuo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjhoOdxiuo .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sjhoOdxiuo a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sjhoOdxiuo .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sjhoOdxiuo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sjhoOdxiuo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjhoOdxiuo .navbar {
    height: 77px;
  }
  .cid-sjhoOdxiuo .navbar.opened {
    height: auto;
  }
  .cid-sjhoOdxiuo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjhoOdxiuo a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sjhoOdxiuo a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-sjhoOdxiuo .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sjhoOdxiuo .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sjhoOdSi0o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sjhoOdSi0o .media-container-row {
  align-items: center;
}
.cid-sjhoOdSi0o .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjhoOdSi0o .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjhoOdSi0o .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjhoOdSi0o .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sjhoOdSi0o .foot-menu-item {
  transform: 0.2s;
}
.cid-sjhoOdSi0o .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-sjhoOdSi0o .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sjhoOdSi0o .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-sjhoOdSi0o .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sjhoOdSi0o .foot-menu {
    justify-content: center;
  }
  .cid-sjhoOdSi0o .mbr-text {
    text-align: center;
  }
  .cid-sjhoOdSi0o .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjhoOdSi0o .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sjhoOdSi0o .link:hover {
  color: #ffffff;
}
.cid-sjhoOe4wD5 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/rio-de-janeiro-panorama-yujas-shutterstock-2.jpg.image.694.390.low-694x390.jpg");
}
.cid-sjhoOe4wD5 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sjhoOe4wD5 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sjhoOe4wD5 .align-center {
    text-align: center;
  }
}
.cid-sjhoOe4wD5 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sjhoOe4wD5 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sjhoOe4wD5 .row {
    margin: 0;
  }
}
.cid-sjhoOe4wD5 .btn {
  margin-left: 0rem;
}
.cid-sjhoOeejCX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjhoOeejCX .container-fluid {
  padding: 0 3rem;
}
.cid-sjhoOeejCX .mbr-section-subtitle {
  color: #767676;
}
.cid-sjhoOeejCX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjhoOeejCX .table-wrapper {
  margin: 0 auto;
}
.cid-sjhoOeejCX table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sjhoOeejCX table thead tr {
  border: none !important;
}
.cid-sjhoOeejCX table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sjhoOeejCX table tr td {
  border-color: #c1c1c1;
}
.cid-sjhoOeejCX table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sjhoOeejCX tr:hover {
  background-color: #ffffff !important;
}
.cid-sjhoOeejCX th:after,
.cid-sjhoOeejCX th:before {
  display: none !important;
}
.cid-sjhoOeejCX .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sjhoOeejCX .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sjhoOeejCX table th,
  .cid-sjhoOeejCX table td {
    padding: .75rem;
  }
}
.cid-sjhoOeejCX .body-item {
  text-align: left;
}
.cid-sjhoOeejCX .mbr-text {
  color: #767676;
}
.cid-sjhoOeejCX .head-item {
  color: #232323;
}
.cid-sjhoOeERwT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sjhoOeERwT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjhoOeERwT textarea {
  min-height: 150px;
}
.cid-sjhoOeERwT input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sjhoOeERwT textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sjhoOeERwT .form-control,
.cid-sjhoOeERwT .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjhoOeERwT .form-control input::-webkit-input-placeholder,
.cid-sjhoOeERwT .field-input input::-webkit-input-placeholder,
.cid-sjhoOeERwT .form-control textarea::-webkit-input-placeholder,
.cid-sjhoOeERwT .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoOeERwT .form-control input:-moz-placeholder,
.cid-sjhoOeERwT .field-input input:-moz-placeholder,
.cid-sjhoOeERwT .form-control textarea:-moz-placeholder,
.cid-sjhoOeERwT .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sjhoOeERwT .jq-number__spin:hover,
.cid-sjhoOeERwT .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjhoOeERwT .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjhoOeERwT .jq-selectbox li,
.cid-sjhoOeERwT .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoOeERwT .jq-selectbox li:hover,
.cid-sjhoOeERwT .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sjhoOeERwT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjhoOeERwT .jq-number__spin.minus:hover:after,
.cid-sjhoOeERwT .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sjhoOeERwT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjhoOeERwT .jq-number__spin.minus:after,
.cid-sjhoOeERwT .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sjhoOeERwT .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sjhoOeERwT .social-list {
    margin-bottom: 3rem;
  }
  .cid-sjhoOeERwT .email-input {
    margin-top: 2rem;
  }
}
.cid-sjhoOeERwT .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-sjhoOeERwT .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sjhoOeERwT .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sjhoOeERwT .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-sjhoOeERwT .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-sjhoOeERwT .social-list {
  display: flex;
}
.cid-sjhoOeERwT .social-list a {
  transition: 0.3s;
}
.cid-sjhoOeERwT .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sjhoOeERwT .row {
  align-items: center;
}
.cid-sjhoOeERwT .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sjhoOeERwT .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sjhoOeERwT .form-btn {
  margin-top: 2.5rem;
}
.cid-sjhoOeERwT input::-webkit-input-placeholder,
.cid-sjhoOeERwT textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sjhoOeERwT input:-moz-placeholder,
.cid-sjhoOeERwT textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sjhoOeERwT .media-content {
    padding-right: 3rem;
  }
  .cid-sjhoOeERwT .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sjhoOeERwT .row {
    padding: 0 1rem;
  }
}
.cid-sjhoOeERwT .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sjhoOeERwT .form-btn {
    width: 100%;
  }
  .cid-sjhoOeERwT .btn {
    width: 100%;
  }
}
.cid-slUuJtZkip .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-slUuJtZkip .nav-item:focus,
.cid-slUuJtZkip .nav-link:focus {
  outline: none;
}
.cid-slUuJtZkip .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-slUuJtZkip .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slUuJtZkip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-slUuJtZkip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-slUuJtZkip .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slUuJtZkip .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slUuJtZkip .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-slUuJtZkip .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-slUuJtZkip .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-slUuJtZkip .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-slUuJtZkip .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slUuJtZkip .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slUuJtZkip .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slUuJtZkip .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-slUuJtZkip .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slUuJtZkip .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slUuJtZkip .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slUuJtZkip .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-slUuJtZkip .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slUuJtZkip .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-slUuJtZkip .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slUuJtZkip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slUuJtZkip .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slUuJtZkip .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slUuJtZkip .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slUuJtZkip .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slUuJtZkip .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-slUuJtZkip .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slUuJtZkip .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slUuJtZkip .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slUuJtZkip .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slUuJtZkip .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slUuJtZkip .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slUuJtZkip .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-slUuJtZkip .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slUuJtZkip .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slUuJtZkip .navbar-short {
  padding: 1rem 0 !important;
}
.cid-slUuJtZkip .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slUuJtZkip .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slUuJtZkip .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slUuJtZkip .dropdown-item.active,
.cid-slUuJtZkip .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-slUuJtZkip .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-slUuJtZkip .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-slUuJtZkip .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-slUuJtZkip .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-slUuJtZkip .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-slUuJtZkip .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-slUuJtZkip .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-slUuJtZkip .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-slUuJtZkip .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-slUuJtZkip .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-slUuJtZkip .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slUuJtZkip .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slUuJtZkip ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slUuJtZkip .navbar-buttons {
  text-align: center;
}
.cid-slUuJtZkip button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slUuJtZkip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slUuJtZkip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slUuJtZkip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slUuJtZkip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slUuJtZkip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slUuJtZkip nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slUuJtZkip nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slUuJtZkip nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slUuJtZkip nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slUuJtZkip .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-slUuJtZkip a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-slUuJtZkip .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-slUuJtZkip .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-slUuJtZkip .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slUuJtZkip .navbar {
    height: 77px;
  }
  .cid-slUuJtZkip .navbar.opened {
    height: auto;
  }
  .cid-slUuJtZkip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slUuJtZkip a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-slUuJtZkip a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-slUuJtZkip .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-slUuJtZkip .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-slUuJuMa4b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-slUuJuMa4b .media-container-row {
  align-items: center;
}
.cid-slUuJuMa4b .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-slUuJuMa4b .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-slUuJuMa4b .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-slUuJuMa4b .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-slUuJuMa4b .foot-menu-item {
  transform: 0.2s;
}
.cid-slUuJuMa4b .foot-menu-item:hover a {
  color: #ff497c !important;
}
.cid-slUuJuMa4b .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-slUuJuMa4b .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ff497c;
}
.cid-slUuJuMa4b .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-slUuJuMa4b .foot-menu {
    justify-content: center;
  }
  .cid-slUuJuMa4b .mbr-text {
    text-align: center;
  }
  .cid-slUuJuMa4b .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-slUuJuMa4b .foot-menu {
    justify-content: flex-end;
  }
}
.cid-slUuJuMa4b .link:hover {
  color: #ffffff;
}
.cid-slUuJviKxx {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/media-1900x1100.jpg");
}
.cid-slUuJviKxx .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-slUuJviKxx .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-slUuJviKxx .align-center {
    text-align: center;
  }
}
.cid-slUuJviKxx h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-slUuJviKxx .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-slUuJviKxx .row {
    margin: 0;
  }
}
.cid-slUuJviKxx .btn {
  margin-left: 0rem;
}
.cid-slUH6Evf3j {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-slUH6Evf3j h2 {
    margin-bottom: 1rem;
  }
  .cid-slUH6Evf3j .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-slUH6Evf3j .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-slUH6Evf3j .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-slUH6Evf3j .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-slUH6Evf3j .container {
    position: relative;
  }
  .cid-slUH6Evf3j h2 {
    margin: 0;
  }
}
.cid-slUH6Evf3j .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-slUH6Evf3j hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-slUH6Evf3j .mbr-section-subtitle {
  color: #e9204f;
}
.cid-slUH6Evf3j .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-slUH6Evf3j .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff497c;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-slUH6Evf3j .vertical-line:before {
  content: '';
  background-color: #ff497c;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-slUH6Evf3j .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-slUH6Evf3j .btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.cid-slUH6Evf3j .btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.cid-slUH6Evf3j .btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.cid-slUH6Evf3j .btn-primary-outline:hover::before {
  background-color: #e1201d !important;
}
.cid-slUH6Evf3j .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-slUH6Evf3j .btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.cid-slUH6Evf3j .btn-danger-outline:hover::before {
  background-color: #ff497c !important;
}
.cid-slUH6Evf3j .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-slUH8HTRe5 {
  background-color: #ffffff;
}
.cid-slUH8HTRe5 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slUH8HTRe5 .carousel-item > div {
  width: 100%;
}
.cid-slUH8HTRe5 h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-slUH8HTRe5 .carousel-item.active,
.cid-slUH8HTRe5 .carousel-item-next,
.cid-slUH8HTRe5 .carousel-item-prev {
  display: flex;
}
.cid-slUH8HTRe5 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-slUH8HTRe5 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-slUH8HTRe5 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-slUH8HTRe5 .carousel-controls a {
    width: 5%;
  }
}
.cid-slUH8HTRe5 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-slUH8HTRe5 .img-block {
  display: flex;
  flex-direction: column;
}
.cid-slUH8HTRe5 img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-slUH8HTRe5 .mbr-text {
  position: relative;
}
.cid-slUH8HTRe5 li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-slUH8HTRe5 li.active {
  background-color: #e9204f;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-slUH8HTRe5 .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-slUH8HTRe5 ol {
  margin-bottom: 0;
}
.cid-slUH8HTRe5 .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-slUH8HTRe5 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-slUH8HTRe5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-slUH8HTRe5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-slUH8HTRe5 .row {
    margin: 0;
  }
}
.cid-slUH8HTRe5 .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-slUH8HTRe5 .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-slUH8HTRe5 .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-slUH8HTRe5 .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-slUH8HTRe5 .img-block:hover .desk {
  color: #101010;
}
.cid-slUH8HTRe5 .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-slUH8HTRe5 .img-card {
    margin-top: 2rem;
  }
}
.cid-slUH8HTRe5 .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-slUH8HTRe5 .subtitle-link {
  color: #ff497c;
}
.cid-slUyNJwguo {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-slUyNJwguo h2 {
    margin-bottom: 1rem;
  }
  .cid-slUyNJwguo .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-slUyNJwguo .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-slUyNJwguo .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-slUyNJwguo .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-slUyNJwguo .container {
    position: relative;
  }
  .cid-slUyNJwguo h2 {
    margin: 0;
  }
}
.cid-slUyNJwguo .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-slUyNJwguo hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-slUyNJwguo .mbr-section-subtitle {
  color: #e9204f;
}
.cid-slUyNJwguo .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-slUyNJwguo .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff497c;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-slUyNJwguo .vertical-line:before {
  content: '';
  background-color: #ff497c;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-slUyNJwguo .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-slUyNJwguo .btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.cid-slUyNJwguo .btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.cid-slUyNJwguo .btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.cid-slUyNJwguo .btn-primary-outline:hover::before {
  background-color: #e1201d !important;
}
.cid-slUyNJwguo .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-slUyNJwguo .btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.cid-slUyNJwguo .btn-danger-outline:hover::before {
  background-color: #ff497c !important;
}
.cid-slUyNJwguo .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-slUxJZ0Egi {
  background-color: #ffffff;
}
.cid-slUxJZ0Egi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slUxJZ0Egi .carousel-item > div {
  width: 100%;
}
.cid-slUxJZ0Egi h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-slUxJZ0Egi .carousel-item.active,
.cid-slUxJZ0Egi .carousel-item-next,
.cid-slUxJZ0Egi .carousel-item-prev {
  display: flex;
}
.cid-slUxJZ0Egi .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-slUxJZ0Egi .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-slUxJZ0Egi .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-slUxJZ0Egi .carousel-controls a {
    width: 5%;
  }
}
.cid-slUxJZ0Egi .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-slUxJZ0Egi .img-block {
  display: flex;
  flex-direction: column;
}
.cid-slUxJZ0Egi img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-slUxJZ0Egi .mbr-text {
  position: relative;
}
.cid-slUxJZ0Egi li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-slUxJZ0Egi li.active {
  background-color: #e9204f;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-slUxJZ0Egi .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-slUxJZ0Egi ol {
  margin-bottom: 0;
}
.cid-slUxJZ0Egi .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-slUxJZ0Egi .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-slUxJZ0Egi {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-slUxJZ0Egi {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-slUxJZ0Egi .row {
    margin: 0;
  }
}
.cid-slUxJZ0Egi .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-slUxJZ0Egi .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-slUxJZ0Egi .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-slUxJZ0Egi .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-slUxJZ0Egi .img-block:hover .desk {
  color: #101010;
}
.cid-slUxJZ0Egi .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-slUxJZ0Egi .img-card {
    margin-top: 2rem;
  }
}
.cid-slUxJZ0Egi .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-slUxJZ0Egi .subtitle-link {
  color: #ff497c;
}
.cid-slUuJwywAM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-slUuJwywAM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-slUuJwywAM textarea {
  min-height: 150px;
}
.cid-slUuJwywAM input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-slUuJwywAM textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-slUuJwywAM .form-control,
.cid-slUuJwywAM .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-slUuJwywAM .form-control input::-webkit-input-placeholder,
.cid-slUuJwywAM .field-input input::-webkit-input-placeholder,
.cid-slUuJwywAM .form-control textarea::-webkit-input-placeholder,
.cid-slUuJwywAM .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-slUuJwywAM .form-control input:-moz-placeholder,
.cid-slUuJwywAM .field-input input:-moz-placeholder,
.cid-slUuJwywAM .form-control textarea:-moz-placeholder,
.cid-slUuJwywAM .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-slUuJwywAM .jq-number__spin:hover,
.cid-slUuJwywAM .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-slUuJwywAM .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-slUuJwywAM .jq-selectbox li,
.cid-slUuJwywAM .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-slUuJwywAM .jq-selectbox li:hover,
.cid-slUuJwywAM .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-slUuJwywAM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-slUuJwywAM .jq-number__spin.minus:hover:after,
.cid-slUuJwywAM .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-slUuJwywAM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-slUuJwywAM .jq-number__spin.minus:after,
.cid-slUuJwywAM .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-slUuJwywAM .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-slUuJwywAM .social-list {
    margin-bottom: 3rem;
  }
  .cid-slUuJwywAM .email-input {
    margin-top: 2rem;
  }
}
.cid-slUuJwywAM .mbr-section-subtitle {
  color: #ff497c;
  margin-bottom: 2.4rem;
}
.cid-slUuJwywAM .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-slUuJwywAM .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-slUuJwywAM .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ff497c;
  transition: all 0.3s;
}
.cid-slUuJwywAM .mbr-iconfont-social:hover {
  color: #ff497c;
}
.cid-slUuJwywAM .social-list {
  display: flex;
}
.cid-slUuJwywAM .social-list a {
  transition: 0.3s;
}
.cid-slUuJwywAM .social-list a:hover {
  transform: translateY(-8px);
}
.cid-slUuJwywAM .row {
  align-items: center;
}
.cid-slUuJwywAM .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-slUuJwywAM .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-slUuJwywAM .form-btn {
  margin-top: 2.5rem;
}
.cid-slUuJwywAM input::-webkit-input-placeholder,
.cid-slUuJwywAM textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-slUuJwywAM input:-moz-placeholder,
.cid-slUuJwywAM textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-slUuJwywAM .media-content {
    padding-right: 3rem;
  }
  .cid-slUuJwywAM .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-slUuJwywAM .row {
    padding: 0 1rem;
  }
}
.cid-slUuJwywAM .btn:hover {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-slUuJwywAM .form-btn {
    width: 100%;
  }
  .cid-slUuJwywAM .btn {
    width: 100%;
  }
}
