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





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.2rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.82rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.656rem;
    font-size: calc( 0.9369999999999999rem + (0.82 - 0.9369999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9369999999999999rem + (0.82 - 0.9369999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.8rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #a38dfd !important;
}
.bg-success {
  background-color: #b2ccd2 !important;
}
.bg-info {
  background-color: #1ba1e2 !important;
}
.bg-warning {
  background-color: #82786e !important;
}
.bg-danger {
  background-color: #879a9f !important;
}
.btn-primary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #6642fc;
  border-color: #6642fc;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #a38dfd !important;
  border-color: #a38dfd !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #6642fc !important;
  border-color: #6642fc !important;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6642fc !important;
  border-color: #6642fc !important;
}
.btn-secondary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #a60309;
  border-color: #a60309;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f1040d !important;
  border-color: #f1040d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #a60309 !important;
  border-color: #a60309 !important;
}
.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-secondary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a60309 !important;
  border-color: #a60309 !important;
}
.btn-info {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #13709e;
  border-color: #13709e;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #1ba1e2 !important;
  border-color: #1ba1e2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-info:hover:before,
.btn-info:focus:before,
.btn-info.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-success {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #82acb6;
  border-color: #82acb6;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-success:hover:before,
.btn-success:focus:before,
.btn-success.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-warning {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #59524b;
  border-color: #59524b;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-warning:hover:before,
.btn-warning:focus:before,
.btn-warning.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-danger {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #617479;
  border-color: #617479;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger:hover:before,
.btn-danger:focus:before,
.btn-danger.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-black {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.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:hover:before,
.btn-black:focus:before,
.btn-black.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.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:hover:before,
.btn-white:focus:before,
.btn-white.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #a38dfd;
  border-color: #a38dfd;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #5229fb;
  color: #5229fb !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #a38dfd;
  border-color: #a38dfd;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a38dfd !important;
  border-color: #a38dfd !important;
}
.btn-secondary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #f1040d;
  border-color: #f1040d;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #8d0208;
  color: #8d0208 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #f1040d;
  border-color: #f1040d;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1040d !important;
  border-color: #f1040d !important;
}
.btn-info-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #1ba1e2;
  border-color: #1ba1e2;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #106087;
  color: #106087 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #1ba1e2;
  border-color: #1ba1e2;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1ba1e2 !important;
  border-color: #1ba1e2 !important;
}
.btn-success-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-warning-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-danger-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-black-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #333333;
  border-color: #333333;
}
.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:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
}
.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;
}
.btn-white-outline:hover:before,
.btn-white-outline:focus:before,
.btn-white-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.text-primary {
  color: #a38dfd !important;
}
.text-secondary {
  color: #f1040d !important;
}
.text-success {
  color: #b2ccd2 !important;
}
.text-info {
  color: #1ba1e2 !important;
}
.text-warning {
  color: #82786e !important;
}
.text-danger {
  color: #879a9f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5229fb !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8d0208 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #72a1ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #106087 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #4b453f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #55666b !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: #b2ccd2;
}
.alert-info {
  background-color: #1ba1e2;
}
.alert-warning {
  background-color: #82786e;
}
.alert-danger {
  background-color: #879a9f;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a38dfd;
  border-color: #a38dfd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a38dfd;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d0ecf9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ced6d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
}
blockquote {
  border-color: #a38dfd;
}
/* Forms */
.mbr-form .btn {
  margin: .3rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background: #efefef;
  color: #000000;
}
.jq-selectbox li {
  border-radius: 22px;
  background-color: #a38dfd;
  border: 1px solid #e8e8e8;
}
.jq-selectbox li:not(:nth-last-child(1)) {
  margin-bottom: 5px;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 22px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a38dfd;
  border-bottom-color: #a38dfd;
}
.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: #000000 !important;
  background-color: #a38dfd !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: #f1040d !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%;
}
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='%23a38dfd' %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;
}
.cid-t1h7k7dhNr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1h7k7dhNr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t1h7k7dhNr .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-t1h7k7dhNr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-t1h7k7dhNr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-t1h7k7dhNr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1h7k7dhNr .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-t1h7k7dhNr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #a38dfd;
}
.cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-t1h7k7dhNr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1h7k7dhNr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 72.94285714vh;
  }
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1h7k7dhNr .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-t1h7k7dhNr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-t1h7k7dhNr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-t1h7k7dhNr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-t1h7k7dhNr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1h7k7dhNr .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-t1h7k7dhNr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-t1h7k7dhNr .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-t1h7k7dhNr .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-t1h7k7dhNr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-t1h7k7dhNr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t1h7k7dhNr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t1h7k7dhNr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1h7k7dhNr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1h7k7dhNr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1h7k7dhNr .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-t1h7k7dhNr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1h7k7dhNr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1h7k7dhNr .dropdown-item.active,
.cid-t1h7k7dhNr .dropdown-item:active {
  background-color: transparent;
}
.cid-t1h7k7dhNr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1h7k7dhNr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1h7k7dhNr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1h7k7dhNr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1h7k7dhNr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-t1h7k7dhNr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1h7k7dhNr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-t1h7k7dhNr .navbar-buttons {
  text-align: center;
}
.cid-t1h7k7dhNr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1h7k7dhNr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1h7k7dhNr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-t1h7k7dhNr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1h7k7dhNr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-t1h7k7dhNr .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-t1h7k7dhNr .nav-link:hover,
.cid-t1h7k7dhNr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sTMH99NBnZ {
  padding-top: 120px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sTMH99NBnZ .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-sTMH99NBnZ .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-sTMH99NBnZ H3 {
  color: #7f1933;
}
.cid-sTgPzkanH2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bcsk-f-999-raw-1-567x567.png");
}
.cid-sTgPzkanH2 .container-fluid {
  padding: 0 3rem;
}
.cid-sTgPzkanH2 .card {
  display: block;
}
.cid-sTgPzkanH2 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sTgPzkanH2 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sTgPzkanH2 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sTgPzkanH2 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sTgPzkanH2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTgPzkanH2 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sTgTGtz4Rz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sTgTGtz4Rz .container-fluid {
  padding: 0 3rem;
}
.cid-sTgTGtz4Rz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-sTgTGtz4Rz .card {
  display: block;
}
.cid-sTgTGtz4Rz .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-sTgTGtz4Rz .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sTgTGtz4Rz .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sTgTGtz4Rz .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sTgTGtz4Rz .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTgTGtz4Rz .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sThHsti7FH {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sThHsti7FH .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-sThHsti7FH .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-sThHsti7FH H3 {
  color: #7f1933;
}
.cid-sThlsmWHm6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asl-blb-003a-800x600.jpg");
}
.cid-sThlsmWHm6 .container-fluid {
  padding: 0 3rem;
}
.cid-sThlsmWHm6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-sThlsmWHm6 .card {
  display: block;
}
.cid-sThlsmWHm6 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sThlsmWHm6 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sThlsmWHm6 .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sThlsmWHm6 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sThlsmWHm6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sThlsmWHm6 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sThlsmWHm6 .mbr-text,
.cid-sThlsmWHm6 .card-btn {
  color: #ffffff;
}
.cid-sThH8DblD6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sThH8DblD6 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-sThH8DblD6 .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-sThH8DblD6 H3 {
  color: #7f1933;
}
.cid-sThn3JzSSW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cd-landau-interior-roof-console-640x480.png");
}
.cid-sThn3JzSSW .container-fluid {
  padding: 0 3rem;
}
.cid-sThn3JzSSW .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-sThn3JzSSW .card {
  display: block;
}
.cid-sThn3JzSSW .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sThn3JzSSW .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sThn3JzSSW .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sThn3JzSSW .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sThn3JzSSW .container-fluid {
    padding: 0 1rem;
  }
  .cid-sThn3JzSSW .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sThn3JzSSW .mbr-text,
.cid-sThn3JzSSW .card-btn {
  color: #ffffff;
}
.cid-sThHqga7UY {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sThHqga7UY .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-sThHqga7UY .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-sThHqga7UY H3 {
  color: #7f1933;
}
.cid-sThDnwnpir {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fog-lights-1238x590.png");
}
.cid-sThDnwnpir .container-fluid {
  padding: 0 3rem;
}
.cid-sThDnwnpir .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-sThDnwnpir .card {
  display: block;
}
.cid-sThDnwnpir .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sThDnwnpir .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sThDnwnpir .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sThDnwnpir .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sThDnwnpir .container-fluid {
    padding: 0 1rem;
  }
  .cid-sThDnwnpir .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sThDnwnpir .mbr-text,
.cid-sThDnwnpir .card-btn {
  color: #ffffff;
}
.cid-sTkmHXgWHu {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sTkmHXgWHu .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-sTkmHXgWHu .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-sTkmHXgWHu H3 {
  color: #7f1933;
}
.cid-sTkhspFlpm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asl-blb-003a-800x600.jpg");
}
.cid-sTkhspFlpm .container-fluid {
  padding: 0 3rem;
}
.cid-sTkhspFlpm .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-sTkhspFlpm .card {
  display: block;
}
.cid-sTkhspFlpm .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sTkhspFlpm .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sTkhspFlpm .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sTkhspFlpm .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sTkhspFlpm .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTkhspFlpm .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sTkhspFlpm .mbr-text,
.cid-sTkhspFlpm .card-btn {
  color: #ffffff;
}
.cid-sTkhtrV6pZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sTkhtrV6pZ .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-sTkhtrV6pZ .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-sTkhtrV6pZ H3 {
  color: #7f1933;
}
.cid-sTkmJcmb0V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bbl-55w-1-800x600.jpg");
}
.cid-sTkmJcmb0V .container-fluid {
  padding: 0 3rem;
}
.cid-sTkmJcmb0V .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-sTkmJcmb0V .card {
  display: block;
}
.cid-sTkmJcmb0V .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sTkmJcmb0V .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sTkmJcmb0V .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sTkmJcmb0V .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sTkmJcmb0V .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTkmJcmb0V .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sTkmJcmb0V .mbr-text,
.cid-sTkmJcmb0V .card-btn {
  color: #ffffff;
}
.cid-sTMIgUVmNb {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sTMIgUVmNb .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-sTMIgUVmNb .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-sTMIgUVmNb H3 {
  color: #7f1933;
}
.cid-sTMIjdGsVo {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-sTMIjdGsVo .container-fluid {
  padding: 0 3rem;
}
.cid-sTMIjdGsVo .image-block {
  position: relative;
  margin: auto;
}
.cid-sTMIjdGsVo .image-block img {
  width: 100%;
  border-radius: 15px;
}
.cid-sTMIjdGsVo .image-block .img-caption {
  background: #7ccbf1;
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-sTMIjdGsVo .image-block .img-caption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sTMIjdGsVo .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTMIjdGsVo .image-block {
    width: 100% !important;
  }
}
.cid-sTMJ2AN2sh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sTMJ2AN2sh .container-fluid {
  padding: 0 3rem;
}
.cid-sTMJ2AN2sh .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-sTMJ2AN2sh .card {
  display: block;
}
.cid-sTMJ2AN2sh .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sTMJ2AN2sh .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sTMJ2AN2sh .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sTMJ2AN2sh .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTMJ2AN2sh .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sTMJ2AN2sh .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTMJ2AN2sh .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sTMJ2AN2sh .mbr-text,
.cid-sTMJ2AN2sh .card-btn {
  color: #ffffff;
}
.cid-sTJQsxlRzQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sTJQsxlRzQ .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-sTJQsxlRzQ .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-sTJQsxlRzQ H3 {
  color: #7f1933;
}
.cid-sTJQmXizGw {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-sTJQmXizGw .container-fluid {
  padding: 0 3rem;
}
.cid-sTJQmXizGw .image-block {
  position: relative;
  margin: auto;
}
.cid-sTJQmXizGw .image-block img {
  width: 100%;
  border-radius: 15px;
}
.cid-sTJQmXizGw .image-block .img-caption {
  background: #7ccbf1;
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-sTJQmXizGw .image-block .img-caption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sTJQmXizGw .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTJQmXizGw .image-block {
    width: 100% !important;
  }
}
.cid-sTMFE38gMF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sTMFE38gMF .container-fluid {
  padding: 0 3rem;
}
.cid-sTMFE38gMF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-sTMFE38gMF .card {
  display: block;
}
.cid-sTMFE38gMF .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sTMFE38gMF .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sTMFE38gMF .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sTMFE38gMF .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTMFE38gMF .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sTMFE38gMF .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTMFE38gMF .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sTMFE38gMF .mbr-text,
.cid-sTMFE38gMF .card-btn {
  color: #ffffff;
}
.cid-sTkw5QeFmW {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sTkw5QeFmW .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-sTkw5QeFmW .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-sTkw5QeFmW H3 {
  color: #7f1933;
}
.cid-sTkwRAgCEL {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-sTkwRAgCEL .container-fluid {
  padding: 0 3rem;
}
.cid-sTkwRAgCEL .image-block {
  position: relative;
  margin: auto;
}
.cid-sTkwRAgCEL .image-block img {
  width: 100%;
  border-radius: 15px;
}
.cid-sTkwRAgCEL .image-block .img-caption {
  background: #7ccbf1;
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-sTkwRAgCEL .image-block .img-caption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sTkwRAgCEL .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTkwRAgCEL .image-block {
    width: 100% !important;
  }
}
.cid-sTkyvqmmTX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTkyvqmmTX .mbr-section-subtitle {
  color: #767676;
}
.cid-sTkyvqmmTX .container-table {
  margin: 0 auto;
}
.cid-sTkyvqmmTX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sTkyvqmmTX .dataTables_wrapper {
  display: block;
}
.cid-sTkyvqmmTX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sTkyvqmmTX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sTkyvqmmTX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-sTkyvqmmTX table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
  letter-spacing: 0.1rem;
}
.cid-sTkyvqmmTX table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-sTkyvqmmTX table td {
  border: 1px solid #efefef;
  vertical-align: middle;
  padding: 2px;
}
.cid-sTkyvqmmTX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sTkyvqmmTX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sTkyvqmmTX .dataTables_filter input {
  display: inline;
  width: auto;
}
.cid-sTkyvqmmTX .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
.cid-sTkyvqmmTX .dataTables_info {
  white-space: normal !important;
}
.cid-sTkyvqmmTX .tbl-img {
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.cid-sTkyvqmmTX .tbl-img img {
  transition: all .5s;
}
.cid-sTkyvqmmTX .tbl-img img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
@media (max-width: 992px) {
  .cid-sTkyvqmmTX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sTkyvqmmTX .dataTables_filter {
    text-align: center;
  }
  .cid-sTkyvqmmTX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sTkyvqmmTX .head-item,
.cid-sTkyvqmmTX .body-item {
  text-align: center;
}
.cid-sTmsKHywqx {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTmsKHywqx .mbr-section-subtitle {
  color: #767676;
}
.cid-sTmsKHywqx .container-table {
  margin: 0 auto;
}
.cid-sTmsKHywqx .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sTmsKHywqx .dataTables_wrapper {
  display: block;
}
.cid-sTmsKHywqx .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sTmsKHywqx .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sTmsKHywqx table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-sTmsKHywqx table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
  letter-spacing: 0.1rem;
}
.cid-sTmsKHywqx table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-sTmsKHywqx table td {
  border: 1px solid #efefef;
  vertical-align: middle;
  padding: 2px;
}
.cid-sTmsKHywqx .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sTmsKHywqx .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sTmsKHywqx .dataTables_filter input {
  display: inline;
  width: auto;
}
.cid-sTmsKHywqx .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
.cid-sTmsKHywqx .dataTables_info {
  white-space: normal !important;
}
.cid-sTmsKHywqx .tbl-img {
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.cid-sTmsKHywqx .tbl-img img {
  transition: all .5s;
}
.cid-sTmsKHywqx .tbl-img img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
@media (max-width: 992px) {
  .cid-sTmsKHywqx .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sTmsKHywqx .dataTables_filter {
    text-align: center;
  }
  .cid-sTmsKHywqx .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sTmsKHywqx .head-item,
.cid-sTmsKHywqx .body-item {
  text-align: center;
}
.cid-sTM0sMjW3q {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sTM0sMjW3q svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sTM0sMjW3q #e1_ellipse {
  fill: #ffffff !important;
}
.cid-sTM0sMjW3q img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(252, 44, 52, 0.35);
}
@media (max-width: 576px) {
  .cid-sTM0sMjW3q img {
    width: 100%;
    left: 0;
  }
}
.cid-sTM0sMjW3q H1 {
  color: #fe525b;
}
.cid-sTM0sMjW3q .mbr-text,
.cid-sTM0sMjW3q .mbr-section-btn {
  color: #000000;
}
.cid-sTDZvLTDH5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTDZvLTDH5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sTDZvLTDH5 .container-table {
  margin: 0 auto;
}
.cid-sTDZvLTDH5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sTDZvLTDH5 .dataTables_wrapper {
  display: block;
}
.cid-sTDZvLTDH5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sTDZvLTDH5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sTDZvLTDH5 .embedtbl {
  margin-top: 0;
  border: 0px;
  margin-bottom: 0;
}
.cid-sTDZvLTDH5 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-sTDZvLTDH5 table th {
  sort: none;
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
  letter-spacing: 0.1rem;
  vertical-align: middle;
}
.cid-sTDZvLTDH5 table td {
  border: 1px solid #efefef;
  vertical-align: middle;
  padding: 2px;
}
.cid-sTDZvLTDH5 table td .tblhdr {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
  letter-spacing: 0.1rem;
}
.cid-sTDZvLTDH5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sTDZvLTDH5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sTDZvLTDH5 .dataTables_filter input {
  display: inline;
  width: auto;
}
.cid-sTDZvLTDH5 .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
.cid-sTDZvLTDH5 .dataTables_info {
  white-space: normal !important;
}
.cid-sTDZvLTDH5 .tbl-img {
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.cid-sTDZvLTDH5 .tbl-img img {
  transition: all .5s;
}
.cid-sTDZvLTDH5 .tbl-img img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
@media (max-width: 992px) {
  .cid-sTDZvLTDH5 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sTDZvLTDH5 .dataTables_filter {
    text-align: center;
  }
  .cid-sTDZvLTDH5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sTDZvLTDH5 .head-item,
.cid-sTDZvLTDH5 .body-item {
  text-align: center;
}
.cid-sTMjZ6AxYu {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sTMjZ6AxYu svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sTMjZ6AxYu #e1_ellipse {
  fill: #ffffff !important;
}
.cid-sTMjZ6AxYu img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(252, 44, 52, 0.35);
}
@media (max-width: 576px) {
  .cid-sTMjZ6AxYu img {
    width: 100%;
    left: 0;
  }
}
.cid-sTMjZ6AxYu H1 {
  color: #fe525b;
}
.cid-sTMjZ6AxYu .mbr-text,
.cid-sTMjZ6AxYu .mbr-section-btn {
  color: #000000;
}
.cid-sTMjZ6AxYu H3 {
  text-align: left;
}
.cid-sTMoTEvBsp {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sTMoTEvBsp .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-sTMoTEvBsp .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-sTMoTEvBsp H3 {
  color: #7f1933;
}
.cid-sTMsG0R3V0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sTMsG0R3V0 .container-fluid {
  padding: 0 3rem;
}
.cid-sTMsG0R3V0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-sTMsG0R3V0 .card {
  display: block;
}
.cid-sTMsG0R3V0 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sTMsG0R3V0 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sTMsG0R3V0 .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sTMsG0R3V0 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTMsG0R3V0 .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sTMsG0R3V0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTMsG0R3V0 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sTMsG0R3V0 .mbr-text,
.cid-sTMsG0R3V0 .card-btn {
  color: #ffffff;
}
.cid-sTmM1P7S71 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sTmM1P7S71 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-sTmM1P7S71 .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-sTmM1P7S71 H3 {
  color: #7f1933;
}
.cid-sTmJUUNABT {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-sTmJUUNABT .container-fluid {
  padding: 0 3rem;
}
.cid-sTmJUUNABT .image-block {
  position: relative;
  margin: auto;
}
.cid-sTmJUUNABT .image-block img {
  width: 100%;
  border-radius: 15px;
}
.cid-sTmJUUNABT .image-block .img-caption {
  background: #7ccbf1;
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-sTmJUUNABT .image-block .img-caption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sTmJUUNABT .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTmJUUNABT .image-block {
    width: 100% !important;
  }
}
.cid-sTmMsRyNB5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTmMsRyNB5 .mbr-text,
.cid-sTmMsRyNB5 blockquote {
  color: #232323;
}
.cid-sTmSt9nvDA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sTmSt9nvDA .container-fluid {
  padding: 0 3rem;
}
.cid-sTmSt9nvDA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-sTmSt9nvDA .card {
  display: block;
}
.cid-sTmSt9nvDA .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sTmSt9nvDA .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sTmSt9nvDA .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sTmSt9nvDA .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTmSt9nvDA .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sTmSt9nvDA .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTmSt9nvDA .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sTmSt9nvDA .mbr-text,
.cid-sTmSt9nvDA .card-btn {
  color: #ffffff;
}
.cid-sTncfrlHjp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sTncfrlHjp .container-fluid {
  padding: 0 3rem;
}
.cid-sTncfrlHjp .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-sTncfrlHjp .card {
  display: block;
}
.cid-sTncfrlHjp .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sTncfrlHjp .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sTncfrlHjp .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sTncfrlHjp .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTncfrlHjp .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sTncfrlHjp .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTncfrlHjp .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sTncfrlHjp .mbr-text,
.cid-sTncfrlHjp .card-btn {
  color: #ffffff;
}
.cid-sTgSBalzsF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sTgSBalzsF .container-fluid {
  padding: 0 3rem;
}
.cid-sTgSBalzsF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-sTgSBalzsF .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTgSBalzsF .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sTgSBalzsF .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sTgSBalzsF .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sTgSBalzsF .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fe525b;
}
.cid-sTgSBalzsF .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sTgSBalzsF .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-sTgSBalzsF .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sThdycDTnC {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sThdycDTnC svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sThdycDTnC #e1_ellipse {
  fill: #ffffff !important;
}
.cid-sThdycDTnC img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(252, 44, 52, 0.35);
}
@media (max-width: 576px) {
  .cid-sThdycDTnC img {
    width: 100%;
    left: 0;
  }
}
.cid-sThdycDTnC H1 {
  color: #fe525b;
}
.cid-sThdycDTnC .mbr-text,
.cid-sThdycDTnC .mbr-section-btn {
  color: #000000;
}
.cid-sTJ8iCsGG2 {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-sTJ8iCsGG2 .container-fluid {
  padding: 0 3rem;
}
.cid-sTJ8iCsGG2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sTJ8iCsGG2 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTJ8iCsGG2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTJ8iCsGG2 .image-block {
    width: 100% !important;
  }
}
.cid-t1gKo9lTUV {
  padding-top: 120px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKo9lTUV .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKo9lTUV .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-t1gKo9lTUV H3 {
  color: #7f1933;
}
.cid-t1gKocBbcQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bcsk-f-999-raw-1-567x567.png");
}
.cid-t1gKocBbcQ .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKocBbcQ .card {
  display: block;
}
.cid-t1gKocBbcQ .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-t1gKocBbcQ .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKocBbcQ .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKocBbcQ .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-t1gKocBbcQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKocBbcQ .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKoeWV8R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-t1gKoeWV8R .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKoeWV8R .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKoeWV8R .card {
  display: block;
}
.cid-t1gKoeWV8R .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-t1gKoeWV8R .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKoeWV8R .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKoeWV8R .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-t1gKoeWV8R .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKoeWV8R .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKogVwEy {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKogVwEy .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKogVwEy .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-t1gKogVwEy H3 {
  color: #7f1933;
}
.cid-t1gKoidbv6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asl-blb-003a-800x600.jpg");
}
.cid-t1gKoidbv6 .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKoidbv6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKoidbv6 .card {
  display: block;
}
.cid-t1gKoidbv6 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKoidbv6 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKoidbv6 .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKoidbv6 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-t1gKoidbv6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKoidbv6 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKoidbv6 .mbr-text,
.cid-t1gKoidbv6 .card-btn {
  color: #ffffff;
}
.cid-t1gKojJ7ho {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKojJ7ho .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKojJ7ho .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-t1gKojJ7ho H3 {
  color: #7f1933;
}
.cid-t1gKokGsCz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cd-landau-interior-roof-console-640x480.png");
}
.cid-t1gKokGsCz .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKokGsCz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKokGsCz .card {
  display: block;
}
.cid-t1gKokGsCz .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKokGsCz .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKokGsCz .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKokGsCz .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-t1gKokGsCz .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKokGsCz .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKokGsCz .mbr-text,
.cid-t1gKokGsCz .card-btn {
  color: #ffffff;
}
.cid-t1gKomIB4n {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKomIB4n .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKomIB4n .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-t1gKomIB4n H3 {
  color: #7f1933;
}
.cid-t1gKoo3plM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fog-lights-1238x590.png");
}
.cid-t1gKoo3plM .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKoo3plM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKoo3plM .card {
  display: block;
}
.cid-t1gKoo3plM .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKoo3plM .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKoo3plM .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKoo3plM .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-t1gKoo3plM .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKoo3plM .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKoo3plM .mbr-text,
.cid-t1gKoo3plM .card-btn {
  color: #ffffff;
}
.cid-t1gKopMmvU {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKopMmvU .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKopMmvU .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-t1gKopMmvU H3 {
  color: #7f1933;
}
.cid-t1gKoqRONX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asl-blb-003a-800x600.jpg");
}
.cid-t1gKoqRONX .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKoqRONX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKoqRONX .card {
  display: block;
}
.cid-t1gKoqRONX .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKoqRONX .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKoqRONX .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKoqRONX .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-t1gKoqRONX .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKoqRONX .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKoqRONX .mbr-text,
.cid-t1gKoqRONX .card-btn {
  color: #ffffff;
}
.cid-t1gKosGfpD {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKosGfpD .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKosGfpD .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-t1gKosGfpD H3 {
  color: #7f1933;
}
.cid-t1gKou0fSX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bbl-55w-1-800x600.jpg");
}
.cid-t1gKou0fSX .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKou0fSX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKou0fSX .card {
  display: block;
}
.cid-t1gKou0fSX .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKou0fSX .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKou0fSX .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKou0fSX .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-t1gKou0fSX .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKou0fSX .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKou0fSX .mbr-text,
.cid-t1gKou0fSX .card-btn {
  color: #ffffff;
}
.cid-t1gKowHtOI {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKowHtOI .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKowHtOI .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-t1gKowHtOI H3 {
  color: #7f1933;
}
.cid-t1gKoyDrul {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-t1gKoyDrul .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKoyDrul .image-block {
  position: relative;
  margin: auto;
}
.cid-t1gKoyDrul .image-block img {
  width: 100%;
  border-radius: 15px;
}
.cid-t1gKoyDrul .image-block .img-caption {
  background: #7ccbf1;
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-t1gKoyDrul .image-block .img-caption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-t1gKoyDrul .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKoyDrul .image-block {
    width: 100% !important;
  }
}
.cid-t1gKozHxV2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-t1gKozHxV2 .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKozHxV2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKozHxV2 .card {
  display: block;
}
.cid-t1gKozHxV2 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKozHxV2 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKozHxV2 .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKozHxV2 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1gKozHxV2 .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-t1gKozHxV2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKozHxV2 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKozHxV2 .mbr-text,
.cid-t1gKozHxV2 .card-btn {
  color: #ffffff;
}
.cid-t1gKoCMwvA {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKoCMwvA .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKoCMwvA .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-t1gKoCMwvA H3 {
  color: #7f1933;
}
.cid-t1gKoEdLh7 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-t1gKoEdLh7 .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKoEdLh7 .image-block {
  position: relative;
  margin: auto;
}
.cid-t1gKoEdLh7 .image-block img {
  width: 100%;
  border-radius: 15px;
}
.cid-t1gKoEdLh7 .image-block .img-caption {
  background: #7ccbf1;
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-t1gKoEdLh7 .image-block .img-caption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-t1gKoEdLh7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKoEdLh7 .image-block {
    width: 100% !important;
  }
}
.cid-t1gKoF5bep {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-t1gKoF5bep .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKoF5bep .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKoF5bep .card {
  display: block;
}
.cid-t1gKoF5bep .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKoF5bep .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKoF5bep .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKoF5bep .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1gKoF5bep .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-t1gKoF5bep .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKoF5bep .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKoF5bep .mbr-text,
.cid-t1gKoF5bep .card-btn {
  color: #ffffff;
}
.cid-t1gKoGUFmc {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKoGUFmc .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKoGUFmc .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-t1gKoGUFmc H3 {
  color: #7f1933;
}
.cid-t1gKoHTEwi {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-t1gKoHTEwi .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKoHTEwi .image-block {
  position: relative;
  margin: auto;
}
.cid-t1gKoHTEwi .image-block img {
  width: 100%;
  border-radius: 15px;
}
.cid-t1gKoHTEwi .image-block .img-caption {
  background: #7ccbf1;
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-t1gKoHTEwi .image-block .img-caption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-t1gKoHTEwi .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKoHTEwi .image-block {
    width: 100% !important;
  }
}
.cid-t1gKoITweO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t1gKoITweO .mbr-section-subtitle {
  color: #767676;
}
.cid-t1gKoITweO .container-table {
  margin: 0 auto;
}
.cid-t1gKoITweO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t1gKoITweO .dataTables_wrapper {
  display: block;
}
.cid-t1gKoITweO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t1gKoITweO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t1gKoITweO table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-t1gKoITweO table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
  letter-spacing: 0.1rem;
}
.cid-t1gKoITweO table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-t1gKoITweO table td {
  border: 1px solid #efefef;
  vertical-align: middle;
  padding: 2px;
}
.cid-t1gKoITweO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t1gKoITweO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t1gKoITweO .dataTables_filter input {
  display: inline;
  width: auto;
}
.cid-t1gKoITweO .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
.cid-t1gKoITweO .dataTables_info {
  white-space: normal !important;
}
.cid-t1gKoITweO .tbl-img {
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKoITweO .tbl-img img {
  transition: all .5s;
}
.cid-t1gKoITweO .tbl-img img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
@media (max-width: 992px) {
  .cid-t1gKoITweO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t1gKoITweO .dataTables_filter {
    text-align: center;
  }
  .cid-t1gKoITweO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t1gKoITweO .head-item,
.cid-t1gKoITweO .body-item {
  text-align: center;
}
.cid-t1gKoLvmnD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t1gKoLvmnD .mbr-section-subtitle {
  color: #767676;
}
.cid-t1gKoLvmnD .container-table {
  margin: 0 auto;
}
.cid-t1gKoLvmnD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t1gKoLvmnD .dataTables_wrapper {
  display: block;
}
.cid-t1gKoLvmnD .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t1gKoLvmnD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t1gKoLvmnD table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-t1gKoLvmnD table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
  letter-spacing: 0.1rem;
}
.cid-t1gKoLvmnD table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-t1gKoLvmnD table td {
  border: 1px solid #efefef;
  vertical-align: middle;
  padding: 2px;
}
.cid-t1gKoLvmnD .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t1gKoLvmnD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t1gKoLvmnD .dataTables_filter input {
  display: inline;
  width: auto;
}
.cid-t1gKoLvmnD .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
.cid-t1gKoLvmnD .dataTables_info {
  white-space: normal !important;
}
.cid-t1gKoLvmnD .tbl-img {
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKoLvmnD .tbl-img img {
  transition: all .5s;
}
.cid-t1gKoLvmnD .tbl-img img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
@media (max-width: 992px) {
  .cid-t1gKoLvmnD .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t1gKoLvmnD .dataTables_filter {
    text-align: center;
  }
  .cid-t1gKoLvmnD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t1gKoLvmnD .head-item,
.cid-t1gKoLvmnD .body-item {
  text-align: center;
}
.cid-t1gKoOWPDY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-t1gKoOWPDY svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-t1gKoOWPDY #e1_ellipse {
  fill: #ffffff !important;
}
.cid-t1gKoOWPDY img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(252, 44, 52, 0.35);
}
@media (max-width: 576px) {
  .cid-t1gKoOWPDY img {
    width: 100%;
    left: 0;
  }
}
.cid-t1gKoOWPDY H1 {
  color: #fe525b;
}
.cid-t1gKoOWPDY .mbr-text,
.cid-t1gKoOWPDY .mbr-section-btn {
  color: #000000;
}
.cid-t1gKoQcjBl {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t1gKoQcjBl .mbr-section-subtitle {
  color: #767676;
}
.cid-t1gKoQcjBl .container-table {
  margin: 0 auto;
}
.cid-t1gKoQcjBl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t1gKoQcjBl .dataTables_wrapper {
  display: block;
}
.cid-t1gKoQcjBl .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t1gKoQcjBl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t1gKoQcjBl .embedtbl {
  margin-top: 0;
  border: 0px;
  margin-bottom: 0;
}
.cid-t1gKoQcjBl table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-t1gKoQcjBl table th {
  sort: none;
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
  letter-spacing: 0.1rem;
  vertical-align: middle;
}
.cid-t1gKoQcjBl table td {
  border: 1px solid #efefef;
  vertical-align: middle;
  padding: 2px;
}
.cid-t1gKoQcjBl table td .tblhdr {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
  letter-spacing: 0.1rem;
}
.cid-t1gKoQcjBl .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t1gKoQcjBl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t1gKoQcjBl .dataTables_filter input {
  display: inline;
  width: auto;
}
.cid-t1gKoQcjBl .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
.cid-t1gKoQcjBl .dataTables_info {
  white-space: normal !important;
}
.cid-t1gKoQcjBl .tbl-img {
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKoQcjBl .tbl-img img {
  transition: all .5s;
}
.cid-t1gKoQcjBl .tbl-img img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
@media (max-width: 992px) {
  .cid-t1gKoQcjBl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t1gKoQcjBl .dataTables_filter {
    text-align: center;
  }
  .cid-t1gKoQcjBl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t1gKoQcjBl .head-item,
.cid-t1gKoQcjBl .body-item {
  text-align: center;
}
.cid-t1gKoT4A50 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-t1gKoT4A50 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-t1gKoT4A50 #e1_ellipse {
  fill: #ffffff !important;
}
.cid-t1gKoT4A50 img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(252, 44, 52, 0.35);
}
@media (max-width: 576px) {
  .cid-t1gKoT4A50 img {
    width: 100%;
    left: 0;
  }
}
.cid-t1gKoT4A50 H1 {
  color: #fe525b;
}
.cid-t1gKoT4A50 .mbr-text,
.cid-t1gKoT4A50 .mbr-section-btn {
  color: #000000;
}
.cid-t1gKoT4A50 H3 {
  text-align: left;
}
.cid-t1gKoUgZIT {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKoUgZIT .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKoUgZIT .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-t1gKoUgZIT H3 {
  color: #7f1933;
}
.cid-t1gKoVjQog {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-t1gKoVjQog .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKoVjQog .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKoVjQog .card {
  display: block;
}
.cid-t1gKoVjQog .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKoVjQog .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKoVjQog .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKoVjQog .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1gKoVjQog .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-t1gKoVjQog .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKoVjQog .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKoVjQog .mbr-text,
.cid-t1gKoVjQog .card-btn {
  color: #ffffff;
}
.cid-t1gKoWVrkj {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKoWVrkj .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKoWVrkj .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-t1gKoWVrkj H3 {
  color: #7f1933;
}
.cid-t1gKoYab34 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-t1gKoYab34 .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKoYab34 .image-block {
  position: relative;
  margin: auto;
}
.cid-t1gKoYab34 .image-block img {
  width: 100%;
  border-radius: 15px;
}
.cid-t1gKoYab34 .image-block .img-caption {
  background: #7ccbf1;
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-t1gKoYab34 .image-block .img-caption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-t1gKoYab34 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKoYab34 .image-block {
    width: 100% !important;
  }
}
.cid-t1gKoZAzkx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t1gKoZAzkx .mbr-text,
.cid-t1gKoZAzkx blockquote {
  color: #232323;
}
.cid-t1gKp0wDXm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-t1gKp0wDXm .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKp0wDXm .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKp0wDXm .card {
  display: block;
}
.cid-t1gKp0wDXm .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKp0wDXm .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKp0wDXm .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKp0wDXm .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1gKp0wDXm .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-t1gKp0wDXm .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKp0wDXm .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKp0wDXm .mbr-text,
.cid-t1gKp0wDXm .card-btn {
  color: #ffffff;
}
.cid-t1gKp2grmY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-t1gKp2grmY .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKp2grmY .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKp2grmY .card {
  display: block;
}
.cid-t1gKp2grmY .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKp2grmY .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKp2grmY .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKp2grmY .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1gKp2grmY .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-t1gKp2grmY .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKp2grmY .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKp2grmY .mbr-text,
.cid-t1gKp2grmY .card-btn {
  color: #ffffff;
}
.cid-t1gKp4CqSF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t1gKp4CqSF .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKp4CqSF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKp4CqSF .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1gKp4CqSF .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKp4CqSF .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKp4CqSF .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKp4CqSF .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fe525b;
}
.cid-t1gKp4CqSF .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t1gKp4CqSF .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-t1gKp4CqSF .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t1gKp6QTBp {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-t1gKp6QTBp svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-t1gKp6QTBp #e1_ellipse {
  fill: #ffffff !important;
}
.cid-t1gKp6QTBp img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(252, 44, 52, 0.35);
}
@media (max-width: 576px) {
  .cid-t1gKp6QTBp img {
    width: 100%;
    left: 0;
  }
}
.cid-t1gKp6QTBp H1 {
  color: #fe525b;
}
.cid-t1gKp6QTBp .mbr-text,
.cid-t1gKp6QTBp .mbr-section-btn {
  color: #000000;
}
.cid-t1gKp847N7 {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-t1gKp847N7 .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKp847N7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t1gKp847N7 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t1gKp847N7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKp847N7 .image-block {
    width: 100% !important;
  }
}
.cid-t1h7k7dhNr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1h7k7dhNr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t1h7k7dhNr .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-t1h7k7dhNr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-t1h7k7dhNr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-t1h7k7dhNr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1h7k7dhNr .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-t1h7k7dhNr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #a38dfd;
}
.cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-t1h7k7dhNr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1h7k7dhNr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 72.94285714vh;
  }
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1h7k7dhNr .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-t1h7k7dhNr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-t1h7k7dhNr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-t1h7k7dhNr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-t1h7k7dhNr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1h7k7dhNr .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-t1h7k7dhNr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-t1h7k7dhNr .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-t1h7k7dhNr .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-t1h7k7dhNr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-t1h7k7dhNr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t1h7k7dhNr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t1h7k7dhNr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1h7k7dhNr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1h7k7dhNr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1h7k7dhNr .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-t1h7k7dhNr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1h7k7dhNr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1h7k7dhNr .dropdown-item.active,
.cid-t1h7k7dhNr .dropdown-item:active {
  background-color: transparent;
}
.cid-t1h7k7dhNr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1h7k7dhNr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1h7k7dhNr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1h7k7dhNr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1h7k7dhNr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-t1h7k7dhNr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1h7k7dhNr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-t1h7k7dhNr .navbar-buttons {
  text-align: center;
}
.cid-t1h7k7dhNr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1h7k7dhNr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1h7k7dhNr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-t1h7k7dhNr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1h7k7dhNr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-t1h7k7dhNr .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-t1h7k7dhNr .nav-link:hover,
.cid-t1h7k7dhNr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t1gKJ1DfEN {
  padding-top: 75px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKJ1DfEN .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKJ1DfEN .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-t1gKJ1DfEN H3 {
  color: #7f1933;
}
.cid-t1gKJ6aHiw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bcsk-f-999-raw-1-567x567.png");
}
.cid-t1gKJ6aHiw .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKJ6aHiw .card {
  display: block;
}
.cid-t1gKJ6aHiw .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-t1gKJ6aHiw .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKJ6aHiw .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKJ6aHiw .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-t1gKJ6aHiw .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKJ6aHiw .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKJ8GnKY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-t1gKJ8GnKY .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKJ8GnKY .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKJ8GnKY .card {
  display: block;
}
.cid-t1gKJ8GnKY .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-t1gKJ8GnKY .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKJ8GnKY .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKJ8GnKY .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-t1gKJ8GnKY .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKJ8GnKY .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKJfXzgq {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKJfXzgq .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKJfXzgq .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-t1gKJfXzgq H3 {
  color: #7f1933;
}
.cid-t1gKJjvbTP {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKJjvbTP .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKJjvbTP .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-t1gKJjvbTP H3 {
  color: #7f1933;
}
.cid-t1gKK7o2V4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-t1gKK7o2V4 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-t1gKK7o2V4 #e1_ellipse {
  fill: #ffffff !important;
}
.cid-t1gKK7o2V4 img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(252, 44, 52, 0.35);
}
@media (max-width: 576px) {
  .cid-t1gKK7o2V4 img {
    width: 100%;
    left: 0;
  }
}
.cid-t1gKK7o2V4 H1 {
  color: #fe525b;
}
.cid-t1gKK7o2V4 .mbr-text,
.cid-t1gKK7o2V4 .mbr-section-btn {
  color: #000000;
}
.cid-t1gKK94Vdb {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-t1gKK94Vdb .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKK94Vdb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t1gKK94Vdb .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t1gKK94Vdb .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKK94Vdb .image-block {
    width: 100% !important;
  }
}
.cid-t1h7k7dhNr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1h7k7dhNr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t1h7k7dhNr .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-t1h7k7dhNr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-t1h7k7dhNr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-t1h7k7dhNr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1h7k7dhNr .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-t1h7k7dhNr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #a38dfd;
}
.cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-t1h7k7dhNr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1h7k7dhNr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 72.94285714vh;
  }
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1h7k7dhNr .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-t1h7k7dhNr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-t1h7k7dhNr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-t1h7k7dhNr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-t1h7k7dhNr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1h7k7dhNr .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-t1h7k7dhNr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-t1h7k7dhNr .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-t1h7k7dhNr .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-t1h7k7dhNr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-t1h7k7dhNr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t1h7k7dhNr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t1h7k7dhNr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1h7k7dhNr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1h7k7dhNr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1h7k7dhNr .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-t1h7k7dhNr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1h7k7dhNr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1h7k7dhNr .dropdown-item.active,
.cid-t1h7k7dhNr .dropdown-item:active {
  background-color: transparent;
}
.cid-t1h7k7dhNr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1h7k7dhNr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1h7k7dhNr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1h7k7dhNr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1h7k7dhNr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-t1h7k7dhNr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1h7k7dhNr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-t1h7k7dhNr .navbar-buttons {
  text-align: center;
}
.cid-t1h7k7dhNr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1h7k7dhNr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1h7k7dhNr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-t1h7k7dhNr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1h7k7dhNr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-t1h7k7dhNr .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-t1h7k7dhNr .nav-link:hover,
.cid-t1h7k7dhNr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t1gKvqufhO {
  padding-top: 60px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKvqufhO .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKvqufhO .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-t1gKvqufhO H3 {
  color: #7f1933;
}
.cid-t1gKvrrTPc {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-t1gKvrrTPc .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKvrrTPc .image-block {
  position: relative;
  margin: auto;
}
.cid-t1gKvrrTPc .image-block img {
  width: 100%;
  border-radius: 15px;
}
.cid-t1gKvrrTPc .image-block .img-caption {
  background: #7ccbf1;
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-t1gKvrrTPc .image-block .img-caption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-t1gKvrrTPc .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKvrrTPc .image-block {
    width: 100% !important;
  }
}
.cid-t1gKvsgFJo {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t1gKvsgFJo .mbr-section-subtitle {
  color: #767676;
}
.cid-t1gKvsgFJo .container-table {
  margin: 0 auto;
}
.cid-t1gKvsgFJo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t1gKvsgFJo .dataTables_wrapper {
  display: block;
}
.cid-t1gKvsgFJo .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t1gKvsgFJo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t1gKvsgFJo table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-t1gKvsgFJo table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
  letter-spacing: 0.1rem;
}
.cid-t1gKvsgFJo table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-t1gKvsgFJo table td {
  border: 1px solid #efefef;
  vertical-align: middle;
  padding: 2px;
}
.cid-t1gKvsgFJo .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t1gKvsgFJo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t1gKvsgFJo .dataTables_filter input {
  display: inline;
  width: auto;
}
.cid-t1gKvsgFJo .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
.cid-t1gKvsgFJo .dataTables_info {
  white-space: normal !important;
}
.cid-t1gKvsgFJo .tbl-img {
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKvsgFJo .tbl-img img {
  transition: all .5s;
}
.cid-t1gKvsgFJo .tbl-img img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
@media (max-width: 992px) {
  .cid-t1gKvsgFJo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t1gKvsgFJo .dataTables_filter {
    text-align: center;
  }
  .cid-t1gKvsgFJo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t1gKvsgFJo .head-item,
.cid-t1gKvsgFJo .body-item {
  text-align: center;
}
.cid-t1gKvvLsmD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t1gKvvLsmD .mbr-section-subtitle {
  color: #767676;
}
.cid-t1gKvvLsmD .container-table {
  margin: 0 auto;
}
.cid-t1gKvvLsmD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t1gKvvLsmD .dataTables_wrapper {
  display: block;
}
.cid-t1gKvvLsmD .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t1gKvvLsmD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t1gKvvLsmD table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-t1gKvvLsmD table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
  letter-spacing: 0.1rem;
}
.cid-t1gKvvLsmD table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-t1gKvvLsmD table td {
  border: 1px solid #efefef;
  vertical-align: middle;
  padding: 2px;
}
.cid-t1gKvvLsmD .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t1gKvvLsmD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t1gKvvLsmD .dataTables_filter input {
  display: inline;
  width: auto;
}
.cid-t1gKvvLsmD .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
.cid-t1gKvvLsmD .dataTables_info {
  white-space: normal !important;
}
.cid-t1gKvvLsmD .tbl-img {
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKvvLsmD .tbl-img img {
  transition: all .5s;
}
.cid-t1gKvvLsmD .tbl-img img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
@media (max-width: 992px) {
  .cid-t1gKvvLsmD .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t1gKvvLsmD .dataTables_filter {
    text-align: center;
  }
  .cid-t1gKvvLsmD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t1gKvvLsmD .head-item,
.cid-t1gKvvLsmD .body-item {
  text-align: center;
}
.cid-t1gKvyilJ8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-t1gKvyilJ8 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-t1gKvyilJ8 #e1_ellipse {
  fill: #ffffff !important;
}
.cid-t1gKvyilJ8 img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(252, 44, 52, 0.35);
}
@media (max-width: 576px) {
  .cid-t1gKvyilJ8 img {
    width: 100%;
    left: 0;
  }
}
.cid-t1gKvyilJ8 H1 {
  color: #fe525b;
}
.cid-t1gKvyilJ8 .mbr-text,
.cid-t1gKvyilJ8 .mbr-section-btn {
  color: #000000;
}
.cid-t1gKvzmE1v {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t1gKvzmE1v .mbr-section-subtitle {
  color: #767676;
}
.cid-t1gKvzmE1v .container-table {
  margin: 0 auto;
}
.cid-t1gKvzmE1v .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t1gKvzmE1v .dataTables_wrapper {
  display: block;
}
.cid-t1gKvzmE1v .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t1gKvzmE1v .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t1gKvzmE1v .embedtbl {
  margin-top: 0;
  border: 0px;
  margin-bottom: 0;
}
.cid-t1gKvzmE1v table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-t1gKvzmE1v table th {
  sort: none;
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
  letter-spacing: 0.1rem;
  vertical-align: middle;
}
.cid-t1gKvzmE1v table td {
  border: 1px solid #efefef;
  vertical-align: middle;
  padding: 2px;
}
.cid-t1gKvzmE1v table td .tblhdr {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
  letter-spacing: 0.1rem;
}
.cid-t1gKvzmE1v .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t1gKvzmE1v .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t1gKvzmE1v .dataTables_filter input {
  display: inline;
  width: auto;
}
.cid-t1gKvzmE1v .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
.cid-t1gKvzmE1v .dataTables_info {
  white-space: normal !important;
}
.cid-t1gKvzmE1v .tbl-img {
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKvzmE1v .tbl-img img {
  transition: all .5s;
}
.cid-t1gKvzmE1v .tbl-img img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
@media (max-width: 992px) {
  .cid-t1gKvzmE1v .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t1gKvzmE1v .dataTables_filter {
    text-align: center;
  }
  .cid-t1gKvzmE1v .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t1gKvzmE1v .head-item,
.cid-t1gKvzmE1v .body-item {
  text-align: center;
}
.cid-t1gKvCPwNg {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-t1gKvCPwNg svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-t1gKvCPwNg #e1_ellipse {
  fill: #ffffff !important;
}
.cid-t1gKvCPwNg img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(252, 44, 52, 0.35);
}
@media (max-width: 576px) {
  .cid-t1gKvCPwNg img {
    width: 100%;
    left: 0;
  }
}
.cid-t1gKvCPwNg H1 {
  color: #fe525b;
}
.cid-t1gKvCPwNg .mbr-text,
.cid-t1gKvCPwNg .mbr-section-btn {
  color: #000000;
}
.cid-t1gKvCPwNg H3 {
  text-align: left;
}
.cid-t1gKvEi1WT {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1gKvEi1WT .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1gKvEi1WT .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-t1gKvEi1WT H3 {
  color: #7f1933;
}
.cid-t1gKvFlAb4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-t1gKvFlAb4 .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKvFlAb4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1gKvFlAb4 .card {
  display: block;
}
.cid-t1gKvFlAb4 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1gKvFlAb4 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1gKvFlAb4 .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1gKvFlAb4 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1gKvFlAb4 .SmlBtn {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-t1gKvFlAb4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKvFlAb4 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-t1gKvFlAb4 .mbr-text,
.cid-t1gKvFlAb4 .card-btn {
  color: #ffffff;
}
.cid-t1gKvR3wRv {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-t1gKvR3wRv svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-t1gKvR3wRv #e1_ellipse {
  fill: #ffffff !important;
}
.cid-t1gKvR3wRv img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(252, 44, 52, 0.35);
}
@media (max-width: 576px) {
  .cid-t1gKvR3wRv img {
    width: 100%;
    left: 0;
  }
}
.cid-t1gKvR3wRv H1 {
  color: #fe525b;
}
.cid-t1gKvR3wRv .mbr-text,
.cid-t1gKvR3wRv .mbr-section-btn {
  color: #000000;
}
.cid-t1gKvUeC2l {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-t1gKvUeC2l .container-fluid {
  padding: 0 3rem;
}
.cid-t1gKvUeC2l .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t1gKvUeC2l .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t1gKvUeC2l .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1gKvUeC2l .image-block {
    width: 100% !important;
  }
}
.cid-t1h7k7dhNr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1h7k7dhNr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t1h7k7dhNr .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-t1h7k7dhNr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-t1h7k7dhNr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-t1h7k7dhNr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1h7k7dhNr .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-t1h7k7dhNr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #a38dfd;
}
.cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-t1h7k7dhNr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1h7k7dhNr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 72.94285714vh;
  }
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1h7k7dhNr .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-t1h7k7dhNr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-t1h7k7dhNr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-t1h7k7dhNr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-t1h7k7dhNr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-t1h7k7dhNr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1h7k7dhNr .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-t1h7k7dhNr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-t1h7k7dhNr .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-t1h7k7dhNr .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-t1h7k7dhNr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-t1h7k7dhNr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-t1h7k7dhNr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t1h7k7dhNr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t1h7k7dhNr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1h7k7dhNr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1h7k7dhNr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1h7k7dhNr .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-t1h7k7dhNr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1h7k7dhNr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1h7k7dhNr .dropdown-item.active,
.cid-t1h7k7dhNr .dropdown-item:active {
  background-color: transparent;
}
.cid-t1h7k7dhNr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1h7k7dhNr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1h7k7dhNr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1h7k7dhNr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1h7k7dhNr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-t1h7k7dhNr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1h7k7dhNr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-t1h7k7dhNr .navbar-buttons {
  text-align: center;
}
.cid-t1h7k7dhNr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1h7k7dhNr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1h7k7dhNr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1h7k7dhNr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1h7k7dhNr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-t1h7k7dhNr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1h7k7dhNr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-t1h7k7dhNr .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-t1h7k7dhNr .nav-link:hover,
.cid-t1h7k7dhNr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t1hcDwO50W {
  padding-top: 75px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1hcDwO50W .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1hcDwO50W .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-t1hcDwO50W H3 {
  color: #7f1933;
}
.cid-t1BVeavlci {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t1BVeavlci .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t1BVeavlci .modal-body .close {
  background: #1b1b1b;
}
.cid-t1BVeavlci .modal-body .close span {
  font-style: normal;
}
.cid-t1BVeavlci .carousel-inner > .active,
.cid-t1BVeavlci .carousel-inner > .next,
.cid-t1BVeavlci .carousel-inner > .prev {
  display: flex;
}
.cid-t1BVeavlci .carousel-control .icon-next,
.cid-t1BVeavlci .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t1BVeavlci .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t1BVeavlci .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t1BVeavlci .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-t1BVeavlci .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t1BVeavlci .boxed-slider > div {
  position: relative;
}
.cid-t1BVeavlci .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t1BVeavlci .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t1BVeavlci .mbr-table-cell {
  padding: 0;
}
.cid-t1BVeavlci .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t1BVeavlci .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-t1BVeavlci .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-t1BVeavlci .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t1BVeavlci .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-t1BVeavlci .carousel-item.active.right,
.cid-t1BVeavlci .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-t1BVeavlci .carousel-item.active.left,
.cid-t1BVeavlci .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-t1BVeavlci .carousel-item.active,
.cid-t1BVeavlci .carousel-item.next.left,
.cid-t1BVeavlci .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-t1BVeavlci .mbr-slider .carousel-control {
  top: 50%;
  width: 0px;
  height: 0px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-t1BVeavlci .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0rem;
}
.cid-t1BVeavlci .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0rem;
}
.cid-t1BVeavlci .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 0rem;
}
@media (max-width: 767px) {
  .cid-t1BVeavlci .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t1BVeavlci .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t1BVeavlci .mbr-slider .carousel-indicators li {
  max-width: 19px;
  width: 19px;
  height: 19px;
  max-height: 19px;
  margin: 3px;
  background-color: white;
  border: none;
  border-radius: 0;
  opacity: .5;
  transition: all .3s;
}
.cid-t1BVeavlci .mbr-slider .carousel-indicators li.active,
.cid-t1BVeavlci .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t1BVeavlci .mbr-slider .carousel-indicators li::after,
.cid-t1BVeavlci .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t1BVeavlci .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t1BVeavlci .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t1BVeavlci .mbr-slider > .container img {
  width: 100%;
}
.cid-t1BVeavlci .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t1BVeavlci .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .cid-t1BVeavlci .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t1BVeavlci .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t1BVeavlci .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t1BVeavlci .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-t1BVeavlci .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t1BVeavlci .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t1BVeavlci .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t1BVeavlci .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t1BVeavlci .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t1BVeavlci .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t1BVeavlci .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t1BVeavlci .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-t1BVeavlci .carousel-inner {
  height: 100%;
}
.cid-t1BVeavlci .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-t1BVeavlci .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-t1BVeavlci .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-t1BVeavlci .carousel-item .container-slide {
  text-align: center;
}
.cid-t1BVeavlci .content-slider-wrap {
  width: 100%;
}
.cid-t1BVeavlci .carousel-control-prev {
  bottom: 2px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-t1BVeavlci .carousel-control-next {
  bottom: 54px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-t1BVeavlci .carousel-control {
  margin-left: 2px!important;
}
.cid-t1BVeavlci H2 {
  color: #ffef00;
  text-align: left;
}
.cid-t1BVeavlci P {
  text-align: right;
  color: #ffef00;
}
.cid-t1ka0UeRXc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t1ka0UeRXc .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1ka0UeRXc .mbr-form .row {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-t1ka0UeRXc .form-control {
  padding: 1.7rem 2rem;
}
.cid-t1ka0UeRXc .input-group-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0.3rem;
}
.cid-t1ka0UeRXc .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t1ka0UeRXc .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #f1040d);
  display: inline-block;
}
.cid-t1ka0UeRXc .form1 {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t1ka0UeRXc .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-t1ka0UeRXc {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-t1ka0UeRXc .social-media {
    padding: 0;
    display: block;
  }
  .cid-t1ka0UeRXc .subtext-1,
  .cid-t1ka0UeRXc .subtext-2 {
    text-align: center !important;
  }
  .cid-t1ka0UeRXc .form-text {
    text-align: center !important;
  }
  .cid-t1ka0UeRXc .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .cid-t1ka0UeRXc .input-group-btn {
    position: static;
  }
  .cid-t1ka0UeRXc .input-group-btn .btn {
    display: block;
  }
}
.cid-t1ka0UeRXc .mbr-title,
.cid-t1ka0UeRXc .underline {
  color: #f1040d;
}
.cid-t1hcDDRmXP {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-t1hcDDRmXP .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-t1hcDDRmXP .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-t1hcDDRmXP H3 {
  color: #7f1933;
}
.cid-t1hcDH4AfZ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-t1hcDH4AfZ svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-t1hcDH4AfZ #e1_ellipse {
  fill: #ffffff !important;
}
.cid-t1hcDH4AfZ img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(252, 44, 52, 0.35);
}
@media (max-width: 576px) {
  .cid-t1hcDH4AfZ img {
    width: 100%;
    left: 0;
  }
}
.cid-t1hcDH4AfZ H1 {
  color: #f1040d;
}
.cid-t1hcDH4AfZ .mbr-text,
.cid-t1hcDH4AfZ .mbr-section-btn {
  color: #000000;
}
.cid-t1hcDIUEn2 {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-t1hcDIUEn2 .container-fluid {
  padding: 0 3rem;
}
.cid-t1hcDIUEn2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t1hcDIUEn2 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t1hcDIUEn2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1hcDIUEn2 .image-block {
    width: 100% !important;
  }
}
.cid-t1hcDKbRvI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1hcDKbRvI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t1hcDKbRvI .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-t1hcDKbRvI .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-t1hcDKbRvI .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-t1hcDKbRvI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1hcDKbRvI .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-t1hcDKbRvI .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #a38dfd;
}
.cid-t1hcDKbRvI .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-t1hcDKbRvI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1hcDKbRvI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 72.94285714vh;
  }
}
.cid-t1hcDKbRvI .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-t1hcDKbRvI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1hcDKbRvI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1hcDKbRvI .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-t1hcDKbRvI .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-t1hcDKbRvI .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-t1hcDKbRvI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1hcDKbRvI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-t1hcDKbRvI .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-t1hcDKbRvI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1hcDKbRvI .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-t1hcDKbRvI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1hcDKbRvI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1hcDKbRvI .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-t1hcDKbRvI .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-t1hcDKbRvI .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-t1hcDKbRvI .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-t1hcDKbRvI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1hcDKbRvI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-t1hcDKbRvI .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-t1hcDKbRvI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t1hcDKbRvI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t1hcDKbRvI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1hcDKbRvI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1hcDKbRvI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1hcDKbRvI .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-t1hcDKbRvI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1hcDKbRvI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1hcDKbRvI .dropdown-item.active,
.cid-t1hcDKbRvI .dropdown-item:active {
  background-color: transparent;
}
.cid-t1hcDKbRvI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1hcDKbRvI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1hcDKbRvI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1hcDKbRvI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1hcDKbRvI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-t1hcDKbRvI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1hcDKbRvI ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-t1hcDKbRvI .navbar-buttons {
  text-align: center;
}
.cid-t1hcDKbRvI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hcDKbRvI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-t1hcDKbRvI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hcDKbRvI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hcDKbRvI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hcDKbRvI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hcDKbRvI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hcDKbRvI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hcDKbRvI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hcDKbRvI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hcDKbRvI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1hcDKbRvI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-t1hcDKbRvI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1hcDKbRvI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-t1hcDKbRvI .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-t1hcDKbRvI .nav-link:hover,
.cid-t1hcDKbRvI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tc7zLkAi45 {
  padding-top: 75px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tc7zLkAi45 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-tc7zLkAi45 .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-tc7zLkAi45 H3 {
  color: #7f1933;
}
.cid-tcb9pR5pHX {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tcb9pR5pHX .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-tcb9pR5pHX .mbr-section-title {
  text-align: center;
  color: #f1040d;
}
.cid-tcb9pR5pHX H3 {
  color: #7f1933;
}
.cid-tcbgeYqHS9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcbgeYqHS9 .mbr-text,
.cid-tcbgeYqHS9 blockquote {
  color: #232323;
}
.cid-tcaSDsYWCy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcaSDsYWCy .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-tcaSDsYWCy .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-tcaSDsYWCy .list-img {
  width: 100px;
}
.cid-tcaSDsYWCy .ico2 {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-tcaSDsYWCy .btn {
  margin: 0px !important;
}
.cid-tcaSDsYWCy .text-box {
  padding: 1rem;
}
.cid-tcaSDsYWCy .text-box p {
  margin: 0;
}
.cid-tcaSDsYWCy .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-tcaSDsYWCy .ico-box p {
  margin: 0;
}
.cid-tcaSDsYWCy .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tcaSDsYWCy .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tcaSDsYWCy .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tcaSDsYWCy .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-tcaSDsYWCy .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-tcaSDsYWCy .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-tcaSDsYWCy .carousel-indicators li {
  display: inline-block;
}
.cid-tcaSDsYWCy .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-tcaSDsYWCy .carousel-indicators li.active {
  border: 0px;
}
.cid-tcaSDsYWCy .li1,
.cid-tcaSDsYWCy .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/cd-acc-cal-2022-anj-101-800x600-2023-order-now-800x600.png");
}
.cid-tcaSDsYWCy .li2,
.cid-tcaSDsYWCy .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/cd-acc-cal-2022-anj-706-800x600.png");
}
.cid-tcaSDsYWCy .li3,
.cid-tcaSDsYWCy .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/cd-acc-cal-2021-anj-212l-text-800x600-800x600.png");
}
.cid-tcaSDsYWCy .li4,
.cid-tcaSDsYWCy .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/cd-acc-cal-2020-anz-2-800x600.png");
}
.cid-tcaSDsYWCy .li5,
.cid-tcaSDsYWCy .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/cd-acc-cal-2021-anj-205-800x600-800x600.png");
}
.cid-tcaSDsYWCy .li6,
.cid-tcaSDsYWCy .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/cd-acc-cal-2021-anj-203-800x600-800x600.png");
}
@media (max-width: 992px) {
  .cid-tcaSDsYWCy .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-tcaSDsYWCy .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-tcaSDsYWCy .card-title2 {
  color: #149dcc;
}
.cid-tcaSDsYWCy .sq {
  color: #767676;
}
.cid-tcaSDsYWCy .item {
  color: #767676;
}
.cid-tcbEYLwihd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcbEYLwihd .mbr-text,
.cid-tcbEYLwihd blockquote {
  color: #232323;
}
.cid-tc7zLooNa6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tc7zLooNa6 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-tc7zLooNa6 .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-tc7zLooNa6 H3 {
  color: #7f1933;
}
.cid-tcb9fyoiuA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tcb9fyoiuA .mbr-section-title {
  letter-spacing: 0.1em;
  color: #f1040d;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-tcb9fyoiuA .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-tcb9fyoiuA .btn {
  margin: 0px !important;
}
.cid-tcb9fyoiuA .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tcb9fyoiuA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tcb9fyoiuA .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tcb9fyoiuA .carousel-item .wrap-img {
  text-align: center;
}
.cid-tcb9fyoiuA .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-tcb9fyoiuA .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-tcb9fyoiuA .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-tcb9fyoiuA .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f1040d;
  display: inline-block;
  border: 4px solid #f1040d;
}
.cid-tcb9fyoiuA .carousel-indicators li.active {
  border-color: #e40001;
}
@media (max-width: 768px) {
  .cid-tcb9fyoiuA .second-col {
    padding-top: 2rem;
  }
}
.cid-tcbLVEkpO4 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mazda-rotary-rx-5-quality-reproduction-parts-sample-2000x1500.png");
}
.cid-tcbLVEkpO4 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-tcbLVEkpO4 .mbr-section-title {
  color: #f1040d;
}
.cid-tcbLVEkpO4 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcbLVEkpO4 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tc7zLqBgTV {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-tc7zLqBgTV .container-fluid {
  padding: 0 3rem;
}
.cid-tc7zLqBgTV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tc7zLqBgTV .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tc7zLqBgTV .container-fluid {
    padding: 0 1rem;
  }
  .cid-tc7zLqBgTV .image-block {
    width: 100% !important;
  }
}
.cid-tc7zLro4oT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tc7zLro4oT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tc7zLro4oT .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tc7zLro4oT .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tc7zLro4oT .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tc7zLro4oT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tc7zLro4oT .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tc7zLro4oT .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #a38dfd;
}
.cid-tc7zLro4oT .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tc7zLro4oT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tc7zLro4oT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 72.94285714vh;
  }
}
.cid-tc7zLro4oT .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tc7zLro4oT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tc7zLro4oT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tc7zLro4oT .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-tc7zLro4oT .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tc7zLro4oT .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tc7zLro4oT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tc7zLro4oT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tc7zLro4oT .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tc7zLro4oT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tc7zLro4oT .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tc7zLro4oT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tc7zLro4oT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tc7zLro4oT .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-tc7zLro4oT .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tc7zLro4oT .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tc7zLro4oT .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tc7zLro4oT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tc7zLro4oT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tc7zLro4oT .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tc7zLro4oT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tc7zLro4oT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tc7zLro4oT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tc7zLro4oT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tc7zLro4oT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tc7zLro4oT .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-tc7zLro4oT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tc7zLro4oT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tc7zLro4oT .dropdown-item.active,
.cid-tc7zLro4oT .dropdown-item:active {
  background-color: transparent;
}
.cid-tc7zLro4oT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tc7zLro4oT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tc7zLro4oT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tc7zLro4oT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tc7zLro4oT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tc7zLro4oT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tc7zLro4oT ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tc7zLro4oT .navbar-buttons {
  text-align: center;
}
.cid-tc7zLro4oT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tc7zLro4oT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tc7zLro4oT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tc7zLro4oT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tc7zLro4oT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tc7zLro4oT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tc7zLro4oT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tc7zLro4oT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tc7zLro4oT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tc7zLro4oT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tc7zLro4oT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tc7zLro4oT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tc7zLro4oT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tc7zLro4oT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tc7zLro4oT .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tc7zLro4oT .nav-link:hover,
.cid-tc7zLro4oT .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tc7zUxIw2f {
  padding-top: 75px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tc7zUxIw2f .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-tc7zUxIw2f .mbr-section-title {
  text-align: left;
  color: #7f1933;
}
.cid-tc7zUxIw2f H3 {
  color: #7f1933;
}
.cid-tc7zUBG7fh {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tc7zUBG7fh .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 0.25rem;
}
.cid-tc7zUBG7fh .mbr-section-title {
  text-align: center;
  color: #7f1933;
}
.cid-tc7zUBG7fh H3 {
  color: #7f1933;
}
.cid-tc7CQGrGLx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tc7CQGrGLx .container-fluid {
  padding: 0 3rem;
}
.cid-tc7CQGrGLx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #a38dfd 50%, #f1040d 120%);
  display: inline-block;
}
.cid-tc7CQGrGLx .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tc7CQGrGLx .header-text {
  padding: 2rem 1rem !important;
}
.cid-tc7CQGrGLx .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tc7CQGrGLx .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tc7CQGrGLx .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tc7CQGrGLx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tc7CQGrGLx .card .card-header a.panel-title:hover .sign {
  background-color: #f1040d !important;
}
.cid-tc7CQGrGLx .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #767676;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-tc7CQGrGLx .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tc7CQGrGLx .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tc7CQGrGLx .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tc7CQGrGLx .container-fluid {
    padding: 0 1rem;
  }
  .cid-tc7CQGrGLx .header-text {
    padding: 1rem !important;
  }
  .cid-tc7CQGrGLx .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tc7CQGrGLx .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tc7CQGrGLx .panel-group {
    padding: 0;
  }
}
.cid-tc7CQGrGLx .header-text,
.cid-tc7CQGrGLx .sign {
  color: #232323;
  text-align: left;
}
.cid-tc7CQGrGLx .mbr-section-title,
.cid-tc7CQGrGLx .underline {
  color: #f1040d;
}
.cid-tc7CQGrGLx .mbr-section-subtitle {
  color: #161212;
}
.cid-tc8umVOjCC {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tc8umVOjCC .social-wrap > * {
  display: inline-block;
}
.cid-tc8umVOjCC .container-fluid {
  padding: 0 3rem;
}
.cid-tc8umVOjCC .social-wrap {
  padding: 0 1rem;
  color: white;
  position: absolute;
  width: 100%;
  bottom: -10%;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.cid-tc8umVOjCC .mbr-social-likes span.btn {
  padding: 0;
  padding-right: .5rem;
  margin: 0;
}
.cid-tc8umVOjCC .block-wrap {
  padding: 0;
  overflow: hidden;
}
.cid-tc8umVOjCC .block-wrap:hover .block-overlay {
  opacity: .5;
}
.cid-tc8umVOjCC .block-wrap:hover .slide-text-wrap {
  bottom: 0%;
  opacity: 1;
}
.cid-tc8umVOjCC .block-wrap:hover .social-wrap {
  bottom: 15%;
  opacity: 1;
}
.cid-tc8umVOjCC .block-overlay {
  background-color: #000000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.cid-tc8umVOjCC .to-social {
  padding: 0 1rem;
}
.cid-tc8umVOjCC .mbr-iconfont {
  color: #ffffff;
}
.cid-tc8umVOjCC .image-wrap {
  position: relative;
}
.cid-tc8umVOjCC .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-tc8umVOjCC .block-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
}
.cid-tc8umVOjCC .slide-text-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -20%;
  padding: 1rem 2rem;
  opacity: 0;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  color: #eee;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.cid-tc8umVOjCC .slide-text {
  position: relative;
}
.cid-tc8umVOjCC .block-content {
  padding: 0 2rem;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%);
}
.cid-tc8umVOjCC .builderCard .slide-text-wrap {
  z-index: 3 !important;
  bottom: 0%;
  opacity: 1;
}
.cid-tc8umVOjCC .builderCard .social-wrap {
  bottom: 15%;
  opacity: 1;
}
.cid-tc8umVOjCC .builderCard .block-overlay {
  border-top-left-radius: 40%;
  z-index: 1;
}
.cid-tc8umVOjCC .builderCard .block-link {
  display: none;
}
.cid-tc8umVOjCC .builderCard .block-content {
  z-index: 3 !important;
}
@media (max-width: 767px) {
  .cid-tc8umVOjCC .mbr-section-subtitle {
    display: none;
  }
  .cid-tc8umVOjCC .container-fluid {
    padding: 0 1rem;
  }
  .cid-tc8umVOjCC .block-wrap:hover .block-content,
  .cid-tc8umVOjCC .builderCard .block-content {
    top: 30%;
  }
  .cid-tc8umVOjCC .block-wrap:hover .social-wrap,
  .cid-tc8umVOjCC .builderCard .social-wrap {
    bottom: 25% !important;
  }
  .cid-tc8umVOjCC .row {
    margin: 0;
  }
  .cid-tc8umVOjCC .slide-text-wrap {
    padding: .5rem 2rem;
  }
}
.cid-tc86bs3Nbt {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tc86bs3Nbt .container-fluid {
  padding: 0 3rem;
}
.cid-tc86bs3Nbt .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #a38dfd 50%, #f1040d 120%);
  display: inline-block;
}
.cid-tc86bs3Nbt .mbr-section-subtitle {
  color: #767676;
}
.cid-tc86bs3Nbt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tc86bs3Nbt .table-wrapper {
  margin: 0 auto;
}
.cid-tc86bs3Nbt table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tc86bs3Nbt table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tc86bs3Nbt table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tc86bs3Nbt tr:hover {
  background-color: #efefef !important;
}
.cid-tc86bs3Nbt .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tc86bs3Nbt .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tc86bs3Nbt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tc86bs3Nbt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tc86bs3Nbt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tc86bs3Nbt .dataTables_wrapper {
  display: block;
}
.cid-tc86bs3Nbt .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tc86bs3Nbt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tc86bs3Nbt .head-item:after,
.cid-tc86bs3Nbt .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tc86bs3Nbt .dataTables_filter {
    text-align: center;
  }
  .cid-tc86bs3Nbt .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tc86bs3Nbt .dataTables_filter {
    text-align: center;
  }
  .cid-tc86bs3Nbt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tc86bs3Nbt .container-fluid {
    padding: 0 1rem;
  }
  .cid-tc86bs3Nbt table th,
  .cid-tc86bs3Nbt table td {
    padding: .75rem;
  }
}
.cid-tc86bs3Nbt .body-item {
  text-align: center;
}
.cid-tc86bs3Nbt .head-item {
  color: #000000;
}
.cid-tc86bs3Nbt .mbr-section-title,
.cid-tc86bs3Nbt .underline {
  color: #f1040d;
}
.cid-tc8eWQrLpm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tc8eWQrLpm .mbr-text,
.cid-tc8eWQrLpm blockquote {
  color: #232323;
}
.cid-tc7zUCVay6 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tc7zUCVay6 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tc7zUCVay6 #e1_ellipse {
  fill: #ffffff !important;
}
.cid-tc7zUCVay6 img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(252, 44, 52, 0.35);
}
@media (max-width: 576px) {
  .cid-tc7zUCVay6 img {
    width: 100%;
    left: 0;
  }
}
.cid-tc7zUCVay6 H1 {
  color: #f1040d;
}
.cid-tc7zUCVay6 .mbr-text,
.cid-tc7zUCVay6 .mbr-section-btn {
  color: #000000;
}
.cid-tc7zUE7Pta {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-tc7zUE7Pta .container-fluid {
  padding: 0 3rem;
}
.cid-tc7zUE7Pta .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tc7zUE7Pta .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tc7zUE7Pta .container-fluid {
    padding: 0 1rem;
  }
  .cid-tc7zUE7Pta .image-block {
    width: 100% !important;
  }
}
.cid-tc7zUEYoqH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tc7zUEYoqH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tc7zUEYoqH .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tc7zUEYoqH .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tc7zUEYoqH .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tc7zUEYoqH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tc7zUEYoqH .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tc7zUEYoqH .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #a38dfd;
}
.cid-tc7zUEYoqH .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tc7zUEYoqH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tc7zUEYoqH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 72.94285714vh;
  }
}
.cid-tc7zUEYoqH .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tc7zUEYoqH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tc7zUEYoqH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tc7zUEYoqH .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-tc7zUEYoqH .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tc7zUEYoqH .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tc7zUEYoqH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tc7zUEYoqH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tc7zUEYoqH .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tc7zUEYoqH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tc7zUEYoqH .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tc7zUEYoqH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tc7zUEYoqH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tc7zUEYoqH .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-tc7zUEYoqH .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tc7zUEYoqH .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tc7zUEYoqH .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tc7zUEYoqH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tc7zUEYoqH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tc7zUEYoqH .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tc7zUEYoqH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tc7zUEYoqH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tc7zUEYoqH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tc7zUEYoqH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tc7zUEYoqH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tc7zUEYoqH .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-tc7zUEYoqH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tc7zUEYoqH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tc7zUEYoqH .dropdown-item.active,
.cid-tc7zUEYoqH .dropdown-item:active {
  background-color: transparent;
}
.cid-tc7zUEYoqH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tc7zUEYoqH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tc7zUEYoqH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tc7zUEYoqH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tc7zUEYoqH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tc7zUEYoqH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tc7zUEYoqH ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tc7zUEYoqH .navbar-buttons {
  text-align: center;
}
.cid-tc7zUEYoqH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tc7zUEYoqH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tc7zUEYoqH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tc7zUEYoqH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tc7zUEYoqH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tc7zUEYoqH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tc7zUEYoqH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tc7zUEYoqH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tc7zUEYoqH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tc7zUEYoqH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tc7zUEYoqH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tc7zUEYoqH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tc7zUEYoqH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tc7zUEYoqH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tc7zUEYoqH .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tc7zUEYoqH .nav-link:hover,
.cid-tc7zUEYoqH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
