body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', 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: 'Quicksand', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Quicksand', 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: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: #c4bc3b !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #f92214 !important;
}
.bg-danger {
  background-color: #ff8f00 !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: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !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: #c4bc3b !important;
  border-color: #c4bc3b !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #898429 !important;
  border-color: #898429 !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: #f92214 !important;
  border-color: #f92214 !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #bc1005 !important;
  border-color: #bc1005 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #bc1005 !important;
  border-color: #bc1005 !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: #ff8f00 !important;
  border-color: #ff8f00 !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #b36400 !important;
  border-color: #b36400 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #b36400 !important;
  border-color: #b36400 !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 #c4bc3b !important;
  color: #ffffff !important;
  color: #c4bc3b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c4bc3b;
  color: #c4bc3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c4bc3b;
  border-color: #c4bc3b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #c4bc3b !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #f92214 !important;
  color: #ffffff !important;
  color: #f92214 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #f92214;
  color: #f92214;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f92214;
  border-color: #f92214;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f92214 !important;
  border-color: #f92214 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #f92214 !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #ff8f00 !important;
  color: #ffffff !important;
  color: #ff8f00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff8f00;
  color: #ff8f00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff8f00;
  border-color: #ff8f00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8f00 !important;
  border-color: #ff8f00 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #ff8f00 !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: #c4bc3b !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #f92214 !important;
}
.text-danger {
  color: #ff8f00 !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: #dcd789 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fc8077 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffbc66 !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: #f92214;
}
.alert-danger {
  background-color: #ff8f00;
}
.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: #e2dd9d;
}
.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: #fedddb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe9cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', 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-rUTpFezVg4 .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-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #cccccc !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-sgD2YEq5Zb {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgD2YEq5Zb {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .cid-sgD2YEq5Zb .box {
    margin-top: 2.5rem;
  }
}
.cid-sgD2YEq5Zb .box {
  background-image: url("../../../assets/images/capture11-752x421.png");
  background-size: cover;
  background-position: center;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 3px 20px 0px rgba(25, 0, 7, 0.25);
}
.cid-sgD2YEq5Zb .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-sgD2YEq5Zb .icon-wrap span {
  padding-left: 8px;
}
.cid-sgD2YEq5Zb .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sgD2YEq5Zb .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-sgD2YEq5Zb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sgD2YEq5Zb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sgD2YEq5Zb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sgD2YEq5Zb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sgD2YEq5Zb a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sgD2YEq5Zb {
    padding-top: 35px;
    padding-bottom: 21px;
  }
  .cid-sgD2YEq5Zb .box {
    height: 250px;
  }
}
.cid-sgD2YEq5Zb .mbr-text {
  color: #747474;
  margin-bottom: 2rem;
}
.cid-sgD2YEq5Zb .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sgD2YEq5Zb .left-block {
  padding-right: 4rem;
}
@media (min-width: 767px) {
  .cid-sgD2YEq5Zb .row {
    padding: 0 1rem;
  }
}
.cid-sgD2YEq5Zb .btn {
  margin-left: 0rem;
}
.cid-sgD2YEq5Zb H1 {
  text-align: center;
}
.cid-sgD2YEq5Zb .mbr-text,
.cid-sgD2YEq5Zb .mbr-section-btn {
  color: #000000;
}
.cid-sg9ylHeQzK {
  padding-top: 180px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sg9ylHeQzK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-sg9ylHeQzK .container {
  max-width: 1400px;
  padding: 0 3rem;
}
.cid-sg9ylHeQzK textarea {
  min-height: 150px;
}
.cid-sg9ylHeQzK .row2 {
  justify-content: space-between;
  border: 2px solid #000000;
  padding: 3rem;
}
.cid-sg9ylHeQzK h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sg9ylHeQzK h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sg9ylHeQzK form .btn {
  border-radius: 30px;
  margin: 0.18rem;
}
.cid-sg9ylHeQzK .form-control,
.cid-sg9ylHeQzK .field-input {
  padding: 1rem;
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sg9ylHeQzK .form-control::-webkit-input-placeholder,
.cid-sg9ylHeQzK .field-input::-webkit-input-placeholder,
.cid-sg9ylHeQzK .form-control::-webkit-input-placeholder,
.cid-sg9ylHeQzK .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-sg9ylHeQzK .form-control:-moz-placeholder,
.cid-sg9ylHeQzK .field-input:-moz-placeholder,
.cid-sg9ylHeQzK .form-control:-moz-placeholder,
.cid-sg9ylHeQzK .field-input:-moz-placeholder {
  color: #000000;
}
.cid-sg9ylHeQzK .form-control:hover,
.cid-sg9ylHeQzK .field-input:hover,
.cid-sg9ylHeQzK .form-control:focus,
.cid-sg9ylHeQzK .field-input:focus {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sg9ylHeQzK .form-control:hover::-webkit-input-placeholder,
.cid-sg9ylHeQzK .field-input:hover::-webkit-input-placeholder,
.cid-sg9ylHeQzK .form-control:focus::-webkit-input-placeholder,
.cid-sg9ylHeQzK .field-input:focus::-webkit-input-placeholder,
.cid-sg9ylHeQzK .form-control:hover::-webkit-input-placeholder,
.cid-sg9ylHeQzK .field-input:hover::-webkit-input-placeholder,
.cid-sg9ylHeQzK .form-control:focus::-webkit-input-placeholder,
.cid-sg9ylHeQzK .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-sg9ylHeQzK .form-control:hover:-moz-placeholder,
.cid-sg9ylHeQzK .field-input:hover:-moz-placeholder,
.cid-sg9ylHeQzK .form-control:focus:-moz-placeholder,
.cid-sg9ylHeQzK .field-input:focus:-moz-placeholder,
.cid-sg9ylHeQzK .form-control:hover:-moz-placeholder,
.cid-sg9ylHeQzK .field-input:hover:-moz-placeholder,
.cid-sg9ylHeQzK .form-control:focus:-moz-placeholder,
.cid-sg9ylHeQzK .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-sg9ylHeQzK .jq-number__spin:hover,
.cid-sg9ylHeQzK .jq-number__spin:focus {
  background-color: transparent;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sg9ylHeQzK .jq-number__spin {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sg9ylHeQzK input::-webkit-clear-button {
  display: none;
}
.cid-sg9ylHeQzK input::-webkit-inner-spin-button {
  display: none;
}
.cid-sg9ylHeQzK input::-webkit-outer-spin-button {
  display: none;
}
.cid-sg9ylHeQzK input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sg9ylHeQzK .container {
    padding: 0 2rem;
  }
  .cid-sg9ylHeQzK .row2 {
    padding: 1rem 0;
  }
}
.cid-sg9ylHeQzK H2 {
  color: #000000;
  text-align: center;
}
.cid-sg9ylHeQzK .mbr-text,
.cid-sg9ylHeQzK .mbr-section-btn {
  color: #000000;
}
.cid-sgCPDxkETv {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #777777;
  position: relative;
  overflow: hidden;
}
.cid-sgCPDxkETv a {
  transition: 0.3s;
}
.cid-sgCPDxkETv h5 {
  margin-bottom: 1.6rem;
}
.cid-sgCPDxkETv .card-img2 span {
  padding-top: 6px;
}
.cid-sgCPDxkETv .soc-item a {
  padding-top: 5px;
}
.cid-sgCPDxkETv .mbr-iconfont {
  color: #ff8f00 !important;
  transition: 0.3s;
}
.cid-sgCPDxkETv .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-sgCPDxkETv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgCPDxkETv .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-sgCPDxkETv .soc-item span {
  font-size: 1rem;
}
.cid-sgCPDxkETv .soc-item:hover span {
  color: #42474c !important;
}
.cid-sgCPDxkETv .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-sgCPDxkETv .item h4 {
  margin: 0;
}
.cid-sgCPDxkETv .media-wrap {
  margin-bottom: 1rem;
}
.cid-sgCPDxkETv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgCPDxkETv img {
  width: 80%;
}
.cid-sgCPDxkETv .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-sgCPDxkETv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sgCPDxkETv .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-sgCPDxkETv .container {
  padding: 0;
}
.cid-sgCPDxkETv .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-sgCPDxkETv foot-menu-item {
  color: #ffffff;
}
.cid-sgCPDxkETv .item-title {
  color: #ffffff;
}
.cid-sgCPDxkETv .text2 {
  color: #ffffff;
}
.cid-sgCPDxkETv .title {
  color: #ff8f00;
}
.cid-rYCONVSrKS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rYCONVSrKS .media-container-row {
  align-items: center;
}
.cid-rYCONVSrKS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rYCONVSrKS .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rYCONVSrKS .foot-menu-item {
  transform: 0.2s;
}
.cid-rYCONVSrKS .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: center;
  }
  .cid-rYCONVSrKS .mbr-text {
    text-align: center;
  }
  .cid-rYCONVSrKS .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rYCONVSrKS .link:hover {
  text-decoration: underline;
}
.cid-rYCONVSrKS .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #ff8f00;
}
.cid-rYCONVSrKS .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rYCONVSrKS .container {
    padding: 0;
  }
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #cccccc !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-rYBh9sSf9G {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #c1f7d5;
}
.cid-rYBh9sSf9G .background-white {
  display: block !important;
}
.cid-rYBh9sSf9G .background-white {
  display: none;
  position: absolute;
  height: 30%;
  width: 100%;
  bottom: 0;
  z-index: 0;
  background-color: #ffffff;
}
.cid-rYBh9sSf9G img {
  position: relative;
  width: 65%;
  pointer-events: all;
  filter: grayscale(1);
  z-index: 10;
}
.cid-rYBh9sSf9G .img1 {
  text-align: left;
  position: absolute;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}
.cid-rYBh9sSf9G .img2 {
  position: absolute;
  width: 60%;
  text-align: right;
  pointer-events: none;
}
.cid-rYBh9sSf9G .img3 {
  position: absolute;
  width: 60%;
  pointer-events: none;
}
.cid-rYBh9sSf9G .img4 {
  position: absolute;
  text-align: right;
  width: 60%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cid-rYBh9sSf9G .img1 {
    right: -1rem;
    top: 0rem;
  }
  .cid-rYBh9sSf9G .img2 {
    top: 3rem;
    right: 1rem;
  }
  .cid-rYBh9sSf9G .img3 {
    bottom: 2rem;
    left: 3rem;
  }
  .cid-rYBh9sSf9G .img4 {
    bottom: 3rem;
    right: 4rem;
  }
  .cid-rYBh9sSf9G .item {
    height: 300px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rYBh9sSf9G .img1 {
    right: 0rem;
    top: 0rem;
  }
  .cid-rYBh9sSf9G .img2 {
    top: 3rem;
    right: 0rem;
  }
  .cid-rYBh9sSf9G .img3 {
    bottom: 0rem;
    left: 6.2rem;
  }
  .cid-rYBh9sSf9G .img4 {
    bottom: 2rem;
    right: 10rem;
  }
  .cid-rYBh9sSf9G .item {
    height: 600px;
  }
  .cid-rYBh9sSf9G .row {
    margin: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-rYBh9sSf9G .img1 {
    right: 0rem;
    top: 0rem;
  }
  .cid-rYBh9sSf9G .img2 {
    top: 3rem;
    right: 0rem;
  }
  .cid-rYBh9sSf9G .img3 {
    bottom: 0rem;
    left: 6.2rem;
  }
  .cid-rYBh9sSf9G .img4 {
    bottom: 3rem;
    right: 10rem;
  }
  .cid-rYBh9sSf9G .item {
    height: 800px;
  }
  .cid-rYBh9sSf9G .row {
    margin: 0rem;
  }
}
@media (min-width: 1200px) {
  .cid-rYBh9sSf9G .img1 {
    right: 0rem;
    top: 0rem;
  }
  .cid-rYBh9sSf9G .img2 {
    top: 3rem;
    right: 0rem;
  }
  .cid-rYBh9sSf9G .img3 {
    bottom: 4rem;
    left: 6.2rem;
  }
  .cid-rYBh9sSf9G .img4 {
    bottom: 10rem;
    right: 10rem;
  }
  .cid-rYBh9sSf9G .item {
    height: 1000px;
  }
  .cid-rYBh9sSf9G .row {
    margin: 0rem;
  }
}
.cid-rYBEnitkP0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYBEnitkP0 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-rYBEnitkP0 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-rYBEnitkP0 H2 {
  color: #303030;
}
.cid-rYBhp5LHf4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYBhp5LHf4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rYBhp5LHf4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYBhp5LHf4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYBhp5LHf4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYBhp5LHf4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYBhp5LHf4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-rYBhp5LHf4 .icon-focus,
.cid-rYBhp5LHf4 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rYBhp5LHf4 .icon-focus:before,
.cid-rYBhp5LHf4 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYBhp5LHf4 .icon-video {
  font-size: 1.5rem !important;
}
.cid-rYBhp5LHf4 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rYBhp5LHf4 ul {
  font-size: 0;
}
.cid-rYBhp5LHf4 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-rYBhp5LHf4 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-rYBhp5LHf4 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-rYBhp5LHf4 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-rYBhp5LHf4 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-rYBhp5LHf4 .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-rYBhp5LHf4 .mbr-gallery-filter ul li.active .btn.active:after,
.cid-rYBhp5LHf4 .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #e96188;
}
.cid-rYBhp5LHf4 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-rYBhp5LHf4 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-rYBhp5LHf4 .mbr-gallery-filter ul li:first-child,
.cid-rYBhp5LHf4 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-rYBhp5LHf4 .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #e96188;
}
.cid-rYBhp5LHf4 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-rYBhp5LHf4 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-rYBybxyLpT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYBybxyLpT .mbr-section-subtitle {
  color: #767676;
}
.cid-rYBybxyLpT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYBybxyLpT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYBybxyLpT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYBybxyLpT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYBybxyLpT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-rYBybxyLpT .icon-focus,
.cid-rYBybxyLpT .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rYBybxyLpT .icon-focus:before,
.cid-rYBybxyLpT .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYBybxyLpT .icon-video {
  font-size: 1.5rem !important;
}
.cid-rYBybxyLpT .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rYBybxyLpT ul {
  font-size: 0;
}
.cid-rYBybxyLpT .mbr-gallery-filter ul {
  text-align: left;
}
.cid-rYBybxyLpT .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-rYBybxyLpT .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-rYBybxyLpT .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-rYBybxyLpT .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-rYBybxyLpT .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-rYBybxyLpT .mbr-gallery-filter ul li.active .btn.active:after,
.cid-rYBybxyLpT .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #e96188;
}
.cid-rYBybxyLpT .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-rYBybxyLpT .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-rYBybxyLpT .mbr-gallery-filter ul li:first-child,
.cid-rYBybxyLpT .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-rYBybxyLpT .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #e96188;
}
.cid-rYBybxyLpT .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-rYBybxyLpT .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sgCPSSAPPx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #42474c;
  position: relative;
  overflow: hidden;
}
.cid-sgCPSSAPPx a {
  transition: 0.3s;
}
.cid-sgCPSSAPPx h5 {
  margin-bottom: 1.6rem;
}
.cid-sgCPSSAPPx .card-img2 span {
  padding-top: 6px;
}
.cid-sgCPSSAPPx .soc-item a {
  padding-top: 5px;
}
.cid-sgCPSSAPPx .mbr-iconfont {
  color: #ff8f00 !important;
  transition: 0.3s;
}
.cid-sgCPSSAPPx .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-sgCPSSAPPx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgCPSSAPPx .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-sgCPSSAPPx .soc-item span {
  font-size: 1rem;
}
.cid-sgCPSSAPPx .soc-item:hover span {
  color: #42474c !important;
}
.cid-sgCPSSAPPx .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-sgCPSSAPPx .item h4 {
  margin: 0;
}
.cid-sgCPSSAPPx .media-wrap {
  margin-bottom: 1rem;
}
.cid-sgCPSSAPPx .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgCPSSAPPx img {
  width: 80%;
}
.cid-sgCPSSAPPx .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-sgCPSSAPPx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sgCPSSAPPx .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-sgCPSSAPPx .container {
  padding: 0;
}
.cid-sgCPSSAPPx .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-sgCPSSAPPx foot-menu-item {
  color: #ffffff;
}
.cid-sgCPSSAPPx .item-title {
  color: #ffffff;
}
.cid-sgCPSSAPPx .text2 {
  color: #ffffff;
}
.cid-sgCPSSAPPx .title {
  color: #ff8f00;
}
.cid-rYCONVSrKS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rYCONVSrKS .media-container-row {
  align-items: center;
}
.cid-rYCONVSrKS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rYCONVSrKS .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rYCONVSrKS .foot-menu-item {
  transform: 0.2s;
}
.cid-rYCONVSrKS .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: center;
  }
  .cid-rYCONVSrKS .mbr-text {
    text-align: center;
  }
  .cid-rYCONVSrKS .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rYCONVSrKS .link:hover {
  text-decoration: underline;
}
.cid-rYCONVSrKS .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #ff8f00;
}
.cid-rYCONVSrKS .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rYCONVSrKS .container {
    padding: 0;
  }
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #cccccc !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-rYZxcrlMZ0 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/newsbanner-1600x626.jpg");
}
.cid-rYZxcrlMZ0 .mbr-section-title {
  text-align: left;
}
.cid-rYZxcrlMZ0 .mbr-text,
.cid-rYZxcrlMZ0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-rYZxcrlMZ0 .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-rYZzCu3vaV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYZzCu3vaV .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rYZzCu3vaV .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-rYZzCu3vaV .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-rYZzCu3vaV .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rYZzCu3vaV .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-rYZzCu3vaV .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-rYZzCu3vaV .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-rYZzCu3vaV .content-box {
  display: flex;
}
.cid-rYZzCu3vaV .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rYZzCu3vaV .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rYZzCu3vaV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rYZzCu3vaV .rev,
.cid-rYZzCu3vaV .mbr-iconfont {
  display: inline-block;
}
.cid-rYZzCu3vaV .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rYZzCu3vaV .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rYZzCu3vaV .card-box {
  padding: 1rem;
}
.cid-rYZzCu3vaV .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rYZzCu3vaV .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rYZzCu3vaV .mbr-section-title,
.cid-rYZzCu3vaV .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rYZzCu3vaV .rev {
  text-align: left;
}
.cid-rYZzCu3vaV .card-text,
.cid-rYZzCu3vaV .mbr-section-btn,
.cid-rYZzCu3vaV .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-rYZzCu3vaV .rev i {
  color: #0a1c44;
}
.cid-rYZzCu3vaV .date {
  text-align: center;
  color: #ffffff;
}
.cid-rYZzCu3vaV .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-rYZzCu3vaV .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rYZzCu3vaV .img-hover {
    opacity: 0.5;
  }
  .cid-rYZzCu3vaV .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sgCRmml6hT {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #42474c;
  position: relative;
  overflow: hidden;
}
.cid-sgCRmml6hT a {
  transition: 0.3s;
}
.cid-sgCRmml6hT h5 {
  margin-bottom: 1.6rem;
}
.cid-sgCRmml6hT .card-img2 span {
  padding-top: 6px;
}
.cid-sgCRmml6hT .soc-item a {
  padding-top: 5px;
}
.cid-sgCRmml6hT .mbr-iconfont {
  color: #ff8f00 !important;
  transition: 0.3s;
}
.cid-sgCRmml6hT .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-sgCRmml6hT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgCRmml6hT .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-sgCRmml6hT .soc-item span {
  font-size: 1rem;
}
.cid-sgCRmml6hT .soc-item:hover span {
  color: #42474c !important;
}
.cid-sgCRmml6hT .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-sgCRmml6hT .item h4 {
  margin: 0;
}
.cid-sgCRmml6hT .media-wrap {
  margin-bottom: 1rem;
}
.cid-sgCRmml6hT .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgCRmml6hT img {
  width: 80%;
}
.cid-sgCRmml6hT .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-sgCRmml6hT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sgCRmml6hT .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-sgCRmml6hT .container {
  padding: 0;
}
.cid-sgCRmml6hT .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-sgCRmml6hT foot-menu-item {
  color: #ffffff;
}
.cid-sgCRmml6hT .item-title {
  color: #ffffff;
}
.cid-sgCRmml6hT .text2 {
  color: #ffffff;
}
.cid-sgCRmml6hT .title {
  color: #ff8f00;
}
.cid-rYCONVSrKS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rYCONVSrKS .media-container-row {
  align-items: center;
}
.cid-rYCONVSrKS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rYCONVSrKS .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rYCONVSrKS .foot-menu-item {
  transform: 0.2s;
}
.cid-rYCONVSrKS .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: center;
  }
  .cid-rYCONVSrKS .mbr-text {
    text-align: center;
  }
  .cid-rYCONVSrKS .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rYCONVSrKS .link:hover {
  text-decoration: underline;
}
.cid-rYCONVSrKS .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #ff8f00;
}
.cid-rYCONVSrKS .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rYCONVSrKS .container {
    padding: 0;
  }
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #cccccc !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-rYAQmJnI9F {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/contact-header-2880x1000px-1440x500.jpg");
}
.cid-rYAQmJnI9F .card-wrapper {
  z-index: 3;
}
.cid-rYAQmJnI9F .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rYAQmJnI9F:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rYAQmJnI9F .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rYAQmJnI9F .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rYAQmJnI9F .text-block {
  text-align: left !important;
}
.cid-rYAQmJnI9F H2 {
  color: #ffcc00;
}
.cid-rYAQmJnI9F H3 {
  color: #ffffff;
}
.cid-rYASnD5XWr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rYASnD5XWr h2,
.cid-rYASnD5XWr h3,
.cid-rYASnD5XWr p,
.cid-rYASnD5XWr h4 {
  color: #0a0a0a;
}
.cid-rYASnD5XWr .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-rYASnD5XWr .mbr-iconfont {
  color: #42474c;
  font-size: 2rem;
}
.cid-rYASnD5XWr .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rYASnD5XWr .form-control:focus,
.cid-rYASnD5XWr .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rYASnD5XWr .form-group {
  margin-bottom: 1rem;
}
.cid-rYASnD5XWr input::-webkit-input-placeholder,
.cid-rYASnD5XWr textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rYASnD5XWr input:-moz-placeholder,
.cid-rYASnD5XWr textarea:-moz-placeholder {
  color: #656565;
}
.cid-rYASnD5XWr .jq-selectbox li,
.cid-rYASnD5XWr .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rYASnD5XWr .jq-selectbox li:hover,
.cid-rYASnD5XWr .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rYASnD5XWr .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rYASnD5XWr .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rYASnD5XWr .mbr-text {
  color: #767676;
}
.cid-rYASnD5XWr a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rYASnD5XWr .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rYASnD5XWr .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-rYASnD5XWr textarea.form-control {
  resize: none;
}
.cid-rYASnD5XWr .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-rYASnD5XWr .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-rYASnD5XWr .list-block {
  position: relative;
}
.cid-rYASnD5XWr .list-block h4,
.cid-rYASnD5XWr .list-block p {
  padding-left: 3.5rem;
}
.cid-rYASnD5XWr .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-rYASnD5XWr h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rYASnD5XWr .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rYASnD5XWr .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-rYASnD5XWr .img-block-wrap {
    position: relative;
  }
  .cid-rYASnD5XWr .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-rYASnD5XWr .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-rYASnD5XWr .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rYASnD5XWr .google-map {
    padding-bottom: 2rem;
  }
  .cid-rYASnD5XWr .img-block {
    overflow: hidden;
  }
}
.cid-sgCRs9zoau {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #42474c;
  position: relative;
  overflow: hidden;
}
.cid-sgCRs9zoau a {
  transition: 0.3s;
}
.cid-sgCRs9zoau h5 {
  margin-bottom: 1.6rem;
}
.cid-sgCRs9zoau .card-img2 span {
  padding-top: 6px;
}
.cid-sgCRs9zoau .soc-item a {
  padding-top: 5px;
}
.cid-sgCRs9zoau .mbr-iconfont {
  color: #ff8f00 !important;
  transition: 0.3s;
}
.cid-sgCRs9zoau .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-sgCRs9zoau .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgCRs9zoau .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-sgCRs9zoau .soc-item span {
  font-size: 1rem;
}
.cid-sgCRs9zoau .soc-item:hover span {
  color: #42474c !important;
}
.cid-sgCRs9zoau .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-sgCRs9zoau .item h4 {
  margin: 0;
}
.cid-sgCRs9zoau .media-wrap {
  margin-bottom: 1rem;
}
.cid-sgCRs9zoau .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgCRs9zoau img {
  width: 80%;
}
.cid-sgCRs9zoau .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-sgCRs9zoau .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sgCRs9zoau .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-sgCRs9zoau .container {
  padding: 0;
}
.cid-sgCRs9zoau .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-sgCRs9zoau foot-menu-item {
  color: #ffffff;
}
.cid-sgCRs9zoau .item-title {
  color: #ffffff;
}
.cid-sgCRs9zoau .text2 {
  color: #ffffff;
}
.cid-sgCRs9zoau .title {
  color: #ff8f00;
}
.cid-rYCONVSrKS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rYCONVSrKS .media-container-row {
  align-items: center;
}
.cid-rYCONVSrKS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rYCONVSrKS .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rYCONVSrKS .foot-menu-item {
  transform: 0.2s;
}
.cid-rYCONVSrKS .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: center;
  }
  .cid-rYCONVSrKS .mbr-text {
    text-align: center;
  }
  .cid-rYCONVSrKS .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rYCONVSrKS .link:hover {
  text-decoration: underline;
}
.cid-rYCONVSrKS .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #ff8f00;
}
.cid-rYCONVSrKS .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rYCONVSrKS .container {
    padding: 0;
  }
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #cccccc !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-rYp0BEgEMH {
  background-image: url("../../../assets/images/bann2-1-1350x631.jpg");
}
.cid-rYp0BEgEMH .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-rYp0BEgEMH .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rYp0BEgEMH .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rYp0BEgEMH .animated-element,
.cid-rYp0BEgEMH .typed-cursor {
  color: #ffffff;
}
.cid-rYp0BEgEMH .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-rYp0BEgEMH .typed-text {
    text-align: center;
  }
}
.cid-rYp0BEgEMH .mbr-text,
.cid-rYp0BEgEMH .typed-text,
.cid-rYp0BEgEMH .mbr-section-btn {
  text-align: left;
}
.cid-rYp0BEgEMH .mbr-section-title {
  text-align: left;
}
.cid-rYp0BEgEMH .mbr-section-subtitle,
.cid-rYp0BEgEMH .underline {
  text-align: left;
}
.cid-rYpnaohmKv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYpnaohmKv h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rYpnaohmKv .mbr-section-subtitle {
  color: #767676;
}
.cid-rYpnaohmKv .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rYpnaohmKv .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rYpnaohmKv .mbr-text-right {
  color: #000000;
}
.cid-rYpnaohmKv .mbr-text-left {
  color: #000000;
}
.cid-rYpnaohmKv .article-title-right {
  color: #000000;
}
.cid-rYpnaohmKv .article-title-left {
  color: #000000;
}
.cid-rYpR8SYxeo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYpR8SYxeo h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rYpR8SYxeo .mbr-section-subtitle {
  color: #767676;
}
.cid-rYpR8SYxeo .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rYpR8SYxeo .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rYpR8SYxeo .mbr-text-right {
  color: #000000;
}
.cid-rYpR8SYxeo .mbr-text-left {
  color: #000000;
}
.cid-rYpR8SYxeo .article-title-right {
  color: #000000;
}
.cid-rYpR8SYxeo .article-title-left {
  color: #000000;
}
.cid-rYpRh0tCPR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYpRh0tCPR h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rYpRh0tCPR .mbr-section-subtitle {
  color: #767676;
}
.cid-rYpRh0tCPR .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rYpRh0tCPR .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rYpRh0tCPR .mbr-text-right {
  color: #000000;
}
.cid-rYpRh0tCPR .mbr-text-left {
  color: #000000;
}
.cid-rYpRh0tCPR .article-title-right {
  color: #000000;
}
.cid-rYpRh0tCPR .article-title-left {
  color: #000000;
}
.cid-rYyQEt3lAe {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rYyQEt3lAe .mbr-section-title,
.cid-rYyQEt3lAe .mbr-section-subtitle {
  color: #000000;
}
.cid-rYyQEt3lAe .mbr-section-text {
  color: #232323;
}
.cid-rYyQEt3lAe .mbr-text,
.cid-rYyQEt3lAe .typed-text,
.cid-rYyQEt3lAe .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rYyQEt3lAe .btn {
  margin-left: 4px !important;
}
.cid-rYyQEt3lAe .animated-element {
  color: #ff3366;
}
.cid-rYyQEt3lAe .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rYyQEt3lAe .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rYyQEt3lAe .typed-text,
  .cid-rYyQEt3lAe .mbr-section-subtitle,
  .cid-rYyQEt3lAe .mbr-section-text,
  .cid-rYyQEt3lAe .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-rYpSlzd4l8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rYpSlzd4l8 p {
  margin-bottom: 0rem;
}
.cid-rYpSlzd4l8 .btn {
  margin-bottom: 0rem;
}
.cid-rYpSlzd4l8 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rYpSlzd4l8 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rYpSlzd4l8 .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-rYpSlzd4l8 .mbr-section-btn {
    text-align: left;
  }
  .cid-rYpSlzd4l8 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rYpSlzd4l8 .mbr-section-btn {
    text-align: left;
  }
  .cid-rYpSlzd4l8 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rYpSlzd4l8 .btn {
    margin-top: 0rem;
  }
}
.cid-rYpSlzd4l8 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-sgCWmHGhno {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #42474c;
  position: relative;
  overflow: hidden;
}
.cid-sgCWmHGhno a {
  transition: 0.3s;
}
.cid-sgCWmHGhno h5 {
  margin-bottom: 1.6rem;
}
.cid-sgCWmHGhno .card-img2 span {
  padding-top: 6px;
}
.cid-sgCWmHGhno .soc-item a {
  padding-top: 5px;
}
.cid-sgCWmHGhno .mbr-iconfont {
  color: #ff8f00 !important;
  transition: 0.3s;
}
.cid-sgCWmHGhno .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-sgCWmHGhno .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgCWmHGhno .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-sgCWmHGhno .soc-item span {
  font-size: 1rem;
}
.cid-sgCWmHGhno .soc-item:hover span {
  color: #42474c !important;
}
.cid-sgCWmHGhno .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-sgCWmHGhno .item h4 {
  margin: 0;
}
.cid-sgCWmHGhno .media-wrap {
  margin-bottom: 1rem;
}
.cid-sgCWmHGhno .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgCWmHGhno img {
  width: 80%;
}
.cid-sgCWmHGhno .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-sgCWmHGhno .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sgCWmHGhno .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-sgCWmHGhno .container {
  padding: 0;
}
.cid-sgCWmHGhno .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-sgCWmHGhno foot-menu-item {
  color: #ffffff;
}
.cid-sgCWmHGhno .item-title {
  color: #ffffff;
}
.cid-sgCWmHGhno .text2 {
  color: #ffffff;
}
.cid-sgCWmHGhno .title {
  color: #ff8f00;
}
.cid-rYCONVSrKS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rYCONVSrKS .media-container-row {
  align-items: center;
}
.cid-rYCONVSrKS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rYCONVSrKS .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rYCONVSrKS .foot-menu-item {
  transform: 0.2s;
}
.cid-rYCONVSrKS .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: center;
  }
  .cid-rYCONVSrKS .mbr-text {
    text-align: center;
  }
  .cid-rYCONVSrKS .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rYCONVSrKS .link:hover {
  text-decoration: underline;
}
.cid-rYCONVSrKS .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #ff8f00;
}
.cid-rYCONVSrKS .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rYCONVSrKS .container {
    padding: 0;
  }
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #cccccc !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-rYADe0dcd6 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f5f6f8;
}
.cid-rYADe0dcd6 .mbr-text {
  margin-top: 1rem;
}
.cid-rYADe0dcd6 .text-element {
  background-color: #354463;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rYADe0dcd6 .row-element,
.cid-rYADe0dcd6 .image-element {
  padding: 0;
}
.cid-rYADe0dcd6 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYADe0dcd6 .image-element .img-wrap {
  width: 100% !important;
}
.cid-rYADe0dcd6 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rYADe0dcd6 .mbr-subtitle {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0.2rem 1rem;
}
.cid-rYADe0dcd6 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYADe0dcd6 .carousel-item.active,
.cid-rYADe0dcd6 .carousel-item-next,
.cid-rYADe0dcd6 .carousel-item-prev {
  display: flex;
}
.cid-rYADe0dcd6 .carousel-control-next,
.cid-rYADe0dcd6 .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-rYADe0dcd6 .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rYADe0dcd6 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rYADe0dcd6 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #42474c;
}
.cid-rYADe0dcd6 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rYADe0dcd6 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rYADe0dcd6 .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-rYADe0dcd6 .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-rYADe0dcd6 .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #42474c;
  background-color: transparent;
}
.cid-rYADe0dcd6 .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-rYADe0dcd6 .carousel-controls a:hover {
  background: #42474c;
}
.cid-rYADe0dcd6 .carousel-controls a:hover span {
  color: #cccccc;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rYADe0dcd6 .image-element {
    min-width: 50%;
  }
  .cid-rYADe0dcd6 .media-container-row {
    width: 100%;
  }
}
.cid-rYADe0dcd6 .date-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.cid-rYADe0dcd6 .mbr-title {
  margin-top: 1rem;
}
.cid-rYADe0dcd6 .btn {
  margin-left: 0rem;
}
.cid-rYADe0dcd6 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cid-rYADe0dcd6 .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-rYADe0dcd6 .carousel-control-next,
  .cid-rYADe0dcd6 .carousel-control-prev {
    bottom: auto;
    top: 9.8rem;
  }
  .cid-rYADe0dcd6 .carousel-control-prev {
    right: 4.8rem;
    left: auto;
  }
  .cid-rYADe0dcd6 .carousel-control-next {
    right: 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rYADe0dcd6 .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-rYADe0dcd6 .carousel-control-next,
  .cid-rYADe0dcd6 .carousel-control-prev {
    bottom: auto;
    top: 46.8%;
  }
  .cid-rYADe0dcd6 .carousel-control-prev {
    right: 5.8rem;
    left: auto;
  }
  .cid-rYADe0dcd6 .carousel-control-next {
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-rYADe0dcd6 .text-element {
    padding: 6.2rem 3.8rem;
  }
  .cid-rYADe0dcd6 .carousel-control-next,
  .cid-rYADe0dcd6 .carousel-control-prev {
    bottom: 2.3rem;
    top: auto;
  }
  .cid-rYADe0dcd6 .carousel-control-prev {
    left: 2.3rem;
  }
  .cid-rYADe0dcd6 .carousel-control-next {
    left: 6.2rem;
  }
}
.cid-rYADe0dcd6 .progress_value {
  display: flex;
  position: relative;
}
.cid-rYADe0dcd6 .progress_elements {
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
}
.cid-rYADe0dcd6 .progress {
  width: 100%;
  position: relative;
  height: 13px;
  background-color: #f9f7f6;
  border-radius: 50px;
}
.cid-rYADe0dcd6 progress {
  height: 8px;
}
.cid-rYADe0dcd6 .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-rYADe0dcd6 .progress1 .progressbar-number:before,
.cid-rYADe0dcd6 .progress2 .progressbar-number:before,
.cid-rYADe0dcd6 .progress3 .progressbar-number:before,
.cid-rYADe0dcd6 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rYADe0dcd6 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rYADe0dcd6 progress::-webkit-progress-value {
  background: #ffffff;
  background-image: linear-gradient(to right, #58ded5, #c1f7d5);
  border-radius: 50px;
}
.cid-rYADe0dcd6 progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-rYADe0dcd6 progress::-ms-fill {
  background: #ffffff;
}
.cid-rYADe0dcd6 .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rYADe0dcd6 .progress2 .progressbar-number:before {
  content: '100';
}
.cid-rYADe0dcd6 .progress3 .progressbar-number:before {
  content: '100';
}
.cid-rYADe0dcd6 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rYADe0dcd6 .progress5 .progressbar-number:before {
  content: '100';
}
.cid-rYADe0dcd6 .progress6 .progressbar-number:before {
  content: '100';
}
.cid-rYADe0dcd6 .progress7 .progressbar-number:before {
  content: '90';
}
.cid-rYADe0dcd6 .progress8 .progressbar-number:before {
  content: '100';
}
.cid-rYADe0dcd6 .progressbar-number {
  margin-left: 3rem;
}
.cid-rYADe0dcd6 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rYADe0dcd6 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rYADe0dcd6 .progress_value span {
  padding-left: 2px;
}
.cid-rYADe0dcd6 .icon-left {
  margin-right: 0.1rem;
}
.cid-rYADe0dcd6 .icon-right {
  margin-left: 0.1rem;
}
.cid-rYA4lu18zb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc-82-2000x1429.jpg");
}
.cid-rYA4lu18zb .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-rYA4lu18zb h2,
.cid-rYA4lu18zb h3,
.cid-rYA4lu18zb h4,
.cid-rYA4lu18zb p {
  color: #ffffff;
}
.cid-rYA4lu18zb .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rYA4lu18zb .text-block {
  border-bottom: 1px solid #767676;
}
.cid-rYA4lu18zb .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYA4lu18zb .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rYA4lu18zb .form-control:focus,
.cid-rYA4lu18zb .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rYA4lu18zb .form-group {
  margin-bottom: 1rem;
}
.cid-rYA4lu18zb input::-webkit-input-placeholder,
.cid-rYA4lu18zb textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rYA4lu18zb input:-moz-placeholder,
.cid-rYA4lu18zb textarea:-moz-placeholder {
  color: #656565;
}
.cid-rYA4lu18zb .jq-selectbox li,
.cid-rYA4lu18zb .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rYA4lu18zb .jq-selectbox li:hover,
.cid-rYA4lu18zb .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rYA4lu18zb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rYA4lu18zb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rYA4lu18zb .mbr-text {
  color: #767676;
}
.cid-rYA4lu18zb a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rYA4lu18zb .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYA4lu18zb .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rYA4lu18zb textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-rYA4lu18zb h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rYA4lu18zb .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rYA4lu18zb .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rYA4lu18zb .google-map {
    padding-bottom: 2rem;
  }
}
.cid-rYA4lu18zb LABEL {
  color: #ffffff;
}
.cid-rYA4lu18zb H2 {
  text-align: center;
}
.cid-rYA4lu18zb H3 {
  text-align: center;
}
#custom-html-19 {
  /* Type valid CSS here */
}
#custom-html-19 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-19 p {
  font-size: 60px;
  color: #777;
}
.cid-sgCWwLYg6J {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #42474c;
  position: relative;
  overflow: hidden;
}
.cid-sgCWwLYg6J a {
  transition: 0.3s;
}
.cid-sgCWwLYg6J h5 {
  margin-bottom: 1.6rem;
}
.cid-sgCWwLYg6J .card-img2 span {
  padding-top: 6px;
}
.cid-sgCWwLYg6J .soc-item a {
  padding-top: 5px;
}
.cid-sgCWwLYg6J .mbr-iconfont {
  color: #ff8f00 !important;
  transition: 0.3s;
}
.cid-sgCWwLYg6J .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-sgCWwLYg6J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgCWwLYg6J .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-sgCWwLYg6J .soc-item span {
  font-size: 1rem;
}
.cid-sgCWwLYg6J .soc-item:hover span {
  color: #42474c !important;
}
.cid-sgCWwLYg6J .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-sgCWwLYg6J .item h4 {
  margin: 0;
}
.cid-sgCWwLYg6J .media-wrap {
  margin-bottom: 1rem;
}
.cid-sgCWwLYg6J .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgCWwLYg6J img {
  width: 80%;
}
.cid-sgCWwLYg6J .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-sgCWwLYg6J .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sgCWwLYg6J .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-sgCWwLYg6J .container {
  padding: 0;
}
.cid-sgCWwLYg6J .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-sgCWwLYg6J foot-menu-item {
  color: #ffffff;
}
.cid-sgCWwLYg6J .item-title {
  color: #ffffff;
}
.cid-sgCWwLYg6J .text2 {
  color: #ffffff;
}
.cid-sgCWwLYg6J .title {
  color: #ff8f00;
}
.cid-rYCONVSrKS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rYCONVSrKS .media-container-row {
  align-items: center;
}
.cid-rYCONVSrKS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rYCONVSrKS .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rYCONVSrKS .foot-menu-item {
  transform: 0.2s;
}
.cid-rYCONVSrKS .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: center;
  }
  .cid-rYCONVSrKS .mbr-text {
    text-align: center;
  }
  .cid-rYCONVSrKS .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rYCONVSrKS .link:hover {
  text-decoration: underline;
}
.cid-rYCONVSrKS .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #ff8f00;
}
.cid-rYCONVSrKS .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rYCONVSrKS .container {
    padding: 0;
  }
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #cccccc !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-rYnefctcGH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYnefctcGH .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-rYnefctcGH .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-rYneuWRYo6 {
  background-image: url("../../../assets/images/bann-2-1350x631.jpg");
  background-position: right;
}
.cid-rYneuWRYo6 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-rYneuWRYo6 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-rYneuWRYo6 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-rYneuWRYo6 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-rYneuWRYo6 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-rYnf9A5L5a {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYnf9A5L5a .mbr-text {
  position: relative;
  color: #000000;
  text-align: left;
}
.cid-rYnf9A5L5a .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rYnf9A5L5a .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rYnf9A5L5a .mbr-text:after,
  .cid-rYnf9A5L5a .mbr-text:before {
    display: none;
  }
}
.cid-rYng3nydji {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYng3nydji .mbr-text {
  position: relative;
  text-align: left;
  color: #000000;
}
.cid-rYng3nydji .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rYng3nydji .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rYng3nydji .mbr-text:after,
  .cid-rYng3nydji .mbr-text:before {
    display: none;
  }
}
.cid-rYngJxQGF0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYngJxQGF0 .mbr-text {
  position: relative;
  text-align: left;
  color: #000000;
}
.cid-rYngJxQGF0 .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rYngJxQGF0 .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rYngJxQGF0 .mbr-text:after,
  .cid-rYngJxQGF0 .mbr-text:before {
    display: none;
  }
}
.cid-rYnhd2bpIO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rYnhd2bpIO img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rYnhd2bpIO img:hover {
  transform: scale(1.1);
}
.cid-rYnhd2bpIO .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rYnhd2bpIO h2 {
  padding: 0;
  margin: 0;
}
.cid-rYnhd2bpIO .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rYnhd2bpIO .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rYnhd2bpIO .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rYnhd2bpIO .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rYnhd2bpIO .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rYnhd2bpIO .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rYnhd2bpIO .mbr-iconfont {
  margin: 0!important;
}
.cid-rYnhd2bpIO .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rYnhd2bpIO .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rYnhd2bpIO .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rYnhd2bpIO .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rYnhd2bpIO .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rYnhd2bpIO H2 {
  color: #333333;
}
.cid-rYnhd2bpIO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sgCWEQQ6Bb {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #42474c;
  position: relative;
  overflow: hidden;
}
.cid-sgCWEQQ6Bb a {
  transition: 0.3s;
}
.cid-sgCWEQQ6Bb h5 {
  margin-bottom: 1.6rem;
}
.cid-sgCWEQQ6Bb .card-img2 span {
  padding-top: 6px;
}
.cid-sgCWEQQ6Bb .soc-item a {
  padding-top: 5px;
}
.cid-sgCWEQQ6Bb .mbr-iconfont {
  color: #ff8f00 !important;
  transition: 0.3s;
}
.cid-sgCWEQQ6Bb .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-sgCWEQQ6Bb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgCWEQQ6Bb .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-sgCWEQQ6Bb .soc-item span {
  font-size: 1rem;
}
.cid-sgCWEQQ6Bb .soc-item:hover span {
  color: #42474c !important;
}
.cid-sgCWEQQ6Bb .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-sgCWEQQ6Bb .item h4 {
  margin: 0;
}
.cid-sgCWEQQ6Bb .media-wrap {
  margin-bottom: 1rem;
}
.cid-sgCWEQQ6Bb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgCWEQQ6Bb img {
  width: 80%;
}
.cid-sgCWEQQ6Bb .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-sgCWEQQ6Bb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sgCWEQQ6Bb .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-sgCWEQQ6Bb .container {
  padding: 0;
}
.cid-sgCWEQQ6Bb .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-sgCWEQQ6Bb foot-menu-item {
  color: #ffffff;
}
.cid-sgCWEQQ6Bb .item-title {
  color: #ffffff;
}
.cid-sgCWEQQ6Bb .text2 {
  color: #ffffff;
}
.cid-sgCWEQQ6Bb .title {
  color: #ff8f00;
}
.cid-rYCONVSrKS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rYCONVSrKS .media-container-row {
  align-items: center;
}
.cid-rYCONVSrKS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rYCONVSrKS .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rYCONVSrKS .foot-menu-item {
  transform: 0.2s;
}
.cid-rYCONVSrKS .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: center;
  }
  .cid-rYCONVSrKS .mbr-text {
    text-align: center;
  }
  .cid-rYCONVSrKS .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rYCONVSrKS .link:hover {
  text-decoration: underline;
}
.cid-rYCONVSrKS .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #ff8f00;
}
.cid-rYCONVSrKS .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rYCONVSrKS .container {
    padding: 0;
  }
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #cccccc !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.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(0, 0, 0, 0.2);
  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.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTpFBi4e9 .element-2 {
  font-family: 'Quicksand', 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: 'Quicksand', 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/dsc-83-2000x1429.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: 660px;
}
@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;
  color: #ffffff;
}
.cid-rUTpFBi4e9 .mbr-title,
.cid-rUTpFBi4e9 .ornament DIV {
  text-align: right;
}
.cid-sPJ9WTUkl1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #28282c;
}
.cid-sPJ9WTUkl1 .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-sPJ9WTUkl1 .card-title {
  color: #efefef;
}
.cid-sPJ9WTUkl1 .mbr-text,
.cid-sPJ9WTUkl1 .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sPJ9WTUkl1 .text-wrapper {
    padding-left: 5rem;
  }
  .cid-sPJ9WTUkl1 .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-sPJ9WTUkl1 .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sPJ9WTUkl1 .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sPJ9WTUkl1 .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-sPJ9WTUkl1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sPJ9WTUkl1 .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-sPJ9WTUkl1 .bg-wrapper {
    display: none;
  }
  .cid-sPJ9WTUkl1 .text-wrapper {
    text-align: center;
  }
  .cid-sPJ9WTUkl1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sPJ9WTUkl1 .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-sPJ9WTUkl1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-sPJ9WTUkl1 .card-title {
    letter-spacing: -1px;
  }
}
.cid-rYwMiBxkME {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #2a2a2c;
}
.cid-rYwMiBxkME .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rYwMiBxkME .mbr-section-subtitle {
  opacity: .5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.cid-rYwMiBxkME .mbr-section-title {
  text-decoration: underline;
}
.cid-rYwMiBxkME .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-rYwMiBxkME .title__block {
    margin-bottom: 25px;
  }
}
.cid-rYwMiBxkME .card__wrap {
  background: #c5ab50;
  position: relative;
  padding: 50px 80px 40px 70px;
  margin-top: 70px;
  height: 100%;
  z-index: 1;
}
.cid-rYwMiBxkME .card__wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #c5ab50;
  border-right: 1px solid #c5ab50;
  background: #2a2a2c;
  z-index: -1;
  transform: scale(1, 0);
  transition: all 0.4s ease-in-out;
}
.cid-rYwMiBxkME .card__wrap:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  border-top: 1px solid #c5ab50;
  border-bottom: 1px solid #c5ab50;
  background: #2a2a2c;
  z-index: -1;
  transform: scale(0, 1);
  transition: all 0.4s ease-in-out;
}
.cid-rYwMiBxkME .card__wrap:hover:after,
.cid-rYwMiBxkME .card__wrap:hover:before {
  transform: scale(1, 1);
}
.cid-rYwMiBxkME .card__icon span {
  font-size: 65px;
  color: #b3cffc;
}
.cid-rYwMiBxkME .card-box {
  margin-top: 25px;
  word-break: break-word;
  width: 100%;
}
.cid-rYwMiBxkME .btn__link .mbr-iconfont {
  font-size: 35px;
}
.cid-rYwMiBxkME .mbr-text {
  line-height: 32px;
  opacity: .6;
  margin: 25px 0 20px;
}
@media (max-width: 575px) {
  .cid-rYwMiBxkME .card__wrap {
    margin-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cid-rYwMiBxkME .mbr-text,
.cid-rYwMiBxkME .btn__link {
  color: #ffffff;
}
.cid-rYwPpAmNJU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2a2a2c;
}
.cid-rYwPpAmNJU .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rYwPpAmNJU .mbr-section-subtitle {
  opacity: .5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.cid-rYwPpAmNJU .mbr-section-title {
  text-decoration: underline;
}
.cid-rYwPpAmNJU .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-rYwPpAmNJU .title__block {
    margin-bottom: 25px;
  }
}
.cid-rYwPpAmNJU .card__wrap {
  background: #c5ab50;
  position: relative;
  padding: 50px 80px 40px 70px;
  margin-top: 70px;
  height: 100%;
  z-index: 1;
}
.cid-rYwPpAmNJU .card__wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #c5ab50;
  border-right: 1px solid #c5ab50;
  background: #2a2a2c;
  z-index: -1;
  transform: scale(1, 0);
  transition: all 0.4s ease-in-out;
}
.cid-rYwPpAmNJU .card__wrap:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  border-top: 1px solid #c5ab50;
  border-bottom: 1px solid #c5ab50;
  background: #2a2a2c;
  z-index: -1;
  transform: scale(0, 1);
  transition: all 0.4s ease-in-out;
}
.cid-rYwPpAmNJU .card__wrap:hover:after,
.cid-rYwPpAmNJU .card__wrap:hover:before {
  transform: scale(1, 1);
}
.cid-rYwPpAmNJU .card__icon span {
  font-size: 65px;
  color: #b3cffc;
}
.cid-rYwPpAmNJU .card-box {
  margin-top: 25px;
  word-break: break-word;
  width: 100%;
}
.cid-rYwPpAmNJU .btn__link .mbr-iconfont {
  font-size: 35px;
}
.cid-rYwPpAmNJU .mbr-text {
  line-height: 32px;
  opacity: .6;
  margin: 25px 0 20px;
}
@media (max-width: 575px) {
  .cid-rYwPpAmNJU .card__wrap {
    margin-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cid-rUTpGH0hGw {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rUTpGH0hGw .mbr-iconfont {
  font-size: 80px;
}
.cid-rUTpGH0hGw h3 {
  text-align: center;
}
.cid-rUTpGH0hGw .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-rUTpGH0hGw .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-rUTpGH0hGw H3 {
  color: #333333;
}
.cid-rUTpGH0hGw H4 {
  color: #42474c;
}
.cid-sg9r1lMSdv {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sg9r1lMSdv .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sg9r1lMSdv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #42474c, #4a4c70);
  display: inline-block;
}
.cid-sg9r1lMSdv .mbr-section-subtitle {
  color: #000000;
  font-weight: 300;
}
.cid-sg9r1lMSdv .number-wrap {
  color: #ffffff;
  background: #a38dfd;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  max-width: 100%;
  background: linear-gradient(135deg, #a38dfd, #ffa0a4);
}
.cid-sg9r1lMSdv .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-sg9r1lMSdv .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sg9r1lMSdv .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-sg9r1lMSdv .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sg9r1lMSdv .dot {
    display: none;
  }
}
@media (max-width: 550px) {
  .cid-sg9r1lMSdv .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-sg9r1lMSdv .number-wrap {
    min-width: auto;
  }
  .cid-sg9r1lMSdv .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-sg9r1lMSdv .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sg9r1lMSdv .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sg9r1lMSdv .number {
    font-size: 28px;
  }
  .cid-sg9r1lMSdv .period {
    font-size: 0.7rem;
  }
}
.cid-sg9rodaVOg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sg9rodaVOg p {
  margin-bottom: 0rem;
}
.cid-sg9rodaVOg .btn {
  margin-bottom: 0rem;
}
.cid-sg9rodaVOg .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sg9rodaVOg .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sg9rodaVOg .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-sg9rodaVOg .mbr-section-btn {
    text-align: left;
  }
  .cid-sg9rodaVOg .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sg9rodaVOg .mbr-section-btn {
    text-align: left;
  }
  .cid-sg9rodaVOg .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sg9rodaVOg .btn {
    margin-top: 0rem;
  }
}
.cid-sg9rodaVOg .mbr-text {
  color: #000000;
}
.cid-sgD15koCAe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgD15koCAe {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-sgD15koCAe .box {
  background-image: url("../../../assets/images/capture00-760x377.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgD15koCAe .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sgD15koCAe .icon-wrap:hover {
  background-color: #42474c !important;
}
.cid-sgD15koCAe .icon-wrap span {
  padding-left: 4px;
}
.cid-sgD15koCAe .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #354463 !important;
}
.cid-sgD15koCAe .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-sgD15koCAe .mbr-section-subtitle {
  margin-top: 1rem;
}
.cid-sgD15koCAe .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sgD15koCAe .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sgD15koCAe .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sgD15koCAe a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sgD15koCAe a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sgD15koCAe {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sgD15koCAe .box {
    height: 250px;
  }
  .cid-sgD15koCAe .row {
    padding: 1rem !important;
  }
}
@media (min-width: 767px) {
  .cid-sgD15koCAe .row {
    padding: 0 1rem;
  }
}
.cid-sg9thfXRcI.popup-builder {
  background-color: #ffffff;
}
.cid-sg9thfXRcI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sg9thfXRcI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sg9thfXRcI .modal-content,
.cid-sg9thfXRcI .modal-dialog {
  height: auto;
}
.cid-sg9thfXRcI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sg9thfXRcI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sg9thfXRcI .form-wrapper .mbr-form .form-group,
  .cid-sg9thfXRcI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sg9thfXRcI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sg9thfXRcI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg9thfXRcI .mbr-text {
  text-align: center;
}
.cid-sg9thfXRcI .pt-0 {
  padding-top: 0 !important;
}
.cid-sg9thfXRcI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sg9thfXRcI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sg9thfXRcI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sg9thfXRcI .modal-open {
  overflow: hidden;
}
.cid-sg9thfXRcI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sg9thfXRcI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sg9thfXRcI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sg9thfXRcI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sg9thfXRcI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sg9thfXRcI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sg9thfXRcI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sg9thfXRcI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sg9thfXRcI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sg9thfXRcI .modal-backdrop.fade {
  opacity: 0;
}
.cid-sg9thfXRcI .modal-backdrop.show {
  opacity: .5;
}
.cid-sg9thfXRcI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sg9thfXRcI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sg9thfXRcI .modal-header .close:hover {
  opacity: 1;
}
.cid-sg9thfXRcI .modal-header .close:focus {
  outline: none;
}
.cid-sg9thfXRcI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sg9thfXRcI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sg9thfXRcI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sg9thfXRcI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sg9thfXRcI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sg9thfXRcI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sg9thfXRcI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sg9thfXRcI .modal-sm {
    max-width: 300px;
  }
  .cid-sg9thfXRcI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sg9thfXRcI .modal-lg,
  .cid-sg9thfXRcI .modal-xl {
    max-width: 800px;
  }
  .cid-sg9thfXRcI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sg9thfXRcI .modal-xl {
    max-width: 1140px;
  }
  .cid-sg9thfXRcI .container {
    max-width: 1140px;
  }
}
.cid-sg9thfXRcI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sg9thfXRcI .container {
    max-width: 720px;
  }
}
.cid-sg9thfXRcI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sg9thfXRcI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sg9thfXRcI .form-group {
  margin-bottom: 1rem;
}
.cid-sg9thfXRcI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sg9thfXRcI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sg9thfXRcI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rYx2oGdoW6 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rYx2oGdoW6 .mbr-overlay {
  background: #5eeebb;
}
.cid-rYx2oGdoW6 .row {
  margin: 0;
}
.cid-rYx2oGdoW6 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rYx2oGdoW6 .mbr-section-title {
  color: #000000;
}
.cid-rYx2oGdoW6 .mbr-section-title span {
  font-weight: 300;
}
.cid-rYx2oGdoW6 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rYx2oGdoW6 .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-rYx2oGdoW6 .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-rYx2oGdoW6 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYx2oGdoW6 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rYx2oGdoW6 .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(197, 171, 80, 0.3) 0%, #c5ab50 100%);
  border-radius: 3px;
}
.cid-rYx2oGdoW6 .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-rYx2oGdoW6 .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-rYx2oGdoW6 .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rYx2oGdoW6 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-rYx2oGdoW6 .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-rYx2oGdoW6 .arrows {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cid-rYx2oGdoW6 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rYx2oGdoW6 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #f92214;
  transition: all 0.3s ease-in-out;
}
.cid-rYx2oGdoW6 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rYx2oGdoW6 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rYx2oGdoW6 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-rYx2oGdoW6 .cloneditem-1,
.cid-rYx2oGdoW6 .cloneditem-2,
.cid-rYx2oGdoW6 .cloneditem-3,
.cid-rYx2oGdoW6 .cloneditem-4,
.cid-rYx2oGdoW6 .cloneditem-5 {
  display: none;
}
.cid-rYx2oGdoW6 .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: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rYx2oGdoW6 .wrap {
    margin-bottom: 50px;
  }
  .cid-rYx2oGdoW6 .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-rYx2oGdoW6 .arrows {
    display: none;
  }
  .cid-rYx2oGdoW6 .carousel-item {
    margin-bottom: 60px;
  }
  .cid-rYx2oGdoW6 .container-fluid,
  .cid-rYx2oGdoW6 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rYx2oGdoW6 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rYx2oGdoW6 .carousel-inner {
    z-index: 1;
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rYx2oGdoW6 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rYx2oGdoW6 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rYx2oGdoW6 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYx2oGdoW6 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides2 .cloneditem-1,
  .cid-rYx2oGdoW6 .carousel-inner.slides2 .cloneditem-2,
  .cid-rYx2oGdoW6 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rYx2oGdoW6 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rYx2oGdoW6 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rYx2oGdoW6 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYx2oGdoW6 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides3 .cloneditem-1,
  .cid-rYx2oGdoW6 .carousel-inner.slides3 .cloneditem-2,
  .cid-rYx2oGdoW6 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rYx2oGdoW6 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rYx2oGdoW6 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rYx2oGdoW6 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYx2oGdoW6 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides4 .cloneditem-1,
  .cid-rYx2oGdoW6 .carousel-inner.slides4 .cloneditem-2,
  .cid-rYx2oGdoW6 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rYx2oGdoW6 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rYx2oGdoW6 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rYx2oGdoW6 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYx2oGdoW6 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides5 .cloneditem-1,
  .cid-rYx2oGdoW6 .carousel-inner.slides5 .cloneditem-2,
  .cid-rYx2oGdoW6 .carousel-inner.slides5 .cloneditem-3,
  .cid-rYx2oGdoW6 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rYx2oGdoW6 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rYx2oGdoW6 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rYx2oGdoW6 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYx2oGdoW6 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rYx2oGdoW6 .carousel-inner.slides6 .cloneditem-1,
  .cid-rYx2oGdoW6 .carousel-inner.slides6 .cloneditem-2,
  .cid-rYx2oGdoW6 .carousel-inner.slides6 .cloneditem-3,
  .cid-rYx2oGdoW6 .carousel-inner.slides6 .cloneditem-4,
  .cid-rYx2oGdoW6 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rUTpIakqPn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.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: #cdba6d;
  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-sgCNflbFTL {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #42474c;
  position: relative;
  overflow: hidden;
}
.cid-sgCNflbFTL a {
  transition: 0.3s;
}
.cid-sgCNflbFTL h5 {
  margin-bottom: 1.6rem;
}
.cid-sgCNflbFTL .card-img2 span {
  padding-top: 6px;
}
.cid-sgCNflbFTL .soc-item a {
  padding-top: 5px;
}
.cid-sgCNflbFTL .mbr-iconfont {
  color: #ff8f00 !important;
  transition: 0.3s;
}
.cid-sgCNflbFTL .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-sgCNflbFTL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgCNflbFTL .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-sgCNflbFTL .soc-item span {
  font-size: 1rem;
}
.cid-sgCNflbFTL .soc-item:hover span {
  color: #42474c !important;
}
.cid-sgCNflbFTL .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-sgCNflbFTL .item h4 {
  margin: 0;
}
.cid-sgCNflbFTL .media-wrap {
  margin-bottom: 1rem;
}
.cid-sgCNflbFTL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgCNflbFTL img {
  width: 80%;
}
.cid-sgCNflbFTL .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-sgCNflbFTL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sgCNflbFTL .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-sgCNflbFTL .container {
  padding: 0;
}
.cid-sgCNflbFTL .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-sgCNflbFTL foot-menu-item {
  color: #ffffff;
}
.cid-sgCNflbFTL .item-title {
  color: #ffffff;
}
.cid-sgCNflbFTL .text2 {
  color: #ffffff;
}
.cid-sgCNflbFTL .title {
  color: #ff8f00;
}
.cid-rYCONVSrKS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #354463;
}
.cid-rYCONVSrKS .media-container-row {
  align-items: center;
}
.cid-rYCONVSrKS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYCONVSrKS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rYCONVSrKS .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rYCONVSrKS .foot-menu-item {
  transform: 0.2s;
}
.cid-rYCONVSrKS .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: center;
  }
  .cid-rYCONVSrKS .mbr-text {
    text-align: center;
  }
  .cid-rYCONVSrKS .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rYCONVSrKS .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rYCONVSrKS .link:hover {
  text-decoration: underline;
}
.cid-rYCONVSrKS .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-rYCONVSrKS .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rYCONVSrKS .container {
    padding: 0;
  }
}
