@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);





body {
	font-family: Poppins;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
.display-5 {
	font-family: 'Rubik', sans-serif;
	font-size: 1.2rem;
	text-align: left;
}
.display-7 {
	font-family: 'Rubik', sans-serif;
	font-size: 1.05rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  position: relative;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,2s;
  transition-timing-function: ease-in-out;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 100%;
  height: 100%;
  transition: border-radius 0.3s;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 0%;
  top: 0%;
  opacity: 1;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.note-popover .btn:after {
  display: none;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.btn-sm {
  border: 1px solid;
  font-weight: 500;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.875rem 1.875rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #fac769 !important;
}
.bg-success {
  background-color: #365c9a !important;
}
.bg-info {
  background-color: #e96188 !important;
}
.bg-warning {
  background-color: #fac769 !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #fac769 !important;
  border-color: #fac769 !important;
  color: #614003 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #e96188 !important;
  border-color: #e96188 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #365c9a !important;
  border-color: #365c9a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fac769 !important;
  border-color: #fac769 !important;
  color: #614003 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #f5a208;
  color: #f5a208 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #614003 !important;
  background-color: #fac769;
  border-color: #fac769;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #614003 !important;
  background-color: #fac769 !important;
  border-color: #fac769 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #7a2820;
  color: #7a2820 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #ca4336;
  border-color: #ca4336;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #c81c4d;
  color: #c81c4d !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #e96188;
  border-color: #e96188;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e96188 !important;
  border-color: #e96188 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1c2f4e;
  color: #1c2f4e !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #365c9a;
  border-color: #365c9a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #365c9a !important;
  border-color: #365c9a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #f5a208;
  color: #f5a208 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #614003 !important;
  background-color: #fac769;
  border-color: #fac769;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614003 !important;
  background-color: #fac769 !important;
  border-color: #fac769 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #fac769 !important;
}
.text-secondary {
  color: #ca4336 !important;
}
.text-success {
  color: #365c9a !important;
}
.text-info {
  color: #e96188 !important;
}
.text-warning {
  color: #fac769 !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f5a208 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a2820 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1c2f4e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c81c4d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5a208 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #365c9a;
}
.alert-info {
  background-color: #e96188;
}
.alert-warning {
  background-color: #fac769;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,.8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fac769;
  border-color: #fac769;
  color: #795004;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #fac769;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7e9ed2;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
	font-style: normal;
	padding: 10px 0 10px 20px;
	font-size: 1.2rem;
	position: relative;
	border-color: #fac769;
	border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 2rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.special-form {
  border-radius: 100px !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #fac769;
  color: #232323;
  cursor: pointer;
  border-radius: 100px;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #fac769;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.input-group-btn a.btn {
  border-radius: 100px !important;
}
/* Footer */
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qPS8qeXxzu {
  padding-top: 150px;
  background-image: url("../../../assets/images/dsc-18-2000x1330.jpg");
}
.cid-qPS8qeXxzu .text-content {
	padding-bottom: 20px;
	background-color: rgba(51,0,51,.6);
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
}
.cid-qPS8qeXxzu .content-container .btn-bgr {
  z-index: 0;
}
.cid-qPS8qeXxzu .box-item-text {
  color: #000000;
  text-align: left;
}
.cid-qPS8qeXxzu .box-item {
  padding: 2.5rem;
}
.cid-qPS8qeXxzu .box-item:first-child {
  background-color: #92b5d5;
}
.cid-qPS8qeXxzu .box-item:nth-child(2) {
  background-color: #efefef;
}
.cid-qPS8qeXxzu .box-item:last-child {
  background-color: #92b5d5;
}
.cid-qPS8qeXxzu .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-qPS8qeXxzu .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-qPS8qeXxzu .box-list li:last-child {
  border-bottom: none;
}
.cid-qPS8qeXxzu .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-qPS8qeXxzu .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-qPS8qeXxzu .media-container-row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-qPS8qeXxzu .mbr-section-subtitle,
  .cid-qPS8qeXxzu .mbr-section-title,
  .cid-qPS8qeXxzu .mbr-text,
  .cid-qPS8qeXxzu .mbr-section-btn,
  .cid-qPS8qeXxzu .icon-block-top,
  .cid-qPS8qeXxzu .box-item-title,
  .cid-qPS8qeXxzu .box-item-text {
	text-align: center !important;
  }
}
.cid-qPS8qeXxzu .icon-block-top,
.cid-qPS8qeXxzu .box-item-title B {
  color: #66458e;
}
.cid-qPS8qeXxzu .icon-block-top,
.cid-qPS8qeXxzu .box-item-title {
  text-align: right;
}
.cid-qPS8qeXxzu .mbr-text,
.cid-qPS8qeXxzu .mbr-section-btn {
  text-align: left;
}
.cid-qPS8tLh2EF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #660000;
}
.cid-qPS8tLh2EF .mbr-section-subtitle {
  color: #767676;
}
.cid-qPS8tLh2EF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-qPS8tLh2EF .mbr-section-title DIV {
  text-align: left;
}
.cid-qPCvYXboq7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #ec6963 0%, #ec6963 30%, #66458e 30%, #66458e 100%);
  overflow: hidden !important;
}
.cid-qPCvYXboq7 .animated-element {
  color: #efefef;
}
.cid-qPCvYXboq7 .img-block {
  align-self: center;
}
.cid-qPCvYXboq7 .mbr-section-subtitle {
  color: #9c88bc;
}
@media (min-width: 992px) {
  .cid-qPCvYXboq7 .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qPCvYXboq7 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-qPCvYXboq7 {
    background: #66458e;
  }
  .cid-qPCvYXboq7 .img-block {
    padding-bottom: 2rem;
  }
}
.cid-qPCvYXboq7 .mbr-section-title {
  text-align: center;
}
.cid-qPCvYXboq7 .mbr-text,
.cid-qPCvYXboq7 .mbr-section-btn {
  text-align: left;
}
.cid-qPGzW5PmmU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7c7d5b;
}
.cid-qPGzW5PmmU .mbr-text {
  color: #767676;
}
.cid-qPGzW5PmmU .mbr-section-subtitle {
  color: #767676;
}
.cid-qPGzW5PmmU .title {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-qPGzW5PmmU .title .num {
  flex-shrink: 0;
  position: absolute;
  z-index: 0;
  font-size: 5rem;
  width: 100%;
}
.cid-qPGzW5PmmU .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-qPGzW5PmmU .card-text {
  margin-top: 2rem;
}
.cid-qPGzW5PmmU .card-box {
  margin-bottom: 1rem;
}
.cid-qPGzW5PmmU .num {
  color: #fac769;
}
@media (max-width: 767px) {
  .cid-qPGzW5PmmU .num,
  .cid-qPGzW5PmmU .card-title,
  .cid-qPGzW5PmmU .mbr-text,
  .cid-qPGzW5PmmU .mbr-title,
  .cid-qPGzW5PmmU .mbr-section-subtitle,
  .cid-qPGzW5PmmU .mbr-section-btn,
  .cid-qPGzW5PmmU .mbr-section-title {
	text-align: left !important;
  }
  .cid-qPGzW5PmmU .content-column {
    margin-bottom: 2rem;
  }
}
.cid-qPGzW5PmmU .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-qPGzW5PmmU .card-title,
.cid-qPGzW5PmmU .card-img {
  color: #ffffff;
}
.cid-qPGx9rCJrY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7c7d5b;
}
.cid-qPGx9rCJrY .mbr-text {
  color: #767676;
}
.cid-qPGx9rCJrY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qPGx9rCJrY .title {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-qPGx9rCJrY .title .num {
  flex-shrink: 0;
  position: absolute;
  z-index: 0;
  font-size: 5rem;
  width: 100%;
}
.cid-qPGx9rCJrY .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-qPGx9rCJrY .card-text {
  margin-top: 2rem;
}
.cid-qPGx9rCJrY .card-box {
  margin-bottom: 1rem;
}
.cid-qPGx9rCJrY .num {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qPGx9rCJrY .num,
  .cid-qPGx9rCJrY .card-title,
  .cid-qPGx9rCJrY .mbr-text,
  .cid-qPGx9rCJrY .mbr-title,
  .cid-qPGx9rCJrY .mbr-section-subtitle,
  .cid-qPGx9rCJrY .mbr-section-btn,
  .cid-qPGx9rCJrY .mbr-section-title {
    text-align: center !important;
  }
  .cid-qPGx9rCJrY .content-column {
    margin-bottom: 2rem;
  }
}
.cid-qPGx9rCJrY .mbr-section-title {
  color: #ffffff;
}
.cid-qPGx9rCJrY .card-title,
.cid-qPGx9rCJrY .card-img {
  color: #ffffff;
}
.cid-qPBy3MQlCb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #660000;
}
.cid-qPBy3MQlCb .mbr-section-subtitle {
  color: #767676;
}
.cid-qPBy3MQlCb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-qPBy3MQlCb .mbr-section-title DIV {
  text-align: left;
}
.cid-qPP4qvzz33 {
  padding-top: 75px;
  padding-bottom: 120px;
  overflow: hidden !important;
}
.cid-qPP4qvzz33 .animated-element {
  color: #efefef;
}
.cid-qPP4qvzz33 .img-block {
  align-self: center;
}
.cid-qPP4qvzz33 .mbr-section-subtitle {
  color: #bbbbbb;
}
@media (min-width: 992px) {
  .cid-qPP4qvzz33 .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qPP4qvzz33 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-qPP4qvzz33 .img-block {
    padding-bottom: 2rem;
  }
}
.cid-qPP4qvzz33 .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qPOp5XMKYO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qPOp5XMKYO .mbr-text {
  text-align: left;
}
.cid-qPOo0zwGWL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qPOo0zwGWL .counter-container {
  color: #767676;
}
.cid-qPOo0zwGWL .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-qPOo0zwGWL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-qPOo0zwGWL .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-qPOo0zwGWL .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #66458e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-qPROoULzyN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qPROoULzyN .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qPROoULzyN .card .card-wrapper {
  background: #ec6963;
  height: 1%;
}
.cid-qPROoULzyN .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-qPROoULzyN .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qPROoULzyN .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #66458e;
}
.cid-qPROoULzyN .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-qPROoULzyN .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-qPROoULzyN .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-qPRVWuRegJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #660000;
}
.cid-qPRVWuRegJ .mbr-section-subtitle {
  color: #767676;
}
.cid-qPRVWuRegJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-qPRVWuRegJ .mbr-section-title DIV {
  text-align: left;
}
.cid-qQ0Ch3X2BR {
  padding-top: 150px;
  background-image: url("../../../assets/images/dsc-18-2000x1330.jpg");
}
.cid-qQ0Ch3X2BR .text-content {
  padding-bottom: 60px;
}
.cid-qQ0Ch3X2BR .content-container .btn-bgr {
  z-index: 0;
}
.cid-qQ0Ch3X2BR .box-item-text {
  color: #000000;
  text-align: left;
}
.cid-qQ0Ch3X2BR .box-item {
  padding: 2.5rem;
}
.cid-qQ0Ch3X2BR .box-item:first-child {
  background-color: #92b5d5;
}
.cid-qQ0Ch3X2BR .box-item:nth-child(2) {
  background-color: #efefef;
}
.cid-qQ0Ch3X2BR .box-item:last-child {
  background-color: #92b5d5;
}
.cid-qQ0Ch3X2BR .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-qQ0Ch3X2BR .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-qQ0Ch3X2BR .box-list li:last-child {
  border-bottom: none;
}
.cid-qQ0Ch3X2BR .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-qQ0Ch3X2BR .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-qQ0Ch3X2BR .media-container-row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-qQ0Ch3X2BR .mbr-section-subtitle,
  .cid-qQ0Ch3X2BR .mbr-section-title,
  .cid-qQ0Ch3X2BR .mbr-text,
  .cid-qQ0Ch3X2BR .mbr-section-btn,
  .cid-qQ0Ch3X2BR .icon-block-top,
  .cid-qQ0Ch3X2BR .box-item-title,
  .cid-qQ0Ch3X2BR .box-item-text {
    text-align: center !important;
  }
}
.cid-qQ0Ch3X2BR .icon-block-top,
.cid-qQ0Ch3X2BR .box-item-title B {
  color: #66458e;
}
.cid-qQ0Ch3X2BR .icon-block-top,
.cid-qQ0Ch3X2BR .box-item-title {
  text-align: right;
}
.cid-qQ0Ch3X2BR .mbr-text,
.cid-qQ0Ch3X2BR .mbr-section-btn {
  text-align: left;
}
.cid-qQ0Ch4DmtV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #660000;
}
.cid-qQ0Ch4DmtV .mbr-section-subtitle {
  color: #767676;
}
.cid-qQ0Ch4DmtV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-qQ0Ch4DmtV .mbr-section-title DIV {
  text-align: left;
}
.cid-qQ0o8gKQqr {
  padding-top: 90px;
  padding-bottom: 30px;
}
.cid-qQ0o8gKQqr .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qQ0o8gKQqr .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-qQ0o8gKQqr .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-qQ0o8gKQqr .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qQ0o8gKQqr .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #ca4336;
}
.cid-qQ0o8gKQqr .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-qQ0o8gKQqr .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-qQ0o8gKQqr .mbr-card-text {
  margin: 0;
}
.cid-qQ0o8gKQqr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-qQ0o8gKQqr .mbr-card-text,
.cid-qQ0o8gKQqr .mbr-section-btn {
  text-align: left;
}
.cid-qQ0Dca2cCf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #660000;
}
.cid-qQ0Dca2cCf .mbr-section-subtitle {
  color: #767676;
}
.cid-qQ0Dca2cCf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-qQ0Dca2cCf .mbr-section-title DIV {
  text-align: left;
}
.cid-qQmBGKHABJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qQmBGKHABJ .mbr-section-subtitle {
  color: #767676;
}
.cid-qQmBGKHABJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qQmBGKHABJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qQmBGKHABJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qQmBGKHABJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qQmBGKHABJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #59585d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qQmBGKHABJ .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-qQmBGKHABJ .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qQmBGKHABJ .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-qQmBGKHABJ .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qQmBGKHABJ .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-qQmBGKHABJ ul {
  font-size: 0;
}
.cid-qQmBGKHABJ .mbr-gallery-filter ul {
  text-align: left;
}
.cid-qQmBGKHABJ .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-qQmBGKHABJ .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-qQmBGKHABJ .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-qQmBGKHABJ .mbr-gallery-filter ul li:first-child,
.cid-qQmBGKHABJ .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-qQmBGKHABJ .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-qQmBGKHABJ .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-qQmBGKHABJ .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-qQmBGKHABJ .btn.active:after {
  animation: none;
}
.cid-qQmBGKHABJ .btn:active {
  box-shadow: none !important;
}
.cid-qQmBGKHABJ .btn:hover {
  background: transparent !important;
}
.cid-qQmBGKHABJ .btn:hover:before {
  background: transparent !important;
}
.cid-qQmBGKHABJ .btn:before {
  background-color: transparent !important;
}
.cid-qQmBGKHABJ .btn:focus {
  box-shadow: none !important;
}
.cid-qQn4D0WT29 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #660000;
}
.cid-qQn4D0WT29 .mbr-section-subtitle {
  color: #767676;
}
.cid-qQn4D0WT29 .mbr-section-title {
	color: #ffffff;
	text-align: center;
}
.cid-qQn4D0WT29 .mbr-section-title DIV {
  text-align: left;
}
.cid-qQnS2beZju {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qQnS2beZju .google-map {
  height: 25rem;
  position: relative;
}
.cid-qQnS2beZju .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qQnS2beZju .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qQnS2beZju .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qQnS2beZju .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qQnS5YuhoM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qQnS5YuhoM *:focus {
  outline: none;
}
.cid-qQnS5YuhoM .input-wrap {
  padding-bottom: 1rem;
}
.cid-qQnS5YuhoM .form-control,
.cid-qQnS5YuhoM .field {
  width: 100%;
  min-height: auto;
  color: #232323 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #232323;
}
.cid-qQnS5YuhoM .form-control:focus,
.cid-qQnS5YuhoM .field:focus {
  outline: none;
}
.cid-qQnS5YuhoM input::-webkit-input-placeholder {
  color: #232323;
}
.cid-qQnS5YuhoM input::-moz-placeholder {
  color: #232323;
}
.cid-qQnS5YuhoM textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-qQnS5YuhoM textarea::-moz-placeholder {
  color: #232323;
}
.cid-qQnS5YuhoM .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-qQnS5YuhoM .soc-item:hover {
  opacity: .5;
}
.cid-qQnS5YuhoM .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-qQnS5YuhoM .days-column,
.cid-qQnS5YuhoM .hours-column {
  display: inline-block;
}
.cid-qQnS5YuhoM .days-column span,
.cid-qQnS5YuhoM .hours-column span {
  display: block;
}
.cid-qQnS5YuhoM .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qQnS5YuhoM .days-column {
    padding-right: 0 !important;
  }
  .cid-qQnS5YuhoM .hours-column {
    max-width: 50% !important;
  }
  .cid-qQnS5YuhoM .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-qQnS5YuhoM .follow-title,
.cid-qQnS5YuhoM .social-list {
  text-align: center;
}
.cid-qQnS5YuhoM .contacts-title,
.cid-qQnS5YuhoM .contacts-block {
  color: #660000;
}
.cid-qQnS5YuhoM .address-title,
.cid-qQnS5YuhoM .address-block {
  color: #660000;
}
.cid-qQnS5YuhoM .opening-hours-title,
.cid-qQnS5YuhoM .opening-hours {
  color: #660000;
}
.cid-qQnS5YuhoM .form-title,
.cid-qQnS5YuhoM .btn-row {
  color: #660000;
}
.cid-qQqRW3SJar {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-qQqRW3SJar .card-wrapper {
  z-index: 3;
}
.cid-qQqRW3SJar .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-qQqRW3SJar:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-qQqRW3SJar .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-qQqRW3SJar .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-qQqRW3SJar .text-block {
  text-align: left !important;
}
.cid-qQqS7EaDQ3 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-qQqS7EaDQ3 .card-wrapper {
  z-index: 3;
}
.cid-qQqS7EaDQ3 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-qQqS7EaDQ3:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-qQqS7EaDQ3 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-qQqS7EaDQ3 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-qQqS7EaDQ3 .text-block {
  text-align: right !important;
}
.cid-qQqQ2DUgKG {
  background: linear-gradient(to right, #fac769 0%, #fac769 30%, #ca4336 30%, #ca4336 100%);
  overflow: hidden !important;
}
.cid-qQqQ2DUgKG .animated-element {
  color: #efefef;
}
.cid-qQqQ2DUgKG .img-block {
  align-self: center;
}
.cid-qQqQ2DUgKG .mbr-section-subtitle {
  color: #9c88bc;
}
@media (min-width: 992px) {
  .cid-qQqQ2DUgKG .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qQqQ2DUgKG .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-qQqQ2DUgKG {
    background: #ca4336;
  }
  .cid-qQqQ2DUgKG .img-block {
    padding-bottom: 2rem;
  }
}
.cid-qQqRrZzxva {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qQqRrZzxva .mbr-text {
  color: #767676;
}
.cid-qQqRrZzxva .mbr-section-subtitle {
  color: #767676;
}
.cid-qQqRrZzxva .title {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-qQqRrZzxva .title .num {
  flex-shrink: 0;
  position: absolute;
  z-index: 0;
  font-size: 4rem;
  width: 100%;
}
.cid-qQqRrZzxva .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-qQqRrZzxva .card-text {
  margin-top: 2rem;
}
.cid-qQqRrZzxva .card-box {
  margin-bottom: 1rem;
}
.cid-qQqRrZzxva .num {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qQqRrZzxva .num,
  .cid-qQqRrZzxva .card-title,
  .cid-qQqRrZzxva .mbr-text,
  .cid-qQqRrZzxva .mbr-title,
  .cid-qQqRrZzxva .mbr-section-subtitle,
  .cid-qQqRrZzxva .mbr-section-btn,
  .cid-qQqRrZzxva .mbr-section-title {
    text-align: center !important;
  }
  .cid-qQqRrZzxva .content-column {
    margin-bottom: 2rem;
  }
}
.cid-qQqRy0PBR8 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qQqRy0PBR8 .mbr-text {
  color: #767676;
}
.cid-qQqRy0PBR8 .mbr-section-subtitle {
  color: #767676;
}
.cid-qQqRy0PBR8 .title {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-qQqRy0PBR8 .title .num {
  flex-shrink: 0;
  position: absolute;
  z-index: 0;
  font-size: 4rem;
  width: 100%;
}
.cid-qQqRy0PBR8 .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-qQqRy0PBR8 .card-text {
  margin-top: 2rem;
}
.cid-qQqRy0PBR8 .card-box {
  margin-bottom: 1rem;
}
.cid-qQqRy0PBR8 .num {
  color: #fac769;
}
@media (max-width: 767px) {
  .cid-qQqRy0PBR8 .num,
  .cid-qQqRy0PBR8 .card-title,
  .cid-qQqRy0PBR8 .mbr-text,
  .cid-qQqRy0PBR8 .mbr-title,
  .cid-qQqRy0PBR8 .mbr-section-subtitle,
  .cid-qQqRy0PBR8 .mbr-section-btn,
  .cid-qQqRy0PBR8 .mbr-section-title {
    text-align: center !important;
  }
  .cid-qQqRy0PBR8 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-qQqRy0PBR8 .mbr-section-title {
  text-align: center;
}
.cid-qQqRCqZWw0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qQqRCqZWw0 .mbr-text {
  color: #767676;
}
.cid-qQqRCqZWw0 .mbr-section-subtitle {
  color: #767676;
}
.cid-qQqRCqZWw0 .title {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-qQqRCqZWw0 .title .num {
  flex-shrink: 0;
  position: absolute;
  z-index: 0;
  font-size: 4rem;
  width: 100%;
}
.cid-qQqRCqZWw0 .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-qQqRCqZWw0 .card-text {
  margin-top: 2rem;
}
.cid-qQqRCqZWw0 .card-box {
  margin-bottom: 1rem;
}
.cid-qQqRCqZWw0 .num {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qQqRCqZWw0 .num,
  .cid-qQqRCqZWw0 .card-title,
  .cid-qQqRCqZWw0 .mbr-text,
  .cid-qQqRCqZWw0 .mbr-title,
  .cid-qQqRCqZWw0 .mbr-section-subtitle,
  .cid-qQqRCqZWw0 .mbr-section-btn,
  .cid-qQqRCqZWw0 .mbr-section-title {
    text-align: center !important;
  }
  .cid-qQqRCqZWw0 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-qQqRDLVa8G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qQqRDLVa8G .mbr-section-subtitle {
  color: #767676;
}
.cid-qQqR9V95Wa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background10.jpg");
}
.cid-qQqR9V95Wa .content-row {
  flex-direction: row-reverse;
}
.cid-qQqR9V95Wa .title {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-qQqR9V95Wa .title .num {
  flex-shrink: 0;
  position: absolute;
  z-index: 0;
  font-size: 4rem;
  width: 100%;
}
.cid-qQqR9V95Wa .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-qQqR9V95Wa .card-text {
  margin-top: 2rem;
}
.cid-qQqR9V95Wa .card-box {
  margin-bottom: 1rem;
}
.cid-qQqR9V95Wa .num {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qQqR9V95Wa .num,
  .cid-qQqR9V95Wa .card-title,
  .cid-qQqR9V95Wa .mbr-text,
  .cid-qQqR9V95Wa .mbr-title,
  .cid-qQqR9V95Wa .mbr-section-subtitle,
  .cid-qQqR9V95Wa .mbr-section-btn {
    text-align: center !important;
  }
  .cid-qQqR9V95Wa .content-column {
    margin-bottom: 2rem;
  }
}
.cid-qQqSdCagSa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qQqSdCagSa .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qQqSdCagSa .card .card-wrapper {
  background: #fac769;
  height: 1%;
}
.cid-qQqSdCagSa .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-qQqSdCagSa .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qQqSdCagSa .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #66458e;
}
.cid-qQqSdCagSa .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-qQqSdCagSa .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-qQqSdCagSa .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-qQFx8YicsE {
  padding-top: 120px;
  padding-bottom: 75px;
  overflow: hidden !important;
}
.cid-qQFx8YicsE .animated-element {
  color: #efefef;
}
.cid-qQFx8YicsE .img-block {
  align-self: center;
}
.cid-qQFx8YicsE .mbr-section-subtitle {
  color: #bbbbbb;
}
@media (min-width: 992px) {
  .cid-qQFx8YicsE .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qQFx8YicsE .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-qQFx8YicsE .img-block {
    padding-bottom: 2rem;
  }
}
.cid-qQFx8YWPO9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-qQFx8YWPO9 .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qQFx8YWPO9 .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-qQFx8YWPO9 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-qQFx8YWPO9 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qQFx8YWPO9 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #e96188;
}
.cid-qQFx8YWPO9 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-qQFx8YWPO9 .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-qQFx8YWPO9 .mbr-card-text {
  margin: 0;
}
.cid-qQFx8YWPO9 .mbr-section-title {
  text-align: center;
}
.cid-qQFx8YWPO9 .mbr-card-text,
.cid-qQFx8YWPO9 .mbr-section-btn {
  text-align: left;
}
.cid-qQFx8ZR2kk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #660000;
}
.cid-qQFx8ZR2kk .mbr-section-subtitle {
  color: #767676;
}
.cid-qQFx8ZR2kk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-qQFx8ZR2kk .mbr-section-title DIV {
  text-align: left;
}
.cid-qR65gCTYBR {
	padding-top: 40px;
	padding-bottom: 45px;
	overflow: hidden !important;
}
.cid-qR65gCTYBR .animated-element {
  color: #efefef;
}
.cid-qR65gCTYBR .img-block {
  align-self: center;
}
.cid-qR65gCTYBR .mbr-section-subtitle {
  color: #bbbbbb;
}
@media (min-width: 992px) {
  .cid-qR65gCTYBR .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qR65gCTYBR .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-qR65gCTYBR .img-block {
    padding-bottom: 2rem;
  }
}
.cid-qR65gCTYBR .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qR65gE0tyW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qR65gE0tyW .mbr-text {
  text-align: left;
}
.cid-qR65gEfzYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qR65gEfzYV .counter-container {
  color: #767676;
}
.cid-qR65gEfzYV .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-qR65gEfzYV .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-qR65gEfzYV .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-qR65gEfzYV .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #66458e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-qR65gEx0DQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qR65gEx0DQ .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-qR65gEx0DQ .mbr-subtitle {
  color: #767676;
}
.cid-qR65gEx0DQ .mbr-title {
  text-align: left;
}
.cid-qR65gEx0DQ .mbr-title B {
  color: #000000;
}
.cid-qRtsnCoHEj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #365c9a;
}
.cid-qRtsnCoHEj .main {
  flex-direction: row-reverse;
}
.cid-qRtsnCoHEj .row-element,
.cid-qRtsnCoHEj .image-element {
  padding: 0;
}
.cid-qRtsnCoHEj .image-element {
  display: flex;
  justify-content: center;
}
.cid-qRtsnCoHEj .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qRtsnCoHEj .text-content {
  padding: 3rem;
}
.cid-qRtsnCoHEj .mbr-figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-qRtsnCoHEj .text-content {
    padding: 2rem 1rem;
  }
  .cid-qRtsnCoHEj .mbr-title,
  .cid-qRtsnCoHEj .mbr-text,
  .cid-qRtsnCoHEj .mbr-section-btn,
  .cid-qRtsnCoHEj .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-qR65gFYnvy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #660000;
}
.cid-qR65gFYnvy .mbr-section-subtitle {
  color: #767676;
}
.cid-qR65gFYnvy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-qR65gFYnvy .mbr-section-title DIV {
  text-align: left;
}
.cid-qR6e0B1WLp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qR6e0B1WLp .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qR6e0B1WLp .card .card-wrapper {
  background: #7a81a8;
  height: 1%;
}
.cid-qR6e0B1WLp .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-qR6e0B1WLp .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qR6e0B1WLp .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #66458e;
}
.cid-qR6e0B1WLp .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-qR6e0B1WLp .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-qR6e0B1WLp .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-qR6e0B1WLp .mbr-title {
  color: #ffffff;
}
.cid-qR6eBcIjZo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qR6eBcIjZo .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qR6eBcIjZo .card .card-wrapper {
  background: #7a81a8;
  height: 1%;
}
.cid-qR6eBcIjZo .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-qR6eBcIjZo .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qR6eBcIjZo .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #66458e;
}
.cid-qR6eBcIjZo .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-qR6eBcIjZo .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-qR6eBcIjZo .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-qR6eBcIjZo .mbr-title {
  color: #ffffff;
}
.cid-qR6eBvAhvK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qR6eBvAhvK .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qR6eBvAhvK .card .card-wrapper {
  background: #7a81a8;
  height: 1%;
}
.cid-qR6eBvAhvK .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-qR6eBvAhvK .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qR6eBvAhvK .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #66458e;
}
.cid-qR6eBvAhvK .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-qR6eBvAhvK .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-qR6eBvAhvK .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-qR6eBvAhvK .mbr-title {
  color: #ffffff;
}
.cid-qR6eC87ALT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qR6eC87ALT .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qR6eC87ALT .card .card-wrapper {
  background: #7a81a8;
  height: 1%;
}
.cid-qR6eC87ALT .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-qR6eC87ALT .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qR6eC87ALT .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #66458e;
}
.cid-qR6eC87ALT .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-qR6eC87ALT .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-qR6eC87ALT .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-qR6eC87ALT .mbr-title {
  color: #ffffff;
}
