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.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #f5cc3e !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #bc981d !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: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-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: #f5cc3e !important;
  border-color: #f5cc3e !important;
  color: #312703 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #312703 !important;
  background-color: #dbad0b !important;
  border-color: #dbad0b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #312703 !important;
  background-color: #dbad0b !important;
  border-color: #dbad0b !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: #bc981d !important;
  border-color: #bc981d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #7a6213 !important;
  border-color: #7a6213 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7a6213 !important;
  border-color: #7a6213 !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: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #c3990a;
  color: #c3990a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #312703;
  background-color: #f5cc3e;
  border-color: #f5cc3e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #312703 !important;
  background-color: #f5cc3e !important;
  border-color: #f5cc3e !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: #64510f;
  color: #64510f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #bc981d;
  border-color: #bc981d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bc981d !important;
  border-color: #bc981d !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: #000000 !important;
}
.text-success {
  color: #f5cc3e !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #bc981d !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: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c3990a !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: #bc981d !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: #bc981d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #e9cd70;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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: #000000 !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: #bc981d;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #bc981d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #bc981d;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #bc981d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 1000;
}
.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: #bc981d !important;
}
.btn-danger:hover {
  color: #bc981d !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #f5cc3e !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #000000 !important;
}
.btn-primary:hover {
  color: #e1201d !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #bc981d !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #bc981d;
}
.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: #000000 !important;
}
.btn-success-outline:hover::before {
  background-color: #f5cc3e !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: #bc981d !important;
}
.cid-sRKuvy6Hu3 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/slide-bg-1-1920x1080.jpg");
}
.cid-sRKuvy6Hu3 .mbr-section-title,
.cid-sRKuvy6Hu3 .mbr-section-subtitle {
  color: #000000;
}
.cid-sRKuvy6Hu3 .mbr-section-text {
  color: #232323;
}
.cid-sRKuvy6Hu3 .mbr-text,
.cid-sRKuvy6Hu3 .typed-text,
.cid-sRKuvy6Hu3 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sRKuvy6Hu3 .btn {
  margin-left: 4px !important;
}
.cid-sRKuvy6Hu3 .animated-element {
  color: #ff3366;
}
.cid-sRKuvy6Hu3 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sRKuvy6Hu3 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sRKuvy6Hu3 .typed-text,
  .cid-sRKuvy6Hu3 .mbr-section-subtitle,
  .cid-sRKuvy6Hu3 .mbr-section-text,
  .cid-sRKuvy6Hu3 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sRKuvy6Hu3 .mbr-section-subtitle,
.cid-sRKuvy6Hu3 .typed-text {
  color: #f5cc3e;
}
.cid-sRKuvy6Hu3 .mbr-section-text,
.cid-sRKuvy6Hu3 .mbr-section-btn {
  color: #ffffff;
}
.cid-sIvUHXuX8P {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sIvUHXuX8P h1 {
  margin-bottom: 0.2rem;
}
.cid-sIvUHXuX8P .container-fluid {
  padding: 0;
}
.cid-sIvUHXuX8P img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-sIvUHXuX8P .mbr-figure {
  height: 100%;
}
.cid-sIvUHXuX8P .col-lg-6 {
  padding: 0;
}
.cid-sIvUHXuX8P .mbr-text {
  color: #747474;
}
.cid-sIvUHXuX8P hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-sIvUHXuX8P .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-sIvUHXuX8P .mbr-section-subtitle-1 {
  color: #bc981d;
}
.cid-sIvUHXuX8P .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-sIvUHXuX8P .mbr-figure::after {
  content: '';
  background-color: #bc981d;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-sIvUHXuX8P .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-sIvUHXuX8P .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-sIvUHXuX8P .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sIvUHXuX8P .left-block {
    margin-top: 4.5rem;
  }
}
.cid-sIvUHXuX8P .btn {
  color: #101010 !important;
}
.cid-sIvUHXuX8P .btn:hover {
  color: #ffffff !important;
}
.cid-sIvUHXuX8P .line-title {
  width: 40px;
  height: 2px;
  background-color: #bc981d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-sIvUHXuX8P .vertical-line:before {
  content: '';
  background-color: #bc981d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-sIvUHXuX8P .mbr-text,
.cid-sIvUHXuX8P .mbr-section-btn {
  color: #101010;
}
.cid-rR8qj3Lr1I .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-rR8qj3Lr1I .nav-item:focus,
.cid-rR8qj3Lr1I .nav-link:focus {
  outline: none;
}
.cid-rR8qj3Lr1I .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-rR8qj3Lr1I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rR8qj3Lr1I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rR8qj3Lr1I .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-rR8qj3Lr1I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rR8qj3Lr1I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rR8qj3Lr1I .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rR8qj3Lr1I .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-rR8qj3Lr1I .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rR8qj3Lr1I .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rR8qj3Lr1I .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rR8qj3Lr1I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rR8qj3Lr1I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rR8qj3Lr1I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rR8qj3Lr1I .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rR8qj3Lr1I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rR8qj3Lr1I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rR8qj3Lr1I .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-rR8qj3Lr1I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rR8qj3Lr1I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rR8qj3Lr1I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rR8qj3Lr1I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rR8qj3Lr1I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rR8qj3Lr1I .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rR8qj3Lr1I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rR8qj3Lr1I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rR8qj3Lr1I .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-rR8qj3Lr1I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rR8qj3Lr1I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rR8qj3Lr1I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rR8qj3Lr1I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rR8qj3Lr1I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rR8qj3Lr1I .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rR8qj3Lr1I .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rR8qj3Lr1I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rR8qj3Lr1I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rR8qj3Lr1I .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rR8qj3Lr1I .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-rR8qj3Lr1I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rR8qj3Lr1I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rR8qj3Lr1I .dropdown-item.active,
.cid-rR8qj3Lr1I .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rR8qj3Lr1I .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rR8qj3Lr1I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rR8qj3Lr1I .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rR8qj3Lr1I .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rR8qj3Lr1I .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rR8qj3Lr1I .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rR8qj3Lr1I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rR8qj3Lr1I .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rR8qj3Lr1I .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rR8qj3Lr1I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rR8qj3Lr1I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rR8qj3Lr1I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rR8qj3Lr1I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rR8qj3Lr1I .navbar-buttons {
  text-align: center;
}
.cid-rR8qj3Lr1I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rR8qj3Lr1I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rR8qj3Lr1I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rR8qj3Lr1I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rR8qj3Lr1I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rR8qj3Lr1I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rR8qj3Lr1I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rR8qj3Lr1I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rR8qj3Lr1I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rR8qj3Lr1I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rR8qj3Lr1I .navbar-dropdown {
  padding: 3rem 0rem;
}
.cid-rR8qj3Lr1I 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-rR8qj3Lr1I .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rR8qj3Lr1I .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-rR8qj3Lr1I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rR8qj3Lr1I .navbar {
    height: 77px;
  }
  .cid-rR8qj3Lr1I .navbar.opened {
    height: auto;
  }
  .cid-rR8qj3Lr1I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rR8qj3Lr1I 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-rR8qj3Lr1I a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #f5cc3e;
}
.cid-rR8qj3Lr1I .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rR8qj3Lr1I .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rRBNg8iXAZ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRBNg8iXAZ .mbr-iconfont-1 {
  color: #bc981d;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-rRBNg8iXAZ .mbr-iconfont-2 {
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-rRBNg8iXAZ .card-inner {
  transition: 0.7s;
  z-index: 10;
}
.cid-rRBNg8iXAZ .link {
  margin: 0;
}
.cid-rRBNg8iXAZ .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-rRBNg8iXAZ .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBNg8iXAZ .card-img {
  margin-bottom: 3.2rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBNg8iXAZ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBNg8iXAZ .card:hover {
  background-color: #bc981d;
}
.cid-rRBNg8iXAZ .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rRBNg8iXAZ .card:hover .card-title {
  color: #ffffff;
}
.cid-rRBNg8iXAZ .card:hover .card-title:after {
  background: #fff;
}
.cid-rRBNg8iXAZ .card:hover .mbr-text {
  color: #ffffff;
}
.cid-rRBNg8iXAZ .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-rRBNg8iXAZ .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-rRBNg8iXAZ .card:hover .card-img {
  transform: translateY(-5px);
}
.cid-rRBNg8iXAZ .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-rRBNg8iXAZ .card {
    padding: 0;
  }
  .cid-rRBNg8iXAZ .card-inner {
    padding: 2.4rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBNg8iXAZ .card-inner {
    padding: 3.4rem 2.5rem;
  }
  .cid-rRBNg8iXAZ .media-container-row {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBNg8iXAZ .row {
    margin: 0;
  }
}
.cid-rRBNg8iXAZ .card {
  background-color: #ffffff;
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
}
.cid-rRBNg8iXAZ .mbr-section-subtitle {
  color: #bc981d;
}
.cid-rRBNg8iXAZ .mbr-section-title {
  font-weight: 800;
}
.cid-rRBNg8iXAZ h2 {
  margin-bottom: 0;
}
.cid-rRBNg8iXAZ .title-block {
  margin-bottom: 3rem;
}
.cid-rRBNg8iXAZ .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBNgpMLFd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRBNgpMLFd .mbr-iconfont-1 {
  color: #bc981d;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-rRBNgpMLFd .mbr-iconfont-2 {
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-rRBNgpMLFd .card-inner {
  transition: 0.7s;
  z-index: 10;
}
.cid-rRBNgpMLFd .link {
  margin: 0;
}
.cid-rRBNgpMLFd .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-rRBNgpMLFd .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBNgpMLFd .card-img {
  margin-bottom: 3.2rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBNgpMLFd .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBNgpMLFd .card:hover {
  background-color: #bc981d;
}
.cid-rRBNgpMLFd .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rRBNgpMLFd .card:hover .card-title {
  color: #ffffff;
}
.cid-rRBNgpMLFd .card:hover .card-title:after {
  background: #fff;
}
.cid-rRBNgpMLFd .card:hover .mbr-text {
  color: #ffffff;
}
.cid-rRBNgpMLFd .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-rRBNgpMLFd .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-rRBNgpMLFd .card:hover .card-img {
  transform: translateY(-5px);
}
.cid-rRBNgpMLFd .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-rRBNgpMLFd .card {
    padding: 0;
  }
  .cid-rRBNgpMLFd .card-inner {
    padding: 2.4rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBNgpMLFd .card-inner {
    padding: 3.4rem 2.5rem;
  }
  .cid-rRBNgpMLFd .media-container-row {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBNgpMLFd .row {
    margin: 0;
  }
}
.cid-rRBNgpMLFd .card {
  background-color: #ffffff;
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
}
.cid-rRBNgpMLFd .mbr-section-subtitle {
  color: #b539cf;
}
.cid-rRBNgpMLFd .mbr-section-title {
  font-weight: 800;
}
.cid-rRBNgpMLFd h2 {
  margin-bottom: 0;
}
.cid-rRBNgpMLFd .title-block {
  margin-bottom: 3rem;
}
.cid-rRBNgpMLFd .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sJKr88aEU8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sJKr88aEU8 .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sJKr88aEU8 .align-center {
    text-align: center;
  }
  .cid-sJKr88aEU8 .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sJKr88aEU8 .block-btn {
  display: flex;
}
.cid-sJKr88aEU8 .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sJKr88aEU8 h1 {
  margin-bottom: 0;
}
.cid-sJKr88aEU8 .wrapper {
  background-color: #bc981d;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-sJKr88aEU8 .container {
    padding: 0 3rem;
  }
  .cid-sJKr88aEU8 .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sJKr88aEU8 .block-btn {
    justify-content: center;
  }
  .cid-sJKr88aEU8 .text-block {
    text-align: center;
  }
  .cid-sJKr88aEU8 .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJKr88aEU8 .block-btn {
    justify-content: flex-end;
  }
  .cid-sJKr88aEU8 .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-sJKr88aEU8 .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-sJKr88aEU8 .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-sJKr88aEU8 H3 {
  color: #101010;
}
.cid-rRBNhmeyYR {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRBNhmeyYR img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
}
.cid-rRBNhmeyYR h4 {
  margin-bottom: 0rem;
}
.cid-rRBNhmeyYR .mbr-section-title {
  margin-bottom: 0.3rem;
}
.cid-rRBNhmeyYR .mbr-section-subtitle {
  color: #bc981d;
  margin-bottom: 3.5rem;
}
.cid-rRBNhmeyYR .card {
  padding: 0rem;
  cursor: pointer;
}
.cid-rRBNhmeyYR .card-img {
  margin-bottom: 1.7rem;
}
.cid-rRBNhmeyYR .card-title {
  margin-bottom: 1.5rem;
}
.cid-rRBNhmeyYR .row {
  justify-content: center;
}
.cid-rRBNhmeyYR .card-box,
.cid-rRBNhmeyYR .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBNhmeyYR .mbr-text {
  margin-bottom: 1.5rem;
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-rRBNhmeyYR .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rRBNhmeyYR .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBNhmeyYR .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.cid-rRBNhmeyYR .img-block:hover img {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.1;
}
.cid-rRBNhmeyYR .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.cid-rRBNhmeyYR .wrapper-img {
  width: 100%;
  background-color: rgba(188, 152, 29, 0.85);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (max-width: 992px) {
  .cid-rRBNhmeyYR .img-card {
    margin-top: 2rem;
  }
}
.cid-sIwbiAMaev {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sIwbiAMaev img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
}
.cid-sIwbiAMaev h4 {
  margin-bottom: 0rem;
}
.cid-sIwbiAMaev .mbr-section-title {
  margin-bottom: 0.3rem;
}
.cid-sIwbiAMaev .mbr-section-subtitle {
  color: #bc981d;
  margin-bottom: 3.5rem;
}
.cid-sIwbiAMaev .card {
  padding: 0rem;
  cursor: pointer;
}
.cid-sIwbiAMaev .card-img {
  margin-bottom: 1.7rem;
}
.cid-sIwbiAMaev .card-title {
  margin-bottom: 1.5rem;
}
.cid-sIwbiAMaev .row {
  justify-content: center;
}
.cid-sIwbiAMaev .card-box,
.cid-sIwbiAMaev .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sIwbiAMaev .mbr-text {
  margin-bottom: 1.5rem;
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-sIwbiAMaev .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sIwbiAMaev .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sIwbiAMaev .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.cid-sIwbiAMaev .img-block:hover img {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.1;
}
.cid-sIwbiAMaev .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.cid-sIwbiAMaev .wrapper-img {
  width: 100%;
  background-color: rgba(188, 152, 29, 0.85);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (max-width: 992px) {
  .cid-sIwbiAMaev .img-card {
    margin-top: 2rem;
  }
}
.cid-sJKscfod2O {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sJKscfod2O .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sJKscfod2O .align-center {
    text-align: center;
  }
  .cid-sJKscfod2O .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sJKscfod2O .block-btn {
  display: flex;
}
.cid-sJKscfod2O .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sJKscfod2O h1 {
  margin-bottom: 0;
}
.cid-sJKscfod2O .wrapper {
  background-color: #bc981d;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-sJKscfod2O .container {
    padding: 0 3rem;
  }
  .cid-sJKscfod2O .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sJKscfod2O .block-btn {
    justify-content: center;
  }
  .cid-sJKscfod2O .text-block {
    text-align: center;
  }
  .cid-sJKscfod2O .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJKscfod2O .block-btn {
    justify-content: flex-end;
  }
  .cid-sJKscfod2O .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-sJKscfod2O .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-sJKscfod2O .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-sJKscfod2O H3 {
  color: #101010;
}
.cid-rRBNmOyM6P {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/modelo-1-960x634.jpg");
}
.cid-rRBNmOyM6P .carousel {
  z-index: 2;
  position: relative;
}
.cid-rRBNmOyM6P .user {
  padding: 0!important;
}
.cid-rRBNmOyM6P .user_image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8rem;
  border: 1px solid lightgray;
  position: relative;
}
.cid-rRBNmOyM6P .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rRBNmOyM6P .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rRBNmOyM6P .carousel-item.active,
.cid-rRBNmOyM6P .carousel-item-next,
.cid-rRBNmOyM6P .carousel-item-prev {
  display: flex;
}
.cid-rRBNmOyM6P .user_name {
  margin: 0;
  color: #f5cc3e;
}
.cid-rRBNmOyM6P .carousel-controls a {
  font-size: 2rem;
}
.cid-rRBNmOyM6P .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-rRBNmOyM6P .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-rRBNmOyM6P ol {
  margin-bottom: 0;
  bottom: -2.2rem;
}
.cid-rRBNmOyM6P .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: auto 7px;
  border: none;
  background: #ffffff;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-rRBNmOyM6P .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rRBNmOyM6P .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.cid-rRBNmOyM6P .user_status {
  color: #767676;
}
.cid-rRBNmOyM6P .title {
  color: #ffffff;
  margin-bottom: 3.8rem;
}
.cid-rRBNmOyM6P .mbr-text {
  margin-bottom: 1.7rem;
}
.cid-rRBNmOyM6P .title,
.cid-rRBNmOyM6P .line-align {
  color: #f5cc3e;
}
.cid-rRBNpvhxoS {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #101010;
}
.cid-rRBNpvhxoS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rRBNpvhxoS textarea {
  min-height: 150px;
}
.cid-rRBNpvhxoS input[name="yourSubject"] {
  margin-top: 1.5rem;
}
.cid-rRBNpvhxoS textarea[name="yourMessage"] {
  margin-top: 0.3rem;
}
.cid-rRBNpvhxoS .form-control,
.cid-rRBNpvhxoS .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none;
  border-bottom: 2px solid #414141;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rRBNpvhxoS .form-control input::-webkit-input-placeholder,
.cid-rRBNpvhxoS .field-input input::-webkit-input-placeholder,
.cid-rRBNpvhxoS .form-control textarea::-webkit-input-placeholder,
.cid-rRBNpvhxoS .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-rRBNpvhxoS .form-control input:-moz-placeholder,
.cid-rRBNpvhxoS .field-input input:-moz-placeholder,
.cid-rRBNpvhxoS .form-control textarea:-moz-placeholder,
.cid-rRBNpvhxoS .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-rRBNpvhxoS .jq-number__spin:hover,
.cid-rRBNpvhxoS .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rRBNpvhxoS .jq-number__spin {
  background-color: #101010;
  border-color: #414141;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rRBNpvhxoS .jq-selectbox li,
.cid-rRBNpvhxoS .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-rRBNpvhxoS .jq-selectbox li:hover,
.cid-rRBNpvhxoS .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-rRBNpvhxoS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rRBNpvhxoS .jq-number__spin.minus:hover:after,
.cid-rRBNpvhxoS .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-rRBNpvhxoS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rRBNpvhxoS .jq-number__spin.minus:after,
.cid-rRBNpvhxoS .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-rRBNpvhxoS .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-rRBNpvhxoS .social-list {
    margin-bottom: 3rem;
  }
  .cid-rRBNpvhxoS .email-input {
    margin-top: 2rem;
  }
}
.cid-rRBNpvhxoS .mbr-section-subtitle {
  color: #bc981d;
  margin-bottom: 2.4rem;
}
.cid-rRBNpvhxoS .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-rRBNpvhxoS .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: .6rem;
}
.cid-rRBNpvhxoS .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #bc981d;
  transition: all .3s;
}
.cid-rRBNpvhxoS .mbr-iconfont-social:hover {
  color: #bc981d;
}
.cid-rRBNpvhxoS .social-list {
  display: flex;
}
.cid-rRBNpvhxoS .social-list a {
  transition: .3s;
}
.cid-rRBNpvhxoS .social-list a:hover {
  transform: translateY(-8px);
}
.cid-rRBNpvhxoS .row {
  align-items: center;
}
.cid-rRBNpvhxoS .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-rRBNpvhxoS .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-rRBNpvhxoS .form-btn {
  margin-top: 2.5rem;
}
.cid-rRBNpvhxoS input::-webkit-input-placeholder,
.cid-rRBNpvhxoS textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-rRBNpvhxoS input:-moz-placeholder,
.cid-rRBNpvhxoS textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-rRBNpvhxoS .media-content {
    padding-right: 3rem;
  }
  .cid-rRBNpvhxoS .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBNpvhxoS .row {
    padding: 0 1rem;
  }
}
.cid-rRBNpvhxoS .btn:hover {
  background-color: #bc981d !important;
  border-color: #bc981d !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-rRBNpvhxoS .form-btn {
    width: 100%;
  }
  .cid-rRBNpvhxoS .btn {
    width: 100%;
  }
}
.cid-rRBNpvhxoS .mbr-text,
.cid-rRBNpvhxoS .mbr-section-btn {
  color: #ffffff;
}
.cid-rRBNq1QjUI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rRBNq1QjUI .media-container-row {
  align-items: center;
}
.cid-rRBNq1QjUI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rRBNq1QjUI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rRBNq1QjUI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rRBNq1QjUI .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rRBNq1QjUI .foot-menu-item {
  transform: 0.2s;
}
.cid-rRBNq1QjUI .foot-menu-item:hover a {
  color: #bc981d !important;
}
.cid-rRBNq1QjUI .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-rRBNq1QjUI .foot-menu-item:hover::before {
  width: 60px;
  background-color: #bc981d;
}
.cid-rRBNq1QjUI .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-rRBNq1QjUI .foot-menu {
    justify-content: center;
  }
  .cid-rRBNq1QjUI .mbr-text {
    text-align: center;
  }
  .cid-rRBNq1QjUI .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rRBNq1QjUI .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rRBNq1QjUI .link:hover {
  color: #ffffff;
}
.cid-rRBNq1QjUI .media-container-row .mbr-text {
  color: #ffffff;
}
