@import url(https://fonts.googleapis.com/css?family=Homemade+Apple:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Homemade Apple', handwriting;
  font-size: 1rem;
}
.display-2 {
  font-family: 'Homemade Apple', handwriting;
  font-size: 1.4rem;
}
.display-4 {
  font-family: 'Homemade Apple', handwriting;
  font-size: 1.4rem;
}
.display-5 {
  font-family: 'Mukta', sans-serif;
  font-size: 1.2rem;
}
.display-7 {
  font-family: 'Mukta', sans-serif;
  font-size: 1.1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  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: #396dda !important;
}
.bg-success {
  background-color: #5e8b18 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #a26b2d !important;
}
.bg-danger {
  background-color: #212d68 !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: #1f4ba7;
  border-color: #1f4ba7;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #396dda !important;
  border-color: #396dda !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1f4ba7 !important;
  border-color: #1f4ba7 !important;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f4ba7 !important;
  border-color: #1f4ba7 !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: #c68508;
  border-color: #c68508;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f6ae25 !important;
  border-color: #f6ae25 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #c68508 !important;
  border-color: #c68508 !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: #c68508 !important;
  border-color: #c68508 !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: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #324a0d;
  border-color: #324a0d;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #5e8b18 !important;
  border-color: #5e8b18 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #324a0d !important;
  border-color: #324a0d !important;
}
.btn-success:hover:before,
.btn-success:focus:before,
.btn-success.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #324a0d !important;
  border-color: #324a0d !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: #66431c;
  border-color: #66431c;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #a26b2d !important;
  border-color: #a26b2d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #66431c !important;
  border-color: #66431c !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: #66431c !important;
  border-color: #66431c !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: #0f142e;
  border-color: #0f142e;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #212d68 !important;
  border-color: #212d68 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #0f142e !important;
  border-color: #0f142e !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: #0f142e !important;
  border-color: #0f142e !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: #396dda;
  border-color: #396dda;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #1b4292;
  color: #1b4292 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #396dda;
  border-color: #396dda;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #396dda !important;
  border-color: #396dda !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: #f6ae25;
  border-color: #f6ae25;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ae7407;
  color: #ae7407 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #f6ae25;
  border-color: #f6ae25;
}
.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: #f6ae25 !important;
  border-color: #f6ae25 !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: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #5e8b18;
  border-color: #5e8b18;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #233409;
  color: #233409 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #5e8b18;
  border-color: #5e8b18;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5e8b18 !important;
  border-color: #5e8b18 !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: #a26b2d;
  border-color: #a26b2d;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #523617;
  color: #523617 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #a26b2d;
  border-color: #a26b2d;
}
.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: #a26b2d !important;
  border-color: #a26b2d !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: #212d68;
  border-color: #212d68;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #080b1b;
  color: #080b1b !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #212d68;
  border-color: #212d68;
}
.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: #212d68 !important;
  border-color: #212d68 !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: #396dda !important;
}
.text-secondary {
  color: #f6ae25 !important;
}
.text-success {
  color: #5e8b18 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #a26b2d !important;
}
.text-danger {
  color: #212d68 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1b4292 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ae7407 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #233409 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #523617 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #080b1b !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: #5e8b18;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #a26b2d;
}
.alert-danger {
  background-color: #212d68;
}
.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: #396dda;
  border-color: #396dda;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #396dda;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e5ecfa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a2df44;
}
.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: #d9aa76;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #455ac4;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Mukta', sans-serif;
  font-size: 1.1rem;
}
blockquote {
  border-color: #396dda;
}
/* 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: #396dda;
  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: #396dda;
  border-bottom-color: #396dda;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #396dda !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f6ae25 !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='%23396dda' %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-rmCh52nTIP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rmCh52nTIP p {
  color: #767676;
}
.cid-rmCh52nTIP .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rmCh52nTIP .row-element,
.cid-rmCh52nTIP .image-element {
  padding: 0;
}
.cid-rmCh52nTIP .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rmCh52nTIP .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rmCh52nTIP .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rmCh52nTIP .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rmCh52nTIP .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rmCh52nTIP .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rmCh52nTIP .text-content {
    padding: 2rem 1rem;
  }
  .cid-rmCh52nTIP .underline .line {
    height: 2px;
  }
  .cid-rmCh52nTIP .mbr-title,
  .cid-rmCh52nTIP .underline,
  .cid-rmCh52nTIP .mbr-text,
  .cid-rmCh52nTIP .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rmCh52nTIP .mbr-text,
.cid-rmCh52nTIP .mbr-section-btn {
  text-align: left;
}
.cid-rmCh52nTIP .mbr-title,
.cid-rmCh52nTIP .underline {
  text-align: left;
}
.cid-rmCfXqgaCm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rmCfXWVy3c {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rmCfXWVy3c .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rmCfXWVy3c .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rmCfXWVy3c .media-wrap img {
  height: 6rem;
}
.cid-rmCfXWVy3c .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rmCfXWVy3c .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rmCfXWVy3c .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rmCfXWVy3c .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rmCfXWVy3c .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rmCfXWVy3c .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rmCfXWVy3c .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rmCfXWVy3c .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rmCfXWVy3c .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rmCfXWVy3c .links A {
  color: #000000;
}
.cid-rmCfXWVy3c .links {
  color: #1ba1e2;
}
.cid-rmCfXWVy3c .copyright > p {
  color: #000000;
}
.cid-rkAMIGDbrw {
  padding-top: 30px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-1282-2000x1500.png");
}
.cid-rkAMIGDbrw .row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rkAMIGDbrw .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rkAMIGDbrw .form-container {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  padding: 3rem;
  position: relative;
}
.cid-rkAMIGDbrw .mbr-section-title {
  margin-left: -4px;
}
.cid-rkAMIGDbrw .media-container-column {
  width: 100%;
}
.cid-rkAMIGDbrw .form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-rkAMIGDbrw .mbr-section-btn a {
  white-space: nowrap;
}
.cid-rkAMIGDbrw .form-group {
  position: relative;
  margin: 0;
  width: 100%;
}
.cid-rkAMIGDbrw .form-group .form-control {
  padding-left: 1rem;
}
@media (min-width: 1600px) {
  .cid-rkAMIGDbrw .my-col {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .cid-rkAMIGDbrw .form-container {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 768px) {
  .cid-rkAMIGDbrw .mbr-section-btn {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 10px;
  }
  .cid-rkAMIGDbrw .form-group {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.cid-rml151UAMp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rml18GIyIR {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rml18GIyIR .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rml18GIyIR .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rml18GIyIR .media-wrap img {
  height: 6rem;
}
.cid-rml18GIyIR .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rml18GIyIR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rml18GIyIR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rml18GIyIR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rml18GIyIR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rml18GIyIR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rml18GIyIR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rml18GIyIR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rml18GIyIR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rml18GIyIR .links A {
  color: #000000;
}
.cid-rml18GIyIR .links {
  color: #1ba1e2;
}
.cid-rml18GIyIR .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rlK6jf661Y {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rlK6jf661Y .container-fluid {
  padding: 0 3rem;
}
.cid-rlK6jf661Y .media-container-column {
  padding: 0 2rem;
}
.cid-rlK6jf661Y .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-rlK6jf661Y .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rlK6jf661Y .mbr-section-subtitle {
  color: #1ba1e2;
}
.cid-rlK6jf661Y .mbr-section-title SPAN {
  color: #1ba1e2;
}
.cid-rlK7vfQhRn {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rlK7vfQhRn .mbr-text {
  color: #1ba1e2;
}
.cid-rlK7vfQhRn h4 {
  text-align: center;
}
.cid-rlK7vfQhRn p {
  text-align: center;
}
.cid-rlK7vfQhRn .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlK7vfQhRn .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rlK7vfQhRn .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rlK7vfQhRn .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rlK7vfQhRn .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #1ba1e2, #8dd3fd);
  border-radius: 50%;
}
.cid-rlK7vfQhRn .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rlK7vfQhRn .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rlK7vfQhRn .mbr-section-title,
  .cid-rlK7vfQhRn .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rlK7vfQhRn .mbr-text I {
  color: #000000;
}
.cid-rlK7vfQhRn .mbr-text B {
  color: #1ba1e2;
}
.cid-rmA2MkyThi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rmA2MkyThi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rmA2MkyThi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rmA2MkyThi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rmA2MkyThi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rmA2MkyThi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rmA2MkyThi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rmA2MkyThi .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rmA2MkyThi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rmA2MkyThi .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rmA26MF3ks {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rmA27mdAbF {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rmA27mdAbF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rmA27mdAbF .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rmA27mdAbF .media-wrap img {
  height: 6rem;
}
.cid-rmA27mdAbF .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rmA27mdAbF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rmA27mdAbF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rmA27mdAbF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rmA27mdAbF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rmA27mdAbF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rmA27mdAbF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rmA27mdAbF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rmA27mdAbF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rmA27mdAbF .links A {
  color: #000000;
}
.cid-rmA27mdAbF .links {
  color: #1ba1e2;
}
.cid-rmA27mdAbF .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rm3rMhGVon {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rm3rMhGVon .mbr-section-subtitle {
  color: #767676;
}
.cid-rm3rMhGVon H2 {
  color: #1ba1e2;
}
.cid-rpHFJafFjd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpHFJafFjd .mbr-text {
  color: #767676;
}
.cid-sDE7LXYOYL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #002e80;
}
.cid-sDE7LXYOYL .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-sDE7LXYOYL .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sDE7LXYOYL .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sDE7LXYOYL .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sDE7LXYOYL .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sDE7LXYOYL .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sDE7LXYOYL .inner-container {
    width: 100% !important;
  }
  .cid-sDE7LXYOYL .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-sDkEXTWUqF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkEXTWUqF .container-fluid {
  padding: 0 3rem;
}
.cid-sDkEXTWUqF .media-container-column {
  padding: 0 2rem;
}
.cid-sDkEXTWUqF .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #f6ae25;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sDkEXTWUqF .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sDkEXTWUqF .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-sDkF0TtK28 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkF0TtK28 .container-fluid {
  padding: 0 3rem;
}
.cid-sDkF0TtK28 .media-container-column {
  padding: 0 2rem;
}
.cid-sDkF0TtK28 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #f6ae25;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sDkF0TtK28 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sDkF0TtK28 .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-sDkEpQTekQ {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sDkEpQTekQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDkEpQTekQ textarea {
  min-height: 150px;
}
.cid-sDkEpQTekQ .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #f6ae25;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-sDkEpQTekQ .form-control,
.cid-sDkEpQTekQ .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-sDkEpQTekQ .form-control input::-webkit-input-placeholder,
.cid-sDkEpQTekQ .field-input input::-webkit-input-placeholder,
.cid-sDkEpQTekQ .form-control textarea::-webkit-input-placeholder,
.cid-sDkEpQTekQ .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sDkEpQTekQ .form-control input:-moz-placeholder,
.cid-sDkEpQTekQ .field-input input:-moz-placeholder,
.cid-sDkEpQTekQ .form-control textarea:-moz-placeholder,
.cid-sDkEpQTekQ .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sDkEpQTekQ .form-control:hover,
.cid-sDkEpQTekQ .field-input:hover,
.cid-sDkEpQTekQ .form-control:focus,
.cid-sDkEpQTekQ .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDkEpQTekQ .form-control:hover input::-webkit-input-placeholder,
.cid-sDkEpQTekQ .field-input:hover input::-webkit-input-placeholder,
.cid-sDkEpQTekQ .form-control:focus input::-webkit-input-placeholder,
.cid-sDkEpQTekQ .field-input:focus input::-webkit-input-placeholder,
.cid-sDkEpQTekQ .form-control:hover textarea::-webkit-input-placeholder,
.cid-sDkEpQTekQ .field-input:hover textarea::-webkit-input-placeholder,
.cid-sDkEpQTekQ .form-control:focus textarea::-webkit-input-placeholder,
.cid-sDkEpQTekQ .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sDkEpQTekQ .form-control:hover input:-moz-placeholder,
.cid-sDkEpQTekQ .field-input:hover input:-moz-placeholder,
.cid-sDkEpQTekQ .form-control:focus input:-moz-placeholder,
.cid-sDkEpQTekQ .field-input:focus input:-moz-placeholder,
.cid-sDkEpQTekQ .form-control:hover textarea:-moz-placeholder,
.cid-sDkEpQTekQ .field-input:hover textarea:-moz-placeholder,
.cid-sDkEpQTekQ .form-control:focus textarea:-moz-placeholder,
.cid-sDkEpQTekQ .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sDkEpQTekQ .jq-number__spin:hover,
.cid-sDkEpQTekQ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDkEpQTekQ .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDkEpQTekQ .jq-selectbox li,
.cid-sDkEpQTekQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDkEpQTekQ .jq-selectbox li:hover,
.cid-sDkEpQTekQ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDkEpQTekQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDkEpQTekQ .jq-number__spin.minus:hover:after,
.cid-sDkEpQTekQ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sDkEpQTekQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDkEpQTekQ .jq-number__spin.minus:after,
.cid-sDkEpQTekQ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sDkEpQTekQ input::-webkit-clear-button {
  display: none;
}
.cid-sDkEpQTekQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDkEpQTekQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDkEpQTekQ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rqoe2CCa5l {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rqoe2CCa5l .mbr-section-subtitle {
  color: #000000;
}
.cid-rqoe2CCa5l H2 {
  color: #1ba1e2;
}
.cid-rqoeRukObk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rqoeRukObk .mbr-text {
  color: #000000;
}
.cid-rqoeRukObk .mbr-text P {
  text-align: left;
}
.cid-rqCTssr0mA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-rqCTssr0mA .container-fluid {
  padding: 0 3rem;
}
.cid-rqCTssr0mA .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rqCTssr0mA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #396dda, #f6ae25);
  display: inline-block;
}
.cid-rqCTssr0mA .card {
  margin-bottom: 2rem;
}
.cid-rqCTssr0mA .card-img {
  width: auto !important;
}
.cid-rqCTssr0mA .card-img .mbr-iconfont {
  color: #ffa0a4;
  font-size: 48px;
  padding-right: 1rem;
  background: linear-gradient(45deg, #ffa0a4, #a38dfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-rqCTssr0mA .content-row {
  word-wrap: break-word;
}
.cid-rqCTssr0mA .media {
  width: initial;
  height: initial;
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqCTssr0mA .media .media-body {
  -webkit-flex: none;
  flex: none;
}
.cid-rqCTssr0mA .mbr-text {
  color: #767676;
  margin: 0;
}
.cid-rqCTssr0mA .card-title {
  color: #1ba1e2;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rqCTssr0mA .card-title,
  .cid-rqCTssr0mA .card-box {
    text-align: left;
  }
  .cid-rqCTssr0mA .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rqCTssr0mA .mbr-section-title,
.cid-rqCTssr0mA .underline {
  color: #1ba1e2;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rtJlP8nwmZ {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtJlP8nwmZ .container-fluid {
  padding: 0 3rem;
}
.cid-rtJlP8nwmZ .media-container-column {
  padding: 0 2rem;
}
.cid-rtJlP8nwmZ .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rtJlP8nwmZ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rtJlP8nwmZ .mbr-section-subtitle {
  color: #1ba1e2;
}
.cid-rtJlP8Wpw4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rtJlP8Wpw4 .mbr-text,
.cid-rtJlP8Wpw4 blockquote {
  color: #232323;
}
.cid-rtJlP8Wpw4 .mbr-text {
  color: #000000;
}
.cid-ruAgfgoxab {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #047899;
}
.cid-ruAgfgoxab .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ruAgfgoxab .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-ruAgfgoxab .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ruAgfgoxab .inner-container {
    width: 100% !important;
  }
}
.cid-ruAgfgoxab .section-text DIV {
  color: #ffffff;
}
.cid-ruAgnvkPVV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ruAglNJwe4 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-ruAglNJwe4 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ruAglNJwe4 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-ruAglNJwe4 .media-wrap img {
  height: 6rem;
}
.cid-ruAglNJwe4 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ruAglNJwe4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ruAglNJwe4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ruAglNJwe4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ruAglNJwe4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ruAglNJwe4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ruAglNJwe4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ruAglNJwe4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ruAglNJwe4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ruAglNJwe4 .links A {
  color: #000000;
}
.cid-ruAglNJwe4 .links {
  color: #1ba1e2;
}
.cid-ruAglNJwe4 .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rvVa0sS3aG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvVa0sS3aG .container-fluid {
  padding: 0 3rem;
}
.cid-rvVa0sS3aG .media-container-column {
  padding: 0 2rem;
}
.cid-rvVa0sS3aG .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rvVa0sS3aG .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvVa0sS3aG .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rvTXbmWzZP {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rvTXbmWzZP .container-fluid {
  padding: 0 3rem;
}
.cid-rvTXbmWzZP .media-container-column {
  padding: 0 2rem;
}
.cid-rvTXbmWzZP .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rvTXbmWzZP .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvTXbmWzZP .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-ruG5kpLGOG {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-ruG5kpLGOG .container-fluid {
  padding: 0 3rem;
}
.cid-ruG5kpLGOG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ruG5kpLGOG .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ruG5kpLGOG .container-fluid {
    padding: 0 1rem;
  }
  .cid-ruG5kpLGOG .image-block {
    width: 100% !important;
  }
}
.cid-rtKzjdMJOA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rtKzjdMJOA .mbr-text,
.cid-rtKzjdMJOA blockquote {
  color: #232323;
}
.cid-rtKzjdMJOA .mbr-text {
  color: #000000;
}
.cid-rvTT20DIX2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rvTT20DIX2 .container-fluid {
  padding: 0 3rem;
}
.cid-rvTT20DIX2 .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rvTT20DIX2 svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rvTT20DIX2 .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rvTT20DIX2 .blockquote-quote {
    text-align: left;
  }
  .cid-rvTT20DIX2 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvTT20DIX2 .mbr-text,
.cid-rvTT20DIX2 .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rvTX9QZ7iC {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rvTX9QZ7iC .container-fluid {
  padding: 0 3rem;
}
.cid-rvTX9QZ7iC .media-container-column {
  padding: 0 2rem;
}
.cid-rvTX9QZ7iC .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rvTX9QZ7iC .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvTX9QZ7iC .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-ruBh3TZQ7C {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ruBh3TZQ7C .mbr-text,
.cid-ruBh3TZQ7C blockquote {
  color: #232323;
}
.cid-sDjTBBBQ6c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDjTBBBQ6c .nav-tabs .nav-item.open .nav-link:focus,
.cid-sDjTBBBQ6c .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sDjTBBBQ6c .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #073b4c;
}
.cid-sDjTBBBQ6c .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sDjTBBBQ6c .first {
  margin-left: -24px;
}
.cid-sDjTBBBQ6c .nav-tabs .nav-link {
  color: #073b4c;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sDjTBBBQ6c .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
}
.cid-sDjTBBBQ6c .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
}
.cid-sDjTBBBQ6c P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-sDjTBBBQ6c .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sDjTBBBQ6c .mbr-text,
  .cid-sDjTBBBQ6c .nav-link {
    text-align: center;
  }
}
.cid-sDk7nSHinE {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #113862;
}
.cid-sDk7nSHinE .mbr-section-title {
  color: #f6ae25;
}
.cid-sDk7nSHinE .mbr-text,
.cid-sDk7nSHinE .mbr-section-btn {
  color: #ffffff;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rwCvY4xkgM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwCvY4xkgM .container-fluid {
  padding: 0 3rem;
}
.cid-rwCvY4xkgM .media-container-column {
  padding: 0 2rem;
}
.cid-rwCvY4xkgM .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rwCvY4xkgM .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwCvY4xkgM .mbr-section-subtitle {
  color: #0e92a4;
  text-align: left;
}
.cid-rwCvWf0PuL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwCvWf0PuL .container-fluid {
  padding: 0 3rem;
}
.cid-rwCvWf0PuL .media-container-column {
  padding: 0 2rem;
}
.cid-rwCvWf0PuL .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rwCvWf0PuL .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwCvWf0PuL .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rwEAupsTM9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwEAupsTM9 p {
  color: #767676;
}
.cid-rwEAupsTM9 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rwEAupsTM9 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rwEAupsTM9 .row-element,
.cid-rwEAupsTM9 .image-element {
  padding: 0;
}
.cid-rwEAupsTM9 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rwEAupsTM9 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rwEAupsTM9 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rwEAupsTM9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rwEAupsTM9 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rwEAupsTM9 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rwEAupsTM9 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rwEAupsTM9 .underline .line {
    height: 2px;
  }
  .cid-rwEAupsTM9 .mbr-title,
  .cid-rwEAupsTM9 .underline,
  .cid-rwEAupsTM9 .mbr-text,
  .cid-rwEAupsTM9 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rwEAupsTM9 .mbr-text,
.cid-rwEAupsTM9 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rwEAupsTM9 .mbr-title,
.cid-rwEAupsTM9 .underline {
  text-align: left;
}
.cid-rvlHcH0Yjf {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/board-597238-1920-1920x1280.jpg");
}
.cid-rvlHcH0Yjf .container-fluid {
  padding: 0 3rem;
}
.cid-rvlHcH0Yjf .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rvlHcH0Yjf .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvlHcH0Yjf .mbr-section-subtitle,
.cid-rvlHcH0Yjf .mbr-section-btn DIV {
  text-align: left;
}
.cid-rvlHcH0Yjf .mbr-section-title {
  text-align: left;
}
.cid-rxbyLw5OtQ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxbyLw5OtQ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbyLw5OtQ .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxbyLw5OtQ .media-wrap img {
  height: 6rem;
}
.cid-rxbyLw5OtQ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxbyLw5OtQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbyLw5OtQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxbyLw5OtQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxbyLw5OtQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxbyLw5OtQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxbyLw5OtQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxbyLw5OtQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxbyLw5OtQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxbyLw5OtQ .links A {
  color: #000000;
}
.cid-rxbyLw5OtQ .links {
  color: #000000;
}
.cid-rxbyLw5OtQ .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rtPY0rG9KF {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rtPY0rG9KF .container-fluid {
  padding: 0 3rem;
}
.cid-rtPY0rG9KF .media-container-column {
  padding: 0 2rem;
}
.cid-rtPY0rG9KF .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-rtPY0rG9KF .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rtPY0rG9KF .mbr-section-subtitle {
  color: #a66007;
}
.cid-rtPY0sbrSF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rtPY0sbrSF .mbr-text,
.cid-rtPY0sbrSF blockquote {
  color: #232323;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rtQl7qx389 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rtQl7qx389 .container-fluid {
  padding: 0 3rem;
}
.cid-rtQl7qx389 .media-container-column {
  padding: 0 2rem;
}
.cid-rtQl7qx389 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-rtQl7qx389 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rtQl7qx389 .mbr-section-subtitle {
  color: #a66007;
}
.cid-rtQl7r2Dsx {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rtQl7r2Dsx .mbr-text,
.cid-rtQl7r2Dsx blockquote {
  color: #232323;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-ruprv2rhDe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/heart-105729-1920-1920x1276.jpg");
}
.cid-ruprv2rhDe .container-fluid {
  padding: 0 3rem;
}
.cid-ruprv2rhDe .media-container-column {
  padding: 0 2rem;
}
.cid-ruprv2rhDe .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-ruprv2rhDe .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ruprv2rhDe .mbr-section-subtitle {
  color: #a75b06;
}
.cid-ruprv38Xvg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ruprv38Xvg .mbr-text,
.cid-ruprv38Xvg blockquote {
  color: #232323;
}
.cid-ruprv38Xvg .mbr-text {
  color: #000000;
}
.cid-ruprv4V0jC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #dedede;
}
.cid-ruprv4V0jC .container-fluid {
  padding: 0 3rem;
}
.cid-ruprv4V0jC .media-container-column {
  padding: 0 2rem;
}
.cid-ruprv4V0jC .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-ruprv4V0jC .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ruprv4V0jC .mbr-section-subtitle {
  color: #834704;
  text-align: center;
}
.cid-ruprv5vlfu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ruprv5vlfu .mbr-text,
.cid-ruprv5vlfu blockquote {
  color: #232323;
}
.cid-ruprv5vlfu .mbr-text {
  color: #000000;
}
.cid-ruprv68R2d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ruprv6wED3 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-ruprv6wED3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ruprv6wED3 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-ruprv6wED3 .media-wrap img {
  height: 6rem;
}
.cid-ruprv6wED3 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ruprv6wED3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ruprv6wED3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ruprv6wED3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ruprv6wED3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ruprv6wED3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ruprv6wED3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ruprv6wED3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ruprv6wED3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ruprv6wED3 .links A {
  color: #000000;
}
.cid-ruprv6wED3 .links {
  color: #1ba1e2;
}
.cid-ruprv6wED3 .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-ruv7TUNNOU {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/heart-105729-1920-1920x1276.jpg");
}
.cid-ruv7TUNNOU .container-fluid {
  padding: 0 3rem;
}
.cid-ruv7TUNNOU .media-container-column {
  padding: 0 2rem;
}
.cid-ruv7TUNNOU .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-ruv7TUNNOU .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ruv7TUNNOU .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-ruv7TVjH2v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ruv7TVjH2v .mbr-text,
.cid-ruv7TVjH2v blockquote {
  color: #232323;
}
.cid-ruv7TVjH2v .mbr-text {
  color: #000000;
}
.cid-ruvaiwnyYA {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-ruvaiwnyYA .container-fluid {
  padding: 0 3rem;
}
.cid-ruvaiwnyYA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ruvaiwnyYA .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ruvaiwnyYA .container-fluid {
    padding: 0 1rem;
  }
  .cid-ruvaiwnyYA .image-block {
    width: 100% !important;
  }
}
.cid-ruvaA2pj4l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ruvaA2pj4l .mbr-text,
.cid-ruvaA2pj4l blockquote {
  color: #232323;
}
.cid-ruvaA2pj4l .mbr-text {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rOfYHMHeem {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOfYHMHeem .container-fluid {
  padding: 0 3rem;
}
.cid-rOfYHMHeem .media-container-column {
  padding: 0 2rem;
}
.cid-rOfYHMHeem .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rOfYHMHeem .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rOfYHMHeem .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-sDzEyKjsnx {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDzEyKjsnx .mbr-text,
.cid-sDzEyKjsnx blockquote {
  color: #232323;
}
.cid-sDzEyKjsnx .mbr-text {
  color: #a26b2d;
}
.cid-sDzEyKjsnx .mbr-text DIV {
  text-align: center;
}
.cid-rwCg81GbHf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rwCg81GbHf .mbr-text,
.cid-rwCg81GbHf blockquote {
  color: #232323;
}
.cid-rwCg81GbHf .mbr-text {
  color: #000000;
}
.cid-sDzEiJYU9U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #002e80;
}
.cid-sDzEiJYU9U .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-sDzEiJYU9U .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sDzEiJYU9U .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sDzEiJYU9U .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sDzEiJYU9U .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sDzEiJYU9U .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sDzEiJYU9U .inner-container {
    width: 100% !important;
  }
  .cid-sDzEiJYU9U .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rvVa2tOX7q {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvVa2tOX7q .container-fluid {
  padding: 0 3rem;
}
.cid-rvVa2tOX7q .media-container-column {
  padding: 0 2rem;
}
.cid-rvVa2tOX7q .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rvVa2tOX7q .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvVa2tOX7q .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rvVacgHe7y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rvVacgHe7y .container-fluid {
  padding: 0 3rem;
}
.cid-rvVacgHe7y .media-container-column {
  padding: 0 2rem;
}
.cid-rvVacgHe7y .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rvVacgHe7y .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvVacgHe7y .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rx59TKtkM7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx59TKtkM7 p {
  color: #767676;
}
.cid-rx59TKtkM7 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rx59TKtkM7 .row-element,
.cid-rx59TKtkM7 .image-element {
  padding: 0;
}
.cid-rx59TKtkM7 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rx59TKtkM7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rx59TKtkM7 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rx59TKtkM7 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rx59TKtkM7 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rx59TKtkM7 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rx59TKtkM7 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rx59TKtkM7 .underline .line {
    height: 2px;
  }
  .cid-rx59TKtkM7 .mbr-title,
  .cid-rx59TKtkM7 .underline,
  .cid-rx59TKtkM7 .mbr-text,
  .cid-rx59TKtkM7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rx59TKtkM7 .mbr-text,
.cid-rx59TKtkM7 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rx59TKtkM7 .mbr-title,
.cid-rx59TKtkM7 .underline {
  text-align: left;
}
.cid-rvVa2vGqZX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rvVa2vGqZX .container-fluid {
  padding: 0 3rem;
}
.cid-rvVa2vGqZX .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rvVa2vGqZX svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rvVa2vGqZX .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rvVa2vGqZX .blockquote-quote {
    text-align: left;
  }
  .cid-rvVa2vGqZX .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvVa2vGqZX .mbr-text,
.cid-rvVa2vGqZX .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rx58ZGsx10 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx58ZGsx10 p {
  color: #767676;
}
.cid-rx58ZGsx10 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rx58ZGsx10 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rx58ZGsx10 .row-element,
.cid-rx58ZGsx10 .image-element {
  padding: 0;
}
.cid-rx58ZGsx10 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rx58ZGsx10 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rx58ZGsx10 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rx58ZGsx10 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rx58ZGsx10 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rx58ZGsx10 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rx58ZGsx10 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rx58ZGsx10 .underline .line {
    height: 2px;
  }
  .cid-rx58ZGsx10 .mbr-title,
  .cid-rx58ZGsx10 .underline,
  .cid-rx58ZGsx10 .mbr-text,
  .cid-rx58ZGsx10 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rx58ZGsx10 .mbr-text,
.cid-rx58ZGsx10 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rx58ZGsx10 .mbr-title,
.cid-rx58ZGsx10 .underline {
  text-align: left;
}
.cid-rvVdkBGyW1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rvVdkBGyW1 .container-fluid {
  padding: 0 3rem;
}
.cid-rvVdkBGyW1 .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rvVdkBGyW1 svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rvVdkBGyW1 .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rvVdkBGyW1 .blockquote-quote {
    text-align: left;
  }
  .cid-rvVdkBGyW1 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvVdkBGyW1 .mbr-text,
.cid-rvVdkBGyW1 .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rvVdjsC7jf {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rvVdjsC7jf .mbr-text,
.cid-rvVdjsC7jf blockquote {
  color: #232323;
}
.cid-rxbylKtZlV {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxbylKtZlV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbylKtZlV .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxbylKtZlV .media-wrap img {
  height: 6rem;
}
.cid-rxbylKtZlV .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxbylKtZlV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbylKtZlV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxbylKtZlV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxbylKtZlV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxbylKtZlV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxbylKtZlV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxbylKtZlV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxbylKtZlV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxbylKtZlV .links A {
  color: #000000;
}
.cid-rxbylKtZlV .links {
  color: #000000;
}
.cid-rxbylKtZlV .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rvZETkiKhs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvZETkiKhs .container-fluid {
  padding: 0 3rem;
}
.cid-rvZETkiKhs .media-container-column {
  padding: 0 2rem;
}
.cid-rvZETkiKhs .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rvZETkiKhs .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvZETkiKhs .mbr-section-subtitle {
  color: #096693;
  text-align: left;
}
.cid-rvZETkXP8r {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvZETkXP8r .container-fluid {
  padding: 0 3rem;
}
.cid-rvZETkXP8r .media-container-column {
  padding: 0 2rem;
}
.cid-rvZETkXP8r .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rvZETkXP8r .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvZETkXP8r .mbr-section-subtitle {
  color: #096693;
  text-align: left;
}
.cid-rvZETlEbLo {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rvZETlEbLo .container-fluid {
  padding: 0 3rem;
}
.cid-rvZETlEbLo .media-container-column {
  padding: 0 2rem;
}
.cid-rvZETlEbLo .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rvZETlEbLo .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvZETlEbLo .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rvZETmwPs2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rvZETmwPs2 .mbr-text,
.cid-rvZETmwPs2 blockquote {
  color: #232323;
}
.cid-rvZETmwPs2 .mbr-text {
  color: #000000;
}
.cid-rvZETn89rp {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-rvZETn89rp .container-fluid {
  padding: 0 3rem;
}
.cid-rvZETn89rp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rvZETn89rp .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rvZETn89rp .container-fluid {
    padding: 0 1rem;
  }
  .cid-rvZETn89rp .image-block {
    width: 100% !important;
  }
}
.cid-rvZETnRjLU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rvZETnRjLU .container-fluid {
  padding: 0 3rem;
}
.cid-rvZETnRjLU .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rvZETnRjLU svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rvZETnRjLU .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rvZETnRjLU .blockquote-quote {
    text-align: left;
  }
  .cid-rvZETnRjLU .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvZETnRjLU .mbr-text,
.cid-rvZETnRjLU .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rvZETosANe {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rvZETosANe .mbr-text,
.cid-rvZETosANe blockquote {
  color: #232323;
}
.cid-rvZEToYdwa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rvZEToYdwa .container-fluid {
  padding: 0 3rem;
}
.cid-rvZEToYdwa .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rvZEToYdwa svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rvZEToYdwa .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rvZEToYdwa .blockquote-quote {
    text-align: left;
  }
  .cid-rvZEToYdwa .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rvZEToYdwa .mbr-text,
.cid-rvZEToYdwa .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rvZETpy3wn {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rvZETpy3wn .mbr-text,
.cid-rvZETpy3wn blockquote {
  color: #232323;
}
.cid-rvZETr64e1 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rvZETr64e1 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rvZETr64e1 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rvZETr64e1 .media-wrap img {
  height: 6rem;
}
.cid-rvZETr64e1 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rvZETr64e1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rvZETr64e1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rvZETr64e1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rvZETr64e1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rvZETr64e1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rvZETr64e1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rvZETr64e1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rvZETr64e1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rvZETr64e1 .links A {
  color: #000000;
}
.cid-rvZETr64e1 .links {
  color: #000000;
}
.cid-rvZETr64e1 .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rwmcDC0v6S {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwmcDC0v6S .container-fluid {
  padding: 0 3rem;
}
.cid-rwmcDC0v6S .media-container-column {
  padding: 0 2rem;
}
.cid-rwmcDC0v6S .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rwmcDC0v6S .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwmcDC0v6S .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rwmcDCBrN3 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rwmcDCBrN3 .container-fluid {
  padding: 0 3rem;
}
.cid-rwmcDCBrN3 .media-container-column {
  padding: 0 2rem;
}
.cid-rwmcDCBrN3 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rwmcDCBrN3 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwmcDCBrN3 .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rwmcDDaIWJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rwmcDDaIWJ .mbr-text,
.cid-rwmcDDaIWJ blockquote {
  color: #232323;
}
.cid-rwmcDDaIWJ .mbr-text {
  color: #000000;
}
.cid-rxeNZb0iqO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxeNZb0iqO p {
  color: #767676;
}
.cid-rxeNZb0iqO .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rxeNZb0iqO .row-element,
.cid-rxeNZb0iqO .image-element {
  padding: 0;
}
.cid-rxeNZb0iqO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rxeNZb0iqO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rxeNZb0iqO .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rxeNZb0iqO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rxeNZb0iqO .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rxeNZb0iqO .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rxeNZb0iqO .text-content {
    padding: 2rem 1rem;
  }
  .cid-rxeNZb0iqO .underline .line {
    height: 2px;
  }
  .cid-rxeNZb0iqO .mbr-title,
  .cid-rxeNZb0iqO .underline,
  .cid-rxeNZb0iqO .mbr-text,
  .cid-rxeNZb0iqO .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rxeNZb0iqO .mbr-text,
.cid-rxeNZb0iqO .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rxeNZb0iqO .mbr-title,
.cid-rxeNZb0iqO .underline {
  text-align: left;
}
.cid-rwmcDEYXUB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rwmcDEYXUB .container-fluid {
  padding: 0 3rem;
}
.cid-rwmcDEYXUB .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rwmcDEYXUB svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rwmcDEYXUB .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rwmcDEYXUB .blockquote-quote {
    text-align: left;
  }
  .cid-rwmcDEYXUB .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwmcDEYXUB .mbr-text,
.cid-rwmcDEYXUB .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rwmcDFMMQc {
  overflow: hidden !important;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/filter-1990470-1920-1920x1920.jpg");
}
.cid-rwmcDFMMQc .container-fluid {
  padding: 0 3rem;
}
.cid-rwmcDFMMQc .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rwmcDFMMQc .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwmcDFMMQc .mbr-section-subtitle,
.cid-rwmcDFMMQc .mbr-section-btn DIV {
  text-align: left;
}
.cid-rwmcDFMMQc .mbr-section-title {
  text-align: left;
}
.cid-rxbyTEjGGV {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxbyTEjGGV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbyTEjGGV .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxbyTEjGGV .media-wrap img {
  height: 6rem;
}
.cid-rxbyTEjGGV .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxbyTEjGGV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbyTEjGGV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxbyTEjGGV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxbyTEjGGV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxbyTEjGGV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxbyTEjGGV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxbyTEjGGV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxbyTEjGGV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxbyTEjGGV .links A {
  color: #000000;
}
.cid-rxbyTEjGGV .links {
  color: #000000;
}
.cid-rxbyTEjGGV .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rwmfd9m7Bj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwmfd9m7Bj .container-fluid {
  padding: 0 3rem;
}
.cid-rwmfd9m7Bj .media-container-column {
  padding: 0 2rem;
}
.cid-rwmfd9m7Bj .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rwmfd9m7Bj .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwmfd9m7Bj .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rwmfd9XBgj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwmfd9XBgj .container-fluid {
  padding: 0 3rem;
}
.cid-rwmfd9XBgj .media-container-column {
  padding: 0 2rem;
}
.cid-rwmfd9XBgj .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rwmfd9XBgj .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwmfd9XBgj .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rwEvTBAwUP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwEvTBAwUP p {
  color: #767676;
}
.cid-rwEvTBAwUP .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rwEvTBAwUP .row-element,
.cid-rwEvTBAwUP .image-element {
  padding: 0;
}
.cid-rwEvTBAwUP .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rwEvTBAwUP .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rwEvTBAwUP .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rwEvTBAwUP .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rwEvTBAwUP .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rwEvTBAwUP .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rwEvTBAwUP .text-content {
    padding: 2rem 1rem;
  }
  .cid-rwEvTBAwUP .underline .line {
    height: 2px;
  }
  .cid-rwEvTBAwUP .mbr-title,
  .cid-rwEvTBAwUP .underline,
  .cid-rwEvTBAwUP .mbr-text,
  .cid-rwEvTBAwUP .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rwEvTBAwUP .mbr-text,
.cid-rwEvTBAwUP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rwEvTBAwUP .mbr-title,
.cid-rwEvTBAwUP .underline {
  text-align: left;
}
.cid-rx8Ch4jMBq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx8Ch4jMBq p {
  color: #767676;
}
.cid-rx8Ch4jMBq .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rx8Ch4jMBq .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rx8Ch4jMBq .row-element,
.cid-rx8Ch4jMBq .image-element {
  padding: 0;
}
.cid-rx8Ch4jMBq .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rx8Ch4jMBq .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rx8Ch4jMBq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rx8Ch4jMBq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rx8Ch4jMBq .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rx8Ch4jMBq .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rx8Ch4jMBq .text-content {
    padding: 2rem 1rem;
  }
  .cid-rx8Ch4jMBq .underline .line {
    height: 2px;
  }
  .cid-rx8Ch4jMBq .mbr-title,
  .cid-rx8Ch4jMBq .underline,
  .cid-rx8Ch4jMBq .mbr-text,
  .cid-rx8Ch4jMBq .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rx8Ch4jMBq .mbr-text,
.cid-rx8Ch4jMBq .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rx8Ch4jMBq .mbr-title,
.cid-rx8Ch4jMBq .underline {
  text-align: left;
}
.cid-rwFmf7TVIA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwFmf7TVIA p {
  color: #767676;
}
.cid-rwFmf7TVIA .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rwFmf7TVIA .row-element,
.cid-rwFmf7TVIA .image-element {
  padding: 0;
}
.cid-rwFmf7TVIA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rwFmf7TVIA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rwFmf7TVIA .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rwFmf7TVIA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rwFmf7TVIA .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rwFmf7TVIA .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rwFmf7TVIA .text-content {
    padding: 2rem 1rem;
  }
  .cid-rwFmf7TVIA .underline .line {
    height: 2px;
  }
  .cid-rwFmf7TVIA .mbr-title,
  .cid-rwFmf7TVIA .underline,
  .cid-rwFmf7TVIA .mbr-text,
  .cid-rwFmf7TVIA .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rwFmf7TVIA .mbr-text,
.cid-rwFmf7TVIA .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rwFmf7TVIA .mbr-title,
.cid-rwFmf7TVIA .underline {
  text-align: left;
}
.cid-rwFhLMHFSF {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/board-597238-1920-1920x1280.jpg");
}
.cid-rwFhLMHFSF .container-fluid {
  padding: 0 3rem;
}
.cid-rwFhLMHFSF .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rwFhLMHFSF .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwFhLMHFSF .mbr-section-subtitle,
.cid-rwFhLMHFSF .mbr-section-btn DIV {
  text-align: left;
}
.cid-rwFhLMHFSF .mbr-section-title {
  text-align: left;
}
.cid-rxbyI9GkaL {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxbyI9GkaL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbyI9GkaL .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxbyI9GkaL .media-wrap img {
  height: 6rem;
}
.cid-rxbyI9GkaL .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxbyI9GkaL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbyI9GkaL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxbyI9GkaL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxbyI9GkaL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxbyI9GkaL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxbyI9GkaL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxbyI9GkaL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxbyI9GkaL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxbyI9GkaL .links A {
  color: #000000;
}
.cid-rxbyI9GkaL .links {
  color: #000000;
}
.cid-rxbyI9GkaL .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rwof3dmuEf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwof3dmuEf .container-fluid {
  padding: 0 3rem;
}
.cid-rwof3dmuEf .media-container-column {
  padding: 0 2rem;
}
.cid-rwof3dmuEf .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rwof3dmuEf .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwof3dmuEf .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rwof3dQtHM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rwof3dQtHM .container-fluid {
  padding: 0 3rem;
}
.cid-rwof3dQtHM .media-container-column {
  padding: 0 2rem;
}
.cid-rwof3dQtHM .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rwof3dQtHM .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwof3dQtHM .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rwof3elFlM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rwof3elFlM .mbr-text,
.cid-rwof3elFlM blockquote {
  color: #232323;
}
.cid-rwof3elFlM .mbr-text {
  color: #000000;
}
.cid-rwopGV1Vd7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rwopGV1Vd7 .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-rwopGV1Vd7 .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-rwopGV1Vd7 h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rwopGV1Vd7 h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-rwopGV1Vd7 p {
  text-align: left;
}
.cid-rwopGV1Vd7 img {
  transition: all 0.3s;
}
.cid-rwopGV1Vd7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-rwopGV1Vd7 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rwopGV1Vd7 .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-rwopGV1Vd7 .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-rwopGV1Vd7 .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-rwopGV1Vd7 .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-rwopGV1Vd7 .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-rwopGV1Vd7 .card-columns {
    column-gap: 4rem;
  }
}
.cid-rwopGV1Vd7 .card-title {
  color: #767676;
  text-align: left;
}
.cid-rwof3fjeED {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rwof3fjeED .container-fluid {
  padding: 0 3rem;
}
.cid-rwof3fjeED .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rwof3fjeED svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rwof3fjeED .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rwof3fjeED .blockquote-quote {
    text-align: left;
  }
  .cid-rwof3fjeED .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwof3fjeED .mbr-text,
.cid-rwof3fjeED .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rwof3fLFy2 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwof3fLFy2 .mbr-text,
.cid-rwof3fLFy2 blockquote {
  color: #232323;
}
.cid-rwof3gaTZU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rwof3gaTZU .container-fluid {
  padding: 0 3rem;
}
.cid-rwof3gaTZU .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rwof3gaTZU svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rwof3gaTZU .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rwof3gaTZU .blockquote-quote {
    text-align: left;
  }
  .cid-rwof3gaTZU .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwof3gaTZU .mbr-text,
.cid-rwof3gaTZU .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rwof3gDWAV {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwof3gDWAV .mbr-text,
.cid-rwof3gDWAV blockquote {
  color: #232323;
}
.cid-rwof3h0cLS {
  overflow: hidden !important;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/filter-1990470-1920-1920x1920.jpg");
}
.cid-rwof3h0cLS .container-fluid {
  padding: 0 3rem;
}
.cid-rwof3h0cLS .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rwof3h0cLS .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwof3h0cLS .mbr-section-subtitle,
.cid-rwof3h0cLS .mbr-section-btn DIV {
  text-align: left;
}
.cid-rwof3h0cLS .mbr-section-title {
  text-align: left;
}
.cid-rwUBvMdL9R {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rwUBvMdL9R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rwUBvMdL9R .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rwUBvMdL9R .media-wrap img {
  height: 6rem;
}
.cid-rwUBvMdL9R .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rwUBvMdL9R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rwUBvMdL9R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rwUBvMdL9R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rwUBvMdL9R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rwUBvMdL9R .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rwUBvMdL9R .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rwUBvMdL9R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rwUBvMdL9R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rwUBvMdL9R .links A {
  color: #000000;
}
.cid-rwUBvMdL9R .links {
  color: #000000;
}
.cid-rwUBvMdL9R .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rwCP28ENDV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwCP28ENDV .container-fluid {
  padding: 0 3rem;
}
.cid-rwCP28ENDV .media-container-column {
  padding: 0 2rem;
}
.cid-rwCP28ENDV .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rwCP28ENDV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwCP28ENDV .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rwCP29dFzm {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwCP29dFzm .container-fluid {
  padding: 0 3rem;
}
.cid-rwCP29dFzm .media-container-column {
  padding: 0 2rem;
}
.cid-rwCP29dFzm .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rwCP29dFzm .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwCP29dFzm .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rwETGj2zte {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwETGj2zte p {
  color: #767676;
}
.cid-rwETGj2zte .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rwETGj2zte .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rwETGj2zte .row-element,
.cid-rwETGj2zte .image-element {
  padding: 0;
}
.cid-rwETGj2zte .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rwETGj2zte .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rwETGj2zte .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rwETGj2zte .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rwETGj2zte .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rwETGj2zte .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rwETGj2zte .text-content {
    padding: 2rem 1rem;
  }
  .cid-rwETGj2zte .underline .line {
    height: 2px;
  }
  .cid-rwETGj2zte .mbr-title,
  .cid-rwETGj2zte .underline,
  .cid-rwETGj2zte .mbr-text,
  .cid-rwETGj2zte .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rwETGj2zte .mbr-text,
.cid-rwETGj2zte .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rwETGj2zte .mbr-title,
.cid-rwETGj2zte .underline {
  text-align: left;
}
.cid-rwEY5xtnEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rwEY5xtnEr .container-fluid {
  padding: 0 3rem;
}
.cid-rwEY5xtnEr .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rwEY5xtnEr svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rwEY5xtnEr .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rwEY5xtnEr .blockquote-quote {
    text-align: left;
  }
  .cid-rwEY5xtnEr .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwEY5xtnEr .mbr-text,
.cid-rwEY5xtnEr .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rwCUMtrNGG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwCUMtrNGG .mbr-text,
.cid-rwCUMtrNGG blockquote {
  color: #232323;
}
.cid-rwCUMtrNGG .mbr-text {
  color: #000000;
}
.cid-rxbygZoICm {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxbygZoICm .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbygZoICm .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxbygZoICm .media-wrap img {
  height: 6rem;
}
.cid-rxbygZoICm .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxbygZoICm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbygZoICm .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxbygZoICm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxbygZoICm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxbygZoICm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxbygZoICm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxbygZoICm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxbygZoICm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxbygZoICm .links A {
  color: #000000;
}
.cid-rxbygZoICm .links {
  color: #000000;
}
.cid-rxbygZoICm .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rwCQeDqPyG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwCQeDqPyG .container-fluid {
  padding: 0 3rem;
}
.cid-rwCQeDqPyG .media-container-column {
  padding: 0 2rem;
}
.cid-rwCQeDqPyG .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rwCQeDqPyG .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwCQeDqPyG .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rwCQeDU6Pa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwCQeDU6Pa .container-fluid {
  padding: 0 3rem;
}
.cid-rwCQeDU6Pa .media-container-column {
  padding: 0 2rem;
}
.cid-rwCQeDU6Pa .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rwCQeDU6Pa .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwCQeDU6Pa .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rwEwBKej23 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwEwBKej23 p {
  color: #767676;
}
.cid-rwEwBKej23 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rwEwBKej23 .row-element,
.cid-rwEwBKej23 .image-element {
  padding: 0;
}
.cid-rwEwBKej23 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rwEwBKej23 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rwEwBKej23 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rwEwBKej23 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rwEwBKej23 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rwEwBKej23 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rwEwBKej23 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rwEwBKej23 .underline .line {
    height: 2px;
  }
  .cid-rwEwBKej23 .mbr-title,
  .cid-rwEwBKej23 .underline,
  .cid-rwEwBKej23 .mbr-text,
  .cid-rwEwBKej23 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rwEwBKej23 .mbr-text,
.cid-rwEwBKej23 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rwEwBKej23 .mbr-title,
.cid-rwEwBKej23 .underline {
  text-align: left;
}
.cid-rwCQeENDeA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rwCQeENDeA .container-fluid {
  padding: 0 3rem;
}
.cid-rwCQeENDeA .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rwCQeENDeA svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rwCQeENDeA .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rwCQeENDeA .blockquote-quote {
    text-align: left;
  }
  .cid-rwCQeENDeA .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwCQeENDeA .mbr-text,
.cid-rwCQeENDeA .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rxbyOI9nAd {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxbyOI9nAd .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbyOI9nAd .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxbyOI9nAd .media-wrap img {
  height: 6rem;
}
.cid-rxbyOI9nAd .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxbyOI9nAd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbyOI9nAd .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxbyOI9nAd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxbyOI9nAd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxbyOI9nAd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxbyOI9nAd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxbyOI9nAd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxbyOI9nAd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxbyOI9nAd .links A {
  color: #000000;
}
.cid-rxbyOI9nAd .links {
  color: #000000;
}
.cid-rxbyOI9nAd .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rwCY7l7iML {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwCY7l7iML .container-fluid {
  padding: 0 3rem;
}
.cid-rwCY7l7iML .media-container-column {
  padding: 0 2rem;
}
.cid-rwCY7l7iML .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rwCY7l7iML .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwCY7l7iML .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rwCY7lC3o0 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwCY7lC3o0 .container-fluid {
  padding: 0 3rem;
}
.cid-rwCY7lC3o0 .media-container-column {
  padding: 0 2rem;
}
.cid-rwCY7lC3o0 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rwCY7lC3o0 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwCY7lC3o0 .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rx3iPf7Avz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx3iPf7Avz p {
  color: #767676;
}
.cid-rx3iPf7Avz .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rx3iPf7Avz .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rx3iPf7Avz .row-element,
.cid-rx3iPf7Avz .image-element {
  padding: 0;
}
.cid-rx3iPf7Avz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rx3iPf7Avz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rx3iPf7Avz .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rx3iPf7Avz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rx3iPf7Avz .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rx3iPf7Avz .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rx3iPf7Avz .text-content {
    padding: 2rem 1rem;
  }
  .cid-rx3iPf7Avz .underline .line {
    height: 2px;
  }
  .cid-rx3iPf7Avz .mbr-title,
  .cid-rx3iPf7Avz .underline,
  .cid-rx3iPf7Avz .mbr-text,
  .cid-rx3iPf7Avz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rx3iPf7Avz .mbr-text,
.cid-rx3iPf7Avz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rx3iPf7Avz .mbr-title,
.cid-rx3iPf7Avz .underline {
  text-align: left;
}
.cid-rwCZ8Ksx5U {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rwCZ8Ksx5U .container-fluid {
  padding: 0 3rem;
}
.cid-rwCZ8Ksx5U .media-container-column {
  padding: 0 2rem;
}
.cid-rwCZ8Ksx5U .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rwCZ8Ksx5U .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwCZ8Ksx5U .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rwCY7nEzub {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwCY7nEzub .mbr-text,
.cid-rwCY7nEzub blockquote {
  color: #232323;
}
.cid-rwD0xfB1wE {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rwD0xfB1wE .container-fluid {
  padding: 0 3rem;
}
.cid-rwD0xfB1wE .media-container-column {
  padding: 0 2rem;
}
.cid-rwD0xfB1wE .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rwD0xfB1wE .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwD0xfB1wE .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rwD0y4Ofvf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rwD0y4Ofvf .mbr-text,
.cid-rwD0y4Ofvf blockquote {
  color: #232323;
}
.cid-rwD0y4Ofvf .mbr-text {
  color: #000000;
}
.cid-rxby94Rb3i {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxby94Rb3i .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxby94Rb3i .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxby94Rb3i .media-wrap img {
  height: 6rem;
}
.cid-rxby94Rb3i .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxby94Rb3i .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxby94Rb3i .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxby94Rb3i .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxby94Rb3i .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxby94Rb3i .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxby94Rb3i .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxby94Rb3i .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxby94Rb3i .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxby94Rb3i .links A {
  color: #000000;
}
.cid-rxby94Rb3i .links {
  color: #000000;
}
.cid-rxby94Rb3i .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rwF6px7Hae {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwF6px7Hae .container-fluid {
  padding: 0 3rem;
}
.cid-rwF6px7Hae .media-container-column {
  padding: 0 2rem;
}
.cid-rwF6px7Hae .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rwF6px7Hae .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwF6px7Hae .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rwF6py1638 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rwF6py1638 .container-fluid {
  padding: 0 3rem;
}
.cid-rwF6py1638 .media-container-column {
  padding: 0 2rem;
}
.cid-rwF6py1638 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rwF6py1638 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwF6py1638 .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rwF6pyOiPn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rwF6pyOiPn .mbr-text,
.cid-rwF6pyOiPn blockquote {
  color: #232323;
}
.cid-rwF6pyOiPn .mbr-text {
  color: #000000;
}
.cid-rwF6pzyySi {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-rwF6pzyySi .container-fluid {
  padding: 0 3rem;
}
.cid-rwF6pzyySi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwF6pzyySi .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rwF6pzyySi .container-fluid {
    padding: 0 1rem;
  }
  .cid-rwF6pzyySi .image-block {
    width: 100% !important;
  }
}
.cid-rwF6pAeI35 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rwF6pAeI35 .container-fluid {
  padding: 0 3rem;
}
.cid-rwF6pAeI35 .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rwF6pAeI35 svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rwF6pAeI35 .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rwF6pAeI35 .blockquote-quote {
    text-align: left;
  }
  .cid-rwF6pAeI35 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwF6pAeI35 .mbr-text,
.cid-rwF6pAeI35 .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rwF6pAVAyp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwF6pAVAyp .mbr-text,
.cid-rwF6pAVAyp blockquote {
  color: #232323;
}
.cid-rwF6pBBBrw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rwF6pBBBrw .container-fluid {
  padding: 0 3rem;
}
.cid-rwF6pBBBrw .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rwF6pBBBrw svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rwF6pBBBrw .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rwF6pBBBrw .blockquote-quote {
    text-align: left;
  }
  .cid-rwF6pBBBrw .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwF6pBBBrw .mbr-text,
.cid-rwF6pBBBrw .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rwF6pCkIDe {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwF6pCkIDe .mbr-text,
.cid-rwF6pCkIDe blockquote {
  color: #232323;
}
.cid-rwUAYSceJA {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rwUAYSceJA .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rwUAYSceJA .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rwUAYSceJA .media-wrap img {
  height: 6rem;
}
.cid-rwUAYSceJA .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rwUAYSceJA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rwUAYSceJA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rwUAYSceJA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rwUAYSceJA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rwUAYSceJA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rwUAYSceJA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rwUAYSceJA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rwUAYSceJA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rwUAYSceJA .links A {
  color: #000000;
}
.cid-rwUAYSceJA .links {
  color: #000000;
}
.cid-rwUAYSceJA .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rwFRV51EKH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwFRV51EKH .container-fluid {
  padding: 0 3rem;
}
.cid-rwFRV51EKH .media-container-column {
  padding: 0 2rem;
}
.cid-rwFRV51EKH .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rwFRV51EKH .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwFRV51EKH .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rwFRV8jiO2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwFRV8jiO2 .container-fluid {
  padding: 0 3rem;
}
.cid-rwFRV8jiO2 .media-container-column {
  padding: 0 2rem;
}
.cid-rwFRV8jiO2 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rwFRV8jiO2 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwFRV8jiO2 .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rwFRVb0pmy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwFRVb0pmy p {
  color: #767676;
}
.cid-rwFRVb0pmy .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rwFRVb0pmy .row-element,
.cid-rwFRVb0pmy .image-element {
  padding: 0;
}
.cid-rwFRVb0pmy .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rwFRVb0pmy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rwFRVb0pmy .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rwFRVb0pmy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rwFRVb0pmy .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rwFRVb0pmy .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rwFRVb0pmy .text-content {
    padding: 2rem 1rem;
  }
  .cid-rwFRVb0pmy .underline .line {
    height: 2px;
  }
  .cid-rwFRVb0pmy .mbr-title,
  .cid-rwFRVb0pmy .underline,
  .cid-rwFRVb0pmy .mbr-text,
  .cid-rwFRVb0pmy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rwFRVb0pmy .mbr-text,
.cid-rwFRVb0pmy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rwFRVb0pmy .mbr-title,
.cid-rwFRVb0pmy .underline {
  text-align: left;
}
.cid-rwHG6YWaBl {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rwHG6YWaBl .container-fluid {
  padding: 0 3rem;
}
.cid-rwHG6YWaBl .mbr-section-title {
  margin-bottom: 0;
}
.cid-rwHG6YWaBl .mbr-iconfont {
  color: #cccccc;
  font-size: 1.6rem;
}
.cid-rwHG6YWaBl .mbr-iconfont:hover {
  color: #ffa0a4;
}
.cid-rwHG6YWaBl .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
}
.cid-rwHG6YWaBl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
.cid-rwHG6YWaBl .image-wrap {
  position: relative;
}
.cid-rwHG6YWaBl .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-rwHG6YWaBl .image-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-rwHG6YWaBl .image-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-rwHG6YWaBl .mbr-section-subtitle {
  line-height: 1.5;
}
.cid-rwHG6YWaBl .card-wrap {
  margin-bottom: 3rem;
}
.cid-rwHG6YWaBl .social-media {
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-rwHG6YWaBl .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-rwHG6YWaBl .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-rwHG6YWaBl .img-overlay {
  background-color: #ffffff;
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border: 3px solid;
  border-color: #e6e6e6;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-rwHG6YWaBl .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
@media (max-width: 767px) {
  .cid-rwHG6YWaBl .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwFRVeL3uF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rwFRVeL3uF .container-fluid {
  padding: 0 3rem;
}
.cid-rwFRVeL3uF .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rwFRVeL3uF svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rwFRVeL3uF .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rwFRVeL3uF .blockquote-quote {
    text-align: left;
  }
  .cid-rwFRVeL3uF .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwFRVeL3uF .mbr-text,
.cid-rwFRVeL3uF .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rx57fiHBtc {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rx57fiHBtc .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rx57fiHBtc .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rx57fiHBtc .media-wrap img {
  height: 6rem;
}
.cid-rx57fiHBtc .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rx57fiHBtc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rx57fiHBtc .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rx57fiHBtc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rx57fiHBtc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rx57fiHBtc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rx57fiHBtc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rx57fiHBtc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rx57fiHBtc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rx57fiHBtc .links A {
  color: #000000;
}
.cid-rx57fiHBtc .links {
  color: #000000;
}
.cid-rx57fiHBtc .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rwI702bo0W {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwI702bo0W .container-fluid {
  padding: 0 3rem;
}
.cid-rwI702bo0W .media-container-column {
  padding: 0 2rem;
}
.cid-rwI702bo0W .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rwI702bo0W .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwI702bo0W .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rwVZa4bszo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwVZa4bszo .container-fluid {
  padding: 0 3rem;
}
.cid-rwVZa4bszo .media-container-column {
  padding: 0 2rem;
}
.cid-rwVZa4bszo .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rwVZa4bszo .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwVZa4bszo .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rwI702Kjj1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwI702Kjj1 .container-fluid {
  padding: 0 3rem;
}
.cid-rwI702Kjj1 .media-container-column {
  padding: 0 2rem;
}
.cid-rwI702Kjj1 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rwI702Kjj1 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwI702Kjj1 .mbr-section-subtitle {
  color: #000000;
}
.cid-rwI8c01Y5y {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rwI8c01Y5y .container-fluid {
  padding: 0 3rem;
}
.cid-rwI8c01Y5y .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #396dda 50%, #f6ae25 120%);
  display: inline-block;
}
.cid-rwI8c01Y5y .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-rwI8c01Y5y .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rwI8c01Y5y .time-line-date-content {
  margin-right: 2rem;
}
.cid-rwI8c01Y5y .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-rwI8c01Y5y .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-rwI8c01Y5y .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #096693;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-rwI8c01Y5y .separline:before,
.cid-rwI8c01Y5y .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #096693;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-rwI8c01Y5y .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #096693;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-rwI8c01Y5y .container-fluid {
    padding: 0 1rem;
  }
  .cid-rwI8c01Y5y .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-rwI8c01Y5y .separline:before,
  .cid-rwI8c01Y5y .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-rwI8c01Y5y .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-rwI8c01Y5y .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rwI8c01Y5y .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rwI8c01Y5y .time-line-date-content p {
    float: left !important;
  }
  .cid-rwI8c01Y5y .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-rwI8c01Y5y .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rwI8c01Y5y .mbr-timeline-date {
  text-align: left;
}
.cid-rwI8c01Y5y .mbr-section-title,
.cid-rwI8c01Y5y .underline {
  text-align: center;
}
.cid-rwI8c01Y5y .mbr-section-subtitle {
  text-align: center;
}
.cid-rwI704l2kO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rwI704l2kO .container-fluid {
  padding: 0 3rem;
}
.cid-rwI704l2kO .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rwI704l2kO svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rwI704l2kO .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rwI704l2kO .blockquote-quote {
    text-align: left;
  }
  .cid-rwI704l2kO .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwI704l2kO .mbr-text,
.cid-rwI704l2kO .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rwZuexfZbt {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rwZuexfZbt .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rwZuexfZbt .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rwZuexfZbt .media-wrap img {
  height: 6rem;
}
.cid-rwZuexfZbt .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rwZuexfZbt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rwZuexfZbt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rwZuexfZbt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rwZuexfZbt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rwZuexfZbt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rwZuexfZbt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rwZuexfZbt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rwZuexfZbt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rwZuexfZbt .links A {
  color: #000000;
}
.cid-rwZuexfZbt .links {
  color: #000000;
}
.cid-rwZuexfZbt .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rwUheJBJuM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwUheJBJuM .container-fluid {
  padding: 0 3rem;
}
.cid-rwUheJBJuM .media-container-column {
  padding: 0 2rem;
}
.cid-rwUheJBJuM .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rwUheJBJuM .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwUheJBJuM .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rwUheK4WoK {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rwUheK4WoK .container-fluid {
  padding: 0 3rem;
}
.cid-rwUheK4WoK .media-container-column {
  padding: 0 2rem;
}
.cid-rwUheK4WoK .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rwUheK4WoK .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwUheK4WoK .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rwUheKC8rq {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwUheKC8rq .mbr-text,
.cid-rwUheKC8rq blockquote {
  color: #232323;
}
.cid-rwUheL49CP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rwUheL49CP .container-fluid {
  padding: 0 3rem;
}
.cid-rwUheL49CP .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rwUheL49CP svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rwUheL49CP .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rwUheL49CP .blockquote-quote {
    text-align: left;
  }
  .cid-rwUheL49CP .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwUheL49CP .mbr-text,
.cid-rwUheL49CP .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rwUheLzm6v {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rwUheLzm6v .container-fluid {
  padding: 0 3rem;
}
.cid-rwUheLzm6v .media-container-column {
  padding: 0 2rem;
}
.cid-rwUheLzm6v .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rwUheLzm6v .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwUheLzm6v .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-rwUheM23Y6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rwUheM23Y6 .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-rwUheM23Y6 .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-rwUheM23Y6 h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rwUheM23Y6 h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-rwUheM23Y6 p {
  text-align: left;
}
.cid-rwUheM23Y6 img {
  transition: all 0.3s;
}
.cid-rwUheM23Y6 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-rwUheM23Y6 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rwUheM23Y6 .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-rwUheM23Y6 .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-rwUheM23Y6 .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-rwUheM23Y6 .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-rwUheM23Y6 .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-rwUheM23Y6 .card-columns {
    column-gap: 4rem;
  }
}
.cid-rwUheM23Y6 .card-title {
  color: #767676;
  text-align: left;
}
.cid-rwUheN2RGO {
  overflow: hidden !important;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/filter-1990470-1920-1920x1920.jpg");
}
.cid-rwUheN2RGO .container-fluid {
  padding: 0 3rem;
}
.cid-rwUheN2RGO .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rwUheN2RGO .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwUheN2RGO .mbr-section-subtitle,
.cid-rwUheN2RGO .mbr-section-btn DIV {
  text-align: left;
}
.cid-rwUheN2RGO .mbr-section-title {
  text-align: left;
}
.cid-rwUheN2RGO .mbr-section-subtitle,
.cid-rwUheN2RGO .mbr-section-btn {
  color: #ffffff;
}
.cid-rxbvdRVfeP {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxbvdRVfeP .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbvdRVfeP .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxbvdRVfeP .media-wrap img {
  height: 6rem;
}
.cid-rxbvdRVfeP .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxbvdRVfeP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbvdRVfeP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxbvdRVfeP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxbvdRVfeP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxbvdRVfeP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxbvdRVfeP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxbvdRVfeP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxbvdRVfeP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxbvdRVfeP .links A {
  color: #000000;
}
.cid-rxbvdRVfeP .links {
  color: #000000;
}
.cid-rxbvdRVfeP .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rx35TYUMe9 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx35TYUMe9 .container-fluid {
  padding: 0 3rem;
}
.cid-rx35TYUMe9 .media-container-column {
  padding: 0 2rem;
}
.cid-rx35TYUMe9 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rx35TYUMe9 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx35TYUMe9 .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-sDvqKIpwBX {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDvqKIpwBX .mbr-text,
.cid-sDvqKIpwBX blockquote {
  color: #232323;
}
.cid-sDvqKIpwBX .mbr-text {
  color: #a26b2d;
}
.cid-sDvqKIpwBX .mbr-text DIV {
  text-align: center;
}
.cid-sDks8iT4MV {
  background-image: url("../../../assets/images/mbr-9.png");
}
.cid-sDks8iT4MV .column-content {
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sDks8iT4MV .text-content .btn-bgr {
  z-index: 0;
}
.cid-sDks8iT4MV .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sDks8iT4MV .container-full-width {
  position: relative;
}
.cid-sDks8iT4MV .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sDks8iT4MV .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sDks8iT4MV .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sDks8iT4MV .text-content {
    width: 540px;
  }
  .cid-sDks8iT4MV .column-content {
    width: 100%;
  }
  .cid-sDks8iT4MV .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sDks8iT4MV .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sDks8iT4MV .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sDks8iT4MV .column-content {
    width: 50%;
  }
  .cid-sDks8iT4MV .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sDks8iT4MV .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDks8iT4MV .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sDks8iT4MV .column-content {
    height: 33rem;
  }
}
.cid-sDks8iT4MV .mbr-text,
.cid-sDks8iT4MV .mbr-section-btn {
  color: #274d77;
}
.cid-sDks8iT4MV H1 {
  color: #f6ae25;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rx7Udqoee4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx7Udqoee4 .container-fluid {
  padding: 0 3rem;
}
.cid-rx7Udqoee4 .media-container-column {
  padding: 0 2rem;
}
.cid-rx7Udqoee4 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rx7Udqoee4 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx7Udqoee4 .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rx7Udr8UYu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rx7Udr8UYu .container-fluid {
  padding: 0 3rem;
}
.cid-rx7Udr8UYu .media-container-column {
  padding: 0 2rem;
}
.cid-rx7Udr8UYu .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rx7Udr8UYu .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx7Udr8UYu .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rx7UdrYmoS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx7UdrYmoS p {
  color: #767676;
}
.cid-rx7UdrYmoS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rx7UdrYmoS .row-element,
.cid-rx7UdrYmoS .image-element {
  padding: 0;
}
.cid-rx7UdrYmoS .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rx7UdrYmoS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rx7UdrYmoS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rx7UdrYmoS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rx7UdrYmoS .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rx7UdrYmoS .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rx7UdrYmoS .text-content {
    padding: 2rem 1rem;
  }
  .cid-rx7UdrYmoS .underline .line {
    height: 2px;
  }
  .cid-rx7UdrYmoS .mbr-title,
  .cid-rx7UdrYmoS .underline,
  .cid-rx7UdrYmoS .mbr-text,
  .cid-rx7UdrYmoS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rx7UdrYmoS .mbr-text,
.cid-rx7UdrYmoS .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rx7UdrYmoS .mbr-title,
.cid-rx7UdrYmoS .underline {
  text-align: left;
}
.cid-rx7UdsSlLy {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rx7UdsSlLy .container-fluid {
  padding: 0 3rem;
}
.cid-rx7UdsSlLy .mbr-section-title {
  margin-bottom: 0;
}
.cid-rx7UdsSlLy .mbr-iconfont {
  color: #cccccc;
  font-size: 1.6rem;
}
.cid-rx7UdsSlLy .mbr-iconfont:hover {
  color: #ffa0a4;
}
.cid-rx7UdsSlLy .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
}
.cid-rx7UdsSlLy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
.cid-rx7UdsSlLy .image-wrap {
  position: relative;
}
.cid-rx7UdsSlLy .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-rx7UdsSlLy .image-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-rx7UdsSlLy .image-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-rx7UdsSlLy .mbr-section-subtitle {
  line-height: 1.5;
}
.cid-rx7UdsSlLy .card-wrap {
  margin-bottom: 3rem;
}
.cid-rx7UdsSlLy .social-media {
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-rx7UdsSlLy .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-rx7UdsSlLy .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-rx7UdsSlLy .img-overlay {
  background-color: #ffffff;
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border: 3px solid;
  border-color: #e6e6e6;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-rx7UdsSlLy .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
@media (max-width: 767px) {
  .cid-rx7UdsSlLy .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx7Udw01bv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rx7Udw01bv .container-fluid {
  padding: 0 3rem;
}
.cid-rx7Udw01bv .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rx7Udw01bv svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rx7Udw01bv .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rx7Udw01bv .blockquote-quote {
    text-align: left;
  }
  .cid-rx7Udw01bv .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx7Udw01bv .mbr-text,
.cid-rx7Udw01bv .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rx7UdwKMqH {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rx7UdwKMqH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rx7UdwKMqH .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rx7UdwKMqH .media-wrap img {
  height: 6rem;
}
.cid-rx7UdwKMqH .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rx7UdwKMqH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rx7UdwKMqH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rx7UdwKMqH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rx7UdwKMqH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rx7UdwKMqH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rx7UdwKMqH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rx7UdwKMqH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rx7UdwKMqH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rx7UdwKMqH .links A {
  color: #000000;
}
.cid-rx7UdwKMqH .links {
  color: #000000;
}
.cid-rx7UdwKMqH .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rx7UvojJvB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx7UvojJvB .container-fluid {
  padding: 0 3rem;
}
.cid-rx7UvojJvB .media-container-column {
  padding: 0 2rem;
}
.cid-rx7UvojJvB .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rx7UvojJvB .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx7UvojJvB .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rx7UvoRZUx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rx7UvoRZUx .container-fluid {
  padding: 0 3rem;
}
.cid-rx7UvoRZUx .media-container-column {
  padding: 0 2rem;
}
.cid-rx7UvoRZUx .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rx7UvoRZUx .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx7UvoRZUx .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rx7UvprCtp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx7UvprCtp p {
  color: #767676;
}
.cid-rx7UvprCtp .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rx7UvprCtp .row-element,
.cid-rx7UvprCtp .image-element {
  padding: 0;
}
.cid-rx7UvprCtp .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rx7UvprCtp .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rx7UvprCtp .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rx7UvprCtp .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rx7UvprCtp .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rx7UvprCtp .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rx7UvprCtp .text-content {
    padding: 2rem 1rem;
  }
  .cid-rx7UvprCtp .underline .line {
    height: 2px;
  }
  .cid-rx7UvprCtp .mbr-title,
  .cid-rx7UvprCtp .underline,
  .cid-rx7UvprCtp .mbr-text,
  .cid-rx7UvprCtp .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rx7UvprCtp .mbr-text,
.cid-rx7UvprCtp .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rx7UvprCtp .mbr-title,
.cid-rx7UvprCtp .underline {
  text-align: left;
}
.cid-rx7Uvq5yve {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rx7Uvq5yve .container-fluid {
  padding: 0 3rem;
}
.cid-rx7Uvq5yve .mbr-section-title {
  margin-bottom: 0;
}
.cid-rx7Uvq5yve .mbr-iconfont {
  color: #cccccc;
  font-size: 1.6rem;
}
.cid-rx7Uvq5yve .mbr-iconfont:hover {
  color: #ffa0a4;
}
.cid-rx7Uvq5yve .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
}
.cid-rx7Uvq5yve .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
.cid-rx7Uvq5yve .image-wrap {
  position: relative;
}
.cid-rx7Uvq5yve .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-rx7Uvq5yve .image-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-rx7Uvq5yve .image-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-rx7Uvq5yve .mbr-section-subtitle {
  line-height: 1.5;
}
.cid-rx7Uvq5yve .card-wrap {
  margin-bottom: 3rem;
}
.cid-rx7Uvq5yve .social-media {
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-rx7Uvq5yve .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-rx7Uvq5yve .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-rx7Uvq5yve .img-overlay {
  background-color: #ffffff;
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border: 3px solid;
  border-color: #e6e6e6;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-rx7Uvq5yve .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
@media (max-width: 767px) {
  .cid-rx7Uvq5yve .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx7UvsOOs5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rx7UvsOOs5 .container-fluid {
  padding: 0 3rem;
}
.cid-rx7UvsOOs5 .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rx7UvsOOs5 svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rx7UvsOOs5 .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rx7UvsOOs5 .blockquote-quote {
    text-align: left;
  }
  .cid-rx7UvsOOs5 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx7UvsOOs5 .mbr-text,
.cid-rx7UvsOOs5 .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rx7UvtoUaZ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rx7UvtoUaZ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rx7UvtoUaZ .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rx7UvtoUaZ .media-wrap img {
  height: 6rem;
}
.cid-rx7UvtoUaZ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rx7UvtoUaZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rx7UvtoUaZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rx7UvtoUaZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rx7UvtoUaZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rx7UvtoUaZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rx7UvtoUaZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rx7UvtoUaZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rx7UvtoUaZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rx7UvtoUaZ .links A {
  color: #000000;
}
.cid-rx7UvtoUaZ .links {
  color: #000000;
}
.cid-rx7UvtoUaZ .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rx7UWfgxXn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx7UWfgxXn .container-fluid {
  padding: 0 3rem;
}
.cid-rx7UWfgxXn .media-container-column {
  padding: 0 2rem;
}
.cid-rx7UWfgxXn .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rx7UWfgxXn .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx7UWfgxXn .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rx7UWfPSm5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rx7UWfPSm5 .container-fluid {
  padding: 0 3rem;
}
.cid-rx7UWfPSm5 .media-container-column {
  padding: 0 2rem;
}
.cid-rx7UWfPSm5 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rx7UWfPSm5 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx7UWfPSm5 .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rx7UWgovoV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx7UWgovoV p {
  color: #767676;
}
.cid-rx7UWgovoV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rx7UWgovoV .row-element,
.cid-rx7UWgovoV .image-element {
  padding: 0;
}
.cid-rx7UWgovoV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rx7UWgovoV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rx7UWgovoV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rx7UWgovoV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rx7UWgovoV .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rx7UWgovoV .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rx7UWgovoV .text-content {
    padding: 2rem 1rem;
  }
  .cid-rx7UWgovoV .underline .line {
    height: 2px;
  }
  .cid-rx7UWgovoV .mbr-title,
  .cid-rx7UWgovoV .underline,
  .cid-rx7UWgovoV .mbr-text,
  .cid-rx7UWgovoV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rx7UWgovoV .mbr-text,
.cid-rx7UWgovoV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rx7UWgovoV .mbr-title,
.cid-rx7UWgovoV .underline {
  text-align: left;
}
.cid-rx7UWh548g {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rx7UWh548g .container-fluid {
  padding: 0 3rem;
}
.cid-rx7UWh548g .mbr-section-title {
  margin-bottom: 0;
}
.cid-rx7UWh548g .mbr-iconfont {
  color: #cccccc;
  font-size: 1.6rem;
}
.cid-rx7UWh548g .mbr-iconfont:hover {
  color: #ffa0a4;
}
.cid-rx7UWh548g .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
}
.cid-rx7UWh548g .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
.cid-rx7UWh548g .image-wrap {
  position: relative;
}
.cid-rx7UWh548g .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-rx7UWh548g .image-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-rx7UWh548g .image-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-rx7UWh548g .mbr-section-subtitle {
  line-height: 1.5;
}
.cid-rx7UWh548g .card-wrap {
  margin-bottom: 3rem;
}
.cid-rx7UWh548g .social-media {
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-rx7UWh548g .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-rx7UWh548g .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-rx7UWh548g .img-overlay {
  background-color: #ffffff;
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border: 3px solid;
  border-color: #e6e6e6;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-rx7UWh548g .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
@media (max-width: 767px) {
  .cid-rx7UWh548g .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx7UWkooLU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rx7UWkooLU .container-fluid {
  padding: 0 3rem;
}
.cid-rx7UWkooLU .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rx7UWkooLU svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rx7UWkooLU .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rx7UWkooLU .blockquote-quote {
    text-align: left;
  }
  .cid-rx7UWkooLU .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx7UWkooLU .mbr-text,
.cid-rx7UWkooLU .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rx7UWkZ2Oj {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rx7UWkZ2Oj .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rx7UWkZ2Oj .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rx7UWkZ2Oj .media-wrap img {
  height: 6rem;
}
.cid-rx7UWkZ2Oj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rx7UWkZ2Oj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rx7UWkZ2Oj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rx7UWkZ2Oj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rx7UWkZ2Oj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rx7UWkZ2Oj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rx7UWkZ2Oj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rx7UWkZ2Oj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rx7UWkZ2Oj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rx7UWkZ2Oj .links A {
  color: #000000;
}
.cid-rx7UWkZ2Oj .links {
  color: #000000;
}
.cid-rx7UWkZ2Oj .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rx8tZuzcRR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx8tZuzcRR .container-fluid {
  padding: 0 3rem;
}
.cid-rx8tZuzcRR .media-container-column {
  padding: 0 2rem;
}
.cid-rx8tZuzcRR .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rx8tZuzcRR .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx8tZuzcRR .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rx8tZvp0u5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rx8tZvp0u5 .container-fluid {
  padding: 0 3rem;
}
.cid-rx8tZvp0u5 .media-container-column {
  padding: 0 2rem;
}
.cid-rx8tZvp0u5 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rx8tZvp0u5 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx8tZvp0u5 .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rx8uk83VQu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rx8uk83VQu .mbr-text,
.cid-rx8uk83VQu blockquote {
  color: #232323;
}
.cid-rx8uk83VQu .mbr-text {
  color: #000000;
}
.cid-rGXrpyifkW {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-rGXrpyifkW .container-fluid {
  padding: 0 3rem;
}
.cid-rGXrpyifkW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rGXrpyifkW .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rGXrpyifkW .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGXrpyifkW .image-block {
    width: 100% !important;
  }
}
.cid-rx8uYCiBeR {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rx8uYCiBeR .mbr-text,
.cid-rx8uYCiBeR blockquote {
  color: #232323;
}
.cid-rx8uYCiBeR .mbr-text {
  color: #000000;
}
.cid-rxbyoZgqhL {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxbyoZgqhL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbyoZgqhL .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxbyoZgqhL .media-wrap img {
  height: 6rem;
}
.cid-rxbyoZgqhL .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxbyoZgqhL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbyoZgqhL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxbyoZgqhL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxbyoZgqhL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxbyoZgqhL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxbyoZgqhL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxbyoZgqhL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxbyoZgqhL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxbyoZgqhL .links A {
  color: #000000;
}
.cid-rxbyoZgqhL .links {
  color: #000000;
}
.cid-rxbyoZgqhL .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rx8K5BxNk6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx8K5BxNk6 .container-fluid {
  padding: 0 3rem;
}
.cid-rx8K5BxNk6 .media-container-column {
  padding: 0 2rem;
}
.cid-rx8K5BxNk6 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rx8K5BxNk6 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx8K5BxNk6 .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rx8K5CAuSV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rx8K5CAuSV .container-fluid {
  padding: 0 3rem;
}
.cid-rx8K5CAuSV .media-container-column {
  padding: 0 2rem;
}
.cid-rx8K5CAuSV .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rx8K5CAuSV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rx8K5CAuSV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-rymd4V3XFk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rymd4V3XFk .container-fluid {
  padding: 0 3rem;
}
.cid-rymd4V3XFk .media-container-column {
  padding: 0 2rem;
}
.cid-rymd4V3XFk .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rymd4V3XFk .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rymd4V3XFk .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rx8K5DKyeg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rx8K5DKyeg .mbr-text,
.cid-rx8K5DKyeg blockquote {
  color: #232323;
}
.cid-rx8K5DKyeg .mbr-text {
  color: #000000;
}
.cid-rx8K5EyRMI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rx8K5EyRMI p {
  color: #767676;
}
.cid-rx8K5EyRMI .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rx8K5EyRMI .row-element,
.cid-rx8K5EyRMI .image-element {
  padding: 0;
}
.cid-rx8K5EyRMI .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rx8K5EyRMI .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rx8K5EyRMI .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rx8K5EyRMI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rx8K5EyRMI .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rx8K5EyRMI .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rx8K5EyRMI .text-content {
    padding: 2rem 1rem;
  }
  .cid-rx8K5EyRMI .underline .line {
    height: 2px;
  }
  .cid-rx8K5EyRMI .mbr-title,
  .cid-rx8K5EyRMI .underline,
  .cid-rx8K5EyRMI .mbr-text,
  .cid-rx8K5EyRMI .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rx8K5EyRMI .mbr-text,
.cid-rx8K5EyRMI .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rx8K5EyRMI .mbr-title,
.cid-rx8K5EyRMI .underline {
  text-align: left;
}
.cid-rx8K5FQQop {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rx8K5FQQop .mbr-text,
.cid-rx8K5FQQop blockquote {
  color: #232323;
}
.cid-rx8K5FQQop .mbr-text {
  color: #000000;
}
.cid-rxbyDqXNdh {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxbyDqXNdh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbyDqXNdh .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxbyDqXNdh .media-wrap img {
  height: 6rem;
}
.cid-rxbyDqXNdh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxbyDqXNdh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbyDqXNdh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxbyDqXNdh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxbyDqXNdh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxbyDqXNdh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxbyDqXNdh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxbyDqXNdh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxbyDqXNdh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxbyDqXNdh .links A {
  color: #000000;
}
.cid-rxbyDqXNdh .links {
  color: #000000;
}
.cid-rxbyDqXNdh .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rxerqibFin {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxerqibFin .container-fluid {
  padding: 0 3rem;
}
.cid-rxerqibFin .media-container-column {
  padding: 0 2rem;
}
.cid-rxerqibFin .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rxerqibFin .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rxerqibFin .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rxerqiGvLg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rxerqiGvLg .container-fluid {
  padding: 0 3rem;
}
.cid-rxerqiGvLg .media-container-column {
  padding: 0 2rem;
}
.cid-rxerqiGvLg .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rxerqiGvLg .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rxerqiGvLg .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rxerqj6bOJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxerqj6bOJ .mbr-text,
.cid-rxerqj6bOJ blockquote {
  color: #232323;
}
.cid-rxerqj6bOJ .mbr-text {
  color: #000000;
}
.cid-rxesNznDIv {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-rxesNznDIv .container-fluid {
  padding: 0 3rem;
}
.cid-rxesNznDIv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxesNznDIv .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rxesNznDIv .container-fluid {
    padding: 0 1rem;
  }
  .cid-rxesNznDIv .image-block {
    width: 100% !important;
  }
}
.cid-rxerqklSD6 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxerqklSD6 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxerqklSD6 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxerqklSD6 .media-wrap img {
  height: 6rem;
}
.cid-rxerqklSD6 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxerqklSD6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxerqklSD6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxerqklSD6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxerqklSD6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxerqklSD6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxerqklSD6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxerqklSD6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxerqklSD6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxerqklSD6 .links A {
  color: #000000;
}
.cid-rxerqklSD6 .links {
  color: #000000;
}
.cid-rxerqklSD6 .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rxhUcqRWPF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxhUcqRWPF .container-fluid {
  padding: 0 3rem;
}
.cid-rxhUcqRWPF .media-container-column {
  padding: 0 2rem;
}
.cid-rxhUcqRWPF .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rxhUcqRWPF .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rxhUcqRWPF .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rxhUcrrxit {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxhUcrrxit .container-fluid {
  padding: 0 3rem;
}
.cid-rxhUcrrxit .media-container-column {
  padding: 0 2rem;
}
.cid-rxhUcrrxit .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rxhUcrrxit .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rxhUcrrxit .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rxhUcrYnIz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rxhUcrYnIz .mbr-text,
.cid-rxhUcrYnIz blockquote {
  color: #232323;
}
.cid-rxhUct393B {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxhUct393B .container-fluid {
  padding: 0 3rem;
}
.cid-rxhUct393B .media-container-column {
  padding: 0 2rem;
}
.cid-rxhUct393B .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rxhUct393B .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rxhUct393B .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-rxhUctGNcs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rxhUctGNcs .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-rxhUctGNcs .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-rxhUctGNcs h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rxhUctGNcs h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-rxhUctGNcs p {
  text-align: left;
}
.cid-rxhUctGNcs img {
  transition: all 0.3s;
}
.cid-rxhUctGNcs .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-rxhUctGNcs .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rxhUctGNcs .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-rxhUctGNcs .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-rxhUctGNcs .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-rxhUctGNcs .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-rxhUctGNcs .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-rxhUctGNcs .card-columns {
    column-gap: 4rem;
  }
}
.cid-rxhUctGNcs .card-title {
  color: #767676;
  text-align: left;
}
.cid-rxhUcuMAtm {
  overflow: hidden !important;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/filter-1990470-1920-1920x1920.jpg");
}
.cid-rxhUcuMAtm .container-fluid {
  padding: 0 3rem;
}
.cid-rxhUcuMAtm .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rxhUcuMAtm .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rxhUcuMAtm .mbr-section-subtitle,
.cid-rxhUcuMAtm .mbr-section-btn DIV {
  text-align: left;
}
.cid-rxhUcuMAtm .mbr-section-title {
  text-align: left;
}
.cid-rxhUcuMAtm .mbr-section-subtitle,
.cid-rxhUcuMAtm .mbr-section-btn {
  color: #ffffff;
}
.cid-rxhUcvB5ka {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxhUcvB5ka .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxhUcvB5ka .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxhUcvB5ka .media-wrap img {
  height: 6rem;
}
.cid-rxhUcvB5ka .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxhUcvB5ka .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxhUcvB5ka .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxhUcvB5ka .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxhUcvB5ka .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxhUcvB5ka .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxhUcvB5ka .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxhUcvB5ka .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxhUcvB5ka .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxhUcvB5ka .links A {
  color: #000000;
}
.cid-rxhUcvB5ka .links {
  color: #000000;
}
.cid-rxhUcvB5ka .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rxUG07j3zR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxUG07j3zR .container-fluid {
  padding: 0 3rem;
}
.cid-rxUG07j3zR .media-container-column {
  padding: 0 2rem;
}
.cid-rxUG07j3zR .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rxUG07j3zR .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rxUG07j3zR .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rxUG07VMa6 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxUG07VMa6 .container-fluid {
  padding: 0 3rem;
}
.cid-rxUG07VMa6 .media-container-column {
  padding: 0 2rem;
}
.cid-rxUG07VMa6 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rxUG07VMa6 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rxUG07VMa6 .mbr-section-subtitle {
  color: #000000;
}
.cid-rxUGls1u4E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxUGls1u4E p {
  color: #767676;
}
.cid-rxUGls1u4E .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rxUGls1u4E .row-element,
.cid-rxUGls1u4E .image-element {
  padding: 0;
}
.cid-rxUGls1u4E .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rxUGls1u4E .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rxUGls1u4E .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rxUGls1u4E .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rxUGls1u4E .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rxUGls1u4E .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rxUGls1u4E .text-content {
    padding: 2rem 1rem;
  }
  .cid-rxUGls1u4E .underline .line {
    height: 2px;
  }
  .cid-rxUGls1u4E .mbr-title,
  .cid-rxUGls1u4E .underline,
  .cid-rxUGls1u4E .mbr-text,
  .cid-rxUGls1u4E .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rxUGls1u4E .mbr-text,
.cid-rxUGls1u4E .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rxUGls1u4E .mbr-title,
.cid-rxUGls1u4E .underline {
  text-align: left;
}
.cid-rxUG09iWCO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxUG09iWCO .mbr-text,
.cid-rxUG09iWCO blockquote {
  color: #232323;
}
.cid-rxUG09iWCO .mbr-text {
  color: #000000;
}
.cid-rxUG09TIRs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rxUG09TIRs .container-fluid {
  padding: 0 3rem;
}
.cid-rxUG09TIRs .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rxUG09TIRs svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rxUG09TIRs .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rxUG09TIRs .blockquote-quote {
    text-align: left;
  }
  .cid-rxUG09TIRs .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rxUG09TIRs .mbr-text,
.cid-rxUG09TIRs .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-ryRgMXkcNi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryRgMXkcNi p {
  color: #767676;
}
.cid-ryRgMXkcNi .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ryRgMXkcNi .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ryRgMXkcNi .row-element,
.cid-ryRgMXkcNi .image-element {
  padding: 0;
}
.cid-ryRgMXkcNi .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ryRgMXkcNi .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ryRgMXkcNi .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ryRgMXkcNi .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ryRgMXkcNi .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ryRgMXkcNi .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ryRgMXkcNi .text-content {
    padding: 2rem 1rem;
  }
  .cid-ryRgMXkcNi .underline .line {
    height: 2px;
  }
  .cid-ryRgMXkcNi .mbr-title,
  .cid-ryRgMXkcNi .underline,
  .cid-ryRgMXkcNi .mbr-text,
  .cid-ryRgMXkcNi .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ryRgMXkcNi .mbr-text,
.cid-ryRgMXkcNi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ryRgMXkcNi .mbr-title,
.cid-ryRgMXkcNi .underline {
  text-align: left;
}
.cid-rxUG0axVQi {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxUG0axVQi .container-fluid {
  padding: 0 3rem;
}
.cid-rxUG0axVQi .media-container-column {
  padding: 0 2rem;
}
.cid-rxUG0axVQi .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rxUG0axVQi .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rxUG0axVQi .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rxUG0bia69 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rxUG0bia69 .mbr-text,
.cid-rxUG0bia69 blockquote {
  color: #232323;
}
.cid-rxUG0bTrHB {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rxUG0bTrHB .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxUG0bTrHB .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rxUG0bTrHB .media-wrap img {
  height: 6rem;
}
.cid-rxUG0bTrHB .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxUG0bTrHB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxUG0bTrHB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxUG0bTrHB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxUG0bTrHB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxUG0bTrHB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxUG0bTrHB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxUG0bTrHB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxUG0bTrHB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxUG0bTrHB .links A {
  color: #000000;
}
.cid-rxUG0bTrHB .links {
  color: #000000;
}
.cid-rxUG0bTrHB .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rySwk3dJTw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rySwk3dJTw .container-fluid {
  padding: 0 3rem;
}
.cid-rySwk3dJTw .media-container-column {
  padding: 0 2rem;
}
.cid-rySwk3dJTw .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rySwk3dJTw .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rySwk3dJTw .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rySwk3ZgEp {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rySwk3ZgEp .container-fluid {
  padding: 0 3rem;
}
.cid-rySwk3ZgEp .media-container-column {
  padding: 0 2rem;
}
.cid-rySwk3ZgEp .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rySwk3ZgEp .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rySwk3ZgEp .mbr-section-subtitle {
  color: #000000;
}
.cid-rySwk4Nzgc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rySwk4Nzgc p {
  color: #767676;
}
.cid-rySwk4Nzgc .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rySwk4Nzgc .row-element,
.cid-rySwk4Nzgc .image-element {
  padding: 0;
}
.cid-rySwk4Nzgc .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rySwk4Nzgc .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rySwk4Nzgc .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rySwk4Nzgc .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rySwk4Nzgc .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rySwk4Nzgc .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rySwk4Nzgc .text-content {
    padding: 2rem 1rem;
  }
  .cid-rySwk4Nzgc .underline .line {
    height: 2px;
  }
  .cid-rySwk4Nzgc .mbr-title,
  .cid-rySwk4Nzgc .underline,
  .cid-rySwk4Nzgc .mbr-text,
  .cid-rySwk4Nzgc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rySwk4Nzgc .mbr-text,
.cid-rySwk4Nzgc .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rySwk4Nzgc .mbr-title,
.cid-rySwk4Nzgc .underline {
  text-align: left;
}
.cid-rySwk6cRRK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rySwk6cRRK .container-fluid {
  padding: 0 3rem;
}
.cid-rySwk6cRRK .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rySwk6cRRK svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rySwk6cRRK .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rySwk6cRRK .blockquote-quote {
    text-align: left;
  }
  .cid-rySwk6cRRK .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rySwk6cRRK .mbr-text,
.cid-rySwk6cRRK .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rySwk5EXPh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rySwk5EXPh .mbr-text,
.cid-rySwk5EXPh blockquote {
  color: #232323;
}
.cid-rySwk5EXPh .mbr-text {
  color: #000000;
}
.cid-rySwk90caR {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rySwk90caR .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rySwk90caR .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rySwk90caR .media-wrap img {
  height: 6rem;
}
.cid-rySwk90caR .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rySwk90caR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rySwk90caR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rySwk90caR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rySwk90caR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rySwk90caR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rySwk90caR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rySwk90caR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rySwk90caR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rySwk90caR .links A {
  color: #000000;
}
.cid-rySwk90caR .links {
  color: #000000;
}
.cid-rySwk90caR .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rzp0MHya4w {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzp0MHya4w .container-fluid {
  padding: 0 3rem;
}
.cid-rzp0MHya4w .media-container-column {
  padding: 0 2rem;
}
.cid-rzp0MHya4w .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rzp0MHya4w .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rzp0MHya4w .mbr-section-subtitle {
  color: #0e92a4;
  text-align: left;
}
.cid-sDoSUhX0W2 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDoSUhX0W2 .mbr-text,
.cid-sDoSUhX0W2 blockquote {
  color: #232323;
}
.cid-sDoSUhX0W2 .mbr-text {
  color: #a26b2d;
}
.cid-sDoSUhX0W2 .mbr-text DIV {
  text-align: center;
}
.cid-sDkJkt5dVk {
  background-image: url("../../../assets/images/fjyrh1so1jgerwtxclg-thumb-18c8-1020x745.jpeg");
}
.cid-sDkJkt5dVk .column-content {
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sDkJkt5dVk .text-content .btn-bgr {
  z-index: 0;
}
.cid-sDkJkt5dVk .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sDkJkt5dVk .container-full-width {
  position: relative;
}
.cid-sDkJkt5dVk .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sDkJkt5dVk .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sDkJkt5dVk .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sDkJkt5dVk .text-content {
    width: 540px;
  }
  .cid-sDkJkt5dVk .column-content {
    width: 100%;
  }
  .cid-sDkJkt5dVk .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sDkJkt5dVk .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sDkJkt5dVk .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sDkJkt5dVk .column-content {
    width: 50%;
  }
  .cid-sDkJkt5dVk .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sDkJkt5dVk .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDkJkt5dVk .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sDkJkt5dVk .column-content {
    height: 33rem;
  }
}
.cid-sDkJkt5dVk .mbr-text,
.cid-sDkJkt5dVk .mbr-section-btn {
  color: #274d77;
}
.cid-sDkJkt5dVk H1 {
  color: #f6ae25;
}
.cid-sDolNpTWQT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #002e80;
}
.cid-sDolNpTWQT .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-sDolNpTWQT .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sDolNpTWQT .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sDolNpTWQT .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sDolNpTWQT .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sDolNpTWQT .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sDolNpTWQT .inner-container {
    width: 100% !important;
  }
  .cid-sDolNpTWQT .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sDkKLW9kC6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkKLW9kC6 .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sDkKLW9kC6 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sDkKLW9kC6 .mbr-section-title {
  margin: 0;
  color: #f6ae25;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-sDkKLW9kC6 .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-sDkKLW9kC6 .mbr-section-text {
  line-height: 1.5;
  color: #4b5792;
  font-weight: 400;
}
.cid-sDkKLW9kC6 .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-sDkKLW9kC6 .display-2 {
  font-size: 38px;
}
.cid-sDkKLW9kC6 .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #efefef;
  margin-bottom: 10px;
}
.cid-sDkKLW9kC6 .wrapper .img {
  margin-bottom: 20px;
}
.cid-sDkKLW9kC6 .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sDkKLW9kC6 .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sDkKLW9kC6 .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-sDkKLW9kC6 .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sDkKLW9kC6 .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-sDkKLW9kC6 * {
    text-align: left;
  }
}
.cid-sDkKLW9kC6 .wrapper .mbr-text,
.cid-sDkKLW9kC6 .img {
  color: #4b5792;
}
.cid-sDkKLW9kC6 .mbr-card-title,
.cid-sDkKLW9kC6 .img {
  color: #002e80;
}
.cid-sDojI9v7Jw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2da280;
}
.cid-sDojI9v7Jw .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-sDojI9v7Jw .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sDojI9v7Jw .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sDojI9v7Jw .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sDojI9v7Jw .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sDojI9v7Jw .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sDojI9v7Jw .inner-container {
    width: 100% !important;
  }
  .cid-sDojI9v7Jw .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-rzp0MJapjn {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rzp0MJapjn .container-fluid {
  padding: 0 3rem;
}
.cid-rzp0MJapjn .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rzp0MJapjn .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rzp0MJapjn .mbr-section-subtitle,
.cid-rzp0MJapjn .mbr-section-btn DIV {
  text-align: left;
}
.cid-rzp0MJapjn .mbr-section-title {
  text-align: left;
  color: #f6ae25;
}
.cid-rzp0MJapjn .mbr-section-subtitle,
.cid-rzp0MJapjn .mbr-section-btn {
  color: #002e80;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rHwizKHDyr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHwizKHDyr .container-fluid {
  padding: 0 3rem;
}
.cid-rHwizKHDyr .media-container-column {
  padding: 0 2rem;
}
.cid-rHwizKHDyr .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rHwizKHDyr .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rHwizKHDyr .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rHwizL5rJV {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rHwizL5rJV .container-fluid {
  padding: 0 3rem;
}
.cid-rHwizL5rJV .media-container-column {
  padding: 0 2rem;
}
.cid-rHwizL5rJV .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rHwizL5rJV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rHwizL5rJV .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rKrw3Px3F7 {
  background-color: #ffffff;
}
.cid-rKrw3Px3F7 .row {
  justify-content: center;
}
.cid-rKrw3Px3F7 .title {
  max-width: 800px;
  margin: auto;
}
.cid-rKrw3Px3F7 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rKrw3Px3F7 .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rKrw3Px3F7 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rKrw3Px3F7 .card {
  padding: 0;
}
.cid-rKrw3Px3F7 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rKrw3Px3F7 .card .card-block .photo {
  overflow: hidden;
  border-radius: 30px;
}
.cid-rKrw3Px3F7 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-rKrw3Px3F7 .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-rKrw3Px3F7 h2 {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-rKrw3Px3F7 .btn {
  color: #a26b2d;
  padding: 0;
  margin-left: .2rem;
  margin-top: 0;
}
.cid-rKrw3Px3F7 .mbr-section-btn2 {
  display: inline-flex;
}
.cid-rKrw3Px3F7 .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-rKrw3Px3F7 .icon-btn {
  color: #a26b2d;
  transition: 0.3s;
  line-height: 0;
  margin-left: 1rem;
}
.cid-rKrw3Px3F7 .card-block {
  margin: 0 1rem;
}
.cid-rKrw3Px3F7 .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-rKrw3Px3F7 .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: #f6ae25;
}
.cid-rKrw3Px3F7 .link-card2 {
  transition: 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-rKrw3Px3F7 .link-card2:hover {
  color: #a26b2d;
}
.cid-rKrw3Px3F7 .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-rKrw3Px3F7 .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-rKrw3Px3F7 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rKrw3Px3F7 {
    padding-top: 52px;
    padding-bottom: 20px;
  }
  .cid-rKrw3Px3F7 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rKrw3Px3F7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-rKrw3Px3F7 .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-rKrw3Px3F7 .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  font-weight: 700;
  margin-left: 5px;
}
.cid-rKrw3Px3F7 .mbr-section-title,
.cid-rKrw3Px3F7 .link-wrap {
  text-align: center;
  color: #000000;
}
.cid-rHwizN6PTr {
  overflow: hidden !important;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/filter-1990470-1920-1920x1920.jpg");
}
.cid-rHwizN6PTr .container-fluid {
  padding: 0 3rem;
}
.cid-rHwizN6PTr .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rHwizN6PTr .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rHwizN6PTr .mbr-section-subtitle,
.cid-rHwizN6PTr .mbr-section-btn DIV {
  text-align: left;
}
.cid-rHwizN6PTr .mbr-section-title {
  text-align: left;
}
.cid-rHwizN6PTr .mbr-section-subtitle,
.cid-rHwizN6PTr .mbr-section-btn {
  color: #ffffff;
}
.cid-rHwizNLMRL {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rHwizNLMRL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rHwizNLMRL .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rHwizNLMRL .media-wrap img {
  height: 6rem;
}
.cid-rHwizNLMRL .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rHwizNLMRL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rHwizNLMRL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rHwizNLMRL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rHwizNLMRL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rHwizNLMRL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rHwizNLMRL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rHwizNLMRL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rHwizNLMRL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rHwizNLMRL .links A {
  color: #000000;
}
.cid-rHwizNLMRL .links {
  color: #000000;
}
.cid-rHwizNLMRL .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rHC2v0Mici {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHC2v0Mici .container-fluid {
  padding: 0 3rem;
}
.cid-rHC2v0Mici .media-container-column {
  padding: 0 2rem;
}
.cid-rHC2v0Mici .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rHC2v0Mici .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rHC2v0Mici .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rHC2v1hzK2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rHC2v1hzK2 .container-fluid {
  padding: 0 3rem;
}
.cid-rHC2v1hzK2 .media-container-column {
  padding: 0 2rem;
}
.cid-rHC2v1hzK2 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rHC2v1hzK2 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rHC2v1hzK2 .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rHC2v1QbLL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rHC2v1QbLL .mbr-text,
.cid-rHC2v1QbLL blockquote {
  color: #232323;
}
.cid-rHC2v3tHSI {
  overflow: hidden !important;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/filter-1990470-1920-1920x1920.jpg");
}
.cid-rHC2v3tHSI .container-fluid {
  padding: 0 3rem;
}
.cid-rHC2v3tHSI .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rHC2v3tHSI .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rHC2v3tHSI .mbr-section-subtitle,
.cid-rHC2v3tHSI .mbr-section-btn DIV {
  text-align: left;
}
.cid-rHC2v3tHSI .mbr-section-title {
  text-align: left;
}
.cid-rHC2v3tHSI .mbr-section-subtitle,
.cid-rHC2v3tHSI .mbr-section-btn {
  color: #ffffff;
}
.cid-rHC2v4hQff {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rHC2v4hQff .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rHC2v4hQff .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rHC2v4hQff .media-wrap img {
  height: 6rem;
}
.cid-rHC2v4hQff .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rHC2v4hQff .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rHC2v4hQff .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rHC2v4hQff .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rHC2v4hQff .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rHC2v4hQff .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rHC2v4hQff .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rHC2v4hQff .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rHC2v4hQff .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rHC2v4hQff .links A {
  color: #000000;
}
.cid-rHC2v4hQff .links {
  color: #000000;
}
.cid-rHC2v4hQff .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rJHo3yq0E5 {
  background-image: url("../../../assets/images/unadjustednonraw-thumb-1a04e.jpg");
}
.cid-rJHo3yq0E5 h3 {
  font-family: 'Homemade Apple', handwriting;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-rJHo3yq0E5 .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rJHo3yq0E5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rJHo3yq0E5 p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-rJHo3yq0E5 .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-rJHo3yq0E5 .mbr-section-subtitle span {
  background-color: #f8c460;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-rJHo3yq0E5 h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-rJHo3yq0E5 p {
  margin-bottom: 1.3rem;
}
.cid-rJHo3yq0E5 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-rJHo3yq0E5 .svg-1 path {
  fill: #ffffff;
}
.cid-rJHo3yq0E5 .container-fluid {
  max-width: 1200px;
}
.cid-rJHo3yq0E5 .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-rJHo3yq0E5 H1 {
  color: #2f009c;
  text-align: center;
}
.cid-rJHo3yq0E5 .mbr-text,
.cid-rJHo3yq0E5 .mbr-section-btn {
  text-align: center;
}
.cid-rJHnTaH2VN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJHnTaH2VN p {
  color: #767676;
}
.cid-rJHnTaH2VN .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rJHnTaH2VN .row-element,
.cid-rJHnTaH2VN .image-element {
  padding: 0;
}
.cid-rJHnTaH2VN .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJHnTaH2VN .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rJHnTaH2VN .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rJHnTaH2VN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rJHnTaH2VN .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rJHnTaH2VN .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rJHnTaH2VN .text-content {
    padding: 2rem 1rem;
  }
  .cid-rJHnTaH2VN .underline .line {
    height: 2px;
  }
  .cid-rJHnTaH2VN .mbr-title,
  .cid-rJHnTaH2VN .underline,
  .cid-rJHnTaH2VN .mbr-text,
  .cid-rJHnTaH2VN .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rJHnTaH2VN .mbr-title,
.cid-rJHnTaH2VN .underline {
  color: #000000;
}
.cid-rJHnTaH2VN .mbr-text,
.cid-rJHnTaH2VN .mbr-section-btn {
  color: #000000;
}
.cid-rJHnTbnGG9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJHnTbnGG9 p {
  color: #767676;
}
.cid-rJHnTbnGG9 .row-element,
.cid-rJHnTbnGG9 .image-element {
  padding: 0;
}
.cid-rJHnTbnGG9 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJHnTbnGG9 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rJHnTbnGG9 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rJHnTbnGG9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rJHnTbnGG9 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rJHnTbnGG9 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rJHnTbnGG9 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rJHnTbnGG9 .underline .line {
    height: 2px;
  }
  .cid-rJHnTbnGG9 .mbr-title,
  .cid-rJHnTbnGG9 .underline,
  .cid-rJHnTbnGG9 .mbr-text,
  .cid-rJHnTbnGG9 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rJHnTbnGG9 .mbr-title,
.cid-rJHnTbnGG9 .underline {
  color: #000000;
}
.cid-rJHnTbnGG9 .mbr-text,
.cid-rJHnTbnGG9 .mbr-section-btn {
  color: #000000;
}
.cid-rJHnTbXB9A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rJHnTbXB9A .container-fluid {
  padding: 0 3rem;
}
.cid-rJHnTbXB9A .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rJHnTbXB9A svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rJHnTbXB9A .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rJHnTbXB9A .blockquote-quote {
    text-align: left;
  }
  .cid-rJHnTbXB9A .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rJHnTbXB9A .mbr-text,
.cid-rJHnTbXB9A .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rJHnTcqGsA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rJHnTcqGsA p {
  color: #767676;
}
.cid-rJHnTcqGsA .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rJHnTcqGsA .row-element,
.cid-rJHnTcqGsA .image-element {
  padding: 0;
}
.cid-rJHnTcqGsA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJHnTcqGsA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rJHnTcqGsA .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rJHnTcqGsA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rJHnTcqGsA .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rJHnTcqGsA .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rJHnTcqGsA .text-content {
    padding: 2rem 1rem;
  }
  .cid-rJHnTcqGsA .underline .line {
    height: 2px;
  }
  .cid-rJHnTcqGsA .mbr-title,
  .cid-rJHnTcqGsA .underline,
  .cid-rJHnTcqGsA .mbr-text,
  .cid-rJHnTcqGsA .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rJHnTcqGsA .mbr-title,
.cid-rJHnTcqGsA .underline {
  color: #000000;
}
.cid-rJHnTcqGsA .mbr-text,
.cid-rJHnTcqGsA .mbr-section-btn {
  color: #000000;
}
.cid-rJHnTd4Pow {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/beach-832346-1920-1920x1288.jpg");
}
.cid-rJHnTd4Pow .container-fluid {
  padding: 0 3rem;
}
.cid-rJHnTd4Pow .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #396dda 50%, #f6ae25 120%);
  display: inline-block;
}
.cid-rJHnTd4Pow .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-rJHnTd4Pow .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rJHnTd4Pow .time-line-date-content {
  margin-right: 2rem;
}
.cid-rJHnTd4Pow .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-rJHnTd4Pow .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-rJHnTd4Pow .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #096693;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-rJHnTd4Pow .separline:before,
.cid-rJHnTd4Pow .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #096693;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-rJHnTd4Pow .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #096693;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-rJHnTd4Pow .container-fluid {
    padding: 0 1rem;
  }
  .cid-rJHnTd4Pow .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-rJHnTd4Pow .separline:before,
  .cid-rJHnTd4Pow .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-rJHnTd4Pow .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-rJHnTd4Pow .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rJHnTd4Pow .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rJHnTd4Pow .time-line-date-content p {
    float: left !important;
  }
  .cid-rJHnTd4Pow .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-rJHnTd4Pow .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rJHnTd4Pow .mbr-timeline-date {
  text-align: left;
}
.cid-rJHnTd4Pow .mbr-section-title,
.cid-rJHnTd4Pow .underline {
  text-align: center;
}
.cid-rJHnTd4Pow .mbr-section-subtitle {
  text-align: center;
}
.cid-rJHnTeLzQY {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rJHnTeLzQY .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rJHnTeLzQY .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rJHnTeLzQY .media-wrap img {
  height: 6rem;
}
.cid-rJHnTeLzQY .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rJHnTeLzQY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rJHnTeLzQY .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rJHnTeLzQY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rJHnTeLzQY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rJHnTeLzQY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rJHnTeLzQY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJHnTeLzQY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJHnTeLzQY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rJHnTeLzQY .links A {
  color: #000000;
}
.cid-rJHnTeLzQY .links {
  color: #000000;
}
.cid-rJHnTeLzQY .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rMZjeiyZnV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMZjeiyZnV .container-fluid {
  padding: 0 3rem;
}
.cid-rMZjeiyZnV .media-container-column {
  padding: 0 2rem;
}
.cid-rMZjeiyZnV .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rMZjeiyZnV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rMZjeiyZnV .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rMZkVVCwLw {
  background-color: #ffffff;
}
.cid-rMZkVVCwLw .text-top {
  color: #767676;
  margin-top: 2rem;
}
.cid-rMZkVVCwLw .card {
  margin-bottom: 1rem;
}
.cid-rMZkVVCwLw .row {
  justify-content: center;
}
.cid-rMZkVVCwLw .card-title {
  color: #000000;
  transition: 0.5s;
}
.cid-rMZkVVCwLw .card-title:hover {
  color: #a26b2d;
}
.cid-rMZkVVCwLw img {
  width: 80px;
}
.cid-rMZkVVCwLw .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rMZkVVCwLw {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .cid-rMZkVVCwLw .container-fluid {
    padding: 0 1rem;
  }
  .cid-rMZkVVCwLw .wrapper-row {
    display: flex;
    flex-direction: column;
  }
  .cid-rMZkVVCwLw .card-box1 {
    text-align: center;
    order: 2;
  }
  .cid-rMZkVVCwLw .card-box2 {
    text-align: center;
  }
  .cid-rMZkVVCwLw .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-rMZkVVCwLw .card {
    display: flex;
    flex-direction: column;
  }
  .cid-rMZkVVCwLw .item-image {
    text-align: center;
  }
  .cid-rMZkVVCwLw .card-title {
    margin-top: 2rem;
  }
  .cid-rMZkVVCwLw .container {
    padding: 0;
  }
}
@media (min-width: 767px) {
  .cid-rMZkVVCwLw {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cid-rMZkVVCwLw .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-rMZkVVCwLw .wrapper-row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-rMZkVVCwLw .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-rMZkVVCwLw .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-rMZkVVCwLw .card-left {
    margin-right: -3rem;
  }
  .cid-rMZkVVCwLw .card-right {
    margin-left: -3rem;
  }
  .cid-rMZkVVCwLw .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-rMZkVVCwLw .circle-img {
  width: 80%;
  height: auto;
  border: 2px dashed #a26b2d;
  border-radius: 50%;
}
.cid-rMZkVVCwLw .imageContainer {
  width: 100%;
}
.cid-rMZkVVCwLw .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-rMZkVVCwLw .last-text {
  margin-bottom: 0rem;
}
.cid-rMZkVVCwLw .container {
  margin-bottom: 4.5rem;
}
.cid-rMZkVVCwLw .container > div,
.cid-rMZkVVCwLw .mbr-section-title {
  color: #000000;
}
.cid-rMZjejxJDT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rMZjejxJDT .container-fluid {
  padding: 0 3rem;
}
.cid-rMZjejxJDT .media-container-column {
  padding: 0 2rem;
}
.cid-rMZjejxJDT .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rMZjejxJDT .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rMZjejxJDT .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rMZjekaicN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMZjekaicN .container-fluid {
  padding: 0 3rem;
}
.cid-rMZjekaicN .media-container-column {
  padding: 0 2rem;
}
.cid-rMZjekaicN .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rMZjekaicN .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rMZjekaicN .mbr-section-subtitle {
  color: #000000;
}
.cid-rMZjekETwh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rMZjekETwh .container-fluid {
  padding: 0 3rem;
}
.cid-rMZjekETwh .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #396dda 50%, #f6ae25 120%);
  display: inline-block;
}
.cid-rMZjekETwh .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-rMZjekETwh .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rMZjekETwh .time-line-date-content {
  margin-right: 2rem;
}
.cid-rMZjekETwh .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-rMZjekETwh .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-rMZjekETwh .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #096693;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-rMZjekETwh .separline:before,
.cid-rMZjekETwh .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #096693;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-rMZjekETwh .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #096693;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-rMZjekETwh .container-fluid {
    padding: 0 1rem;
  }
  .cid-rMZjekETwh .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-rMZjekETwh .separline:before,
  .cid-rMZjekETwh .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-rMZjekETwh .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-rMZjekETwh .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rMZjekETwh .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rMZjekETwh .time-line-date-content p {
    float: left !important;
  }
  .cid-rMZjekETwh .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-rMZjekETwh .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rMZjekETwh .mbr-timeline-date {
  text-align: left;
}
.cid-rMZjekETwh .mbr-section-title,
.cid-rMZjekETwh .underline {
  text-align: center;
}
.cid-rMZjekETwh .mbr-section-subtitle {
  text-align: center;
}
.cid-sDzsyGNL3S {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #002e80;
}
.cid-sDzsyGNL3S .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-sDzsyGNL3S .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sDzsyGNL3S .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sDzsyGNL3S .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sDzsyGNL3S .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sDzsyGNL3S .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sDzsyGNL3S .inner-container {
    width: 100% !important;
  }
  .cid-sDzsyGNL3S .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rNayO1eTYm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNayO1eTYm .container-fluid {
  padding: 0 3rem;
}
.cid-rNayO1eTYm .media-container-column {
  padding: 0 2rem;
}
.cid-rNayO1eTYm .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rNayO1eTYm .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNayO1eTYm .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rNayO2nIo8 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rNayO2nIo8 .container-fluid {
  padding: 0 3rem;
}
.cid-rNayO2nIo8 .media-container-column {
  padding: 0 2rem;
}
.cid-rNayO2nIo8 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rNayO2nIo8 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNayO2nIo8 .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rNayO3s7bx {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-rNayO3s7bx .container-fluid {
  padding: 0 3rem;
}
.cid-rNayO3s7bx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rNayO3s7bx .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rNayO3s7bx .container-fluid {
    padding: 0 1rem;
  }
  .cid-rNayO3s7bx .image-block {
    width: 100% !important;
  }
}
.cid-rNayO4qJB2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rNayO4qJB2 .mbr-text,
.cid-rNayO4qJB2 blockquote {
  color: #232323;
}
.cid-rNayO4qJB2 .mbr-text {
  color: #000000;
}
.cid-rNayO57FD1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rNayO57FD1 .container-fluid {
  padding: 0 3rem;
}
.cid-rNayO57FD1 .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rNayO57FD1 svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rNayO57FD1 .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rNayO57FD1 .blockquote-quote {
    text-align: left;
  }
  .cid-rNayO57FD1 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNayO57FD1 .mbr-text,
.cid-rNayO57FD1 .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rNayO5Ub0q {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rNayO5Ub0q .container-fluid {
  padding: 0 3rem;
}
.cid-rNayO5Ub0q .media-container-column {
  padding: 0 2rem;
}
.cid-rNayO5Ub0q .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rNayO5Ub0q .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNayO5Ub0q .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rNayO7MWTR {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNayO7MWTR .mbr-text,
.cid-rNayO7MWTR blockquote {
  color: #232323;
}
.cid-rNayO8jfsG {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rNayO8jfsG .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rNayO8jfsG .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rNayO8jfsG .media-wrap img {
  height: 6rem;
}
.cid-rNayO8jfsG .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rNayO8jfsG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rNayO8jfsG .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rNayO8jfsG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rNayO8jfsG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rNayO8jfsG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNayO8jfsG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNayO8jfsG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNayO8jfsG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNayO8jfsG .links A {
  color: #000000;
}
.cid-rNayO8jfsG .links {
  color: #000000;
}
.cid-rNayO8jfsG .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rNyKWczuQW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNyKWczuQW .container-fluid {
  padding: 0 3rem;
}
.cid-rNyKWczuQW .media-container-column {
  padding: 0 2rem;
}
.cid-rNyKWczuQW .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rNyKWczuQW .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNyKWczuQW .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rNyKWdiSSt {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rNyKWdiSSt .container-fluid {
  padding: 0 3rem;
}
.cid-rNyKWdiSSt .media-container-column {
  padding: 0 2rem;
}
.cid-rNyKWdiSSt .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rNyKWdiSSt .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNyKWdiSSt .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rNyKWdIbSV {
  background-color: #ffffff;
}
.cid-rNyKWdIbSV .row {
  justify-content: center;
}
.cid-rNyKWdIbSV .title {
  max-width: 800px;
  margin: auto;
}
.cid-rNyKWdIbSV .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rNyKWdIbSV .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rNyKWdIbSV .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rNyKWdIbSV .card {
  padding: 0;
}
.cid-rNyKWdIbSV .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rNyKWdIbSV .card .card-block .photo {
  overflow: hidden;
  border-radius: 30px;
}
.cid-rNyKWdIbSV .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-rNyKWdIbSV .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-rNyKWdIbSV h2 {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-rNyKWdIbSV .btn {
  color: #a26b2d;
  padding: 0;
  margin-left: .2rem;
  margin-top: 0;
}
.cid-rNyKWdIbSV .mbr-section-btn2 {
  display: inline-flex;
}
.cid-rNyKWdIbSV .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-rNyKWdIbSV .icon-btn {
  color: #a26b2d;
  transition: 0.3s;
  line-height: 0;
  margin-left: 1rem;
}
.cid-rNyKWdIbSV .card-block {
  margin: 0 1rem;
}
.cid-rNyKWdIbSV .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-rNyKWdIbSV .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: #f6ae25;
}
.cid-rNyKWdIbSV .link-card2 {
  transition: 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-rNyKWdIbSV .link-card2:hover {
  color: #a26b2d;
}
.cid-rNyKWdIbSV .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-rNyKWdIbSV .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-rNyKWdIbSV .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rNyKWdIbSV {
    padding-top: 52px;
    padding-bottom: 20px;
  }
  .cid-rNyKWdIbSV .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rNyKWdIbSV {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-rNyKWdIbSV .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-rNyKWdIbSV .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  font-weight: 700;
  margin-left: 5px;
}
.cid-rNyKWdIbSV .mbr-section-title,
.cid-rNyKWdIbSV .link-wrap {
  text-align: center;
  color: #000000;
}
.cid-rNyKWeyXSX {
  overflow: hidden !important;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/filter-1990470-1920-1920x1920.jpg");
}
.cid-rNyKWeyXSX .container-fluid {
  padding: 0 3rem;
}
.cid-rNyKWeyXSX .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rNyKWeyXSX .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNyKWeyXSX .mbr-section-subtitle,
.cid-rNyKWeyXSX .mbr-section-btn DIV {
  text-align: left;
}
.cid-rNyKWeyXSX .mbr-section-title {
  text-align: left;
}
.cid-rNyKWeyXSX .mbr-section-subtitle,
.cid-rNyKWeyXSX .mbr-section-btn {
  color: #ffffff;
}
.cid-rNyKWfgzAh {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rNyKWfgzAh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rNyKWfgzAh .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rNyKWfgzAh .media-wrap img {
  height: 6rem;
}
.cid-rNyKWfgzAh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rNyKWfgzAh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rNyKWfgzAh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rNyKWfgzAh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rNyKWfgzAh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rNyKWfgzAh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNyKWfgzAh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNyKWfgzAh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNyKWfgzAh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNyKWfgzAh .links A {
  color: #000000;
}
.cid-rNyKWfgzAh .links {
  color: #000000;
}
.cid-rNyKWfgzAh .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rNBnNTOFBK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNBnNTOFBK .container-fluid {
  padding: 0 3rem;
}
.cid-rNBnNTOFBK .media-container-column {
  padding: 0 2rem;
}
.cid-rNBnNTOFBK .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rNBnNTOFBK .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNBnNTOFBK .mbr-section-subtitle {
  color: #238a8e;
  text-align: left;
}
.cid-rNBnNVgGzt {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rNBnNVgGzt .container-fluid {
  padding: 0 3rem;
}
.cid-rNBnNVgGzt .media-container-column {
  padding: 0 2rem;
}
.cid-rNBnNVgGzt .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rNBnNVgGzt .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNBnNVgGzt .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rNBnNVJthJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-rNBnNVJthJ .container-fluid {
  padding: 0 3rem;
}
.cid-rNBnNVJthJ .image-block {
  margin: auto;
}
.cid-rNBnNVJthJ .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rNBnNVJthJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-rNBnNVJthJ .image-block {
    width: 100% !important;
  }
}
.cid-rNBnNWbG9F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rNBnNWbG9F .mbr-text,
.cid-rNBnNWbG9F blockquote {
  color: #232323;
}
.cid-rNBnNWbG9F .mbr-text {
  color: #000000;
}
.cid-rNBnNWCNb4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf3;
}
.cid-rNBnNWCNb4 .container-fluid {
  padding: 0 3rem;
}
.cid-rNBnNWCNb4 .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rNBnNWCNb4 svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rNBnNWCNb4 .signature > span {
  color: #396dda;
}
@media (max-width: 767px) {
  .cid-rNBnNWCNb4 .blockquote-quote {
    text-align: left;
  }
  .cid-rNBnNWCNb4 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNBnNWCNb4 .mbr-text,
.cid-rNBnNWCNb4 .blockquote-quote {
  color: #64bcbf;
  text-align: left;
}
.cid-rNBnNX3zbD {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rNBnNX3zbD .container-fluid {
  padding: 0 3rem;
}
.cid-rNBnNX3zbD .media-container-column {
  padding: 0 2rem;
}
.cid-rNBnNX3zbD .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rNBnNX3zbD .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNBnNX3zbD .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rNBnNXC7gv {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNBnNXC7gv .mbr-text,
.cid-rNBnNXC7gv blockquote {
  color: #232323;
}
.cid-rNBnNY3yNU {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rNBnNY3yNU .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rNBnNY3yNU .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rNBnNY3yNU .media-wrap img {
  height: 6rem;
}
.cid-rNBnNY3yNU .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rNBnNY3yNU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rNBnNY3yNU .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rNBnNY3yNU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rNBnNY3yNU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rNBnNY3yNU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNBnNY3yNU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNBnNY3yNU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNBnNY3yNU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNBnNY3yNU .links A {
  color: #000000;
}
.cid-rNBnNY3yNU .links {
  color: #000000;
}
.cid-rNBnNY3yNU .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rO7dE5lZWC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/board-2437443-1280-1280x853.jpeg");
}
.cid-rO7dE5lZWC .container-fluid {
  padding: 0 3rem;
}
.cid-rO7dE5lZWC .mbr-section-title {
  margin-bottom: 1.5em;
  color: #ffffff;
}
.cid-rO7dE5lZWC .input-main {
  width: 99.6%;
  margin-left: .1em;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rO7dE5lZWC .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-rO7dE5lZWC .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-rO7dE5lZWC .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-rO7dE5lZWC .form-group {
  padding: 0;
}
.cid-rO7dE5lZWC .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-rO7dE5lZWC .btn-row {
  padding-left: 0;
}
.cid-rO7dE5lZWC .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-rO7dE5lZWC .container-fluid {
    padding: 0 1rem;
  }
  .cid-rO7dE5lZWC .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-rO7dE5lZWC .form-label-outside {
  color: #ffffff;
}
.cid-rO7dE6hauP {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rO7dE6hauP .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rO7dE6hauP .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rO7dE6hauP .media-wrap img {
  height: 6rem;
}
.cid-rO7dE6hauP .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rO7dE6hauP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rO7dE6hauP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rO7dE6hauP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rO7dE6hauP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rO7dE6hauP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rO7dE6hauP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rO7dE6hauP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rO7dE6hauP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rO7dE6hauP .links A {
  color: #000000;
}
.cid-rO7dE6hauP .links {
  color: #000000;
}
.cid-rO7dE6hauP .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rOZ0643cn2 {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rOZ0643cn2 .container-fluid {
  padding: 0 3rem;
}
.cid-rOZ0643cn2 .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rOZ0643cn2 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rOZ0643cn2 .mbr-section-title {
  text-align: left;
}
.cid-rOZ066yfVk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rOZ066yfVk .mbr-text,
.cid-rOZ066yfVk blockquote {
  color: #232323;
}
.cid-rOZ066yfVk .mbr-text {
  color: #4d7294;
}
.cid-rOZ066Yddk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOZ066Yddk .container-fluid {
  padding: 0 3rem;
}
.cid-rOZ066Yddk .media-container-column {
  padding: 0 2rem;
}
.cid-rOZ066Yddk .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #f6ae25;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rOZ066Yddk .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rOZ066Yddk .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rOZ067HNtk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rOZ067HNtk .mbr-text,
.cid-rOZ067HNtk blockquote {
  color: #232323;
}
.cid-rOZ067HNtk .mbr-text {
  color: #000000;
}
.cid-sDkhDELyFP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #002e80;
}
.cid-sDkhDELyFP .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-sDkhDELyFP .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sDkhDELyFP .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sDkhDELyFP .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sDkhDELyFP .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sDkhDELyFP .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sDkhDELyFP .inner-container {
    width: 100% !important;
  }
  .cid-sDkhDELyFP .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sDkhQBRI8A {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ab464c;
}
.cid-sDkhQBRI8A .mbr-section-title {
  color: #f6ae25;
  text-align: left;
}
.cid-sDkhQBRI8A .mbr-text,
.cid-sDkhQBRI8A .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sDki1oyvG8 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDki1oyvG8 .mbr-text {
  line-height: 1.5;
  color: #113862;
}
.cid-sDki1oyvG8 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sDki1oyvG8 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sDki1oyvG8 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sDki1oyvG8 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sDki1oyvG8 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sDki1oyvG8 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sDki1oyvG8 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sDki1oyvG8 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sDki1oyvG8 .mbr-section-title {
  text-align: left;
  color: #f6ae25;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rP3AmBFLYP {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rP3AmBFLYP .container-fluid {
  padding: 0 3rem;
}
.cid-rP3AmBFLYP .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rP3AmBFLYP .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rP3AmBFLYP .mbr-section-title {
  text-align: left;
}
.cid-rP3AmEdl3f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rP3AmEdl3f .mbr-text,
.cid-rP3AmEdl3f blockquote {
  color: #232323;
}
.cid-rP3AmEdl3f .mbr-text {
  color: #4d7294;
}
.cid-rP3AmEAi02 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rP3AmEAi02 .container-fluid {
  padding: 0 3rem;
}
.cid-rP3AmEAi02 .media-container-column {
  padding: 0 2rem;
}
.cid-rP3AmEAi02 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #4d7294;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-rP3AmEAi02 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rP3AmEAi02 .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rP3AmF5dNT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rP3AmF5dNT .mbr-text,
.cid-rP3AmF5dNT blockquote {
  color: #232323;
}
.cid-rP3AmF5dNT .mbr-text {
  color: #000000;
}
.cid-scOV3B5ogl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scOV3B5ogl .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-scOV3B5ogl .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-scOV3B5ogl h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-scOV3B5ogl h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-scOV3B5ogl p {
  text-align: left;
}
.cid-scOV3B5ogl img {
  transition: all 0.3s;
}
.cid-scOV3B5ogl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-scOV3B5ogl .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scOV3B5ogl .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-scOV3B5ogl .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-scOV3B5ogl .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-scOV3B5ogl .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-scOV3B5ogl .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-scOV3B5ogl .card-columns {
    column-gap: 4rem;
  }
}
.cid-scOV3B5ogl .card-title {
  color: #000000;
}
.cid-rP3AmFzC5L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f4f7;
}
.cid-rP3AmFzC5L .mbr-text,
.cid-rP3AmFzC5L blockquote {
  color: #232323;
}
.cid-rP3AmFzC5L .mbr-text {
  color: #4d7294;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rP3B3z0qSl {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rP3B3z0qSl .container-fluid {
  padding: 0 3rem;
}
.cid-rP3B3z0qSl .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rP3B3z0qSl .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rP3B3z0qSl .mbr-section-title {
  text-align: left;
}
.cid-rP3B3A7ci6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rP3B3A7ci6 .mbr-text,
.cid-rP3B3A7ci6 blockquote {
  color: #232323;
}
.cid-rP3B3A7ci6 .mbr-text {
  color: #4d7294;
}
.cid-rP3B3ArnKx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rP3B3ArnKx .container-fluid {
  padding: 0 3rem;
}
.cid-rP3B3ArnKx .media-container-column {
  padding: 0 2rem;
}
.cid-rP3B3ArnKx .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #4d7294;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-rP3B3ArnKx .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rP3B3ArnKx .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rP3B3AWBFv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rP3B3AWBFv .mbr-text,
.cid-rP3B3AWBFv blockquote {
  color: #232323;
}
.cid-rP3B3AWBFv .mbr-text {
  color: #000000;
}
.cid-rP3B3BiArN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f4f7;
}
.cid-rP3B3BiArN .mbr-text,
.cid-rP3B3BiArN blockquote {
  color: #232323;
}
.cid-rP3B3BiArN .mbr-text {
  color: #4d7294;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rP4tYdqNUl {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rP4tYdqNUl .container-fluid {
  padding: 0 3rem;
}
.cid-rP4tYdqNUl .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rP4tYdqNUl .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rP4tYdqNUl .mbr-section-title {
  text-align: left;
}
.cid-rP4tYfZuPQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rP4tYfZuPQ .mbr-text,
.cid-rP4tYfZuPQ blockquote {
  color: #232323;
}
.cid-rP4tYfZuPQ .mbr-text {
  color: #4d7294;
}
.cid-rP4tYgofVl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rP4tYgofVl .container-fluid {
  padding: 0 3rem;
}
.cid-rP4tYgofVl .media-container-column {
  padding: 0 2rem;
}
.cid-rP4tYgofVl .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #4d7294;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rP4tYgofVl .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rP4tYgofVl .mbr-section-subtitle {
  color: #667c8f;
}
.cid-rPa0bEcZyd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPa0bEcZyd .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-rPa0bEcZyd .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-rPa0bEcZyd h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rPa0bEcZyd h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-rPa0bEcZyd p {
  text-align: left;
}
.cid-rPa0bEcZyd img {
  transition: all 0.3s;
}
.cid-rPa0bEcZyd .mbr-text {
  color: #667c8f;
}
.cid-rPa0bEcZyd .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rPa0bEcZyd .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-rPa0bEcZyd .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-rPa0bEcZyd .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-rPa0bEcZyd .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-rPa0bEcZyd .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-rPa0bEcZyd .card-columns {
    column-gap: 4rem;
  }
}
.cid-rPa0bEcZyd .card-title {
  color: #000000;
}
.cid-rP4tYhiGDH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f4f7;
}
.cid-rP4tYhiGDH .mbr-text,
.cid-rP4tYhiGDH blockquote {
  color: #232323;
}
.cid-rP4tYhiGDH .mbr-text {
  color: #4d7294;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rPcAXr0sgA {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rPcAXr0sgA .container-fluid {
  padding: 0 3rem;
}
.cid-rPcAXr0sgA .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rPcAXr0sgA .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rPcAXr0sgA .mbr-section-title {
  text-align: left;
}
.cid-rPcAXrWZnY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPcAXrWZnY .mbr-text,
.cid-rPcAXrWZnY blockquote {
  color: #232323;
}
.cid-rPcAXrWZnY .mbr-text {
  color: #4d7294;
}
.cid-rPcAXsg2op {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rPcAXsg2op .container-fluid {
  padding: 0 3rem;
}
.cid-rPcAXsg2op .media-container-column {
  padding: 0 2rem;
}
.cid-rPcAXsg2op .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #4d7294;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-rPcAXsg2op .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rPcAXsg2op .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rPcAXsHJCg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPcAXsHJCg .mbr-text,
.cid-rPcAXsHJCg blockquote {
  color: #232323;
}
.cid-rPcAXsHJCg .mbr-text {
  color: #000000;
}
.cid-rPcAXt1dT6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f4f7;
}
.cid-rPcAXt1dT6 .mbr-text,
.cid-rPcAXt1dT6 blockquote {
  color: #232323;
}
.cid-rPcAXt1dT6 .mbr-text {
  color: #4d7294;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rPf5tQ7Wh3 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rPf5tQ7Wh3 .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-rPf5tQ7Wh3 .modal-body .close {
  background: #1b1b1b;
}
.cid-rPf5tQ7Wh3 .modal-body .close span {
  font-style: normal;
}
.cid-rPf5tQ7Wh3 .carousel-inner > .active,
.cid-rPf5tQ7Wh3 .carousel-inner > .next,
.cid-rPf5tQ7Wh3 .carousel-inner > .prev {
  display: flex;
}
.cid-rPf5tQ7Wh3 .carousel-control .icon-next,
.cid-rPf5tQ7Wh3 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rPf5tQ7Wh3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rPf5tQ7Wh3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rPf5tQ7Wh3 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rPf5tQ7Wh3 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rPf5tQ7Wh3 .boxed-slider > div {
  position: relative;
}
.cid-rPf5tQ7Wh3 .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-rPf5tQ7Wh3 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rPf5tQ7Wh3 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rPf5tQ7Wh3 .mbr-table-cell {
  padding: 0;
}
.cid-rPf5tQ7Wh3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rPf5tQ7Wh3 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rPf5tQ7Wh3 .mbr-overlay {
  z-index: 1;
}
.cid-rPf5tQ7Wh3 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-rPf5tQ7Wh3 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rPf5tQ7Wh3 .carousel-item .container {
    width: 100%;
  }
}
.cid-rPf5tQ7Wh3 .carousel-item-next.carousel-item-left,
.cid-rPf5tQ7Wh3 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rPf5tQ7Wh3 .active.carousel-item-right,
.cid-rPf5tQ7Wh3 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rPf5tQ7Wh3 .active.carousel-item-left,
.cid-rPf5tQ7Wh3 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rPf5tQ7Wh3 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rPf5tQ7Wh3 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rPf5tQ7Wh3 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rPf5tQ7Wh3 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rPf5tQ7Wh3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rPf5tQ7Wh3 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rPf5tQ7Wh3 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rPf5tQ7Wh3 .mbr-slider .carousel-indicators li.active,
.cid-rPf5tQ7Wh3 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rPf5tQ7Wh3 .mbr-slider .carousel-indicators li::after,
.cid-rPf5tQ7Wh3 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rPf5tQ7Wh3 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rPf5tQ7Wh3 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rPf5tQ7Wh3 .mbr-slider > .container img {
  width: 100%;
}
.cid-rPf5tQ7Wh3 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rPf5tQ7Wh3 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rPf5tQ7Wh3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rPf5tQ7Wh3 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rPf5tQ7Wh3 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rPf5tQ7Wh3 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-rPf5tQ7Wh3 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rPf5tQ7Wh3 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-rPf5tQ7Wh3 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rPf5tQ7Wh3 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rPf5tQ7Wh3 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rPf5tQ7Wh3 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rPf5tQ7Wh3 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rPf5tQ7Wh3 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rPf5tQ7Wh3 .carousel-inner {
  height: 100%;
}
.cid-rPf5tQ7Wh3 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rPf5tQ7Wh3 .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 580px;
  overflow: hidden;
}
.cid-rPf5tQ7Wh3 .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-rPf5tQ7Wh3 .content-slider-wrap {
  width: 84%;
}
.cid-rPf5tQ7Wh3 H2 {
  text-align: center;
  color: #f9087d;
}
.cid-rPf5tQ7Wh3 B {
  color: #ffffff;
}
.cid-rPf5tQ7Wh3 P {
  color: #000000;
  text-align: center;
}
.cid-rPf5tR1VU5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f4f7;
}
.cid-rPf5tR1VU5 .mbr-text,
.cid-rPf5tR1VU5 blockquote {
  color: #232323;
}
.cid-rPf5tR1VU5 .mbr-text {
  color: #4d7294;
}
.cid-rPf5tRsETO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPf5tRsETO p {
  color: #767676;
}
.cid-rPf5tRsETO .row-element,
.cid-rPf5tRsETO .image-element {
  padding: 0;
}
.cid-rPf5tRsETO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPf5tRsETO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rPf5tRsETO .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rPf5tRsETO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rPf5tRsETO .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rPf5tRsETO .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rPf5tRsETO .text-content {
    padding: 2rem 1rem;
  }
  .cid-rPf5tRsETO .underline .line {
    height: 2px;
  }
  .cid-rPf5tRsETO .mbr-title,
  .cid-rPf5tRsETO .underline,
  .cid-rPf5tRsETO .mbr-text,
  .cid-rPf5tRsETO .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rPf5tRsETO .mbr-title,
.cid-rPf5tRsETO .underline {
  color: #000000;
}
.cid-rPf5tRsETO .mbr-text,
.cid-rPf5tRsETO .mbr-section-btn {
  color: #000000;
}
.cid-rPf5tSdSnS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPf5tSdSnS p {
  color: #767676;
}
.cid-rPf5tSdSnS .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rPf5tSdSnS .row-element,
.cid-rPf5tSdSnS .image-element {
  padding: 0;
}
.cid-rPf5tSdSnS .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPf5tSdSnS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rPf5tSdSnS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rPf5tSdSnS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rPf5tSdSnS .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rPf5tSdSnS .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rPf5tSdSnS .text-content {
    padding: 2rem 1rem;
  }
  .cid-rPf5tSdSnS .underline .line {
    height: 2px;
  }
  .cid-rPf5tSdSnS .mbr-title,
  .cid-rPf5tSdSnS .underline,
  .cid-rPf5tSdSnS .mbr-text,
  .cid-rPf5tSdSnS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rPf5tSdSnS .mbr-title,
.cid-rPf5tSdSnS .underline {
  color: #000000;
}
.cid-rPf5tSdSnS .mbr-text,
.cid-rPf5tSdSnS .mbr-section-btn {
  color: #000000;
}
.cid-rPf5tT1Xzs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f4f7;
}
.cid-rPf5tT1Xzs .mbr-text,
.cid-rPf5tT1Xzs blockquote {
  color: #232323;
}
.cid-rPf5tT1Xzs .mbr-text {
  color: #4d7294;
}
.cid-rPf5tTvgcB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPf5tTvgcB p {
  color: #767676;
}
.cid-rPf5tTvgcB .row-element,
.cid-rPf5tTvgcB .image-element {
  padding: 0;
}
.cid-rPf5tTvgcB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPf5tTvgcB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rPf5tTvgcB .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rPf5tTvgcB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rPf5tTvgcB .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rPf5tTvgcB .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rPf5tTvgcB .text-content {
    padding: 2rem 1rem;
  }
  .cid-rPf5tTvgcB .underline .line {
    height: 2px;
  }
  .cid-rPf5tTvgcB .mbr-title,
  .cid-rPf5tTvgcB .underline,
  .cid-rPf5tTvgcB .mbr-text,
  .cid-rPf5tTvgcB .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rPf5tTvgcB .mbr-title,
.cid-rPf5tTvgcB .underline {
  color: #000000;
}
.cid-rPf5tTvgcB .mbr-text,
.cid-rPf5tTvgcB .mbr-section-btn {
  color: #000000;
}
.cid-rPf5tUdMW8 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/beach-832346-1920-1920x1288.jpg");
}
.cid-rPf5tUdMW8 .container-fluid {
  padding: 0 3rem;
}
.cid-rPf5tUdMW8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #396dda 50%, #f6ae25 120%);
  display: inline-block;
}
.cid-rPf5tUdMW8 .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-rPf5tUdMW8 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rPf5tUdMW8 .time-line-date-content {
  margin-right: 2rem;
}
.cid-rPf5tUdMW8 .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-rPf5tUdMW8 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-rPf5tUdMW8 .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #096693;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-rPf5tUdMW8 .separline:before,
.cid-rPf5tUdMW8 .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #096693;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-rPf5tUdMW8 .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #096693;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-rPf5tUdMW8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rPf5tUdMW8 .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-rPf5tUdMW8 .separline:before,
  .cid-rPf5tUdMW8 .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-rPf5tUdMW8 .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-rPf5tUdMW8 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rPf5tUdMW8 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rPf5tUdMW8 .time-line-date-content p {
    float: left !important;
  }
  .cid-rPf5tUdMW8 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-rPf5tUdMW8 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rPf5tUdMW8 .mbr-timeline-date {
  text-align: left;
}
.cid-rPf5tUdMW8 .mbr-section-title,
.cid-rPf5tUdMW8 .underline {
  text-align: center;
}
.cid-rPf5tUdMW8 .mbr-section-subtitle {
  text-align: center;
}
.cid-rPf5tWi4Gq {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fffffc;
}
@media (max-width: 767px) {
  .cid-rPf5tWi4Gq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rPf5tWi4Gq .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rPf5tWi4Gq .media-wrap img {
  height: 6rem;
}
.cid-rPf5tWi4Gq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rPf5tWi4Gq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rPf5tWi4Gq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rPf5tWi4Gq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rPf5tWi4Gq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rPf5tWi4Gq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rPf5tWi4Gq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rPf5tWi4Gq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rPf5tWi4Gq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rPf5tWi4Gq .links A {
  color: #000000;
}
.cid-rPf5tWi4Gq .links {
  color: #000000;
}
.cid-rPf5tWi4Gq .copyright > p {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rPf9G1CUwk {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rPf9G1CUwk .container-fluid {
  padding: 0 3rem;
}
.cid-rPf9G1CUwk .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rPf9G1CUwk .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rPf9G1CUwk .mbr-section-title {
  text-align: left;
}
.cid-rPf9G2BG21 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPf9G2BG21 .mbr-text,
.cid-rPf9G2BG21 blockquote {
  color: #232323;
}
.cid-rPf9G2BG21 .mbr-text {
  color: #4d7294;
}
.cid-sDoYioULRW {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDoYioULRW .mbr-text,
.cid-sDoYioULRW blockquote {
  color: #232323;
}
.cid-sDoYioULRW .mbr-text {
  color: #a26b2d;
}
.cid-sDoYioULRW .mbr-text DIV {
  text-align: center;
}
.cid-sDoYgJUcAb {
  background-image: url("../../../assets/images/child-1347389.jpeg");
}
.cid-sDoYgJUcAb .column-content {
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sDoYgJUcAb .text-content .btn-bgr {
  z-index: 0;
}
.cid-sDoYgJUcAb .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sDoYgJUcAb .container-full-width {
  position: relative;
}
.cid-sDoYgJUcAb .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sDoYgJUcAb .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sDoYgJUcAb .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sDoYgJUcAb .text-content {
    width: 540px;
  }
  .cid-sDoYgJUcAb .column-content {
    width: 100%;
  }
  .cid-sDoYgJUcAb .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sDoYgJUcAb .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sDoYgJUcAb .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sDoYgJUcAb .column-content {
    width: 50%;
  }
  .cid-sDoYgJUcAb .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sDoYgJUcAb .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDoYgJUcAb .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sDoYgJUcAb .column-content {
    height: 33rem;
  }
}
.cid-sDoYgJUcAb .mbr-text,
.cid-sDoYgJUcAb .mbr-section-btn {
  color: #274d77;
}
.cid-sDoYgJUcAb H1 {
  color: #a26b2d;
}
.cid-sDoZu1YAqS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sDoZu1YAqS .nav-tabs .nav-item.open .nav-link:focus,
.cid-sDoZu1YAqS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sDoZu1YAqS .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-sDoZu1YAqS .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-sDoZu1YAqS .nav-link {
  padding: .4rem 0.8rem;
}
.cid-sDoZu1YAqS .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-sDoZu1YAqS .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-sDoZu1YAqS .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-sDoZu1YAqS P {
  color: #4b5792;
}
@media (max-width: 576px) {
  .cid-sDoZu1YAqS .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sDoZu1YAqS .mbr-text,
  .cid-sDoZu1YAqS .nav-link {
    text-align: center;
  }
}
.cid-rPf9G3A2yH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPf9G3A2yH .mbr-text,
.cid-rPf9G3A2yH blockquote {
  color: #232323;
}
.cid-rPf9G3A2yH .mbr-text {
  color: #000000;
}
.cid-rPffF6Aa3s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rPffF6Aa3s .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rPffF6Aa3s .row-element,
.cid-rPffF6Aa3s .image-element {
  padding: 0;
}
.cid-rPffF6Aa3s .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPffF6Aa3s .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rPffF6Aa3s .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rPffF6Aa3s .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rPffF6Aa3s .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rPffF6Aa3s .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rPffF6Aa3s .text-content {
    padding: 2rem 1rem;
  }
  .cid-rPffF6Aa3s .underline .line {
    height: 2px;
  }
  .cid-rPffF6Aa3s .mbr-title,
  .cid-rPffF6Aa3s .underline,
  .cid-rPffF6Aa3s .mbr-text,
  .cid-rPffF6Aa3s .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rPfbRKtZyC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPfbRKtZyC .mbr-text,
.cid-rPfbRKtZyC blockquote {
  color: #232323;
}
.cid-rPfbRKtZyC .mbr-text {
  color: #000000;
}
.cid-rPf9G3XQ4x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f4f7;
}
.cid-rPf9G3XQ4x .mbr-text,
.cid-rPf9G3XQ4x blockquote {
  color: #232323;
}
.cid-rPf9G3XQ4x .mbr-text {
  color: #4d7294;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-sDzD1oA3nG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sDzD1oA3nG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDzD1oA3nG .btn {
  box-shadow: none;
  border-radius: 30px;
  padding: 1rem 3rem;
}
.cid-sDzD1oA3nG .jq-selectbox li {
  padding: 1em 1.5em;
}
.cid-sDzD1oA3nG .col-auto {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-sDzD1oA3nG .form-control,
.cid-sDzD1oA3nG .field-input {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #c1c1c1 !important;
  border-radius: 0;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDzD1oA3nG .form-control::-webkit-input-placeholder,
.cid-sDzD1oA3nG .field-input::-webkit-input-placeholder,
.cid-sDzD1oA3nG .form-control::-webkit-input-placeholder,
.cid-sDzD1oA3nG .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-sDzD1oA3nG .form-control:-moz-placeholder,
.cid-sDzD1oA3nG .field-input:-moz-placeholder,
.cid-sDzD1oA3nG .form-control:-moz-placeholder,
.cid-sDzD1oA3nG .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-sDzD1oA3nG .form-control:hover,
.cid-sDzD1oA3nG .field-input:hover,
.cid-sDzD1oA3nG .form-control:focus,
.cid-sDzD1oA3nG .field-input:focus {
  background-color: #ffffff;
  border-color: transparent!important;
  border-bottom: 1px solid #c1c1c1 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sDzD1oA3nG .form-control:hover::-webkit-input-placeholder,
.cid-sDzD1oA3nG .field-input:hover::-webkit-input-placeholder,
.cid-sDzD1oA3nG .form-control:focus::-webkit-input-placeholder,
.cid-sDzD1oA3nG .field-input:focus::-webkit-input-placeholder,
.cid-sDzD1oA3nG .form-control:hover::-webkit-input-placeholder,
.cid-sDzD1oA3nG .field-input:hover::-webkit-input-placeholder,
.cid-sDzD1oA3nG .form-control:focus::-webkit-input-placeholder,
.cid-sDzD1oA3nG .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-sDzD1oA3nG .form-control:hover:-moz-placeholder,
.cid-sDzD1oA3nG .field-input:hover:-moz-placeholder,
.cid-sDzD1oA3nG .form-control:focus:-moz-placeholder,
.cid-sDzD1oA3nG .field-input:focus:-moz-placeholder,
.cid-sDzD1oA3nG .form-control:hover:-moz-placeholder,
.cid-sDzD1oA3nG .field-input:hover:-moz-placeholder,
.cid-sDzD1oA3nG .form-control:focus:-moz-placeholder,
.cid-sDzD1oA3nG .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-sDzD1oA3nG .jq-number__spin:hover,
.cid-sDzD1oA3nG .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDzD1oA3nG .jq-number__spin {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDzD1oA3nG .jq-selectbox li,
.cid-sDzD1oA3nG .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDzD1oA3nG .jq-selectbox li:hover,
.cid-sDzD1oA3nG .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDzD1oA3nG .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDzD1oA3nG .jq-number__spin.minus:hover:after,
.cid-sDzD1oA3nG .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sDzD1oA3nG .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDzD1oA3nG .jq-number__spin.minus:after,
.cid-sDzD1oA3nG .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sDzD1oA3nG input::-webkit-clear-button {
  display: none;
}
.cid-sDzD1oA3nG input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDzD1oA3nG input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDzD1oA3nG input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sDzD1oA3nG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: black!important;
}
.cid-sDzD1oA3nG .jq-selectbox__dropdown {
  border-radius: 0;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rROy2S0B41 {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rROy2S0B41 .container-fluid {
  padding: 0 3rem;
}
.cid-rROy2S0B41 .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rROy2S0B41 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rROy2S0B41 .mbr-section-title {
  text-align: left;
}
.cid-rROy2SVNsq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rROy2SVNsq .mbr-text,
.cid-rROy2SVNsq blockquote {
  color: #232323;
}
.cid-rROy2SVNsq .mbr-text {
  color: #4d7294;
}
.cid-rROy2Tej7H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rROy2Tej7H .container-fluid {
  padding: 0 3rem;
}
.cid-rROy2Tej7H .media-container-column {
  padding: 0 2rem;
}
.cid-rROy2Tej7H .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #4d7294;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rROy2Tej7H .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rROy2Tej7H .mbr-section-subtitle {
  color: #667c8f;
}
.cid-s0ogYhoaL0 {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-s0ogYhoaL0 .container-fluid {
  padding: 0 3rem;
}
.cid-s0ogYhoaL0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s0ogYhoaL0 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s0ogYhoaL0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-s0ogYhoaL0 .image-block {
    width: 100% !important;
  }
}
.cid-s0ogy1xUAk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0ogy1xUAk .container-fluid {
  padding: 0 3rem;
}
.cid-s0ogy1xUAk .media-container-column {
  padding: 0 2rem;
}
.cid-s0ogy1xUAk .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #4d7294;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-s0ogy1xUAk .container-fluid {
    padding: 0 1rem;
  }
}
.cid-s0ogy1xUAk .mbr-section-subtitle {
  color: #667c8f;
}
.cid-rRSb8POKpi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rRSb8POKpi .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rRSb8POKpi .mbr-shop .row {
  margin: 0;
}
.cid-rRSb8POKpi .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rRSb8POKpi .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rRSb8POKpi .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rRSb8POKpi .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rRSb8POKpi .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rRSb8POKpi .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rRSb8POKpi .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rRSb8POKpi .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rRSb8POKpi .mbr-shop .hide-modal {
  display: none;
}
.cid-rRSb8POKpi .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rRSb8POKpi .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rRSb8POKpi .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rRSb8POKpi .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rRSb8POKpi .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-rRSb8POKpi .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rRSb8POKpi .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rRSb8POKpi .mbr-shop .filter-by-pu,
.cid-rRSb8POKpi .mbr-shop .filter-by-pd,
.cid-rRSb8POKpi .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rRSb8POKpi .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rRSb8POKpi .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rRSb8POKpi .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rRSb8POKpi .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rRSb8POKpi .mbr-shop .galleryItem h4,
.cid-rRSb8POKpi .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rRSb8POKpi .mbr-shop .galleryItem h5,
.cid-rRSb8POKpi .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rRSb8POKpi .mbr-shop .galleryItem p,
.cid-rRSb8POKpi .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rRSb8POKpi .mbr-shop .item-button {
  text-align: center;
}
.cid-rRSb8POKpi .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rRSb8POKpi .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rRSb8POKpi .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rRSb8POKpi .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rRSb8POKpi .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-rRSb8POKpi .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rRSb8POKpi .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rRSb8POKpi .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rRSb8POKpi .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rRSb8POKpi .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rRSb8POKpi .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rRSb8POKpi .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rRSb8POKpi .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rRSb8POKpi .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rRSb8POKpi .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rRSb8POKpi .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rRSb8POKpi .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #fe525b;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rRSb8POKpi .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rRSb8POKpi .mbr-shop .mbr-gallery-item__hided h4,
.cid-rRSb8POKpi .mbr-shop .mbr-gallery-item__hided h5,
.cid-rRSb8POKpi .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rRSb8POKpi .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rRSb8POKpi .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rRSb8POKpi .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rRSb8POKpi .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rRSb8POKpi .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rRSb8POKpi .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rRSb8POKpi .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-rRSb8POKpi .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-rRSb8POKpi .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rRSb8POKpi .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rRSb8POKpi .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-rRSb8POKpi .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-rRSb8POKpi .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rRSb8POKpi .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-rRSb8POKpi .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rRSb8POKpi .mbr-shop .range-controls {
  position: relative;
}
.cid-rRSb8POKpi .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rRSb8POKpi .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-rRSb8POKpi .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-rRSb8POKpi .mbr-shop .toggle:hover,
.cid-rRSb8POKpi .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rRSb8POKpi .mbr-shop .min-toggle {
  left: 0;
}
.cid-rRSb8POKpi .mbr-shop .max-toggle {
  right: 0;
}
.cid-rRSb8POKpi .mbr-shop .hided-by-price {
  display: none;
}
.cid-rRSb8POKpi .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rRSb8POKpi .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rRSb8POKpi .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rRSb8POKpi .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rRSb8POKpi .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rRSb8POKpi .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rRSb8POKpi .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rRSb8POKpi .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rRSb8POKpi .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rRSb8POKpi .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rRSb8POKpi .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rRSb8POKpi .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rRSb8POKpi .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-rRSb8POKpi .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rRSb8POKpi .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rRSb8POKpi .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rRSb8POKpi .mbr-shop .shop-items .onsale,
.cid-rRSb8POKpi .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rRSb8POKpi .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rRSb8POKpi .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rRSb8POKpi .mbr-shop .price-range {
  display: inline-block;
}
.cid-rRSb8POKpi .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rRSb8POKpi .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rRSb8POKpi .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rRSb8POKpi .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rRSb8POKpi .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rRSb8POKpi .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rRSb8POKpi .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rRSb8POKpi .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rRSb8POKpi .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rRSb8POKpi .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rRSb8POKpi .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rRSb8POKpi .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rRSb8POKpi .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rRSb8POKpi .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rRSb8POKpi .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rRSb8POKpi .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rRSb8POKpi .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rRSb8POKpi .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rRSb8POKpi .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rRSb8POKpi .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rRSb8POKpi .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rRSb8POKpi .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rRSb8POKpi .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rRSb8POKpi .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rRSb8POKpi .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rRSb8POKpi .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rRSb8POKpi .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rRSb8POKpi .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rRSb8POKpi .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rRSb8POKpi .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rRSb8POKpi .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rRSb8POKpi .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rRSb8POKpi .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rRSb8POKpi .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
.cid-rRSb8POKpi .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-rRSb8POKpi .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-rRSb8POKpi .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-rRSb8POKpi .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-rRSb8POKpi .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRSb8POKpi .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rRS9ouJNfS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRS9ouJNfS .card-title {
  line-height: 1.6;
  margin: 0;
  color: #030101;
}
.cid-rRS9ouJNfS .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-rRS9ouJNfS .card:hover {
  margin-top: -0.6rem;
}
.cid-rRS9ouJNfS .card-wrapper {
  position: relative;
}
.cid-rRS9ouJNfS .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-rRS9ouJNfS .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-rRS9ouJNfS .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-rRS9ouJNfS .big {
  margin-top: -25%;
}
.cid-rRS9ouJNfS .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-rRS9ouJNfS .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rRS9ouJNfS .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-rRQcGTw32j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRQcGTw32j .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-rRQcGTw32j .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-rRQcGTw32j h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rRQcGTw32j h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-rRQcGTw32j p {
  text-align: left;
}
.cid-rRQcGTw32j img {
  transition: all 0.3s;
}
.cid-rRQcGTw32j .mbr-text {
  color: #667c8f;
}
.cid-rRQcGTw32j .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rRQcGTw32j .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-rRQcGTw32j .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-rRQcGTw32j .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-rRQcGTw32j .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-rRQcGTw32j .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-rRQcGTw32j .card-columns {
    column-gap: 4rem;
  }
}
.cid-rRQcGTw32j .card-title {
  color: #000000;
}
.cid-rROy2TIdWy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rROy2TIdWy .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-rROy2TIdWy .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-rROy2TIdWy h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rROy2TIdWy h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-rROy2TIdWy p {
  text-align: left;
}
.cid-rROy2TIdWy img {
  transition: all 0.3s;
}
.cid-rROy2TIdWy .mbr-text {
  color: #667c8f;
}
.cid-rROy2TIdWy .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rROy2TIdWy .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-rROy2TIdWy .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-rROy2TIdWy .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-rROy2TIdWy .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-rROy2TIdWy .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-rROy2TIdWy .card-columns {
    column-gap: 4rem;
  }
}
.cid-rROy2TIdWy .card-title {
  color: #000000;
}
.cid-rROy2UTRR5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f4f7;
}
.cid-rROy2UTRR5 .mbr-text,
.cid-rROy2UTRR5 blockquote {
  color: #232323;
}
.cid-rROy2UTRR5 .mbr-text {
  color: #4d7294;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rRViYR5YqB {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rRViYR5YqB .container-fluid {
  padding: 0 3rem;
}
.cid-rRViYR5YqB .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rRViYR5YqB .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rRViYR5YqB .mbr-section-title {
  text-align: left;
}
.cid-rRViYSsbjn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRViYSsbjn .mbr-text,
.cid-rRViYSsbjn blockquote {
  color: #232323;
}
.cid-rRViYSsbjn .mbr-text {
  color: #4d7294;
}
.cid-rRViYT68bo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rRViYT68bo .container-fluid {
  padding: 0 3rem;
}
.cid-rRViYT68bo .media-container-column {
  padding: 0 2rem;
}
.cid-rRViYT68bo .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #184c8f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-rRViYT68bo .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rRViYT68bo .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rRViYTK2d0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRViYTK2d0 .mbr-text,
.cid-rRViYTK2d0 blockquote {
  color: #232323;
}
.cid-rRViYTK2d0 .mbr-text {
  color: #000000;
}
.cid-rRViYUcrtW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f4f7;
}
.cid-rRViYUcrtW .mbr-text,
.cid-rRViYUcrtW blockquote {
  color: #232323;
}
.cid-rRViYUcrtW .mbr-text {
  color: #4d7294;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rTCX71q3yx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTCX71q3yx .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-rTCX71q3yx .modal-body .close {
  background: #1b1b1b;
}
.cid-rTCX71q3yx .modal-body .close span {
  font-style: normal;
}
.cid-rTCX71q3yx .carousel-inner > .active,
.cid-rTCX71q3yx .carousel-inner > .next,
.cid-rTCX71q3yx .carousel-inner > .prev {
  display: flex;
}
.cid-rTCX71q3yx .carousel-control .icon-next,
.cid-rTCX71q3yx .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rTCX71q3yx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTCX71q3yx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rTCX71q3yx .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rTCX71q3yx .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rTCX71q3yx .boxed-slider > div {
  position: relative;
}
.cid-rTCX71q3yx .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-rTCX71q3yx .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rTCX71q3yx .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rTCX71q3yx .mbr-table-cell {
  padding: 0;
}
.cid-rTCX71q3yx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rTCX71q3yx .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rTCX71q3yx .mbr-overlay {
  z-index: 1;
}
.cid-rTCX71q3yx .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-rTCX71q3yx .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rTCX71q3yx .carousel-item .container {
    width: 100%;
  }
}
.cid-rTCX71q3yx .carousel-item-next.carousel-item-left,
.cid-rTCX71q3yx .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rTCX71q3yx .active.carousel-item-right,
.cid-rTCX71q3yx .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rTCX71q3yx .active.carousel-item-left,
.cid-rTCX71q3yx .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rTCX71q3yx .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rTCX71q3yx .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rTCX71q3yx .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rTCX71q3yx .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rTCX71q3yx .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rTCX71q3yx .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rTCX71q3yx .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rTCX71q3yx .mbr-slider .carousel-indicators li.active,
.cid-rTCX71q3yx .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rTCX71q3yx .mbr-slider .carousel-indicators li::after,
.cid-rTCX71q3yx .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rTCX71q3yx .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rTCX71q3yx .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rTCX71q3yx .mbr-slider > .container img {
  width: 100%;
}
.cid-rTCX71q3yx .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rTCX71q3yx .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rTCX71q3yx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rTCX71q3yx .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rTCX71q3yx .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rTCX71q3yx .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-rTCX71q3yx .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rTCX71q3yx .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-rTCX71q3yx .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rTCX71q3yx .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rTCX71q3yx .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rTCX71q3yx .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rTCX71q3yx .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rTCX71q3yx .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rTCX71q3yx .carousel-inner {
  height: 100%;
}
.cid-rTCX71q3yx .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rTCX71q3yx .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 580px;
  overflow: hidden;
}
.cid-rTCX71q3yx .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-rTCX71q3yx .content-slider-wrap {
  width: 84%;
}
.cid-rTCX71q3yx H2 {
  text-align: center;
  color: #f9087d;
}
.cid-rTCX71q3yx B {
  color: #ffffff;
}
.cid-rTCX71q3yx P {
  color: #232323;
  text-align: center;
}
.cid-rTCXggmT0m {
  background-image: url("../../../assets/images/img-6554-copy.jpeg");
}
.cid-rTCXggmT0m .mbr-section-title,
.cid-rTCXggmT0m .mbr-section-subtitle {
  color: #879a9f;
}
.cid-rTCXggmT0m .mbr-section-text {
  color: #767676;
}
.cid-rTCXggmT0m .mbr-text,
.cid-rTCXggmT0m .typed-text,
.cid-rTCXggmT0m .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rTCXggmT0m .btn {
  margin-left: 4px !important;
}
.cid-rTCXggmT0m .animated-element {
  color: #fe525b;
}
.cid-rTCXggmT0m .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fe525b;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rTCXggmT0m .mbr-section-title {
  color: #000000;
}
.cid-rTCX72fRoG {
  background-image: url("../../../assets/images/img-43.jpeg");
}
.cid-rTCX72fRoG .mbr-section-title DIV {
  text-align: center;
}
.cid-rTCX72fRoG .mbr-text,
.cid-rTCX72fRoG .mbr-section-btn {
  text-align: center;
}
.cid-rTCX735EYA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #701303;
}
.cid-rTCX735EYA .container-fluid {
  padding: 0 3rem;
}
.cid-rTCX735EYA .media-container-column {
  padding: 0 2rem;
}
.cid-rTCX735EYA .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rTCX735EYA .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rTCX735EYA .mbr-section-subtitle {
  color: #3b6096;
}
.cid-rTCX73JnrK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTCX73JnrK .container-fluid {
  padding: 0 3rem;
}
.cid-rTCX73JnrK .media-container-column {
  padding: 0 2rem;
}
.cid-rTCX73JnrK .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #4d7294;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rTCX73JnrK .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rTCX73JnrK .mbr-section-subtitle {
  color: #000000;
}
.cid-rTCX74j5uH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTCX74j5uH .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-rTCX74j5uH .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-rTCX74j5uH h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rTCX74j5uH h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-rTCX74j5uH p {
  text-align: left;
}
.cid-rTCX74j5uH img {
  transition: all 0.3s;
}
.cid-rTCX74j5uH .mbr-text {
  color: #667c8f;
}
.cid-rTCX74j5uH .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rTCX74j5uH .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-rTCX74j5uH .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-rTCX74j5uH .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-rTCX74j5uH .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-rTCX74j5uH .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-rTCX74j5uH .card-columns {
    column-gap: 4rem;
  }
}
.cid-rTCX74j5uH .card-title {
  color: #000000;
}
.cid-rTCX75ldGs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ebf2f7;
}
.cid-rTCX75ldGs .mbr-text,
.cid-rTCX75ldGs blockquote {
  color: #232323;
}
.cid-rTCX75ldGs .mbr-text {
  color: #274776;
}
.cid-rTCX75ldGs .mbr-text DIV {
  text-align: center;
}
.cid-rTCX75QlP8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTCX75QlP8 .container-fluid {
  padding: 0 3rem;
}
.cid-rTCX75QlP8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
.cid-rTCX75QlP8 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTCX75QlP8 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-rTCX75QlP8 .card .card-wrapper {
  height: 1%;
}
.cid-rTCX75QlP8 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-rTCX75QlP8 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-rTCX75QlP8 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fe525b;
}
.cid-rTCX75QlP8 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-rTCX75QlP8 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-rTCX75QlP8 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rTCX75QlP8 .mbr-section-title,
.cid-rTCX75QlP8 .underline {
  text-align: center;
}
.cid-rTCX77qzim {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTCX77qzim .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rTCX77qzim .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rTCX77qzim .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rTCX77qzim .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rTCX77qzim .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #578dbf;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rTCX77qzim .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rTCX77qzim .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rTCX77qzim .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rTCX77qzim .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #578dbf !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rTCX77qzim .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-rTCX78y5Ib {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rTCX78y5Ib p {
  color: #767676;
}
.cid-rTCX78y5Ib .row-element,
.cid-rTCX78y5Ib .image-element {
  padding: 0;
}
.cid-rTCX78y5Ib .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTCX78y5Ib .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rTCX78y5Ib .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rTCX78y5Ib .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rTCX78y5Ib .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rTCX78y5Ib .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rTCX78y5Ib .text-content {
    padding: 2rem 1rem;
  }
  .cid-rTCX78y5Ib .underline .line {
    height: 2px;
  }
  .cid-rTCX78y5Ib .mbr-title,
  .cid-rTCX78y5Ib .underline,
  .cid-rTCX78y5Ib .mbr-text,
  .cid-rTCX78y5Ib .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rTCX78y5Ib .mbr-title,
.cid-rTCX78y5Ib .underline {
  color: #000000;
}
.cid-rTCX78y5Ib .mbr-text,
.cid-rTCX78y5Ib .mbr-section-btn {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rUO20XwWRw {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rUO20XwWRw .container-fluid {
  padding: 0 3rem;
}
.cid-rUO20XwWRw .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rUO20XwWRw .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rUO20XwWRw .mbr-section-title {
  text-align: left;
}
.cid-rUO20YRCnQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUO20YRCnQ .mbr-text,
.cid-rUO20YRCnQ blockquote {
  color: #232323;
}
.cid-rUO20YRCnQ .mbr-text {
  color: #4d7294;
}
.cid-rUO20ZdkEt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUO20ZdkEt .container-fluid {
  padding: 0 3rem;
}
.cid-rUO20ZdkEt .media-container-column {
  padding: 0 2rem;
}
.cid-rUO20ZdkEt .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #4d7294;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-rUO20ZdkEt .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rUO20ZdkEt .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rUO20ZHmvv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUO20ZHmvv .mbr-text,
.cid-rUO20ZHmvv blockquote {
  color: #232323;
}
.cid-rUO20ZHmvv .mbr-text {
  color: #000000;
}
.cid-rUO2104CnP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f4f7;
}
.cid-rUO2104CnP .mbr-text,
.cid-rUO2104CnP blockquote {
  color: #232323;
}
.cid-rUO2104CnP .mbr-text {
  color: #4d7294;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rVEU1DzEws {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rVEU1DzEws .container-fluid {
  padding: 0 3rem;
}
.cid-rVEU1DzEws .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rVEU1DzEws .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rVEU1DzEws .mbr-section-title {
  text-align: left;
}
.cid-rVEU1EKzg3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVEU1EKzg3 .mbr-text,
.cid-rVEU1EKzg3 blockquote {
  color: #232323;
}
.cid-rVEU1EKzg3 .mbr-text {
  color: #4d7294;
}
.cid-rVEU1FBc0q {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVEU1FBc0q .container-fluid {
  padding: 0 3rem;
}
.cid-rVEU1FBc0q .media-container-column {
  padding: 0 2rem;
}
.cid-rVEU1FBc0q .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #4d7294;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-rVEU1FBc0q .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rVEU1FBc0q .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rVEVFRBIQs {
  background-color: #ffffff;
}
.cid-rVEVFRBIQs .row {
  justify-content: center;
}
.cid-rVEVFRBIQs .title {
  max-width: 800px;
  margin: auto;
}
.cid-rVEVFRBIQs .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rVEVFRBIQs .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rVEVFRBIQs .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rVEVFRBIQs .card {
  padding: 0;
}
.cid-rVEVFRBIQs .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rVEVFRBIQs .card .card-block .photo {
  overflow: hidden;
  border-radius: 30px;
}
.cid-rVEVFRBIQs .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-rVEVFRBIQs .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-rVEVFRBIQs h2 {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-rVEVFRBIQs .btn {
  color: #a26b2d;
  padding: 0;
  margin-left: .2rem;
  margin-top: 0;
}
.cid-rVEVFRBIQs .mbr-section-btn2 {
  display: inline-flex;
}
.cid-rVEVFRBIQs .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-rVEVFRBIQs .icon-btn {
  color: #a26b2d;
  transition: 0.3s;
  line-height: 0;
  margin-left: 1rem;
}
.cid-rVEVFRBIQs .card-block {
  margin: 0 1rem;
}
.cid-rVEVFRBIQs .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-rVEVFRBIQs .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: #f6ae25;
}
.cid-rVEVFRBIQs .link-card2 {
  transition: 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-rVEVFRBIQs .link-card2:hover {
  color: #a26b2d;
}
.cid-rVEVFRBIQs .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-rVEVFRBIQs .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-rVEVFRBIQs .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rVEVFRBIQs {
    padding-top: 26px;
    padding-bottom: 10px;
  }
  .cid-rVEVFRBIQs .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rVEVFRBIQs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-rVEVFRBIQs .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-rVEVFRBIQs .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  font-weight: 700;
  margin-left: 5px;
}
.cid-rVEVFRBIQs H2 {
  color: #ed4471;
}
.cid-rVEVFRBIQs .mbr-section-title,
.cid-rVEVFRBIQs .link-wrap {
  color: #000000;
  text-align: center;
}
.cid-rVEVFRBIQs .mbr-section-subtitle {
  color: #228555;
}
.cid-rVEU1GQM9U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVEU1GQM9U .mbr-text,
.cid-rVEU1GQM9U blockquote {
  color: #232323;
}
.cid-rVEU1GQM9U .mbr-text {
  color: #000000;
}
.cid-rVEU1HVaZQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f4f7;
}
.cid-rVEU1HVaZQ .mbr-text,
.cid-rVEU1HVaZQ blockquote {
  color: #232323;
}
.cid-rVEU1HVaZQ .mbr-text {
  color: #4d7294;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-rVFkyxgRVD {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rVFkyxgRVD .container-fluid {
  padding: 0 3rem;
}
.cid-rVFkyxgRVD .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rVFkyxgRVD .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rVFkyxgRVD .mbr-section-title {
  text-align: left;
}
.cid-rVFkyygcLx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVFkyygcLx .mbr-text,
.cid-rVFkyygcLx blockquote {
  color: #232323;
}
.cid-rVFkyygcLx .mbr-text {
  color: #4d7294;
}
.cid-rVFkyyzlH5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVFkyyzlH5 .container-fluid {
  padding: 0 3rem;
}
.cid-rVFkyyzlH5 .media-container-column {
  padding: 0 2rem;
}
.cid-rVFkyyzlH5 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #4d7294;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-rVFkyyzlH5 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rVFkyyzlH5 .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-rVFkyz4rJj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVFkyz4rJj .mbr-text,
.cid-rVFkyz4rJj blockquote {
  color: #232323;
}
.cid-rVFkyz4rJj .mbr-text {
  color: #000000;
}
.cid-rVFkyzsNKL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1f7fd;
}
.cid-rVFkyzsNKL .mbr-text,
.cid-rVFkyzsNKL blockquote {
  color: #232323;
}
.cid-rVFkyzsNKL .mbr-text {
  color: #184c8f;
}
.cid-rVFkyzNspx {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rVFkyzNspx .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rVFkyzNspx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
.cid-rVFkyzNspx .container-fluid {
  padding: 0 3rem;
}
.cid-rVFkyzNspx .mbr-iconfont {
  color: #cccccc;
  font-size: 1.6rem;
}
.cid-rVFkyzNspx .mbr-iconfont:hover {
  color: #ffa0a4;
}
.cid-rVFkyzNspx .image-wrap img {
  border-radius: 50%;
  width: 40%;
  height: 40%;
}
.cid-rVFkyzNspx .mbr-title {
  margin-bottom: 0;
}
.cid-rVFkyzNspx .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-rVFkyzNspx .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-rVFkyzNspx .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-rVFkyzNspx .card-wrap {
    padding: 0 1rem;
  }
  .cid-rVFkyzNspx .container-fluid {
    padding: 0 1rem;
  }
  .cid-rVFkyzNspx .mbr-role {
    margin-top: .5rem;
  }
}
.cid-rVFkyzNspx .social-media,
.cid-rVFkyzNspx .image-wrap,
.cid-rVFkyzNspx .mbr-title {
  color: #184c8f;
}
.cid-rVFkyzNspx .mbr-role {
  color: #53729b;
}
.cid-rVFkyzNspx .mbr-section-subtitle {
  color: #53729b;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-scCS6pAm0h {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scCS6pAm0h .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-scCS6pAm0h .modal-body .close {
  background: #1b1b1b;
}
.cid-scCS6pAm0h .modal-body .close span {
  font-style: normal;
}
.cid-scCS6pAm0h .carousel-inner > .active,
.cid-scCS6pAm0h .carousel-inner > .next,
.cid-scCS6pAm0h .carousel-inner > .prev {
  display: flex;
}
.cid-scCS6pAm0h .carousel-control .icon-next,
.cid-scCS6pAm0h .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scCS6pAm0h .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scCS6pAm0h .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scCS6pAm0h .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scCS6pAm0h .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scCS6pAm0h .boxed-slider > div {
  position: relative;
}
.cid-scCS6pAm0h .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-scCS6pAm0h .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-scCS6pAm0h .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scCS6pAm0h .mbr-table-cell {
  padding: 0;
}
.cid-scCS6pAm0h .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scCS6pAm0h .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scCS6pAm0h .mbr-overlay {
  z-index: 1;
}
.cid-scCS6pAm0h .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-scCS6pAm0h .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-scCS6pAm0h .carousel-item .container {
    width: 100%;
  }
}
.cid-scCS6pAm0h .carousel-item-next.carousel-item-left,
.cid-scCS6pAm0h .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scCS6pAm0h .active.carousel-item-right,
.cid-scCS6pAm0h .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scCS6pAm0h .active.carousel-item-left,
.cid-scCS6pAm0h .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scCS6pAm0h .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-scCS6pAm0h .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scCS6pAm0h .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scCS6pAm0h .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scCS6pAm0h .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scCS6pAm0h .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scCS6pAm0h .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-scCS6pAm0h .mbr-slider .carousel-indicators li.active,
.cid-scCS6pAm0h .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scCS6pAm0h .mbr-slider .carousel-indicators li::after,
.cid-scCS6pAm0h .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scCS6pAm0h .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scCS6pAm0h .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scCS6pAm0h .mbr-slider > .container img {
  width: 100%;
}
.cid-scCS6pAm0h .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scCS6pAm0h .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scCS6pAm0h .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scCS6pAm0h .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scCS6pAm0h .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scCS6pAm0h .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-scCS6pAm0h .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scCS6pAm0h .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-scCS6pAm0h .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scCS6pAm0h .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scCS6pAm0h .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scCS6pAm0h .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scCS6pAm0h .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scCS6pAm0h .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scCS6pAm0h .carousel-inner {
  height: 100%;
}
.cid-scCS6pAm0h .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scCS6pAm0h .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 580px;
  overflow: hidden;
}
.cid-scCS6pAm0h .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-scCS6pAm0h .content-slider-wrap {
  width: 84%;
}
.cid-scCS6pAm0h H2 {
  text-align: center;
  color: #f9087d;
}
.cid-scCS6pAm0h B {
  color: #ffffff;
}
.cid-scCS6pAm0h P {
  color: #232323;
  text-align: center;
}
.cid-sDeX15nNUd {
  background-image: url("../../../assets/images/mbr-32.jpeg");
}
.cid-sDeX15nNUd .column-content {
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sDeX15nNUd .text-content .btn-bgr {
  z-index: 0;
}
.cid-sDeX15nNUd .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sDeX15nNUd .container-full-width {
  position: relative;
}
.cid-sDeX15nNUd .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sDeX15nNUd .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sDeX15nNUd .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sDeX15nNUd .text-content {
    width: 540px;
  }
  .cid-sDeX15nNUd .column-content {
    width: 100%;
  }
  .cid-sDeX15nNUd .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sDeX15nNUd .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sDeX15nNUd .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sDeX15nNUd .column-content {
    width: 50%;
  }
  .cid-sDeX15nNUd .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sDeX15nNUd .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDeX15nNUd .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sDeX15nNUd .column-content {
    height: 33rem;
  }
}
.cid-sDeX15nNUd .mbr-text,
.cid-sDeX15nNUd .mbr-section-btn {
  color: #274d77;
}
.cid-sDeX15nNUd H1 {
  color: #f6ae25;
}
.cid-sDeX5Zuzr0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDeX5Zuzr0 .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sDeX5Zuzr0 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sDeX5Zuzr0 .mbr-section-title {
  margin: 0;
  color: #ffb62c;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-sDeX5Zuzr0 .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-sDeX5Zuzr0 .mbr-section-text {
  line-height: 1.5;
  color: #4b5792;
  font-weight: 400;
}
.cid-sDeX5Zuzr0 .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-sDeX5Zuzr0 .display-2 {
  font-size: 38px;
}
.cid-sDeX5Zuzr0 .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #efefef;
  margin-bottom: 10px;
}
.cid-sDeX5Zuzr0 .wrapper .img {
  margin-bottom: 20px;
}
.cid-sDeX5Zuzr0 .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sDeX5Zuzr0 .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sDeX5Zuzr0 .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-sDeX5Zuzr0 .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sDeX5Zuzr0 .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-sDeX5Zuzr0 * {
    text-align: left;
  }
}
.cid-sDeX5Zuzr0 .wrapper .mbr-text,
.cid-sDeX5Zuzr0 .img {
  color: #4b5792;
}
.cid-sDeX5Zuzr0 .mbr-card-title,
.cid-sDeX5Zuzr0 .img {
  color: #002e80;
}
.cid-sDoUtV1BcJ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDoUtV1BcJ .mbr-text {
  line-height: 1.5;
  color: #4b5792;
}
.cid-sDoUtV1BcJ .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sDoUtV1BcJ .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sDoUtV1BcJ .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sDoUtV1BcJ .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sDoUtV1BcJ .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sDoUtV1BcJ .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sDoUtV1BcJ .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sDoUtV1BcJ .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sDoUtV1BcJ .mbr-section-title {
  text-align: left;
  color: #ffb62c;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-scIWTZS48I {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scIWTZS48I .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-scIWTZS48I .modal-body .close {
  background: #1b1b1b;
}
.cid-scIWTZS48I .modal-body .close span {
  font-style: normal;
}
.cid-scIWTZS48I .carousel-inner > .active,
.cid-scIWTZS48I .carousel-inner > .next,
.cid-scIWTZS48I .carousel-inner > .prev {
  display: flex;
}
.cid-scIWTZS48I .carousel-control .icon-next,
.cid-scIWTZS48I .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scIWTZS48I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scIWTZS48I .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scIWTZS48I .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scIWTZS48I .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scIWTZS48I .boxed-slider > div {
  position: relative;
}
.cid-scIWTZS48I .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-scIWTZS48I .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-scIWTZS48I .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scIWTZS48I .mbr-table-cell {
  padding: 0;
}
.cid-scIWTZS48I .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scIWTZS48I .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scIWTZS48I .mbr-overlay {
  z-index: 1;
}
.cid-scIWTZS48I .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-scIWTZS48I .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-scIWTZS48I .carousel-item .container {
    width: 100%;
  }
}
.cid-scIWTZS48I .carousel-item-next.carousel-item-left,
.cid-scIWTZS48I .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scIWTZS48I .active.carousel-item-right,
.cid-scIWTZS48I .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scIWTZS48I .active.carousel-item-left,
.cid-scIWTZS48I .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scIWTZS48I .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-scIWTZS48I .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scIWTZS48I .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scIWTZS48I .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scIWTZS48I .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scIWTZS48I .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scIWTZS48I .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-scIWTZS48I .mbr-slider .carousel-indicators li.active,
.cid-scIWTZS48I .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scIWTZS48I .mbr-slider .carousel-indicators li::after,
.cid-scIWTZS48I .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scIWTZS48I .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scIWTZS48I .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scIWTZS48I .mbr-slider > .container img {
  width: 100%;
}
.cid-scIWTZS48I .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scIWTZS48I .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scIWTZS48I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scIWTZS48I .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scIWTZS48I .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scIWTZS48I .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-scIWTZS48I .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scIWTZS48I .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-scIWTZS48I .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scIWTZS48I .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scIWTZS48I .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scIWTZS48I .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scIWTZS48I .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scIWTZS48I .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scIWTZS48I .carousel-inner {
  height: 100%;
}
.cid-scIWTZS48I .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scIWTZS48I .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 580px;
  overflow: hidden;
}
.cid-scIWTZS48I .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-scIWTZS48I .content-slider-wrap {
  width: 84%;
}
.cid-scIWTZS48I H2 {
  text-align: center;
  color: #f9087d;
}
.cid-scIWTZS48I B {
  color: #ffffff;
}
.cid-scIWTZS48I P {
  color: #232323;
  text-align: center;
}
.cid-sDloccLhA0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDloccLhA0 .mbr-text,
.cid-sDloccLhA0 blockquote {
  color: #232323;
}
.cid-sDloccLhA0 .mbr-text {
  color: #a26b2d;
}
.cid-sDloccLhA0 .mbr-text DIV {
  text-align: center;
}
.cid-sDlosBngJR {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDlosBngJR .mbr-text,
.cid-sDlosBngJR blockquote {
  color: #232323;
}
.cid-sDlosBngJR .mbr-text {
  color: #a26b2d;
}
.cid-sDlosBngJR .mbr-text DIV {
  text-align: center;
}
.cid-sDl5isYebK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDl5isYebK .mbr-iconfont {
  color: #767676;
  font-size: 2rem;
}
.cid-sDl5isYebK .title,
.cid-sDl5isYebK .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sDl5isYebK .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sDl5isYebK .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sDl5isYebK .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sDl5isYebK .text-box {
  padding: 0rem;
}
.cid-sDl5isYebK .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sDl5isYebK .card-title {
  color: #149dcc;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sDl5isYebK .card-img {
  overflow: hidden;
}
.cid-sDl5isYebK .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sDl5isYebK .card-box {
  padding: 0rem;
}
.cid-sDl5isYebK img {
  transition: all 0.3s;
}
.cid-sDl5isYebK .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sDl5isYebK .status {
  color: #f6ae25;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sDl5isYebK .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDl5isYebK .card-img {
    width: 30%;
  }
  .cid-sDl5isYebK .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDl5isYebK .card-img {
    width: 50%;
  }
  .cid-sDl5isYebK .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sDl5isYebK .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sDl5isYebK .card-img {
    width: 100%;
  }
  .cid-sDl5isYebK .card-box {
    width: 100%;
  }
}
.cid-sDl5isYebK .card-box > p,
.cid-sDl5isYebK .mbr-section-btn {
  color: #767676;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-scJ4kOPiZM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scJ4kOPiZM .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-scJ4kOPiZM .modal-body .close {
  background: #1b1b1b;
}
.cid-scJ4kOPiZM .modal-body .close span {
  font-style: normal;
}
.cid-scJ4kOPiZM .carousel-inner > .active,
.cid-scJ4kOPiZM .carousel-inner > .next,
.cid-scJ4kOPiZM .carousel-inner > .prev {
  display: flex;
}
.cid-scJ4kOPiZM .carousel-control .icon-next,
.cid-scJ4kOPiZM .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scJ4kOPiZM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scJ4kOPiZM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scJ4kOPiZM .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scJ4kOPiZM .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scJ4kOPiZM .boxed-slider > div {
  position: relative;
}
.cid-scJ4kOPiZM .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-scJ4kOPiZM .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-scJ4kOPiZM .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scJ4kOPiZM .mbr-table-cell {
  padding: 0;
}
.cid-scJ4kOPiZM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scJ4kOPiZM .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scJ4kOPiZM .mbr-overlay {
  z-index: 1;
}
.cid-scJ4kOPiZM .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-scJ4kOPiZM .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-scJ4kOPiZM .carousel-item .container {
    width: 100%;
  }
}
.cid-scJ4kOPiZM .carousel-item-next.carousel-item-left,
.cid-scJ4kOPiZM .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scJ4kOPiZM .active.carousel-item-right,
.cid-scJ4kOPiZM .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scJ4kOPiZM .active.carousel-item-left,
.cid-scJ4kOPiZM .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scJ4kOPiZM .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-scJ4kOPiZM .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scJ4kOPiZM .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scJ4kOPiZM .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scJ4kOPiZM .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scJ4kOPiZM .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scJ4kOPiZM .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-scJ4kOPiZM .mbr-slider .carousel-indicators li.active,
.cid-scJ4kOPiZM .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scJ4kOPiZM .mbr-slider .carousel-indicators li::after,
.cid-scJ4kOPiZM .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scJ4kOPiZM .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scJ4kOPiZM .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scJ4kOPiZM .mbr-slider > .container img {
  width: 100%;
}
.cid-scJ4kOPiZM .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scJ4kOPiZM .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scJ4kOPiZM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scJ4kOPiZM .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scJ4kOPiZM .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scJ4kOPiZM .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-scJ4kOPiZM .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scJ4kOPiZM .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-scJ4kOPiZM .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scJ4kOPiZM .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scJ4kOPiZM .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scJ4kOPiZM .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scJ4kOPiZM .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scJ4kOPiZM .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scJ4kOPiZM .carousel-inner {
  height: 100%;
}
.cid-scJ4kOPiZM .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scJ4kOPiZM .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 580px;
  overflow: hidden;
}
.cid-scJ4kOPiZM .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-scJ4kOPiZM .content-slider-wrap {
  width: 84%;
}
.cid-scJ4kOPiZM H2 {
  text-align: center;
  color: #f9087d;
}
.cid-scJ4kOPiZM B {
  color: #ffffff;
}
.cid-scJ4kOPiZM P {
  color: #232323;
  text-align: center;
}
.cid-scJ4kR1k33 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scJ4kR1k33 .mbr-text,
.cid-scJ4kR1k33 blockquote {
  color: #232323;
}
.cid-scJ4kR1k33 .mbr-text {
  color: #ab464c;
}
.cid-scJ4kR1k33 .mbr-text DIV {
  text-align: center;
}
.cid-scJdkFMKTF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scJdkFMKTF p {
  color: #767676;
}
.cid-scJdkFMKTF .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-scJdkFMKTF .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-scJdkFMKTF .row-element,
.cid-scJdkFMKTF .image-element {
  padding: 0;
}
.cid-scJdkFMKTF .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scJdkFMKTF .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-scJdkFMKTF .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-scJdkFMKTF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-scJdkFMKTF .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-scJdkFMKTF .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-scJdkFMKTF .text-content {
    padding: 2rem 1rem;
  }
  .cid-scJdkFMKTF .underline .line {
    height: 2px;
  }
  .cid-scJdkFMKTF .mbr-title,
  .cid-scJdkFMKTF .underline,
  .cid-scJdkFMKTF .mbr-text,
  .cid-scJdkFMKTF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-scJdkFMKTF .mbr-title,
.cid-scJdkFMKTF .underline {
  color: #000000;
}
.cid-scJdkFMKTF .mbr-text,
.cid-scJdkFMKTF .mbr-section-btn {
  color: #000000;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-scJzQIp8ve {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scJzQIp8ve .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-scJzQIp8ve .modal-body .close {
  background: #1b1b1b;
}
.cid-scJzQIp8ve .modal-body .close span {
  font-style: normal;
}
.cid-scJzQIp8ve .carousel-inner > .active,
.cid-scJzQIp8ve .carousel-inner > .next,
.cid-scJzQIp8ve .carousel-inner > .prev {
  display: flex;
}
.cid-scJzQIp8ve .carousel-control .icon-next,
.cid-scJzQIp8ve .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scJzQIp8ve .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scJzQIp8ve .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scJzQIp8ve .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scJzQIp8ve .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scJzQIp8ve .boxed-slider > div {
  position: relative;
}
.cid-scJzQIp8ve .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-scJzQIp8ve .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-scJzQIp8ve .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scJzQIp8ve .mbr-table-cell {
  padding: 0;
}
.cid-scJzQIp8ve .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scJzQIp8ve .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scJzQIp8ve .mbr-overlay {
  z-index: 1;
}
.cid-scJzQIp8ve .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-scJzQIp8ve .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-scJzQIp8ve .carousel-item .container {
    width: 100%;
  }
}
.cid-scJzQIp8ve .carousel-item-next.carousel-item-left,
.cid-scJzQIp8ve .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scJzQIp8ve .active.carousel-item-right,
.cid-scJzQIp8ve .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scJzQIp8ve .active.carousel-item-left,
.cid-scJzQIp8ve .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scJzQIp8ve .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-scJzQIp8ve .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scJzQIp8ve .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scJzQIp8ve .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scJzQIp8ve .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scJzQIp8ve .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scJzQIp8ve .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-scJzQIp8ve .mbr-slider .carousel-indicators li.active,
.cid-scJzQIp8ve .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scJzQIp8ve .mbr-slider .carousel-indicators li::after,
.cid-scJzQIp8ve .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scJzQIp8ve .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scJzQIp8ve .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scJzQIp8ve .mbr-slider > .container img {
  width: 100%;
}
.cid-scJzQIp8ve .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scJzQIp8ve .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scJzQIp8ve .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scJzQIp8ve .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scJzQIp8ve .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scJzQIp8ve .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-scJzQIp8ve .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scJzQIp8ve .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-scJzQIp8ve .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scJzQIp8ve .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scJzQIp8ve .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scJzQIp8ve .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scJzQIp8ve .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scJzQIp8ve .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scJzQIp8ve .carousel-inner {
  height: 100%;
}
.cid-scJzQIp8ve .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scJzQIp8ve .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 580px;
  overflow: hidden;
}
.cid-scJzQIp8ve .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-scJzQIp8ve .content-slider-wrap {
  width: 84%;
}
.cid-scJzQIp8ve H2 {
  text-align: center;
  color: #f9087d;
}
.cid-scJzQIp8ve B {
  color: #ffffff;
}
.cid-scJzQIp8ve P {
  color: #232323;
  text-align: center;
}
.cid-scJAgxRr6Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scJAgxRr6Z .mbr-text,
.cid-scJAgxRr6Z blockquote {
  color: #232323;
}
.cid-scJAgxRr6Z .mbr-text {
  color: #1c1c1c;
}
.cid-scJAgxRr6Z .mbr-text DIV {
  text-align: center;
}
.cid-sDmugRJoCM {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDmugRJoCM .mbr-text,
.cid-sDmugRJoCM blockquote {
  color: #232323;
}
.cid-sDmugRJoCM .mbr-text {
  color: #a26b2d;
}
.cid-sDmugRJoCM .mbr-text DIV {
  text-align: center;
}
.cid-sDkmmW92em {
  background-image: url("../../../assets/images/mbr-32.jpeg");
}
.cid-sDkmmW92em .column-content {
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sDkmmW92em .text-content .btn-bgr {
  z-index: 0;
}
.cid-sDkmmW92em .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sDkmmW92em .container-full-width {
  position: relative;
}
.cid-sDkmmW92em .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sDkmmW92em .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sDkmmW92em .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sDkmmW92em .text-content {
    width: 540px;
  }
  .cid-sDkmmW92em .column-content {
    width: 100%;
  }
  .cid-sDkmmW92em .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sDkmmW92em .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sDkmmW92em .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sDkmmW92em .column-content {
    width: 50%;
  }
  .cid-sDkmmW92em .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sDkmmW92em .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDkmmW92em .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sDkmmW92em .column-content {
    height: 33rem;
  }
}
.cid-sDkmmW92em .mbr-text,
.cid-sDkmmW92em .mbr-section-btn {
  color: #274d77;
}
.cid-sDkmmW92em H1 {
  color: #f6ae25;
}
.cid-scJzXgVfht {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scJzXgVfht p {
  color: #767676;
}
.cid-scJzXgVfht .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-scJzXgVfht .row-element,
.cid-scJzXgVfht .image-element {
  padding: 0;
}
.cid-scJzXgVfht .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scJzXgVfht .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-scJzXgVfht .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-scJzXgVfht .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #396dda, #f6ae25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-scJzXgVfht .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-scJzXgVfht .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-scJzXgVfht .text-content {
    padding: 2rem 1rem;
  }
  .cid-scJzXgVfht .underline .line {
    height: 2px;
  }
  .cid-scJzXgVfht .mbr-title,
  .cid-scJzXgVfht .underline,
  .cid-scJzXgVfht .mbr-text,
  .cid-scJzXgVfht .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-scJzXgVfht .mbr-title,
.cid-scJzXgVfht .underline {
  color: #000000;
}
.cid-scJzXgVfht .mbr-text,
.cid-scJzXgVfht .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-scJzY5rfTG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scJzY5rfTG .mbr-text,
.cid-scJzY5rfTG blockquote {
  color: #232323;
}
.cid-scJzY5rfTG .mbr-text {
  color: #1c1c1c;
}
.cid-scJzY5rfTG .mbr-text DIV {
  text-align: center;
}
.cid-scJzQKmrh5 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-6554-copy.jpeg");
}
.cid-scJzQKmrh5 .mbr-section-title,
.cid-scJzQKmrh5 .mbr-section-subtitle {
  color: #879a9f;
}
.cid-scJzQKmrh5 .mbr-section-text {
  color: #767676;
}
.cid-scJzQKmrh5 .mbr-text,
.cid-scJzQKmrh5 .typed-text,
.cid-scJzQKmrh5 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-scJzQKmrh5 .btn {
  margin-left: 4px !important;
}
.cid-scJzQKmrh5 .animated-element {
  color: #fe525b;
}
.cid-scJzQKmrh5 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fe525b;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-scJzQKmrh5 .mbr-section-title {
  color: #ffffff;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-scOWPKWvMU {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scOWPKWvMU .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-scOWPKWvMU .modal-body .close {
  background: #1b1b1b;
}
.cid-scOWPKWvMU .modal-body .close span {
  font-style: normal;
}
.cid-scOWPKWvMU .carousel-inner > .active,
.cid-scOWPKWvMU .carousel-inner > .next,
.cid-scOWPKWvMU .carousel-inner > .prev {
  display: flex;
}
.cid-scOWPKWvMU .carousel-control .icon-next,
.cid-scOWPKWvMU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scOWPKWvMU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scOWPKWvMU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scOWPKWvMU .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scOWPKWvMU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scOWPKWvMU .boxed-slider > div {
  position: relative;
}
.cid-scOWPKWvMU .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-scOWPKWvMU .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-scOWPKWvMU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scOWPKWvMU .mbr-table-cell {
  padding: 0;
}
.cid-scOWPKWvMU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scOWPKWvMU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scOWPKWvMU .mbr-overlay {
  z-index: 1;
}
.cid-scOWPKWvMU .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-scOWPKWvMU .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-scOWPKWvMU .carousel-item .container {
    width: 100%;
  }
}
.cid-scOWPKWvMU .carousel-item-next.carousel-item-left,
.cid-scOWPKWvMU .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scOWPKWvMU .active.carousel-item-right,
.cid-scOWPKWvMU .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scOWPKWvMU .active.carousel-item-left,
.cid-scOWPKWvMU .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scOWPKWvMU .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-scOWPKWvMU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scOWPKWvMU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scOWPKWvMU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scOWPKWvMU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scOWPKWvMU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scOWPKWvMU .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-scOWPKWvMU .mbr-slider .carousel-indicators li.active,
.cid-scOWPKWvMU .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scOWPKWvMU .mbr-slider .carousel-indicators li::after,
.cid-scOWPKWvMU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scOWPKWvMU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scOWPKWvMU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scOWPKWvMU .mbr-slider > .container img {
  width: 100%;
}
.cid-scOWPKWvMU .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scOWPKWvMU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scOWPKWvMU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scOWPKWvMU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scOWPKWvMU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scOWPKWvMU .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-scOWPKWvMU .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scOWPKWvMU .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-scOWPKWvMU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scOWPKWvMU .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scOWPKWvMU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scOWPKWvMU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scOWPKWvMU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scOWPKWvMU .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scOWPKWvMU .carousel-inner {
  height: 100%;
}
.cid-scOWPKWvMU .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scOWPKWvMU .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 580px;
  overflow: hidden;
}
.cid-scOWPKWvMU .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-scOWPKWvMU .content-slider-wrap {
  width: 84%;
}
.cid-scOWPKWvMU H2 {
  text-align: center;
  color: #f9087d;
}
.cid-scOWPKWvMU B {
  color: #ffffff;
}
.cid-scOWPKWvMU P {
  color: #232323;
  text-align: center;
}
.cid-scOZJ3QAef {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scOZJ3QAef .mbr-text,
.cid-scOZJ3QAef blockquote {
  color: #232323;
}
.cid-scOZJ3QAef .mbr-text {
  color: #1c1c1c;
}
.cid-scOZJ3QAef .mbr-text DIV {
  text-align: center;
}
.cid-sDjlb3ixGi {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sDjlb3ixGi .container {
    max-width: 1400px;
  }
}
.cid-sDjlb3ixGi img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-sDjlb3ixGi .content {
  margin: auto;
}
.cid-sDjlb3ixGi .mbr-text,
.cid-sDjlb3ixGi .mbr-section-btn {
  color: #f6ae25;
}
@media (max-width: 1200px) {
  .cid-sDjlb3ixGi img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sDjlb3ixGi .img-col {
    padding-bottom: 2rem;
  }
}
.cid-sDjlb3ixGi .quote {
  color: #f6ae25;
}
.cid-sDjlb3ixGi H3 {
  color: #200960;
}
.cid-sDjlb3ixGi H4 {
  color: #f6ae25;
}
.cid-sDjlb3ixGi .mbr-text {
  color: #130947;
}
.cid-sDjkIOR4Q7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDjkIOR4Q7 .first {
  border-top: 1px solid #3098f3;
  padding-top: 1rem;
}
.cid-sDjkIOR4Q7 .icon {
  position: relative;
  margin: 0;
  padding-top: 1rem;
  border-bottom: 1px solid #3098f3;
  padding-right: 2rem;
}
.cid-sDjkIOR4Q7 .icon div {
  padding: 0;
}
.cid-sDjkIOR4Q7 .icon:before {
  position: absolute;
  cursor: pointer;
  right: 0px;
  content: "\e909";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3098f3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 20%;
  font-family: 'Moririse2' !important;
  font-size: 0.8rem;
  padding-left: 3px;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-sDentejxej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDentejxej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDentejxej a {
  font-style: normal;
}
.cid-sDentejxej .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDentejxej .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDentejxej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDentejxej .content-text {
  margin-bottom: 0;
}
.cid-sDentejxej .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDentejxej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDentejxej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDentejxej .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDentejxej .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDentejxej .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDentejxej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDentejxej .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDentejxej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDentejxej .content-right-side {
  text-align: center;
}
.cid-sDentejxej .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDentejxej .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDentejxej .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDentejxej .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDentejxej .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDentejxej img {
    height: 3.8rem !important;
  }
  .cid-sDentejxej .btn {
    display: -webkit-flex;
  }
  .cid-sDentejxej button.navbar-toggler {
    display: block;
  }
  .cid-sDentejxej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDentejxej .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDentejxej .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing,
  .cid-sDentejxej .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDentejxej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDentejxej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDentejxej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDentejxej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDentejxej .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDentejxej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDentejxej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDentejxej .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDentejxej .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDentejxej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDentejxej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDentejxej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDentejxej .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDentejxej .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDentejxej .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDentejxej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDentejxej .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDentejxej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDentejxej .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDentejxej .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDentejxej .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDentejxej .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDentejxej .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDentejxej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDentejxej .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDentejxej .navbar-toggler {
    display: none;
  }
  .cid-sDentejxej .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDentejxej .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDentejxej .menu-logo {
  margin-right: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDentejxej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDentejxej .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDentejxej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDentejxej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDentejxej .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-sDentejxej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDentejxej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDentejxej .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDentejxej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDentejxej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDentejxej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDentejxej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDentejxej button.navbar-toggler:focus {
  outline: none;
}
.cid-sDentejxej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDentejxej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDentejxej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDentejxej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDentejxej .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDentejxej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing,
.cid-sDentejxej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDentejxej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDentejxej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDentejxej .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDentejxej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDentejxej .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDentejxej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDentejxej .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDentejxej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDentejxej .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDentejxej .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDentejxej .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDentejxej .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDentejxej .nav-link:focus {
  outline: none;
}
.cid-sDentejxej .navbar-toggler {
  position: relative;
}
.cid-sDentejxej .dropdown-item.active,
.cid-sDentejxej .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDentejxej .nav-link:hover,
.cid-sDentejxej .dropdown-item:hover {
  color: #4284df;
}
.cid-sDentejxej .widget-text {
  color: #a26b2d;
}
.cid-rm64iblYCP {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rm64iblYCP .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-rm64iblYCP .modal-body .close {
  background: #1b1b1b;
}
.cid-rm64iblYCP .modal-body .close span {
  font-style: normal;
}
.cid-rm64iblYCP .carousel-inner > .active,
.cid-rm64iblYCP .carousel-inner > .next,
.cid-rm64iblYCP .carousel-inner > .prev {
  display: flex;
}
.cid-rm64iblYCP .carousel-control .icon-next,
.cid-rm64iblYCP .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rm64iblYCP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rm64iblYCP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rm64iblYCP .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rm64iblYCP .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rm64iblYCP .boxed-slider > div {
  position: relative;
}
.cid-rm64iblYCP .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-rm64iblYCP .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rm64iblYCP .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rm64iblYCP .mbr-table-cell {
  padding: 0;
}
.cid-rm64iblYCP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rm64iblYCP .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rm64iblYCP .mbr-overlay {
  z-index: 1;
}
.cid-rm64iblYCP .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-rm64iblYCP .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rm64iblYCP .carousel-item .container {
    width: 100%;
  }
}
.cid-rm64iblYCP .carousel-item-next.carousel-item-left,
.cid-rm64iblYCP .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rm64iblYCP .active.carousel-item-right,
.cid-rm64iblYCP .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rm64iblYCP .active.carousel-item-left,
.cid-rm64iblYCP .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rm64iblYCP .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rm64iblYCP .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rm64iblYCP .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rm64iblYCP .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rm64iblYCP .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rm64iblYCP .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rm64iblYCP .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rm64iblYCP .mbr-slider .carousel-indicators li.active,
.cid-rm64iblYCP .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rm64iblYCP .mbr-slider .carousel-indicators li::after,
.cid-rm64iblYCP .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rm64iblYCP .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rm64iblYCP .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rm64iblYCP .mbr-slider > .container img {
  width: 100%;
}
.cid-rm64iblYCP .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rm64iblYCP .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rm64iblYCP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rm64iblYCP .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rm64iblYCP .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rm64iblYCP .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-rm64iblYCP .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rm64iblYCP .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-rm64iblYCP .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rm64iblYCP .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rm64iblYCP .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rm64iblYCP .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rm64iblYCP .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rm64iblYCP .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rm64iblYCP .carousel-inner {
  height: 100%;
}
.cid-rm64iblYCP .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rm64iblYCP .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 580px;
  overflow: hidden;
}
.cid-rm64iblYCP .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-rm64iblYCP .content-slider-wrap {
  width: 84%;
}
.cid-rm64iblYCP H2 {
  text-align: center;
  color: #f9087d;
}
.cid-rm64iblYCP B {
  color: #ffffff;
}
.cid-rm64iblYCP P {
  color: #232323;
  text-align: center;
}
.cid-sDedtd2cvP {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-29.jpeg");
  background-position: 20% 80%;
}
.cid-sDedtd2cvP H2 {
  color: #d58f76;
}
.cid-sDedtd2cvP .row {
  justify-content: flex-end;
}
.cid-sDedtd2cvP img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-sDedtd2cvP .mbr-overlay {
    opacity: 0.7 !important;
  }
}
.cid-sDedtd2cvP H1 {
  color: #ffef00;
}
.cid-sDedtd2cvP .mbr-text,
.cid-sDedtd2cvP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sDedDSA0oP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDedDSA0oP .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sDedDSA0oP .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sDedDSA0oP .mbr-section-title {
  margin: 0;
  color: #f6ae25;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-sDedDSA0oP .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-sDedDSA0oP .mbr-section-text {
  line-height: 1.5;
  color: #4b5792;
  font-weight: 400;
}
.cid-sDedDSA0oP .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-sDedDSA0oP .display-2 {
  font-size: 38px;
}
.cid-sDedDSA0oP .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #efefef;
  margin-bottom: 10px;
}
.cid-sDedDSA0oP .wrapper .img {
  margin-bottom: 20px;
}
.cid-sDedDSA0oP .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sDedDSA0oP .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sDedDSA0oP .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-sDedDSA0oP .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sDedDSA0oP .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-sDedDSA0oP * {
    text-align: left;
  }
}
.cid-sDedDSA0oP .wrapper .mbr-text,
.cid-sDedDSA0oP .img {
  color: #4b5792;
}
.cid-sDedDSA0oP .mbr-card-title,
.cid-sDedDSA0oP .img {
  color: #002e80;
}
.cid-sDee0rby5G {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #002e80;
}
.cid-sDee0rby5G .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-sDee0rby5G .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sDee0rby5G .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sDee0rby5G .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sDee0rby5G .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sDee0rby5G .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sDee0rby5G .inner-container {
    width: 100% !important;
  }
  .cid-sDee0rby5G .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sDee1qbwXP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDee1qbwXP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDee1qbwXP input,
.cid-sDee1qbwXP textarea,
.cid-sDee1qbwXP .jqselect {
  font-weight: 300 !important;
}
.cid-sDee1qbwXP .col-wrap1 {
  background: #2d5fa2;
  padding: 5rem;
  height: 100%;
}
.cid-sDee1qbwXP .col-wrap3 {
  background: #e8eaec;
  padding: 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-sDee1qbwXP .col-wrap1,
  .cid-sDee1qbwXP .col-wrap3 {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDee1qbwXP .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sDee1qbwXP .col-wrap1,
  .cid-sDee1qbwXP .col-wrap3 {
    padding: 3rem 1rem;
  }
}
.cid-sDee1qbwXP .container {
  max-width: 1800px;
}
.cid-sDee1qbwXP img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-sDee1qbwXP textarea {
  min-height: 150px !important;
}
.cid-sDee1qbwXP form .btn {
  width: 100%;
}
.cid-sDee1qbwXP .jq-selectbox__select-text {
  color: #233177;
}
.cid-sDee1qbwXP .jq-selectbox__select {
  padding: 0.65em 1em;
}
.cid-sDee1qbwXP .jq-selectbox li {
  padding: 0.8em 1.4em !important;
  color: #233177 !important;
}
.cid-sDee1qbwXP .form-control,
.cid-sDee1qbwXP .field-input {
  padding: 1.1rem 1.5rem;
  height: auto;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDee1qbwXP .form-control::-webkit-input-placeholder,
.cid-sDee1qbwXP .field-input::-webkit-input-placeholder,
.cid-sDee1qbwXP .form-control::-webkit-input-placeholder,
.cid-sDee1qbwXP .field-input::-webkit-input-placeholder {
  color: #233177;
}
.cid-sDee1qbwXP .form-control:-moz-placeholder,
.cid-sDee1qbwXP .field-input:-moz-placeholder,
.cid-sDee1qbwXP .form-control:-moz-placeholder,
.cid-sDee1qbwXP .field-input:-moz-placeholder {
  color: #233177;
}
.cid-sDee1qbwXP .form-control:hover,
.cid-sDee1qbwXP .field-input:hover,
.cid-sDee1qbwXP .form-control:focus,
.cid-sDee1qbwXP .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDee1qbwXP .form-control:hover::-webkit-input-placeholder,
.cid-sDee1qbwXP .field-input:hover::-webkit-input-placeholder,
.cid-sDee1qbwXP .form-control:focus::-webkit-input-placeholder,
.cid-sDee1qbwXP .field-input:focus::-webkit-input-placeholder,
.cid-sDee1qbwXP .form-control:hover::-webkit-input-placeholder,
.cid-sDee1qbwXP .field-input:hover::-webkit-input-placeholder,
.cid-sDee1qbwXP .form-control:focus::-webkit-input-placeholder,
.cid-sDee1qbwXP .field-input:focus::-webkit-input-placeholder {
  color: #4b5792;
}
.cid-sDee1qbwXP .form-control:hover:-moz-placeholder,
.cid-sDee1qbwXP .field-input:hover:-moz-placeholder,
.cid-sDee1qbwXP .form-control:focus:-moz-placeholder,
.cid-sDee1qbwXP .field-input:focus:-moz-placeholder,
.cid-sDee1qbwXP .form-control:hover:-moz-placeholder,
.cid-sDee1qbwXP .field-input:hover:-moz-placeholder,
.cid-sDee1qbwXP .form-control:focus:-moz-placeholder,
.cid-sDee1qbwXP .field-input:focus:-moz-placeholder {
  color: #4b5792;
}
.cid-sDee1qbwXP textarea {
  padding-top: 1rem !important;
}
.cid-sDee1qbwXP .jq-number__spin:hover,
.cid-sDee1qbwXP .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDee1qbwXP .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDee1qbwXP .jq-selectbox li,
.cid-sDee1qbwXP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDee1qbwXP .jq-selectbox li:hover,
.cid-sDee1qbwXP .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDee1qbwXP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDee1qbwXP .jq-number__spin.minus:hover:after,
.cid-sDee1qbwXP .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sDee1qbwXP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDee1qbwXP .jq-number__spin.minus:after,
.cid-sDee1qbwXP .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sDee1qbwXP .jq-selectbox__trigger-arrow {
  border-top-color: #233177 !important;
  border-bottom-color: #233177 !important;
}
.cid-sDee1qbwXP input::-webkit-clear-button {
  display: none;
}
.cid-sDee1qbwXP input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDee1qbwXP input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDee1qbwXP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sDee1qbwXP H5 {
  text-align: center;
  color: #ffffff;
}
.cid-sDee1qbwXP h6 {
  color: #d58f76;
}
.cid-sDee1qbwXP H3 {
  color: #a26b2d;
}
.cid-sDee1qbwXP .mbr-text {
  color: #ffffff;
}
.cid-sDee1qbwXP .link,
.cid-sDee1qbwXP .link-wrap {
  color: #999999;
  text-align: right;
}
.cid-sDee1qbwXP H6 {
  text-align: center;
  color: #ffb62c;
}
.cid-sDee1qbwXP .mbr-text,
.cid-sDee1qbwXP .mbr-section-btn {
  color: #4b5792;
}
.cid-sDkrMV3RBs {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f6ae25;
}
.cid-sDkrMV3RBs .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sDkrMV3RBs .mbr-text,
.cid-sDkrMV3RBs .mbr-section-btn {
  color: #a26b2d;
  text-align: left;
}
.cid-sDkgJw1NeQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkgJw1NeQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDkgJw1NeQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDkgJw1NeQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDkgJw1NeQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDkgJw1NeQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDkgJw1NeQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDkgJw1NeQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDkgJw1NeQ .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDkgJw1NeQ foot-menu-item {
  color: #ffffff;
}
.cid-sDlekq4wWe {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDlekq4wWe .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-sDlekq4wWe .modal-body .close {
  background: #1b1b1b;
}
.cid-sDlekq4wWe .modal-body .close span {
  font-style: normal;
}
.cid-sDlekq4wWe .carousel-inner > .active,
.cid-sDlekq4wWe .carousel-inner > .next,
.cid-sDlekq4wWe .carousel-inner > .prev {
  display: flex;
}
.cid-sDlekq4wWe .carousel-control .icon-next,
.cid-sDlekq4wWe .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sDlekq4wWe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDlekq4wWe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sDlekq4wWe .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sDlekq4wWe .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sDlekq4wWe .boxed-slider > div {
  position: relative;
}
.cid-sDlekq4wWe .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sDlekq4wWe .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sDlekq4wWe .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sDlekq4wWe .mbr-table-cell {
  padding: 0;
}
.cid-sDlekq4wWe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sDlekq4wWe .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sDlekq4wWe .mbr-overlay {
  z-index: 1;
}
.cid-sDlekq4wWe .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-sDlekq4wWe .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sDlekq4wWe .carousel-item .container {
    width: 100%;
  }
}
.cid-sDlekq4wWe .carousel-item-next.carousel-item-left,
.cid-sDlekq4wWe .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sDlekq4wWe .active.carousel-item-right,
.cid-sDlekq4wWe .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sDlekq4wWe .active.carousel-item-left,
.cid-sDlekq4wWe .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sDlekq4wWe .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sDlekq4wWe .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDlekq4wWe .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sDlekq4wWe .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sDlekq4wWe .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDlekq4wWe .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sDlekq4wWe .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sDlekq4wWe .mbr-slider .carousel-indicators li.active,
.cid-sDlekq4wWe .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sDlekq4wWe .mbr-slider .carousel-indicators li::after,
.cid-sDlekq4wWe .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sDlekq4wWe .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sDlekq4wWe .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sDlekq4wWe .mbr-slider > .container img {
  width: 100%;
}
.cid-sDlekq4wWe .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sDlekq4wWe .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sDlekq4wWe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sDlekq4wWe .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sDlekq4wWe .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sDlekq4wWe .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sDlekq4wWe .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sDlekq4wWe .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-sDlekq4wWe .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sDlekq4wWe .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sDlekq4wWe .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sDlekq4wWe .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sDlekq4wWe .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sDlekq4wWe .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sDlekq4wWe .carousel-inner {
  height: 100%;
}
.cid-sDlekq4wWe .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sDlekq4wWe .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 580px;
  overflow: hidden;
}
.cid-sDlekq4wWe .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-sDlekq4wWe .content-slider-wrap {
  width: 84%;
}
.cid-sDlekq4wWe H2 {
  text-align: center;
  color: #f9087d;
}
.cid-sDlekq4wWe B {
  color: #ffffff;
}
.cid-sDlekq4wWe P {
  color: #232323;
  text-align: center;
}
.cid-sDlfiy5Ide {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDlfiy5Ide .container-fluid {
  padding: 0 3rem;
}
.cid-sDlfiy5Ide .media-container-column {
  padding: 0 2rem;
}
.cid-sDlfiy5Ide .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #f6ae25;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sDlfiy5Ide .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sDlfiy5Ide .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-sDvrjf6b6q {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDvrjf6b6q .mbr-text,
.cid-sDvrjf6b6q blockquote {
  color: #232323;
}
.cid-sDvrjf6b6q .mbr-text {
  color: #a26b2d;
}
.cid-sDvrjf6b6q .mbr-text DIV {
  text-align: center;
}
.cid-sDlfs2eXbq {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDlfs2eXbq .container-fluid {
  padding: 0 3rem;
}
.cid-sDlfs2eXbq .media-container-column {
  padding: 0 2rem;
}
.cid-sDlfs2eXbq .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #f6ae25;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sDlfs2eXbq .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sDlfs2eXbq .mbr-section-subtitle {
  color: #2d10a3;
}
.cid-sDll4viIpd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDll4viIpd .nav-tabs .nav-item.open .nav-link:focus,
.cid-sDll4viIpd .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sDll4viIpd .nav-link.active {
  background: #f6ae25;
}
.cid-sDll4viIpd .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDll4viIpd .nav-link:hover {
  background: #f6ae25;
}
.cid-sDll4viIpd .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  justify-content: center;
}
.cid-sDll4viIpd .nav-tabs .nav-item {
  padding: .5rem;
  flex: 1 1 100%;
}
.cid-sDll4viIpd p {
  padding-left: 2rem;
  color: #767676;
}
.cid-sDll4viIpd .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-sDll4viIpd .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sDll4viIpd .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-sDll4viIpd .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-sDll4viIpd .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-sDll4viIpd .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sDll4viIpd p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sDll4viIpd .mbr-text,
  .cid-sDll4viIpd .nav-link {
    text-align: center;
  }
  .cid-sDll4viIpd .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sDll4viIpd .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-sDll4viIpd p {
    padding-left: 0rem;
  }
}
.cid-sDleksqmah .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDleksqmah .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDleksqmah a {
  font-style: normal;
}
.cid-sDleksqmah .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDleksqmah .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sDleksqmah .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sDleksqmah .content-text {
  margin-bottom: 0;
}
.cid-sDleksqmah .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDleksqmah .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #396dda;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDleksqmah .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDleksqmah .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDleksqmah .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDleksqmah .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDleksqmah .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDleksqmah .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDleksqmah .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDleksqmah .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDleksqmah .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDleksqmah .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDleksqmah .content-right-side {
  text-align: center;
}
.cid-sDleksqmah .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDleksqmah .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDleksqmah .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDleksqmah .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDleksqmah .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDleksqmah .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDleksqmah img {
    height: 3.8rem !important;
  }
  .cid-sDleksqmah .btn {
    display: -webkit-flex;
  }
  .cid-sDleksqmah button.navbar-toggler {
    display: block;
  }
  .cid-sDleksqmah .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sDleksqmah .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDleksqmah .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDleksqmah .navbar-collapse.collapsing,
  .cid-sDleksqmah .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDleksqmah .navbar-collapse.collapsing .navbar-nav,
  .cid-sDleksqmah .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDleksqmah .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDleksqmah .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDleksqmah .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDleksqmah .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDleksqmah .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDleksqmah .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDleksqmah .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDleksqmah .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sDleksqmah .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDleksqmah .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sDleksqmah .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDleksqmah .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sDleksqmah .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-sDleksqmah .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDleksqmah .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-sDleksqmah .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-sDleksqmah .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDleksqmah .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDleksqmah .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDleksqmah .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sDleksqmah .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDleksqmah .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDleksqmah .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDleksqmah .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDleksqmah .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDleksqmah .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDleksqmah .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDleksqmah .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDleksqmah .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDleksqmah .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDleksqmah .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDleksqmah .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDleksqmah .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDleksqmah .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sDleksqmah .navbar-toggler {
    display: none;
  }
  .cid-sDleksqmah .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDleksqmah .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDleksqmah .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDleksqmah .menu-logo {
  margin-right: auto;
}
.cid-sDleksqmah .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDleksqmah .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sDleksqmah .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDleksqmah .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDleksqmah .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sDleksqmah .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDleksqmah .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDleksqmah .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDleksqmah .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDleksqmah .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDleksqmah .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDleksqmah .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDleksqmah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDleksqmah .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDleksqmah .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDleksqmah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDleksqmah .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-sDleksqmah .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDleksqmah .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDleksqmah .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDleksqmah .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sDleksqmah .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDleksqmah .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDleksqmah .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sDleksqmah .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDleksqmah button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDleksqmah button.navbar-toggler:focus {
  outline: none;
}
.cid-sDleksqmah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDleksqmah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDleksqmah button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDleksqmah button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDleksqmah button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDleksqmah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDleksqmah nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDleksqmah nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDleksqmah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDleksqmah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDleksqmah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDleksqmah .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDleksqmah .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDleksqmah .collapsed .navbar-collapse.collapsing,
.cid-sDleksqmah .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDleksqmah .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDleksqmah .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDleksqmah .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDleksqmah .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDleksqmah .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDleksqmah .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDleksqmah .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDleksqmah .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDleksqmah .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sDleksqmah .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDleksqmah .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDleksqmah .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sDleksqmah .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDleksqmah .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sDleksqmah .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDleksqmah .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDleksqmah .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sDleksqmah .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDleksqmah .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDleksqmah .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDleksqmah .nav-link:focus {
  outline: none;
}
.cid-sDleksqmah .navbar-toggler {
  position: relative;
}
.cid-sDleksqmah .dropdown-item.active,
.cid-sDleksqmah .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDleksqmah .nav-link:hover,
.cid-sDleksqmah .dropdown-item:hover {
  color: #4284df;
}
.cid-sDleksqmah .widget-text {
  color: #a26b2d;
}
.cid-sDlekt7y2e {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDlekt7y2e .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDlekt7y2e .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDlekt7y2e .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDlekt7y2e .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDlekt7y2e .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDlekt7y2e .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDlekt7y2e .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDlekt7y2e .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDlekt7y2e .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDlekt7y2e .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDlekt7y2e .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDlekt7y2e .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDlekt7y2e .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDlekt7y2e .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDlekt7y2e .media-container-row .mbr-text {
  color: #002e80;
}
.cid-sDlekt7y2e foot-menu-item {
  color: #ffffff;
}
