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





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.3rem;
}
.display-2 {
  font-family: 'Comfortaa', display;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #b4f7ff !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #4edeff !important;
}
.bg-warning {
  background-color: #02ceb7 !important;
}
.bg-danger {
  background-color: #000000 !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: #68efff;
  border-color: #68efff;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #b4f7ff !important;
  border-color: #b4f7ff !important;
  color: #00a1b4 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #00a1b4 !important;
  background-color: #68efff !important;
  border-color: #68efff !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: #00a1b4 !important;
  background-color: #68efff !important;
  border-color: #68efff !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: #001c3a;
  border-color: #001c3a;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #014086 !important;
  border-color: #014086 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #001c3a !important;
  border-color: #001c3a !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: #001c3a !important;
  border-color: #001c3a !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: #01d0ff;
  border-color: #01d0ff;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #4edeff !important;
  border-color: #4edeff !important;
  color: #003f4e !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #003f4e !important;
  background-color: #01d0ff !important;
  border-color: #01d0ff !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: #003f4e !important;
  background-color: #01d0ff !important;
  border-color: #01d0ff !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: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #018274;
  border-color: #018274;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #02ceb7 !important;
  border-color: #02ceb7 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #018274 !important;
  border-color: #018274 !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: #018274 !important;
  border-color: #018274 !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: #000000;
  border-color: #000000;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !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: #b4f7ff;
  border-color: #b4f7ff;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #4eecff;
  color: #4eecff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #00a1b4 !important;
  background-color: #b4f7ff;
  border-color: #b4f7ff;
}
.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: #00a1b4 !important;
  background-color: #b4f7ff !important;
  border-color: #b4f7ff !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: #014086;
  border-color: #014086;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #001021;
  color: #001021 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #014086;
  border-color: #014086;
}
.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: #014086 !important;
  border-color: #014086 !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: #4edeff;
  border-color: #4edeff;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #00bce7;
  color: #00bce7 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #003f4e !important;
  background-color: #4edeff;
  border-color: #4edeff;
}
.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: #003f4e !important;
  background-color: #4edeff !important;
  border-color: #4edeff !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: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #02ceb7;
  border-color: #02ceb7;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #01695d;
  color: #01695d !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #02ceb7;
  border-color: #02ceb7;
}
.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: #02ceb7 !important;
  border-color: #02ceb7 !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: #000000;
  border-color: #000000;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !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: #b4f7ff !important;
}
.text-secondary {
  color: #014086 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #4edeff !important;
}
.text-warning {
  color: #02ceb7 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4eecff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #001021 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #00bce7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #01695d !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #ffffff;
}
.alert-info {
  background-color: #4edeff;
}
.alert-warning {
  background-color: #02ceb7;
}
.alert-danger {
  background-color: #000000;
}
.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: #b4f7ff;
  border-color: #b4f7ff;
  color: #00b8ce;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b4f7ff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9efef3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
}
blockquote {
  border-color: #b4f7ff;
}
/* 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: #b4f7ff;
  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: #b4f7ff;
  border-bottom-color: #b4f7ff;
}
.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: #b4f7ff !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: #014086 !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='%23b4f7ff' %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-t2fTry5bRV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .nav-item:focus,
.cid-t2fTry5bRV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t2fTry5bRV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t2fTry5bRV .nav-item .nav-link {
    position: relative;
  }
  .cid-t2fTry5bRV .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #b4f7ff, #014086);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-t2fTry5bRV .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-t2fTry5bRV .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2fTry5bRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2fTry5bRV .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-t2fTry5bRV .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0f0f3b;
  background: linear-gradient(#004363, #0f0f3b);
}
.cid-t2fTry5bRV .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #0f0f3b !important;
  background: linear-gradient(#004363, #0f0f3b) !important;
}
.cid-t2fTry5bRV .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t2fTry5bRV .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-t2fTry5bRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t2fTry5bRV .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.show,
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2fTry5bRV .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-t2fTry5bRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t2fTry5bRV .navbar.collapsed .right-menu,
.cid-t2fTry5bRV .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar .navbar-collapse.show,
  .cid-t2fTry5bRV .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t2fTry5bRV .navbar .navbar-collapse.show .brand-container,
  .cid-t2fTry5bRV .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-t2fTry5bRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2fTry5bRV .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-t2fTry5bRV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t2fTry5bRV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2fTry5bRV .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t2fTry5bRV .navbar .right-menu,
  .cid-t2fTry5bRV .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t2fTry5bRV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2fTry5bRV .navbar.navbar-short .mbr-overlay {
  background: #0f0f3b !important;
  background: linear-gradient(#004363, #0f0f3b) !important;
}
.cid-t2fTry5bRV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t2fTry5bRV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t2fTry5bRV .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2fTry5bRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2fTry5bRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2fTry5bRV .dropdown-item.active,
.cid-t2fTry5bRV .dropdown-item:active {
  background-color: transparent;
}
.cid-t2fTry5bRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2fTry5bRV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2fTry5bRV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2fTry5bRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0f3b;
}
.cid-t2fTry5bRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2fTry5bRV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2fTry5bRV ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-t2fTry5bRV .navbar-buttons {
  margin-left: auto;
}
.cid-t2fTry5bRV button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2fTry5bRV .navbar-dropdown {
  position: fixed;
}
.cid-t2fTry5bRV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2fTry5bRV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t2fTry5bRV .right-menu,
.cid-t2fTry5bRV .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-t2fTry5bRV .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2fTry5bRV .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2fTry5bRV .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2fTry5bRV .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-t2fTry5bRV .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-t2fTry5bRV .card-wrapper {
  z-index: 3;
}
.cid-t2fTry5bRV .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-t2fTry5bRV .navbar-collapse {
  padding-top: 0;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2fTry5bRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t28L0ewQaF {
  display: flex;
  background-image: url("../../../assets/images/file-image-1500x800.png");
}
.cid-t28L0ewQaF .mbr-overlay {
  background: #1516b0;
  background: linear-gradient(90deg, #1516b0, #adcde9);
}
.cid-t28L0ewQaF .mbr-section-title {
  margin: 0;
}
.cid-t28L0ewQaF .mbr-text {
  color: #efefef;
}
.cid-t28L0ewQaF .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-t28L0ewQaF .card-img {
  text-align: left;
}
.cid-t28L0ewQaF .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-t28L0ewQaF .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t28L0ewQaF .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t28L0ewQaF .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t28L0ewQaF .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t28L0ewQaF .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-t28L0ewQaF .mbr-section-subtitle,
.cid-t28L0ewQaF .mbr-section-btn {
  text-align: left;
}
.cid-t28L0ewQaF .title-cont,
.cid-t28L0ewQaF .mbr-section-title {
  text-align: left;
}
.cid-t1L54iunIu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t1L54iunIu .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-t255ODnB3c {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t255ODnB3c .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-t255ODnB3c H2 {
  color: #000000;
  text-align: center;
}
.cid-t255ODnB3c .mbr-section-subtitle,
.cid-t255ODnB3c .mbr-section-btn {
  color: #000000;
}
.cid-rupuIfuxfl {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rupuIfuxfl .container-fluid {
  padding: 0 3rem;
}
.cid-rupuIfuxfl .media-container-column {
  padding: 0 2rem;
}
.cid-rupuIfuxfl .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-rupuIfuxfl .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t1nRcRo2cP {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-t1nRcRo2cP .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #d7e8f6);
}
.cid-t1nRcRo2cP .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-t1nRcRo2cP .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-t1nRcRo2cP .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-t1nRcRo2cP .mbr-section-subtitle,
.cid-t1nRcRo2cP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-t1nRcRo2cP H2 {
  text-align: left;
}
.cid-t1nRcRo2cP H1 {
  text-align: left;
  color: #000000;
}
.cid-t1Ci7HOy0X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1Ci7HOy0X .mbr-text,
.cid-t1Ci7HOy0X blockquote {
  color: #232323;
}
.cid-rumJgJU1Lw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #085035;
  background: linear-gradient(90deg, #085035, #77e76b);
}
.cid-rumJgJU1Lw .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-t1uwVcd2fO {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t1uwVcd2fO H1 {
  color: #232323;
}
.cid-t1uwVcd2fO .mbr-text,
.cid-t1uwVcd2fO .mbr-section-btn {
  color: #767676;
}
.cid-t1uwVcd2fO .img1 {
  box-shadow: 0 10px 55px 5px rgba(1, 88, 185, 0.35);
  border-radius: 10px;
}
.cid-t1uwVcd2fO .relative {
  position: relative;
}
.cid-t1uwVcd2fO .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t1uwVcd2fO .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-t1uwVcd2fO .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-t1uwVcd2fO .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-t1uwVcd2fO .card-img1 .img1 {
  width: 180%;
}
.cid-t1uwVcd2fO .img2 {
  box-shadow: 0 10px 55px 5px rgba(1, 88, 185, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-rumLIcOiZU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rumLIcOiZU .mbr-text,
.cid-rumLIcOiZU blockquote {
  color: #232323;
}
.cid-t1zSupMmYo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t1zSupMmYo .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-t29nxJIkK2 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t29nxJIkK2 .container-fluid {
  padding: 0 3rem;
}
.cid-t29nxJIkK2 .media-container-column {
  padding: 0 2rem;
}
.cid-t29nxJIkK2 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-t29nxJIkK2 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t1zNUBDp54 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t1zNUBDp54 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.cid-t1zNUBDp54 .text {
  padding: 0;
}
.cid-t1zNUBDp54 section {
  position: relative;
}
.cid-t1zNUBDp54 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-t1zNUBDp54 .mbr-iconfont {
  padding: 0!important;
}
.cid-t1zNUBDp54 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #000000;
}
.cid-t1zNUBDp54 .box {
  background-image: url("../../../assets/images/beautiful-pool-patio-1600x1000.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1zNUBDp54 .icon-wrap {
  background-color: #04d0ea !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-t1zNUBDp54 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-t1zNUBDp54 .icon-wrap span {
  padding-left: 8px;
}
.cid-t1zNUBDp54 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-t1zNUBDp54 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t1zNUBDp54 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t1zNUBDp54 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t1zNUBDp54 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t1zNUBDp54 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t1zNUBDp54 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t1zNUBDp54 {
    padding-top: 35px;
    padding-bottom: 42px;
  }
  .cid-t1zNUBDp54 .box {
    height: 250px;
  }
  .cid-t1zNUBDp54 .row {
    padding: 1rem!important;
  }
}
.cid-runegdnyqF {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-runegdnyqF .container-fluid {
  padding: 0 3rem;
}
.cid-runegdnyqF .media-container-column {
  padding: 0 2rem;
}
.cid-runegdnyqF .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-runegdnyqF .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t1zNS6QQke {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1zNS6QQke img {
  width: 65%;
  pointer-events: all;
}
.cid-t1zNS6QQke .row {
  justify-content: center;
}
.cid-t1zNS6QQke .img1 {
  position: absolute;
  left: -8rem;
  top: 5rem;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}
.cid-t1zNS6QQke .img2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  pointer-events: none;
}
.cid-t1zNS6QQke .img3 {
  position: absolute;
  top: 12rem;
  right: -8rem;
  width: 100%;
  pointer-events: none;
}
.cid-t1zNS6QQke .item {
  height: 600px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1zNS6QQke .img1 {
    left: -2rem;
    top: 5rem;
  }
  .cid-t1zNS6QQke .img2 {
    top: 0rem;
    left: 0rem;
  }
  .cid-t1zNS6QQke .img3 {
    top: 8rem;
    right: -2rem;
  }
  .cid-t1zNS6QQke .item {
    height: 300px;
  }
}
.cid-rune80iJcD {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rune80iJcD .mbr-text,
.cid-rune80iJcD blockquote {
  color: #232323;
}
.cid-rune80iJcD .mbr-text DIV {
  color: #000000;
}
.cid-rUa5O4wR2Q {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rUa5O4wR2Q .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rUa5O4wR2Q .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #b4f7ff, #014086);
  display: inline-block;
}
.cid-rUa5O4wR2Q .container-fluid {
  padding: 0 3rem;
}
.cid-rUa5O4wR2Q .mbr-iconfont {
  color: #767676;
  font-size: 1.3rem;
}
.cid-rUa5O4wR2Q .mbr-iconfont:hover {
  color: #ffa0a4;
}
.cid-rUa5O4wR2Q .image-wrap img {
  border-radius: 50%;
  width: 60%;
}
.cid-rUa5O4wR2Q .mbr-title {
  margin-bottom: 0;
}
.cid-rUa5O4wR2Q .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-rUa5O4wR2Q .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-rUa5O4wR2Q .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-rUa5O4wR2Q .card-wrap {
    padding: 0 1rem;
  }
  .cid-rUa5O4wR2Q .container-fluid {
    padding: 0 1rem;
  }
  .cid-rUa5O4wR2Q .mbr-role {
    margin-top: .5rem;
  }
}
.cid-rUa5O4wR2Q .mbr-section-title,
.cid-rUa5O4wR2Q .underline {
  color: #000000;
}
.cid-ruvU4UQbGQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ruvU4UQbGQ .social-media {
  margin-top: 1.5rem;
}
.cid-ruvU4UQbGQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ruvU4UQbGQ .social-media ul li {
  margin-right: 1.5rem;
  display: inline-block;
}
.cid-ruvU4UQbGQ .mbr-list ul {
  margin: 0;
  padding: 0;
}
.cid-ruvU4UQbGQ .mbr-list ul li {
  margin-bottom: 0.5rem;
}
.cid-ruvU4UQbGQ ul {
  list-style: none;
}
.cid-ruvU4UQbGQ hr {
  margin-top: 2rem;
}
.cid-ruvU4UQbGQ .sub-info {
  margin-top: 2rem;
}
.cid-ruvU4UQbGQ .card-support {
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}
.cid-ruvU4UQbGQ .card-support li {
  margin-bottom: .4rem;
  margin-right: .4rem;
  display: inline-block;
}
.cid-ruvU4UQbGQ .mbr-list,
.cid-ruvU4UQbGQ .social-media UL {
  text-align: left;
  color: #ffffff;
}
.cid-ruvU4UQbGQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ruvU4UQbGQ .mbr-list,
  .cid-ruvU4UQbGQ .mbr-section-title {
    text-align: center !important;
  }
  .cid-ruvU4UQbGQ .social-media {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ruvU4UQbGQ .social-media ul li {
    margin: 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  .cid-ruvU4UQbGQ .mbr-list {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ruvU4UQbGQ .list-column {
    margin-bottom: 2rem;
  }
  .cid-ruvU4UQbGQ hr {
    margin-top: 0;
    margin-bottom: .5rem;
  }
}
.cid-ruvXyG7P3S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ruvXyG7P3S [class^="socicon-"]:before,
.cid-ruvXyG7P3S [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-ruvXyG7P3S .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ruvXyG7P3S .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #b4f7ff, #014086);
  display: inline-block;
}
.cid-ruvXyG7P3S .socicon {
  color: #7ce8f1;
}
.cid-ruvXyG7P3S .btn-social {
  border-color: #1ba1e2;
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}
.cid-ruvXyG7P3S .btn-social:hover {
  background: #1ba1e2;
}
.cid-ruvXyG7P3S .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-ruvXyG7P3S .btn {
    font-size: 20px !important;
  }
  .cid-ruvXyG7P3S .btn-social {
    margin-right: .1rem !important;
    margin-left: .1rem !important;
  }
}
.cid-ruvXyG7P3S .btn-social,
.cid-ruvXyG7P3S .mbr-section-title,
.cid-ruvXyG7P3S .underline {
  color: #ffffff;
}
.cid-ruvp4BQF1e {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ruvp4BQF1e .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ruvp4BQF1e .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-rQcrcRP3rN {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/page-5-2000x13281.jpg");
}
.cid-rQcrcRP3rN .container-fluid {
  padding: 0 3rem;
}
.cid-rQcrcRP3rN .media-container-column {
  padding: 0 2rem;
}
.cid-rQcrcRP3rN .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-rQcrcRP3rN .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rQcrcRP3rN .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-t1tJTQDKTP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t1tJTQDKTP .container-fluid {
  padding: 0 3rem;
}
.cid-t1tJTQDKTP .media-container-column {
  padding: 0 2rem;
}
.cid-t1tJTQDKTP .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-t1tJTQDKTP .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rusqbui49n {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rusqbui49n .mbr-text,
.cid-rusqbui49n blockquote {
  color: #232323;
}
.cid-rusqbui49n .mbr-text DIV {
  text-align: left;
}
.cid-t1tdxeJFiE {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-t1tdxeJFiE .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #d7e8f6);
}
.cid-t1tdxeJFiE .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-t1tdxeJFiE .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-t1tdxeJFiE .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-t1tdxeJFiE .mbr-section-subtitle,
.cid-t1tdxeJFiE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-t1tdxeJFiE H2 {
  text-align: left;
}
.cid-t1tdxeJFiE H1 {
  text-align: center;
}
.cid-t2cgyQrIZG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2cgyQrIZG .container-fluid {
  padding: 0 3rem;
}
.cid-t2cgyQrIZG .media-container-column {
  padding: 0 2rem;
}
.cid-t2cgyQrIZG .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-t2cgyQrIZG .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t1qtUIFoLk {
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-t1qtUIFoLk .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #d7e8f6);
}
.cid-t1qtUIFoLk .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-t1qtUIFoLk .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-t1qtUIFoLk .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-t1qtUIFoLk .mbr-section-subtitle,
.cid-t1qtUIFoLk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-t1qtUIFoLk H2 {
  text-align: left;
}
.cid-t1qtUIFoLk H1 {
  text-align: center;
}
.cid-t29rOIiQZx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t29rOIiQZx .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-russnJ1XYK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #096b46;
  background: linear-gradient(90deg, #096b46, #77e76b);
}
.cid-russnJ1XYK .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-rusAXjNdFv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rusAXjNdFv p {
  color: #767676;
}
.cid-rusAXjNdFv .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rusAXjNdFv .row-element,
.cid-rusAXjNdFv .image-element {
  padding: 0;
}
.cid-rusAXjNdFv .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rusAXjNdFv .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rusAXjNdFv .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rusAXjNdFv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #b4f7ff, #014086);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rusAXjNdFv .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rusAXjNdFv .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rusAXjNdFv .text-content {
    padding: 2rem 1rem;
  }
  .cid-rusAXjNdFv .underline .line {
    height: 2px;
  }
  .cid-rusAXjNdFv .mbr-title,
  .cid-rusAXjNdFv .underline,
  .cid-rusAXjNdFv .mbr-text,
  .cid-rusAXjNdFv .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rusAXjNdFv .mbr-title,
.cid-rusAXjNdFv .underline {
  color: #ffffff;
  text-align: left;
}
.cid-rusAXjNdFv .mbr-text,
.cid-rusAXjNdFv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t2fEYozilD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t2fEYozilD [class^="socicon-"]:before,
.cid-t2fEYozilD [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-t2fEYozilD .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t2fEYozilD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #b4f7ff, #014086);
  display: inline-block;
}
.cid-t2fEYozilD .socicon {
  color: #7ce8f1;
}
.cid-t2fEYozilD .btn-social {
  border-color: #1ba1e2;
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}
.cid-t2fEYozilD .btn-social:hover {
  background: #1ba1e2;
}
.cid-t2fEYozilD .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-t2fEYozilD .btn {
    font-size: 20px !important;
  }
  .cid-t2fEYozilD .btn-social {
    margin-right: .1rem !important;
    margin-left: .1rem !important;
  }
}
.cid-t2fEYozilD .btn-social,
.cid-t2fEYozilD .mbr-section-title,
.cid-t2fEYozilD .underline {
  color: #ffffff;
}
.cid-ruw0JQY6Bw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ruw0JQY6Bw .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ruw0JQY6Bw .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t2fTry5bRV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .nav-item:focus,
.cid-t2fTry5bRV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t2fTry5bRV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t2fTry5bRV .nav-item .nav-link {
    position: relative;
  }
  .cid-t2fTry5bRV .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #b4f7ff, #014086);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-t2fTry5bRV .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-t2fTry5bRV .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2fTry5bRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2fTry5bRV .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-t2fTry5bRV .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0f0f3b;
  background: linear-gradient(#004363, #0f0f3b);
}
.cid-t2fTry5bRV .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #0f0f3b !important;
  background: linear-gradient(#004363, #0f0f3b) !important;
}
.cid-t2fTry5bRV .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t2fTry5bRV .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-t2fTry5bRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t2fTry5bRV .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.show,
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2fTry5bRV .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-t2fTry5bRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t2fTry5bRV .navbar.collapsed .right-menu,
.cid-t2fTry5bRV .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar .navbar-collapse.show,
  .cid-t2fTry5bRV .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t2fTry5bRV .navbar .navbar-collapse.show .brand-container,
  .cid-t2fTry5bRV .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-t2fTry5bRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2fTry5bRV .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-t2fTry5bRV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t2fTry5bRV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2fTry5bRV .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t2fTry5bRV .navbar .right-menu,
  .cid-t2fTry5bRV .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t2fTry5bRV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2fTry5bRV .navbar.navbar-short .mbr-overlay {
  background: #0f0f3b !important;
  background: linear-gradient(#004363, #0f0f3b) !important;
}
.cid-t2fTry5bRV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t2fTry5bRV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t2fTry5bRV .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2fTry5bRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2fTry5bRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2fTry5bRV .dropdown-item.active,
.cid-t2fTry5bRV .dropdown-item:active {
  background-color: transparent;
}
.cid-t2fTry5bRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2fTry5bRV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2fTry5bRV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2fTry5bRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0f3b;
}
.cid-t2fTry5bRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2fTry5bRV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2fTry5bRV ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-t2fTry5bRV .navbar-buttons {
  margin-left: auto;
}
.cid-t2fTry5bRV button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2fTry5bRV .navbar-dropdown {
  position: fixed;
}
.cid-t2fTry5bRV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2fTry5bRV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t2fTry5bRV .right-menu,
.cid-t2fTry5bRV .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-t2fTry5bRV .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2fTry5bRV .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2fTry5bRV .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2fTry5bRV .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-t2fTry5bRV .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-t2fTry5bRV .card-wrapper {
  z-index: 3;
}
.cid-t2fTry5bRV .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-t2fTry5bRV .navbar-collapse {
  padding-top: 0;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2fTry5bRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2csBtwi2T {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2csBtwi2T .container-fluid {
  padding: 0 3rem;
}
.cid-t2csBtwi2T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-t2csBtwi2T .btn {
  margin-top: 0;
}
.cid-t2csBtwi2T .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-t2csBtwi2T .container-fluid {
    padding: 0 1rem;
  }
  .cid-t2csBtwi2T .btn {
    margin-top: 0.4rem;
  }
  .cid-t2csBtwi2T .mbr-section-btn {
    margin: 0;
  }
}
.cid-t2csBtwi2T .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-t2eppUGgQt {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t2eppUGgQt .mbr-section-title {
  margin-bottom: 25px;
  color: #3a6686;
}
.cid-t2eppUGgQt .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #2c3945;
}
.cid-t2eppUGgQt .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-t2eppUGgQt .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-t2eppUGgQt .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-t2eppUGgQt .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #3a6686 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
}
.cid-t2eppUGgQt .mbr-gallery-filter ul {
  display: block;
}
.cid-t2eppUGgQt .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-t2eppUGgQt .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-t2eppUGgQt .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-t2eppUGgQt .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #035dbf;
  transition: all 0.3s ease;
}
.cid-t2eppUGgQt .mbr-gallery-row {
  margin-top: 50px;
}
.cid-t2eppUGgQt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2eppUGgQt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-t2eppUGgQt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-t2eppUGgQt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2eppUGgQt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-t2eppUGgQt .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-t2eppUGgQt .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-t2eppUGgQt .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-t2eppUGgQt .mbr-gallery-item > div img,
.cid-t2eppUGgQt .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-t2eppUGgQt .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-t2eppUGgQt .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-t2eppUGgQt .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-t2eppUGgQt .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-t2eppUGgQt .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-t2eppUGgQt .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-t2eppUGgQt .mbr-section-title {
    text-align: center;
  }
  .cid-t2eppUGgQt .image {
    top: auto;
    height: 420px;
  }
  .cid-t2eppUGgQt .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-t2eppUGgQt .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-t2eppUGgQt .mbr-gallery-item > div img,
  .cid-t2eppUGgQt .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-t2eppUGgQt .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-t2eppUGgQt .image {
    height: 290px;
  }
}
.cid-t29ki8aDln {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t29ki8aDln .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-t29ki8aDln H2 {
  color: #000000;
  text-align: center;
}
.cid-t29ki8aDln .mbr-section-subtitle,
.cid-t29ki8aDln .mbr-section-btn {
  color: #000000;
}
.cid-t2fFvdEZX6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t2fFvdEZX6 [class^="socicon-"]:before,
.cid-t2fFvdEZX6 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-t2fFvdEZX6 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t2fFvdEZX6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #b4f7ff, #014086);
  display: inline-block;
}
.cid-t2fFvdEZX6 .socicon {
  color: #7ce8f1;
}
.cid-t2fFvdEZX6 .btn-social {
  border-color: #1ba1e2;
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}
.cid-t2fFvdEZX6 .btn-social:hover {
  background: #1ba1e2;
}
.cid-t2fFvdEZX6 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-t2fFvdEZX6 .btn {
    font-size: 20px !important;
  }
  .cid-t2fFvdEZX6 .btn-social {
    margin-right: .1rem !important;
    margin-left: .1rem !important;
  }
}
.cid-t2fFvdEZX6 .btn-social,
.cid-t2fFvdEZX6 .mbr-section-title,
.cid-t2fFvdEZX6 .underline {
  color: #ffffff;
}
.cid-ruvp4BQF1e {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ruvp4BQF1e .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ruvp4BQF1e .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t2fTry5bRV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .nav-item:focus,
.cid-t2fTry5bRV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t2fTry5bRV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t2fTry5bRV .nav-item .nav-link {
    position: relative;
  }
  .cid-t2fTry5bRV .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #b4f7ff, #014086);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-t2fTry5bRV .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-t2fTry5bRV .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2fTry5bRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2fTry5bRV .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-t2fTry5bRV .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0f0f3b;
  background: linear-gradient(#004363, #0f0f3b);
}
.cid-t2fTry5bRV .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #0f0f3b !important;
  background: linear-gradient(#004363, #0f0f3b) !important;
}
.cid-t2fTry5bRV .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t2fTry5bRV .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-t2fTry5bRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t2fTry5bRV .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.show,
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2fTry5bRV .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-t2fTry5bRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t2fTry5bRV .navbar.collapsed .right-menu,
.cid-t2fTry5bRV .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar .navbar-collapse.show,
  .cid-t2fTry5bRV .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t2fTry5bRV .navbar .navbar-collapse.show .brand-container,
  .cid-t2fTry5bRV .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-t2fTry5bRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2fTry5bRV .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-t2fTry5bRV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t2fTry5bRV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2fTry5bRV .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t2fTry5bRV .navbar .right-menu,
  .cid-t2fTry5bRV .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t2fTry5bRV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2fTry5bRV .navbar.navbar-short .mbr-overlay {
  background: #0f0f3b !important;
  background: linear-gradient(#004363, #0f0f3b) !important;
}
.cid-t2fTry5bRV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t2fTry5bRV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t2fTry5bRV .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2fTry5bRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2fTry5bRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2fTry5bRV .dropdown-item.active,
.cid-t2fTry5bRV .dropdown-item:active {
  background-color: transparent;
}
.cid-t2fTry5bRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2fTry5bRV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2fTry5bRV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2fTry5bRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0f3b;
}
.cid-t2fTry5bRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2fTry5bRV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2fTry5bRV ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-t2fTry5bRV .navbar-buttons {
  margin-left: auto;
}
.cid-t2fTry5bRV button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2fTry5bRV .navbar-dropdown {
  position: fixed;
}
.cid-t2fTry5bRV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2fTry5bRV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t2fTry5bRV .right-menu,
.cid-t2fTry5bRV .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-t2fTry5bRV .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2fTry5bRV .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2fTry5bRV .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2fTry5bRV .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-t2fTry5bRV .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-t2fTry5bRV .card-wrapper {
  z-index: 3;
}
.cid-t2fTry5bRV .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-t2fTry5bRV .navbar-collapse {
  padding-top: 0;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2fTry5bRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQcp8pfJ8y {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/5-2-1600x1000.png");
}
.cid-rQcp8pfJ8y .container-fluid {
  padding: 0 3rem;
}
.cid-rQcp8pfJ8y .media-container-column {
  padding: 0 2rem;
}
.cid-rQcp8pfJ8y .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-rQcp8pfJ8y .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rQcp8pfJ8y .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-ruw1yKvaWM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ruw1yKvaWM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ruw1yKvaWM .mbr-section-title {
  text-align: center;
}
.cid-uH3ueYv1yF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-uH3ueYv1yF .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-uH3ueYv1yF .mbr-section-subtitle,
.cid-uH3ueYv1yF .mbr-section-btn {
  color: #000000;
}
.cid-t2audK9w10 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2audK9w10 .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-t2audK9w10 .mbr-section-subtitle,
.cid-t2audK9w10 .mbr-section-btn P {
  text-align: right;
}
.cid-t2ak3kLI6z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2ak3kLI6z .container-fluid {
  padding: 0 3rem;
}
.cid-t2ak3kLI6z .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-t2ak3kLI6z .btn {
  margin-top: 0;
}
.cid-t2ak3kLI6z .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-t2ak3kLI6z .container-fluid {
    padding: 0 1rem;
  }
  .cid-t2ak3kLI6z .btn {
    margin-top: 0.4rem;
  }
  .cid-t2ak3kLI6z .mbr-section-btn {
    margin: 0;
  }
}
.cid-t2ak3kLI6z .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-t2ak3kLI6z .mbr-section-subtitle P {
  text-align: left;
}
.cid-ruwheQsBHj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ruwheQsBHj .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-ruwheQsBHj .card {
  margin-bottom: 2rem;
}
.cid-ruwheQsBHj .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-ruwheQsBHj .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-ruwheQsBHj .btn {
  margin: .3rem;
}
.cid-ruwheQsBHj .mbr-section-title {
  margin: 0;
}
.cid-ruwheQsBHj .card-underline,
.cid-ruwheQsBHj .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-ruwheQsBHj .card-underline .line,
.cid-ruwheQsBHj .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-ruwheQsBHj .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-ruwheQsBHj .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-ruwheQsBHj .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ruwheQsBHj .row-content {
    min-width: 100%;
  }
  .cid-ruwheQsBHj .card {
    display: block;
  }
}
.cid-ruwheQsBHj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ruwheQsBHj .card-title,
.cid-ruwheQsBHj .card-underline {
  color: #ffffff;
}
.cid-ruwh4Y2jJF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ruwh4Y2jJF .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ruwh4Y2jJF .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t2fFLCRIUu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t2fFLCRIUu [class^="socicon-"]:before,
.cid-t2fFLCRIUu [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-t2fFLCRIUu .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t2fFLCRIUu .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #b4f7ff, #014086);
  display: inline-block;
}
.cid-t2fFLCRIUu .socicon {
  color: #7ce8f1;
}
.cid-t2fFLCRIUu .btn-social {
  border-color: #1ba1e2;
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}
.cid-t2fFLCRIUu .btn-social:hover {
  background: #1ba1e2;
}
.cid-t2fFLCRIUu .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-t2fFLCRIUu .btn {
    font-size: 20px !important;
  }
  .cid-t2fFLCRIUu .btn-social {
    margin-right: .1rem !important;
    margin-left: .1rem !important;
  }
}
.cid-t2fFLCRIUu .btn-social,
.cid-t2fFLCRIUu .mbr-section-title,
.cid-t2fFLCRIUu .underline {
  color: #ffffff;
}
.cid-t2fTry5bRV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .nav-item:focus,
.cid-t2fTry5bRV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t2fTry5bRV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t2fTry5bRV .nav-item .nav-link {
    position: relative;
  }
  .cid-t2fTry5bRV .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #b4f7ff, #014086);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-t2fTry5bRV .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-t2fTry5bRV .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2fTry5bRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2fTry5bRV .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-t2fTry5bRV .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0f0f3b;
  background: linear-gradient(#004363, #0f0f3b);
}
.cid-t2fTry5bRV .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #0f0f3b !important;
  background: linear-gradient(#004363, #0f0f3b) !important;
}
.cid-t2fTry5bRV .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t2fTry5bRV .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-t2fTry5bRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t2fTry5bRV .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.show,
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2fTry5bRV .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-t2fTry5bRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t2fTry5bRV .navbar.collapsed .right-menu,
.cid-t2fTry5bRV .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar .navbar-collapse.show,
  .cid-t2fTry5bRV .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t2fTry5bRV .navbar .navbar-collapse.show .brand-container,
  .cid-t2fTry5bRV .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-t2fTry5bRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2fTry5bRV .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-t2fTry5bRV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t2fTry5bRV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2fTry5bRV .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t2fTry5bRV .navbar .right-menu,
  .cid-t2fTry5bRV .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t2fTry5bRV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2fTry5bRV .navbar.navbar-short .mbr-overlay {
  background: #0f0f3b !important;
  background: linear-gradient(#004363, #0f0f3b) !important;
}
.cid-t2fTry5bRV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t2fTry5bRV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t2fTry5bRV .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2fTry5bRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2fTry5bRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2fTry5bRV .dropdown-item.active,
.cid-t2fTry5bRV .dropdown-item:active {
  background-color: transparent;
}
.cid-t2fTry5bRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2fTry5bRV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2fTry5bRV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2fTry5bRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0f3b;
}
.cid-t2fTry5bRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2fTry5bRV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2fTry5bRV ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-t2fTry5bRV .navbar-buttons {
  margin-left: auto;
}
.cid-t2fTry5bRV button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2fTry5bRV .navbar-dropdown {
  position: fixed;
}
.cid-t2fTry5bRV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2fTry5bRV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t2fTry5bRV .right-menu,
.cid-t2fTry5bRV .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-t2fTry5bRV .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2fTry5bRV .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2fTry5bRV .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2fTry5bRV .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-t2fTry5bRV .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-t2fTry5bRV .card-wrapper {
  z-index: 3;
}
.cid-t2fTry5bRV .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-t2fTry5bRV .navbar-collapse {
  padding-top: 0;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2fTry5bRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQckZER7qN {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/img-89991-1600x1200.jpeg");
}
.cid-rQckZER7qN .container-fluid {
  padding: 0 3rem;
}
.cid-rQckZER7qN .media-container-column {
  padding: 0 2rem;
}
.cid-rQckZER7qN .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-rQckZER7qN .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rQckZER7qN .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-t2pTKqyI58 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t2pTKqyI58 *:focus {
  outline: none;
}
.cid-t2pTKqyI58 .form-group {
  margin-bottom: 2rem;
}
.cid-t2pTKqyI58 .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-t2pTKqyI58 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t2pTKqyI58 .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-t2pTKqyI58 .form-control::-moz-placeholder {
  color: #000000;
}
.cid-t2pTKqyI58 .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-t2pTKqyI58 .form-control:-moz-placeholder {
  color: #000000;
}
.cid-t2pTKqyI58 input.form-control {
  padding: 1px 0;
}
.cid-t2pTKqyI58 .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-t2pTKqyI58 .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-t2pTKqyI58 .soc-item .socicon:hover {
  opacity: .5;
}
.cid-t2pTKqyI58 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t2pTKqyI58 .first-column,
  .cid-t2pTKqyI58 .form-1 {
    text-align: center;
  }
}
.cid-t2pTKqyI58 LABEL {
  text-align: left;
}
.cid-ruviI3sMRN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ruviI3sMRN .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-ruviI3sMRN .card-img {
  padding: 0 0 2rem;
}
.cid-ruviI3sMRN .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-ruviI3sMRN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-ruviI3sMRN .card-title {
    text-align: center;
  }
  .cid-ruviI3sMRN p.mbr-text {
    text-align: center;
  }
}
.cid-ruvkNTzBu0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ruvkNTzBu0 .container-fluid {
  padding: 0 3rem;
}
.cid-ruvkNTzBu0 .media-container-column {
  padding: 0 2rem;
}
.cid-ruvkNTzBu0 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ruvkNTzBu0 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ruvkNTzBu0 .mbr-section-subtitle {
  color: #ffffff;
}
#custom-html-2h {
  /* Type valid CSS here */
}
#custom-html-2h .my-image {
  width: 100%;
}
.cid-t2fGyv0ZoB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t2fGyv0ZoB [class^="socicon-"]:before,
.cid-t2fGyv0ZoB [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-t2fGyv0ZoB .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t2fGyv0ZoB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #b4f7ff, #014086);
  display: inline-block;
}
.cid-t2fGyv0ZoB .socicon {
  color: #7ce8f1;
}
.cid-t2fGyv0ZoB .btn-social {
  border-color: #1ba1e2;
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}
.cid-t2fGyv0ZoB .btn-social:hover {
  background: #1ba1e2;
}
.cid-t2fGyv0ZoB .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-t2fGyv0ZoB .btn {
    font-size: 20px !important;
  }
  .cid-t2fGyv0ZoB .btn-social {
    margin-right: .1rem !important;
    margin-left: .1rem !important;
  }
}
.cid-t2fGyv0ZoB .btn-social,
.cid-t2fGyv0ZoB .mbr-section-title,
.cid-t2fGyv0ZoB .underline {
  color: #ffffff;
}
.cid-ruwizORjiT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ruwizORjiT .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ruwizORjiT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t2fTry5bRV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .nav-item:focus,
.cid-t2fTry5bRV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t2fTry5bRV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t2fTry5bRV .nav-item .nav-link {
    position: relative;
  }
  .cid-t2fTry5bRV .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #b4f7ff, #014086);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-t2fTry5bRV .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-t2fTry5bRV .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t2fTry5bRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2fTry5bRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2fTry5bRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2fTry5bRV .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-t2fTry5bRV .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0f0f3b;
  background: linear-gradient(#004363, #0f0f3b);
}
.cid-t2fTry5bRV .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #0f0f3b !important;
  background: linear-gradient(#004363, #0f0f3b) !important;
}
.cid-t2fTry5bRV .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t2fTry5bRV .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-t2fTry5bRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t2fTry5bRV .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.show,
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-t2fTry5bRV .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2fTry5bRV .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-t2fTry5bRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2fTry5bRV .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t2fTry5bRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t2fTry5bRV .navbar.collapsed .right-menu,
.cid-t2fTry5bRV .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar .navbar-collapse.show,
  .cid-t2fTry5bRV .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t2fTry5bRV .navbar .navbar-collapse.show .brand-container,
  .cid-t2fTry5bRV .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-t2fTry5bRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2fTry5bRV .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-t2fTry5bRV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t2fTry5bRV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2fTry5bRV .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t2fTry5bRV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t2fTry5bRV .navbar .right-menu,
  .cid-t2fTry5bRV .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t2fTry5bRV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2fTry5bRV .navbar.navbar-short .mbr-overlay {
  background: #0f0f3b !important;
  background: linear-gradient(#004363, #0f0f3b) !important;
}
.cid-t2fTry5bRV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t2fTry5bRV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t2fTry5bRV .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2fTry5bRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2fTry5bRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2fTry5bRV .dropdown-item.active,
.cid-t2fTry5bRV .dropdown-item:active {
  background-color: transparent;
}
.cid-t2fTry5bRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2fTry5bRV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2fTry5bRV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2fTry5bRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0f3b;
}
.cid-t2fTry5bRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2fTry5bRV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2fTry5bRV ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-t2fTry5bRV .navbar-buttons {
  margin-left: auto;
}
.cid-t2fTry5bRV button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2fTry5bRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-t2fTry5bRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2fTry5bRV .navbar-dropdown {
  position: fixed;
}
.cid-t2fTry5bRV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2fTry5bRV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t2fTry5bRV .right-menu,
.cid-t2fTry5bRV .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-t2fTry5bRV .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2fTry5bRV .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2fTry5bRV .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2fTry5bRV .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-t2fTry5bRV .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-t2fTry5bRV .card-wrapper {
  z-index: 3;
}
.cid-t2fTry5bRV .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-t2fTry5bRV .navbar-collapse {
  padding-top: 0;
}
@media (max-width: 991px) {
  .cid-t2fTry5bRV .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2fTry5bRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
