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





body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Montserrat Subrayada', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.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: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #42474c !important;
}
.bg-success {
  background-color: #a3a3a3 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b38b38 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #42474c !important;
  border-color: #42474c !important;
  color: #cccccc !important;
}
.btn-primary:hover {
  color: #cccccc !important;
  background-color: #1e2123 !important;
  border-color: #1e2123 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #cccccc !important;
  background-color: #1e2123 !important;
  border-color: #1e2123 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #5a6167 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary:hover {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info:hover {
  color: #cccccc !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b38b38 !important;
  border-color: #b38b38 !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #795e26 !important;
  border-color: #795e26 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #795e26 !important;
  border-color: #795e26 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #cccccc !important;
}
.btn-black:hover {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #42474c !important;
  color: #ffffff !important;
  color: #42474c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #42474c;
  color: #42474c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #42474c;
  border-color: #42474c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #42474c !important;
  border-color: #42474c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #42474c !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover {
  color: #cccccc !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #a3a3a3 !important;
  color: #ffffff !important;
  color: #a3a3a3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a3a3a3;
  color: #a3a3a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b38b38 !important;
  color: #ffffff !important;
  color: #b38b38 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b38b38;
  color: #b38b38;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b38b38;
  border-color: #b38b38;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b38b38 !important;
  border-color: #b38b38 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b38b38 !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #cccccc !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: #42474c !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #a3a3a3 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b38b38 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #717a83 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d6d6d6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6b87b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #42474c;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b38b38;
}
.mbr-gallery-filter li.active .btn {
  background-color: #42474c;
  border-color: #42474c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #42474c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b5babf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e3e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dcc38f;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #42474c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #42474c;
  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: #42474c;
  border-bottom-color: #42474c;
}
.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: #42474c !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: #4a4c70 !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='%2342474c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s90tG3gW2m .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-s90tG3gW2m .nav-item:focus,
.cid-s90tG3gW2m .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s90tG3gW2m .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s90tG3gW2m .nav-item {
    position: relative;
  }
  .cid-s90tG3gW2m .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #42474c, #4a4c70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s90tG3gW2m .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s90tG3gW2m .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s90tG3gW2m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s90tG3gW2m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s90tG3gW2m .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s90tG3gW2m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s90tG3gW2m .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-s90tG3gW2m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s90tG3gW2m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s90tG3gW2m .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s90tG3gW2m .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #b38b38;
  background: none;
}
.cid-s90tG3gW2m .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #b38b38 !important;
}
.cid-s90tG3gW2m .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s90tG3gW2m .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s90tG3gW2m .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s90tG3gW2m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s90tG3gW2m .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s90tG3gW2m .navbar.collapsed .navbar-collapse.show,
.cid-s90tG3gW2m .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s90tG3gW2m .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s90tG3gW2m .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s90tG3gW2m .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s90tG3gW2m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s90tG3gW2m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s90tG3gW2m .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-s90tG3gW2m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s90tG3gW2m .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s90tG3gW2m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s90tG3gW2m .navbar.collapsed .right-menu,
.cid-s90tG3gW2m .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s90tG3gW2m .navbar .navbar-collapse.show,
  .cid-s90tG3gW2m .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s90tG3gW2m .navbar .navbar-collapse.show .brand-container,
  .cid-s90tG3gW2m .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s90tG3gW2m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s90tG3gW2m .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s90tG3gW2m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s90tG3gW2m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s90tG3gW2m .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-s90tG3gW2m .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s90tG3gW2m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s90tG3gW2m .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s90tG3gW2m .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s90tG3gW2m .navbar .right-menu,
  .cid-s90tG3gW2m .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s90tG3gW2m .navbar.navbar-short {
  min-height: 60px;
}
.cid-s90tG3gW2m .navbar.navbar-short .mbr-overlay {
  background: #b38b38 !important;
}
.cid-s90tG3gW2m .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s90tG3gW2m .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s90tG3gW2m .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s90tG3gW2m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s90tG3gW2m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s90tG3gW2m .dropdown-item.active,
.cid-s90tG3gW2m .dropdown-item:active {
  background-color: transparent;
}
.cid-s90tG3gW2m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s90tG3gW2m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s90tG3gW2m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s90tG3gW2m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b38b38;
}
.cid-s90tG3gW2m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s90tG3gW2m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s90tG3gW2m ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s90tG3gW2m ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s90tG3gW2m .navbar-buttons {
  margin-left: auto;
}
.cid-s90tG3gW2m button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s90tG3gW2m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s90tG3gW2m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s90tG3gW2m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s90tG3gW2m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s90tG3gW2m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s90tG3gW2m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s90tG3gW2m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s90tG3gW2m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s90tG3gW2m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s90tG3gW2m .navbar-dropdown {
  position: fixed;
}
.cid-s90tG3gW2m a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s90tG3gW2m .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s90tG3gW2m .right-menu,
.cid-s90tG3gW2m .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s90tG3gW2m .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s90tG3gW2m .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s90tG3gW2m .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s90tG3gW2m .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s90tG3gW2m .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s90tG3gW2m .card-wrapper {
  z-index: 3;
}
.cid-s90tG3gW2m .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s90tG3gW2m .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s90tG3gW2m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rUTpFBi4e9 {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.cid-rUTpFBi4e9 .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-rUTpFBi4e9 .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-rUTpFBi4e9 .text-element {
  justify-content: center;
  display: flex;
  position: absolute;
}
.cid-rUTpFBi4e9 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.4);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTpFBi4e9 .card-box-2 {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTpFBi4e9 .element-2 {
  font-family: 'Montserrat', sans-serif;
}
.cid-rUTpFBi4e9 .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.cid-rUTpFBi4e9 .image-element .img-wrap {
  width: 100% !important;
}
.cid-rUTpFBi4e9 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rUTpFBi4e9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFBi4e9 .carousel-item.active,
.cid-rUTpFBi4e9 .carousel-item-next,
.cid-rUTpFBi4e9 .carousel-item-prev {
  display: flex;
}
.cid-rUTpFBi4e9 .carousel-controls {
  display: block;
}
.cid-rUTpFBi4e9 .carousel-controls a {
  transition: .3s;
  background-color: transparent;
  border: 2px solid #42474c;
  border-radius: 50%;
}
.cid-rUTpFBi4e9 .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-rUTpFBi4e9 .carousel-controls a:hover {
  background: #42474c;
}
.cid-rUTpFBi4e9 .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-rUTpFBi4e9 .text-content {
  position: absolute;
  z-index: 10;
}
.cid-rUTpFBi4e9 .text-element-3 {
  text-align: center;
}
.cid-rUTpFBi4e9 .mbr-text-3 {
  text-align: center;
}
.cid-rUTpFBi4e9 .mbr-section-subtitle {
  margin-bottom: 1.6rem;
}
.cid-rUTpFBi4e9 .mbr-section-btn {
  margin-top: 1.8rem;
  margin-right: 0rem;
}
.cid-rUTpFBi4e9 .carousel {
  display: flex;
  justify-content: center;
}
.cid-rUTpFBi4e9 .carousel-control-next,
.cid-rUTpFBi4e9 .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
  z-index: 20;
}
.cid-rUTpFBi4e9 .title-2 {
  font-family: 'Montserrat', sans-serif !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFBi4e9 .image-element {
    min-width: 50%;
  }
  .cid-rUTpFBi4e9 .media-container-row {
    width: 100%;
  }
}
.cid-rUTpFBi4e9 .bottom-block {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding-bottom: 1.2rem;
  padding-left: 4.5rem;
}
.cid-rUTpFBi4e9 .text-bottom-2 {
  margin-left: 0.5rem;
}
.cid-rUTpFBi4e9 .text-bottom-3 {
  margin-left: 4rem;
}
.cid-rUTpFBi4e9 .box {
  background-image: url("../../../assets/images/attorney1-1920x1330.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 335px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rUTpFBi4e9 .icon-wrap {
  background-color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  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-rUTpFBi4e9 .icon-wrap span {
  padding-left: 4px;
}
.cid-rUTpFBi4e9 .video-title {
  margin-right: 1.2rem;
}
.cid-rUTpFBi4e9 .mbr-media {
  display: flex;
  align-items: center;
}
.cid-rUTpFBi4e9 .mbr-media span {
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #42474c !important;
}
.cid-rUTpFBi4e9 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rUTpFBi4e9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rUTpFBi4e9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUTpFBi4e9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUTpFBi4e9 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUTpFBi4e9 a.close:hover {
  color: #ffffff;
}
.cid-rUTpFBi4e9 ul {
  padding-left: 0rem;
}
.cid-rUTpFBi4e9 li {
  list-style: none;
}
.cid-rUTpFBi4e9 .sign {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rUTpFBi4e9 .mbr-iconfont {
  transition: 0.3s;
}
.cid-rUTpFBi4e9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFBi4e9 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-rUTpFBi4e9 .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-rUTpFBi4e9 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rUTpFBi4e9 .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rUTpFBi4e9 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rUTpFBi4e9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rUTpFBi4e9 .item-wrap {
  margin-bottom: 14px;
}
.cid-rUTpFBi4e9 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 0 -0.5rem;
}
.cid-rUTpFBi4e9 .wrap {
  height: 760px;
}
@media (max-width: 767px) {
  .cid-rUTpFBi4e9 .bottom-block {
    display: none;
  }
  .cid-rUTpFBi4e9 .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-rUTpFBi4e9 .text-content {
    top: 3rem;
    padding: 0rem;
  }
  .cid-rUTpFBi4e9 .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 14rem !important;
  }
  .cid-rUTpFBi4e9 .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 14rem !important;
  }
}
.cid-rUTpFBi4e9 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTpFBi4e9 .btn-primary-outline:hover {
  color: #cccccc !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFBi4e9 .bottom-block {
    display: none;
  }
  .cid-rUTpFBi4e9 .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-rUTpFBi4e9 .text-content {
    top: 10rem;
  }
  .cid-rUTpFBi4e9 .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 2.5rem !important;
  }
  .cid-rUTpFBi4e9 .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 2.5rem !important;
  }
  .cid-rUTpFBi4e9 .block-wrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFBi4e9 .block-video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .cid-rUTpFBi4e9 .text-content {
    top: 13rem;
  }
  .cid-rUTpFBi4e9 .carousel-control-prev {
    left: auto !important;
    right: 2.5rem !important;
    top: 45% !important;
  }
  .cid-rUTpFBi4e9 .carousel-control-next {
    right: 2.5rem !important;
    top: 52% !important;
  }
  .cid-rUTpFBi4e9 .block-wrap {
    padding: 0;
  }
}
.cid-rUTpFBi4e9 .btn {
  margin-left: 0rem;
}
.cid-rUTpFBi4e9 .icon-left {
  margin-right: 0.1rem;
}
.cid-rUTpFBi4e9 .icon-right {
  margin-left: 0.1rem;
}
.cid-rUTpFBi4e9 .video-title,
.cid-rUTpFBi4e9 .icon-wrap {
  z-index: 10;
}
.cid-rUTpFBi4e9 .col-title3 {
  color: #cdba6d;
}
.cid-rUTpFBi4e9 .col-title5 {
  color: #cdba6d;
}
.cid-rUTpFBi4e9 .col-title4 {
  color: #cdba6d;
}
.cid-rUTpFBi4e9 .mbr-title,
.cid-rUTpFBi4e9 .ornament {
  text-align: left;
}
.cid-rUTpFBi4e9 .mbr-text,
.cid-rUTpFBi4e9 .mbr-section-btn {
  text-align: left;
}
.cid-sa2UteVyXb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sa2UteVyXb .container {
  max-width: 1500px;
}
.cid-sa2UteVyXb .row {
  background: #b38b38;
}
.cid-sa2UteVyXb .img-col {
  padding: 0;
}
.cid-sa2UteVyXb .title-col {
  padding: 4rem 8rem;
}
.cid-sa2UteVyXb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sa2UteVyXb h2 {
  padding: 0;
  margin: 0;
}
.cid-sa2UteVyXb .text-wrap {
  margin: auto;
}
.cid-sa2UteVyXb .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sa2UteVyXb .row {
    margin: 2rem;
  }
  .cid-sa2UteVyXb .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sa2UteVyXb .row {
    margin: 0rem;
  }
  .cid-sa2UteVyXb .title-col {
    padding: 2rem 1rem;
  }
}
.cid-s9lKxUoMYI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s9lKxUoMYI {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cid-s9lKxUoMYI {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.cid-s9lKxUoMYI .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-s9lKxUoMYI .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-s9lKxUoMYI .row {
    padding: 0;
  }
}
.cid-s9lKxUoMYI .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-s9lKxUoMYI .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s9lKxUoMYI .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-s9lKxUoMYI .btn-primary-outline {
  color: #ffffff !important;
}
.cid-s9lKxUoMYI H4 {
  color: #ffffff;
}
.cid-s9lKxUoMYI .mbr-section-title,
.cid-s9lKxUoMYI .mbr-section-btn {
  color: #b38b38;
}
.cid-s9lKxUoMYI .mbr-text,
.cid-s9lKxUoMYI .mbr-section-btn {
  color: #b38b38;
}
.cid-s90klxTqvi {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-7639-2000x1331.jpeg");
}
.cid-s90klxTqvi .container-fluid {
  padding: 0 2rem;
}
.cid-s90klxTqvi .underline .line {
  width: 80px;
  height: 4px;
  background-color: #b38b38;
  display: inline-block;
}
.cid-s90klxTqvi .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-s90klxTqvi .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s90klxTqvi .time-line-date-content {
  margin-right: 2rem;
}
.cid-s90klxTqvi .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-s90klxTqvi .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-s90klxTqvi .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #b38b38;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-s90klxTqvi .separline:before,
.cid-s90klxTqvi .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #b38b38;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-s90klxTqvi .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #b38b38;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-s90klxTqvi .container-fluid {
    padding: 0 1rem;
  }
  .cid-s90klxTqvi .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-s90klxTqvi .separline:before,
  .cid-s90klxTqvi .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-s90klxTqvi .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-s90klxTqvi .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-s90klxTqvi .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-s90klxTqvi .time-line-date-content p {
    float: left !important;
  }
  .cid-s90klxTqvi .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-s90klxTqvi .mbr-section-title,
.cid-s90klxTqvi .underline {
  text-align: center;
  color: #b38b38;
}
.cid-s90klxTqvi .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-s90klxTqvi .mbr-timeline-title {
  color: #333333;
}
.cid-s90klxTqvi .mbr-timeline-text {
  color: #42474c;
}
.cid-sa2AfYczTY {
  padding-top: 90px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sa2AfYczTY .container-fluid {
  padding: 0 3rem;
}
.cid-sa2AfYczTY .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-sa2AfYczTY .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #b38b38;
}
.cid-sa2AfYczTY .table-wrap:hover .table-pricing,
.cid-sa2AfYczTY .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-sa2AfYczTY .table-wrap:hover .table-heading,
.cid-sa2AfYczTY .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-sa2AfYczTY .section-heading {
  margin-bottom: 2rem;
}
.cid-sa2AfYczTY .table-heading {
  margin-bottom: 2em;
}
.cid-sa2AfYczTY .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-sa2AfYczTY .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #42474c, #4a4c70);
  display: inline-block;
}
.cid-sa2AfYczTY ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-sa2AfYczTY ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sa2AfYczTY ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-sa2AfYczTY hr {
  display: none;
  background: #efefef;
}
.cid-sa2AfYczTY hr {
  display: block;
}
.cid-sa2AfYczTY .table-heading,
.cid-sa2AfYczTY .table-pricing,
.cid-sa2AfYczTY .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-sa2AfYczTY .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-sa2AfYczTY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sa2AfYczTY .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-sa2AfYczTY .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sa2AfYczTY .container-fluid {
    padding: 0 0rem;
  }
}
.cid-sa2AfYczTY .table-pricing,
.cid-sa2AfYczTY .table-icon {
  color: #b38b38;
}
.cid-sa1GP4Kflc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sa1GP4Kflc .mbri-left:before {
  content: "\f053";
}
.cid-sa1GP4Kflc .mbri-right:before {
  content: "\f054";
}
.cid-sa1GP4Kflc .carousel-control-next,
.cid-sa1GP4Kflc .carousel-control-prev {
  color: #000000;
}
.cid-sa1GP4Kflc .title-block {
  justify-content: space-between;
}
.cid-sa1GP4Kflc .carousel-control {
  background: transparent !important;
  border: 2px solid #000000;
  opacity: 1 !important;
  transition: 0.3s;
}
.cid-sa1GP4Kflc .carousel-control:hover {
  background-color: #000000 !important;
  border: 2px solid #000000 !important;
  color: #ffffff !important;
}
.cid-sa1GP4Kflc .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sa1GP4Kflc .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sa1GP4Kflc .carousel-item .wrap-img {
  text-align: center;
}
.cid-sa1GP4Kflc .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sa1GP4Kflc .carousel-controls .carousel-control {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.cid-sa1GP4Kflc .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
  left: auto;
}
.cid-sa1GP4Kflc .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sa1GP4Kflc .cloneditem-1,
.cid-sa1GP4Kflc .cloneditem-2,
.cid-sa1GP4Kflc .cloneditem-3,
.cid-sa1GP4Kflc .cloneditem-4 {
  display: none;
}
.cid-sa1GP4Kflc .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-sa1GP4Kflc .container {
  margin-bottom: 2.7rem;
}
.cid-sa1GP4Kflc .controls-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sa1GP4Kflc .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sa1GP4Kflc .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sa1GP4Kflc .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sa1GP4Kflc .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sa1GP4Kflc .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sa1GP4Kflc .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides2 .cloneditem-1,
  .cid-sa1GP4Kflc .carousel-inner.slides2 .cloneditem-2,
  .cid-sa1GP4Kflc .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sa1GP4Kflc .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sa1GP4Kflc .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sa1GP4Kflc .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sa1GP4Kflc .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sa1GP4Kflc .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides3 .cloneditem-1,
  .cid-sa1GP4Kflc .carousel-inner.slides3 .cloneditem-2,
  .cid-sa1GP4Kflc .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sa1GP4Kflc .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sa1GP4Kflc .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sa1GP4Kflc .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sa1GP4Kflc .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sa1GP4Kflc .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides4 .cloneditem-1,
  .cid-sa1GP4Kflc .carousel-inner.slides4 .cloneditem-2,
  .cid-sa1GP4Kflc .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sa1GP4Kflc .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sa1GP4Kflc .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sa1GP4Kflc .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sa1GP4Kflc .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sa1GP4Kflc .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides5 .cloneditem-1,
  .cid-sa1GP4Kflc .carousel-inner.slides5 .cloneditem-2,
  .cid-sa1GP4Kflc .carousel-inner.slides5 .cloneditem-3,
  .cid-sa1GP4Kflc .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sa1GP4Kflc .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sa1GP4Kflc .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sa1GP4Kflc .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sa1GP4Kflc .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sa1GP4Kflc .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sa1GP4Kflc .carousel-inner.slides6 .cloneditem-1,
  .cid-sa1GP4Kflc .carousel-inner.slides6 .cloneditem-2,
  .cid-sa1GP4Kflc .carousel-inner.slides6 .cloneditem-3,
  .cid-sa1GP4Kflc .carousel-inner.slides6 .cloneditem-4,
  .cid-sa1GP4Kflc .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sa1GP4Kflc .mbr-section-subtitle {
  font-weight: 700;
}
.cid-sa1GP4Kflc .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sa1GP4Kflc .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-sa1GP4Kflc .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-sa1GP4Kflc .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-sa1GP4Kflc .mbr-iconfont-2 {
  color: #ffffff !important;
}
.cid-sa1GP4Kflc .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-sa1GP4Kflc .soc-item span {
  font-size: 1rem;
}
.cid-sa1GP4Kflc .soc-item-1 {
  transition: 0.3s;
}
.cid-sa1GP4Kflc .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-sa1GP4Kflc .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sa1GP4Kflc .col-lg-2 {
    padding: 0rem;
  }
  .cid-sa1GP4Kflc .title-block {
    margin: 0;
  }
  .cid-sa1GP4Kflc .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sa1GP4Kflc .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-sa1GP4Kflc .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sa1GP4Kflc .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sa1GP4Kflc .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 5%;
  }
}
.cid-sa1GP4Kflc .col-lg-2 {
  padding: 0rem;
}
.cid-sa1GP4Kflc .col-md-12 {
  padding: 0rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sa1GP4Kflc .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-sa1GP4Kflc .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 21%;
  }
}
.cid-sa1GP4Kflc .container-fluid {
  padding: 0;
}
.cid-sa1GP4Kflc .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-sa1GP4Kflc .row {
    padding: 0 1rem;
  }
}
.cid-sa1GP4Kflc .icon-left {
  margin-right: 0.1rem;
}
.cid-sa1GP4Kflc .icon-right {
  margin-left: 0.1rem;
}
.cid-sa1GP4Kflc H3 {
  color: #b38b38;
}
.cid-s90j9sZUeP {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s90j9sZUeP .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s90j9sZUeP .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s90j9sZUeP .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s90j9sZUeP .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-s90j9sZUeP .process-icon,
.cid-s90j9sZUeP .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-s90j9sZUeP .wrapper,
.cid-s90j9sZUeP .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-s90j9sZUeP .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #555555;
  opacity: .4;
}
.cid-s90j9sZUeP .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-s90j9sZUeP .icon-container a {
  display: inherit;
}
.cid-s90j9sZUeP .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #b38b38 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-s90j9sZUeP .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-s90j9sZUeP .icon-main:hover .icon-wrapper {
  background-color: #b38b38 !important;
}
.cid-s90j9sZUeP .icon-main:hover .icon-number {
  background-color: #555555 !important;
  color: #ffffff !important;
}
.cid-s90j9sZUeP .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-s90j9sZUeP .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-s90j9sZUeP .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-s90j9sZUeP .third-elem .wrapper:before {
    display: none;
  }
}
.cid-s90j9sZUeP .mbr-section-title {
  margin: 0;
}
.cid-s90j9sZUeP .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-s90j9sZUeP .mbr-section-title,
.cid-s90j9sZUeP .underline {
  color: #b38b38;
}
.cid-sa30xJRBKZ {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sa30xJRBKZ {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.cid-sa30xJRBKZ .text {
  padding: 0;
}
.cid-sa30xJRBKZ section {
  position: relative;
}
.cid-sa30xJRBKZ h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sa30xJRBKZ .mbr-iconfont {
  padding: 0!important;
}
.cid-sa30xJRBKZ .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: #efefef;
}
.cid-sa30xJRBKZ .box {
  background-image: url("../../../assets/images/img-7661-1080x719.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sa30xJRBKZ .icon-wrap {
  background-color: #b38b38 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sa30xJRBKZ .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sa30xJRBKZ .icon-wrap span {
  padding-left: 8px;
}
.cid-sa30xJRBKZ .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sa30xJRBKZ .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-sa30xJRBKZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sa30xJRBKZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sa30xJRBKZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sa30xJRBKZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sa30xJRBKZ a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sa30xJRBKZ {
    padding-top: 14px;
    padding-bottom: 35px;
  }
  .cid-sa30xJRBKZ .box {
    height: 250px;
  }
  .cid-sa30xJRBKZ .row {
    padding: 1rem!important;
  }
}
.cid-sa30xJRBKZ H2 {
  color: #b38b38;
}
.cid-sa2TTyKtdP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sa2TTyKtdP .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-sa2TTyKtdP .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sa2TTyKtdP .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #b38b38;
  opacity: .25;
}
.cid-sa2TTyKtdP .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sa2TTyKtdP .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sa2TTyKtdP .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sa2TTyKtdP .inner-container {
    width: 100% !important;
  }
  .cid-sa2TTyKtdP .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-s9Ebo5rXCs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9Ebo5rXCs .mbr-text {
  color: #777777;
  margin-top: 1rem;
}
.cid-s9Ebo5rXCs .mbr-section-subtitle {
  margin-bottom: 0rem;
  line-height: 0.8;
  color: #b38b38;
}
.cid-s9Ebo5rXCs .mbr-section-title {
  color: #333333;
}
.cid-s9Ebo5rXCs .mbr-section-btn {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .cid-s9Ebo5rXCs .mbr-section-subtitle {
    font-size: 106px;
  }
}
.cid-s9mV4A3gv4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s9mV4A3gv4 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s9mV4A3gv4 .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s9mV4A3gv4 .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9mV4A3gv4 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s9mV4A3gv4 .text-element {
  padding: 1rem;
}
.cid-s9mV4A3gv4 .main,
.cid-s9mV4A3gv4 .main-reverse {
  background: #b38b38;
}
@media (max-width: 991px) {
  .cid-s9mV4A3gv4 .main:first-child {
    padding-top: 1rem;
  }
  .cid-s9mV4A3gv4 .image-element,
  .cid-s9mV4A3gv4 .text-element {
    margin-bottom: 1rem;
  }
  .cid-s9mV4A3gv4 .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-s9mV4A3gv4 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-s9mV4A3gv4 .image-element,
  .cid-s9mV4A3gv4 .text-element {
    margin-bottom: 0;
  }
  .cid-s9mV4A3gv4 .main:first-child {
    padding-top: 0;
  }
}
.cid-s9mV4A3gv4 .mbr-title,
.cid-s9mV4A3gv4 .underline {
  color: #ffffff;
}
.cid-s9mV4A3gv4 .mbr-text {
  color: #ffffff;
}
.cid-s9mV4A3gv4 .mbr-price-value {
  color: #ffffff;
}
.cid-rUTpIakqPn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-rUTpIakqPn .mbri-left:before {
  content: "\f053" !important;
}
.cid-rUTpIakqPn .mbri-right:before {
  content: "\f054" !important;
}
.cid-rUTpIakqPn .carousel-control-next,
.cid-rUTpIakqPn .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-rUTpIakqPn .profession {
  display: inline;
  font-weight: 700;
  color: #555555;
}
.cid-rUTpIakqPn .author {
  display: inline;
  margin: auto 0;
  font-weight: 700;
  color: #555555;
}
.cid-rUTpIakqPn .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cid-rUTpIakqPn .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rUTpIakqPn .carousel-item.active,
.cid-rUTpIakqPn .carousel-item-next,
.cid-rUTpIakqPn .carousel-item-prev {
  display: flex;
}
.cid-rUTpIakqPn .mbr-section-subtitle {
  margin-bottom: 0.8rem;
  color: #cdba6d;
  font-weight: 700;
}
.cid-rUTpIakqPn .testimonials-slider__icon {
  font-size: 150px;
  width: 100px;
  color: #42474c;
  font-weight: 700;
  display: inline-block;
}
.cid-rUTpIakqPn .line::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #b38b38;
  vertical-align: middle;
  margin-right: 20px;
}
.cid-rUTpIakqPn .carousel-controls a {
  transition: .3s;
  border: 2px solid #42474c;
  border-radius: 50%;
}
.cid-rUTpIakqPn .carousel-controls a span {
  font-size: 1rem !important;
  color: #42474c;
}
.cid-rUTpIakqPn .carousel-controls a:hover {
  background-color: #42474c;
  border-color: #42474c;
}
.cid-rUTpIakqPn .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-rUTpIakqPn .mbr-section-title {
  margin-bottom: 3.2rem;
}
.cid-rUTpIakqPn .mbr-text {
  margin-bottom: 2.4rem;
}
.cid-rUTpIakqPn .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rUTpIakqPn h3,
.cid-rUTpIakqPn h4 {
  margin: 0;
  padding: 0;
}
.cid-rUTpIakqPn .block-bottom {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-rUTpIakqPn .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-rUTpIakqPn .carousel-control-next {
    left: 4.3rem;
  }
  .cid-rUTpIakqPn .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-rUTpIakqPn .testimonials-slider__icon {
    display: none;
  }
  .cid-rUTpIakqPn .carousel-controls a {
    top: 7rem;
    bottom: auto;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpIakqPn .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-rUTpIakqPn .carousel-control-next {
    left: 4.3rem;
  }
  .cid-rUTpIakqPn .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-rUTpIakqPn .testimonials-slider__icon {
    line-height: 80px;
    font-size: 100px;
    margin-right: 1rem;
  }
  .cid-rUTpIakqPn .carousel-controls a {
    top: 9rem;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .cid-rUTpIakqPn .wrapper-block {
    display: flex;
  }
  .cid-rUTpIakqPn .carousel-control-next {
    right: 2.2rem;
  }
  .cid-rUTpIakqPn .carousel-control-prev {
    position: absolute;
    right: 5.7rem !important;
    left: auto;
  }
  .cid-rUTpIakqPn .testimonials-slider__icon {
    line-height: 105px;
    margin-right: 2rem;
  }
  .cid-rUTpIakqPn .carousel-controls a {
    top: 3.5rem;
    bottom: auto;
  }
}
.cid-rUTpIakqPn .icon-left {
  margin-right: 0.1rem;
}
.cid-rUTpIakqPn .icon-right {
  margin-left: 0.1rem;
}
.cid-rUTpIakqPn H1 {
  color: #303030;
}
.cid-rUTpIakqPn .mbr-text,
.cid-rUTpIakqPn .mbr-section-btn {
  color: #555555;
}
.cid-s90kZvVEef {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s90kZvVEef .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-s90kZvVEef input,
.cid-s90kZvVEef textarea {
  font-size: 14px;
}
.cid-s90kZvVEef input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-s90kZvVEef textarea {
  padding: 1rem 1.8rem!important;
  border-radius: 30px;
  min-height: 160px!important;
}
.cid-s90kZvVEef .form-group {
  margin-bottom: 1.3rem;
}
.cid-s90kZvVEef .block-title {
  margin-bottom: 0.7rem;
}
.cid-s90kZvVEef .form-control:hover,
.cid-s90kZvVEef .form-control:focus {
  color: #ffffff !important;
}
.cid-s90kZvVEef .mbr-section-subtitle {
  font-weight: 700;
}
.cid-s90kZvVEef img {
  width: 90%;
  border-radius: 8px;
}
.cid-s90kZvVEef .btn {
  border-radius: 30px;
}
.cid-s90kZvVEef .form-control,
.cid-s90kZvVEef .field-input {
  padding: 0.5rem;
  background-color: #b38b38;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s90kZvVEef .form-control:hover,
.cid-s90kZvVEef .field-input:hover {
  background-color: #efefef;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s90kZvVEef .form-control:focus,
.cid-s90kZvVEef .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s90kZvVEef input::-webkit-input-placeholder,
.cid-s90kZvVEef textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s90kZvVEef input:-moz-placeholder,
.cid-s90kZvVEef textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-s90kZvVEef .jq-selectbox li,
.cid-s90kZvVEef .jq-selectbox li {
  background-color: #b38b38;
  color: #000000;
}
.cid-s90kZvVEef .jq-selectbox li:hover,
.cid-s90kZvVEef .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-s90kZvVEef .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #b38b38;
}
.cid-s90kZvVEef .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efefef;
}
@media (max-width: 992px) {
  .cid-s90kZvVEef img {
    width: 100%;
  }
  .cid-s90kZvVEef .google-map {
    margin-bottom: 2rem;
  }
}
.cid-s90kZvVEef .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
  padding-right: 0.5rem;
}
.cid-s90kZvVEef .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s90kZvVEef .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s90kZvVEef .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s90kZvVEef .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-s90kZvVEef .col-auto {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s90kZvVEef .mbr-form {
    margin-top: 2rem;
  }
  .cid-s90kZvVEef .btn {
    width: 100%;
  }
}
@media (min-width: 776px) and (max-width: 992px) {
  .cid-s90kZvVEef .mbr-form {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-s90kZvVEef .form-row > [class*=col-] {
    padding: 0 1rem;
  }
}
.cid-s90kZvVEef H5 {
  color: #b38b38;
}
.cid-s90kMZLl0a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-s90kMZLl0a a:link {
  text-decoration: none;
}
.cid-s90kMZLl0a .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s90kMZLl0a .icon-transition span:hover {
  background-color: #b38b38;
}
.cid-s90kMZLl0a .inner-text {
  line-height: 3em;
}
.cid-s90kMZLl0a .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s90kMZLl0a .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s90kMZLl0a .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s90kMZLl0a .content-text,
.cid-s90kMZLl0a .inner-text {
  color: #c1c1c1;
}
