@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&subset=cyrillic);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #fb9336 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #efefef !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #e9c417 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fb9336 !important;
  border-color: #fb9336 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e06c04 !important;
  border-color: #e06c04 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e06c04 !important;
  border-color: #e06c04 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e9c417 !important;
  border-color: #e9c417 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a48a10 !important;
  border-color: #a48a10 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a48a10 !important;
  border-color: #a48a10 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c76004;
  color: #c76004;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fb9336;
  border-color: #fb9336;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb9336 !important;
  border-color: #fb9336 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #8d760d;
  color: #8d760d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e9c417;
  border-color: #e9c417;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e9c417 !important;
  border-color: #e9c417 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #fb9336 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #efefef !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #e9c417 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c76004 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #bcbcbc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8d760d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
section:not(.menu) a[class*=text-] {
  position: relative;
}
section:not(.menu) a[class*=text-]:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
}
section:not(.menu) a[class*=text-]:hover:after {
  width: 100%;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #efefef;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #e9c417;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fb9336;
  border-color: #fb9336;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #fb9336;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffefe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbf3d1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  height: auto;
  background-color: #f5f6ff;
  box-shadow: none;
  color: #807d78;
  border: 1px solid #f5f6ff;
  border-radius: 10px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  line-height: 1;
  min-height: 48px;
  padding: 14px 30px;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.form-control,
.form-control:focus {
  color: #58468c;
  border: 1px solid #f5f6ff;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #fb9336;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #fb9336;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #fb9336;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #fb9336;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #fb9336;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #fb9336 !important;
  -webkit-box-shadow: 0 6px 16px 0 #fb9336 !important;
  background-color: #fb9336 !important;
  border-color: #fb9336 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white!important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white!important;
}
.btn-success:hover,
.btn-success:focus {
  color: white!important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fb9336;
  color: #ffffff;
}
.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 {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fb9336;
  border-bottom-color: #fb9336;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fb9336 !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5580ff !important;
  box-shadow: none !important;
}
.cid-rwEPKRMxhG .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rwEPKRMxhG .nav-item:focus,
.cid-rwEPKRMxhG .nav-link:focus {
  outline: none;
}
.cid-rwEPKRMxhG .text-white:hover,
.cid-rwEPKRMxhG .text-white:active,
.cid-rwEPKRMxhG .text-white:focus {
  color: white!important;
}
.cid-rwEPKRMxhG .section {
  position: relative;
  overflow: visible!important;
}
.cid-rwEPKRMxhG .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-item:hover {
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-menu {
  background-color: white!important;
}
.cid-rwEPKRMxhG .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rwEPKRMxhG .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rwEPKRMxhG .nav-item .nav-link {
    position: relative;
  }
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rwEPKRMxhG .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-rwEPKRMxhG .collapsed {
  flex-direction: row!important;
}
.cid-rwEPKRMxhG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rwEPKRMxhG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rwEPKRMxhG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rwEPKRMxhG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rwEPKRMxhG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rwEPKRMxhG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rwEPKRMxhG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rwEPKRMxhG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rwEPKRMxhG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rwEPKRMxhG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rwEPKRMxhG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rwEPKRMxhG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rwEPKRMxhG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rwEPKRMxhG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rwEPKRMxhG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rwEPKRMxhG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rwEPKRMxhG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rwEPKRMxhG .navbar-caption {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rwEPKRMxhG .dropdown-item.active,
.cid-rwEPKRMxhG .dropdown-item:active {
  background-color: transparent;
}
.cid-rwEPKRMxhG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rwEPKRMxhG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rwEPKRMxhG .navbar-buttons {
  text-align: center;
}
.cid-rwEPKRMxhG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8d91f;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rwEPKRMxhG .nav-link {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwEPKRMxhG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rwEPKRMxhG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rwEPKRMxhG .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rwEPKRMxhG .navbar {
    height: 77px;
  }
  .cid-rwEPKRMxhG .navbar.opened {
    height: auto;
  }
  .cid-rwEPKRMxhG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rwEOo0Qnni {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-3-1920x1279.jpeg");
}
.cid-rwEOo0Qnni H1 {
  text-align: left;
}
.cid-rwEJYTcDjw {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwEJYTcDjw .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-rwEJYTcDjw h4 {
  text-align: center;
}
.cid-rwEJYTcDjw p {
  text-align: center;
}
.cid-rwEJYTcDjw .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rwEJYTcDjw .mbr-iconfont {
  transition: all 0.3s;
  color: #343351 !important;
  font-size: 6rem !important;
}
.cid-rwEJYTcDjw .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rwEJYTcDjw .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rwEJYTcDjw .card:hover .mbr-iconfont {
  color: #b2ccd2 !important;
}
.cid-rwEJYTcDjw .card-title,
.cid-rwEJYTcDjw .card-img {
  color: #343351;
}
@media (max-width: 576px) {
  .cid-rwEJYTcDjw .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rwEJYTcDjw .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rwKH48MP8y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #828282;
}
.cid-rwKH48MP8y h4 {
  margin-bottom: 0;
}
.cid-rwKH48MP8y p {
  color: #767676;
}
.cid-rwKH48MP8y .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rwKH48MP8y .btn-info-outline {
  border: none;
  color: #efefef !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rwKH48MP8y .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rwKH48MP8y .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rwKH48MP8y .btn-info-outline:hover {
  background-color: transparent!important;
  color: #fb9336 !important;
  box-shadow: none!important;
}
.cid-rwKH48MP8y .btn-info-outline:active,
.cid-rwKH48MP8y .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rwKH48MP8y .card-box {
  padding-top: 2rem;
}
.cid-rwKH48MP8y .card-wrapper {
  height: 100%;
}
.cid-rwKH48MP8y .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rwKH48MP8y img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rwKH48MP8y .card-title {
  color: #fdeb05;
  text-align: center;
}
.cid-rwKH48MP8y .main-title {
  color: #57468b;
}
.cid-rwKH48MP8y DIV {
  color: #57468b;
}
.cid-rwKH48MP8y .mbr-text,
.cid-rwKH48MP8y .mbr-section-btn {
  color: #ffffff;
}
.cid-rxNwoLOfEk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #828282;
}
.cid-rxNwoLOfEk h4 {
  margin-bottom: 0;
}
.cid-rxNwoLOfEk p {
  color: #767676;
}
.cid-rxNwoLOfEk .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rxNwoLOfEk .btn-info-outline {
  border: none;
  color: #efefef !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rxNwoLOfEk .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rxNwoLOfEk .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rxNwoLOfEk .btn-info-outline:hover {
  background-color: transparent!important;
  color: #fb9336 !important;
  box-shadow: none!important;
}
.cid-rxNwoLOfEk .btn-info-outline:active,
.cid-rxNwoLOfEk .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rxNwoLOfEk .card-box {
  padding-top: 2rem;
}
.cid-rxNwoLOfEk .card-wrapper {
  height: 100%;
}
.cid-rxNwoLOfEk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rxNwoLOfEk img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rxNwoLOfEk .card-title {
  color: #fdeb05;
  text-align: center;
}
.cid-rxNwoLOfEk .main-title {
  color: #57468b;
}
.cid-rxNwoLOfEk DIV {
  color: #57468b;
}
.cid-rxNwoLOfEk .mbr-text,
.cid-rxNwoLOfEk .mbr-section-btn {
  color: #ffffff;
}
.cid-rwL9qfD2bE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rwL9qfD2bE h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rwL9qfD2bE .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rwL9qfD2bE .mbr-section-subtitle {
  color: #767676;
}
.cid-rwL9qfD2bE .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rwL9qfD2bE ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rwL9qfD2bE .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rwL9qfD2bE .progress1 path {
  stroke: #57468b;
}
.cid-rwL9qfD2bE .progress2 path {
  stroke: #e4d295;
}
.cid-rwL9qfD2bE .progress3 path {
  stroke: #ff8a73;
}
.cid-rwL9qfD2bE .progress4 path {
  stroke: #86affe;
}
.cid-rwL9qfD2bE H4 {
  color: #57468b;
}
.cid-rwL9qfD2bE card-text {
  color: #ff3366;
}
.cid-rwL9qfD2bE .card-text {
  color: #716c80;
}
.cid-rwL9qfD2bE .number {
  color: #716c80;
}
.cid-rwWBHgbZiV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwWBHgbZiV li {
  list-style: none;
}
.cid-rwWBHgbZiV .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-rwWBHgbZiV .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-rwWBHgbZiV h4 {
  margin: 0;
}
.cid-rwWBHgbZiV .item {
  color: #57468b;
}
.cid-rwWBHgbZiV ul {
  padding: 0;
  margin: 0;
}
.cid-rwWBHgbZiV .col-title {
  color: #57468b;
}
.cid-rwWBHgbZiV .col-title1 {
  color: #bfceff;
}
.cid-rwWBHgbZiV .col-title2 {
  color: #5580ff;
}
.cid-rwWBHgbZiV .col-title3 {
  color: #ff8a73;
}
.cid-rwWBHgbZiV .col-title4 {
  color: #57468b;
  text-align: left;
}
.cid-rwWBHgbZiV .item1 {
  color: #716c80;
}
.cid-rwWBHgbZiV .item2 {
  color: #716c80;
}
.cid-rwWBHgbZiV .item3 {
  color: #716c80;
}
.cid-rwWBHgbZiV .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-rwWBHgbZiV .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rwL9Iaj2B2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rwL9Iaj2B2 H1 {
  color: #57468b;
}
.cid-rwL9Iaj2B2 .mbr-text,
.cid-rwL9Iaj2B2 .mbr-section-btn {
  color: #716c80;
  text-align: left;
}
.cid-rwL9Iaj2B2 .img-box {
  position: relative;
}
.cid-rwL9Iaj2B2 .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-rwL9Iaj2B2 .img1 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 1;
}
.cid-rwL9Iaj2B2 .img2 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 2;
}
.cid-rwL9Iaj2B2 img {
  width: 60%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rwL9Iaj2B2 .img-box {
    height: 500px;
  }
  .cid-rwL9Iaj2B2 .img1 {
    right: 1rem;
  }
  .cid-rwL9Iaj2B2 .img2 {
    left: 1rem;
  }
  .cid-rwL9Iaj2B2 img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rwL9Iaj2B2 .card-text {
    display: flex;
    align-items: center;
  }
  .cid-rwL9Iaj2B2 .count {
    padding-right: 16px;
  }
  .cid-rwL9Iaj2B2 img {
    width: 60%;
  }
  .cid-rwL9Iaj2B2 .img-box {
    height: 300px;
  }
  .cid-rwL9Iaj2B2 .card {
    flex-direction: column;
    align-items: center;
    padding: 0!important;
  }
}
.cid-rwL9Iaj2B2 h3,
.cid-rwL9Iaj2B2 h4 {
  margin: 0;
  padding: 0;
}
.cid-rwL9Iaj2B2 H3 {
  color: #57468b;
  text-align: center;
}
.cid-rwL9Iaj2B2 H4 {
  color: #716c80;
  text-align: center;
}
.cid-rwL9Iaj2B2 .card-title {
  color: #57468b;
}
.cid-rwL9Iaj2B2 .count-title {
  color: #57468b;
}
.cid-rwL9Iaj2B2 H2 {
  color: #57468b;
}
.cid-rwWmKfgwvQ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-rwWmKfgwvQ .mbr-overlay {
  background-color: #232323;
  opacity: 0.2;
}
.cid-rwWmKfgwvQ input,
.cid-rwWmKfgwvQ textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rwWmKfgwvQ .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rwWmKfgwvQ img {
  width: 90%;
  border-radius: 8px;
}
.cid-rwWmKfgwvQ .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rwWmKfgwvQ textarea {
  min-height: 160px;
}
.cid-rwWmKfgwvQ .form-control,
.cid-rwWmKfgwvQ .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rwWmKfgwvQ .form-control:hover,
.cid-rwWmKfgwvQ .field-input:hover,
.cid-rwWmKfgwvQ .form-control:focus,
.cid-rwWmKfgwvQ .field-input:focus {
  background-color: #e1e1e1;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rwWmKfgwvQ input::-webkit-input-placeholder,
.cid-rwWmKfgwvQ textarea::-webkit-input-placeholder {
  color: #343351;
}
.cid-rwWmKfgwvQ input:-moz-placeholder,
.cid-rwWmKfgwvQ textarea:-moz-placeholder {
  color: #343351;
}
.cid-rwWmKfgwvQ .jq-selectbox li,
.cid-rwWmKfgwvQ .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-rwWmKfgwvQ .jq-selectbox li:hover,
.cid-rwWmKfgwvQ .jq-selectbox li.selected {
  background-color: #e1e1e1;
  color: #000000;
}
.cid-rwWmKfgwvQ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-rwWmKfgwvQ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e1e1e1;
}
.cid-rwWmKfgwvQ H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-rwWmKfgwvQ img {
    width: 100%;
  }
}
.cid-rx2n0dlLT6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rx2n0dlLT6 a:link {
  text-decoration: none;
}
.cid-rx2n0dlLT6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rx2n0dlLT6 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rx2n0dlLT6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rx2n0dlLT6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rx2n0dlLT6 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-rx2n0dlLT6 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-rx2n0dlLT6 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-rx2n0dlLT6 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-rx2n0dlLT6 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-rx2n0dlLT6 .plan-title,
.cid-rx2n0dlLT6 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-rx2n0dlLT6 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-rx2n0dlLT6 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-rx2n0dlLT6 .mbr-section-title span {
  color: #ffbc00;
}
.cid-rwEPKRMxhG .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rwEPKRMxhG .nav-item:focus,
.cid-rwEPKRMxhG .nav-link:focus {
  outline: none;
}
.cid-rwEPKRMxhG .text-white:hover,
.cid-rwEPKRMxhG .text-white:active,
.cid-rwEPKRMxhG .text-white:focus {
  color: white!important;
}
.cid-rwEPKRMxhG .section {
  position: relative;
  overflow: visible!important;
}
.cid-rwEPKRMxhG .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-item:hover {
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-menu {
  background-color: white!important;
}
.cid-rwEPKRMxhG .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rwEPKRMxhG .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rwEPKRMxhG .nav-item .nav-link {
    position: relative;
  }
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rwEPKRMxhG .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-rwEPKRMxhG .collapsed {
  flex-direction: row!important;
}
.cid-rwEPKRMxhG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rwEPKRMxhG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rwEPKRMxhG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rwEPKRMxhG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rwEPKRMxhG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rwEPKRMxhG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rwEPKRMxhG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rwEPKRMxhG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rwEPKRMxhG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rwEPKRMxhG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rwEPKRMxhG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rwEPKRMxhG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rwEPKRMxhG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rwEPKRMxhG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rwEPKRMxhG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rwEPKRMxhG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rwEPKRMxhG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rwEPKRMxhG .navbar-caption {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rwEPKRMxhG .dropdown-item.active,
.cid-rwEPKRMxhG .dropdown-item:active {
  background-color: transparent;
}
.cid-rwEPKRMxhG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rwEPKRMxhG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rwEPKRMxhG .navbar-buttons {
  text-align: center;
}
.cid-rwEPKRMxhG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8d91f;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rwEPKRMxhG .nav-link {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwEPKRMxhG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rwEPKRMxhG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rwEPKRMxhG .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rwEPKRMxhG .navbar {
    height: 77px;
  }
  .cid-rwEPKRMxhG .navbar.opened {
    height: auto;
  }
  .cid-rwEPKRMxhG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rwXNhZfZMb {
  background-color: #f0e7bb;
}
.cid-rwXNhZfZMb section {
  position: relative;
}
.cid-rwXNhZfZMb .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rwXNhZfZMb #e1_circle,
.cid-rwXNhZfZMb #e3_circle,
.cid-rwXNhZfZMb #e4_circle,
.cid-rwXNhZfZMb #e5_circle {
  fill: #e4d295 !important;
}
.cid-rwXNhZfZMb #e6_circle {
  fill: #d9c376 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rwXNhZfZMb .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e4d295;
  animation: orbit 4s linear infinite;
}
.cid-rwXNhZfZMb .rev {
  animation: rev 4s linear infinite;
}
.cid-rwXNhZfZMb .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rwXNhZfZMb .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rwXNhZfZMb .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rwXNhZfZMb .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rwXNhZfZMb .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rwXNhZfZMb .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rwXNhZfZMb .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rwXNhZfZMb .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rwXNhZfZMb .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rwXNhZfZMb .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rwXNhZfZMb .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rwXNhZfZMb H1 {
  color: #343351;
}
.cid-rwXNhZfZMb .mbr-text,
.cid-rwXNhZfZMb .mbr-section-btn {
  color: #716c80;
}
.cid-rwXNhZfZMb H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rwXNhZfZMb .round9,
  .cid-rwXNhZfZMb .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rwXNhZfZMb .round {
    display: none;
  }
}
.cid-rwXex4oX6F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwXex4oX6F H1 {
  color: #57468b;
}
.cid-rwXex4oX6F .mbr-text,
.cid-rwXex4oX6F .mbr-section-btn {
  color: #716c80;
}
.cid-rwXex4oX6F img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rwXex4oX6F .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rwXex4oX6F img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rwXkMK26Py {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwXkMK26Py img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rwXkMK26Py H1 {
  color: #57468b;
}
.cid-rwXkMK26Py .mbr-text,
.cid-rwXkMK26Py .mbr-section-btn {
  color: #716c80;
}
.cid-rwXkMK26Py H3 {
  color: #716c80;
}
.cid-rwXkMK26Py .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rwXkMK26Py .btn-info-outline {
  border: none;
  color: #efefef !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rwXkMK26Py .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rwXkMK26Py .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rwXkMK26Py .btn-info-outline:hover {
  background-color: transparent!important;
  color: #fb9336 !important;
  box-shadow: none!important;
}
.cid-rwXkMK26Py .btn-info-outline:active,
.cid-rwXkMK26Py .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rwXkMK26Py DIV {
  color: #57468b;
}
.cid-rwXm5JXY3C {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rwXm5JXY3C H1 {
  color: #57468b;
}
.cid-rwXm5JXY3C .mbr-text,
.cid-rwXm5JXY3C .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rwXm5JXY3C img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-rwXm5JXY3C img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rwXm5JXY3C H3 {
  color: #716c80;
}
.cid-rwXnZyjkJC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rwXnZyjkJC .mbr-text,
.cid-rwXnZyjkJC .mbr-section-btn {
  color: #57468b;
}
.cid-rwXnZyjkJC p {
  z-index: 2;
  position: relative;
}
.cid-rwXnZyjkJC .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rwXnZyjkJC .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rwXnZyjkJC .ico1 {
  font-size: 2rem;
}
.cid-rwXnZyjkJC .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rwXnZyjkJC H3 {
  color: #c1c1c1;
}
.cid-rwXnZyjkJC H4 {
  color: #716c80;
}
.cid-rwXmG2Kcx5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwXmG2Kcx5 H1 {
  color: #57468b;
}
.cid-rwXmG2Kcx5 .mbr-text,
.cid-rwXmG2Kcx5 .mbr-section-btn {
  color: #716c80;
}
.cid-rwXmG2Kcx5 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rwXmG2Kcx5 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rwXmG2Kcx5 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rxSZ3zRGTB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rxSZ3zRGTB H1 {
  color: #57468b;
}
.cid-rxSZ3zRGTB .mbr-text,
.cid-rxSZ3zRGTB .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rxSZ3zRGTB img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-rxSZ3zRGTB img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rxSZ3zRGTB H3 {
  color: #716c80;
}
.cid-rxNJlwhVZK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-rxNJlwhVZK H1 {
  color: #57468b;
}
.cid-rxNJlwhVZK .mbr-text,
.cid-rxNJlwhVZK .mbr-section-btn {
  color: #716c80;
}
.cid-rxNJlwhVZK img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rxNJlwhVZK img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rx2ywizvNo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rx2ywizvNo a:link {
  text-decoration: none;
}
.cid-rx2ywizvNo .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rx2ywizvNo .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rx2ywizvNo .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rx2ywizvNo .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rx2ywizvNo .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-rx2ywizvNo .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-rx2ywizvNo .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-rx2ywizvNo .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-rx2ywizvNo .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-rx2ywizvNo .plan-title,
.cid-rx2ywizvNo .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-rx2ywizvNo .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-rx2ywizvNo .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-rx2ywizvNo .mbr-section-title span {
  color: #ffbc00;
}
.cid-rwEPKRMxhG .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rwEPKRMxhG .nav-item:focus,
.cid-rwEPKRMxhG .nav-link:focus {
  outline: none;
}
.cid-rwEPKRMxhG .text-white:hover,
.cid-rwEPKRMxhG .text-white:active,
.cid-rwEPKRMxhG .text-white:focus {
  color: white!important;
}
.cid-rwEPKRMxhG .section {
  position: relative;
  overflow: visible!important;
}
.cid-rwEPKRMxhG .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-item:hover {
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-menu {
  background-color: white!important;
}
.cid-rwEPKRMxhG .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rwEPKRMxhG .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rwEPKRMxhG .nav-item .nav-link {
    position: relative;
  }
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rwEPKRMxhG .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-rwEPKRMxhG .collapsed {
  flex-direction: row!important;
}
.cid-rwEPKRMxhG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rwEPKRMxhG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rwEPKRMxhG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rwEPKRMxhG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rwEPKRMxhG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rwEPKRMxhG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rwEPKRMxhG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rwEPKRMxhG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rwEPKRMxhG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rwEPKRMxhG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rwEPKRMxhG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rwEPKRMxhG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rwEPKRMxhG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rwEPKRMxhG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rwEPKRMxhG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rwEPKRMxhG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rwEPKRMxhG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rwEPKRMxhG .navbar-caption {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rwEPKRMxhG .dropdown-item.active,
.cid-rwEPKRMxhG .dropdown-item:active {
  background-color: transparent;
}
.cid-rwEPKRMxhG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rwEPKRMxhG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rwEPKRMxhG .navbar-buttons {
  text-align: center;
}
.cid-rwEPKRMxhG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8d91f;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rwEPKRMxhG .nav-link {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwEPKRMxhG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rwEPKRMxhG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rwEPKRMxhG .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rwEPKRMxhG .navbar {
    height: 77px;
  }
  .cid-rwEPKRMxhG .navbar.opened {
    height: auto;
  }
  .cid-rwEPKRMxhG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rx2yVO1FBX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rx2yVO1FBX section {
  position: relative;
}
.cid-rx2yVO1FBX svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rx2yVO1FBX H1 {
  color: #57468b;
  text-align: right;
}
.cid-rx2yVO1FBX .mbr-text,
.cid-rx2yVO1FBX .mbr-section-btn {
  color: #716c80;
}
.cid-rx2yVO1FBX #e1_ellipse {
  fill: #e1e1e1 !important;
}
.cid-rx2yVO1FBX img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rx2yVO1FBX img {
    width: 100%;
  }
}
.cid-rwXGGqCuWb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rwXGGqCuWb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rwXGGqCuWb input,
.cid-rwXGGqCuWb textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rwXGGqCuWb img {
  width: 90%;
  border-radius: 8px;
}
.cid-rwXGGqCuWb .title {
  margin-bottom: 1rem;
}
.cid-rwXGGqCuWb p {
  line-height: 1.6;
}
.cid-rwXGGqCuWb .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rwXGGqCuWb textarea {
  min-height: 160px;
}
.cid-rwXGGqCuWb .form-control,
.cid-rwXGGqCuWb .field-input {
  padding: 0.5rem;
  background-color: #9f9f9f;
  border-color: #ffffff;
  color: #f2f6ff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rwXGGqCuWb .form-control:hover,
.cid-rwXGGqCuWb .field-input:hover,
.cid-rwXGGqCuWb .form-control:focus,
.cid-rwXGGqCuWb .field-input:focus {
  background-color: #9f9f9f;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rwXGGqCuWb input::-webkit-input-placeholder,
.cid-rwXGGqCuWb textarea::-webkit-input-placeholder {
  color: #f2f6ff;
}
.cid-rwXGGqCuWb input:-moz-placeholder,
.cid-rwXGGqCuWb textarea:-moz-placeholder {
  color: #f2f6ff;
}
.cid-rwXGGqCuWb .jq-selectbox li,
.cid-rwXGGqCuWb .jq-selectbox li {
  background-color: #9f9f9f;
  color: #000000;
}
.cid-rwXGGqCuWb .jq-selectbox li:hover,
.cid-rwXGGqCuWb .jq-selectbox li.selected {
  background-color: #9f9f9f;
  color: #000000;
}
.cid-rwXGGqCuWb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #9f9f9f;
}
.cid-rwXGGqCuWb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #9f9f9f;
}
.cid-rwXGGqCuWb H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-rwXGGqCuWb img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rwXGGqCuWb .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rwXGGqCuWb H2 {
  color: #57468b;
}
.cid-rwXGGqCuWb H3 {
  color: #57468b;
}
.cid-rwXGGqCuWb .mbr-text {
  color: #716c80;
}
.cid-rwXGJk17Ha .google-map {
  height: 34rem;
  position: relative;
}
.cid-rwXGJk17Ha .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rwXGJk17Ha .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rwXGJk17Ha .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rwXGJk17Ha .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rx2yznmFNx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rx2yznmFNx a:link {
  text-decoration: none;
}
.cid-rx2yznmFNx .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rx2yznmFNx .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rx2yznmFNx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rx2yznmFNx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rx2yznmFNx .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-rx2yznmFNx .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-rx2yznmFNx .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-rx2yznmFNx .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-rx2yznmFNx .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-rx2yznmFNx .plan-title,
.cid-rx2yznmFNx .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-rx2yznmFNx .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-rx2yznmFNx .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-rx2yznmFNx .mbr-section-title span {
  color: #ffbc00;
}
.cid-rwEPKRMxhG .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rwEPKRMxhG .nav-item:focus,
.cid-rwEPKRMxhG .nav-link:focus {
  outline: none;
}
.cid-rwEPKRMxhG .text-white:hover,
.cid-rwEPKRMxhG .text-white:active,
.cid-rwEPKRMxhG .text-white:focus {
  color: white!important;
}
.cid-rwEPKRMxhG .section {
  position: relative;
  overflow: visible!important;
}
.cid-rwEPKRMxhG .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-item:hover {
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-menu {
  background-color: white!important;
}
.cid-rwEPKRMxhG .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rwEPKRMxhG .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rwEPKRMxhG .nav-item .nav-link {
    position: relative;
  }
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rwEPKRMxhG .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-rwEPKRMxhG .collapsed {
  flex-direction: row!important;
}
.cid-rwEPKRMxhG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rwEPKRMxhG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rwEPKRMxhG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rwEPKRMxhG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rwEPKRMxhG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rwEPKRMxhG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rwEPKRMxhG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rwEPKRMxhG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rwEPKRMxhG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rwEPKRMxhG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rwEPKRMxhG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rwEPKRMxhG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rwEPKRMxhG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rwEPKRMxhG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rwEPKRMxhG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rwEPKRMxhG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rwEPKRMxhG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rwEPKRMxhG .navbar-caption {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rwEPKRMxhG .dropdown-item.active,
.cid-rwEPKRMxhG .dropdown-item:active {
  background-color: transparent;
}
.cid-rwEPKRMxhG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rwEPKRMxhG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rwEPKRMxhG .navbar-buttons {
  text-align: center;
}
.cid-rwEPKRMxhG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8d91f;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rwEPKRMxhG .nav-link {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwEPKRMxhG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rwEPKRMxhG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rwEPKRMxhG .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rwEPKRMxhG .navbar {
    height: 77px;
  }
  .cid-rwEPKRMxhG .navbar.opened {
    height: auto;
  }
  .cid-rwEPKRMxhG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rxTt3cPlgp {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/b3b5c7f3-blueberry-waffles-thumb-1920x1080.png");
}
.cid-rxTtaUZjVF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rxTtaUZjVF .mbr-text {
  color: #716c80;
}
.cid-rxTtaUZjVF .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rxTtaUZjVF .card-img .img1 {
  background-color: #bfceff;
}
.cid-rxTtaUZjVF .card-img .img2 {
  background-color: #5580ff;
}
.cid-rxTtaUZjVF .card-img .img3 {
  background-color: #ff8a73;
}
.cid-rxTtaUZjVF .card-img .img4 {
  background-color: #ff8a73;
}
.cid-rxTtaUZjVF .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rxTtaUZjVF .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rxTtaUZjVF .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rxTtaUZjVF .card-title,
.cid-rxTtaUZjVF .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rxTtaUZjVF .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rxTtaUZjVF .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rxTtaUZjVF .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rxTtaUZjVF .card-img span {
    margin-right: 0rem;
  }
}
.cid-rxTwCMpHpC {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fff4e8;
}
.cid-rxTwCMpHpC section {
  position: relative;
}
.cid-rxTwCMpHpC .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-rxTwCMpHpC #e1_circle,
.cid-rxTwCMpHpC #e3_circle,
.cid-rxTwCMpHpC #e4_circle,
.cid-rxTwCMpHpC #e5_circle {
  fill: #f0e7bb !important;
}
.cid-rxTwCMpHpC #e6_circle {
  fill: #e4d295 !important;
}
.cid-rxTwCMpHpC .mbr-text {
  color: #716c80;
}
.cid-rxTwCMpHpC h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rxTwCMpHpC .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-rxTwCMpHpC .card-img .img1 {
  background-color: #e8d91f;
}
.cid-rxTwCMpHpC .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-rxTwCMpHpC .round {
  border-radius: 100%;
  position: absolute;
  background-color: #f0e7bb;
  animation: orbit 4s linear infinite;
}
.cid-rxTwCMpHpC .rev {
  animation: rev 4s linear infinite;
}
.cid-rxTwCMpHpC .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-rxTwCMpHpC .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-rxTwCMpHpC .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-rxTwCMpHpC .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-rxTwCMpHpC .card-title,
.cid-rxTwCMpHpC .card-img {
  color: #57468b;
}
.cid-rxTwCMpHpC img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-rxTwCMpHpC svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-rxTwCMpHpC img {
    margin-top: 1rem;
  }
  .cid-rxTwCMpHpC svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-rxTwCMpHpC .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-rxTwCMpHpC svg {
    bottom: -3rem !important;
  }
  .cid-rxTwCMpHpC .round1 {
    display: none;
  }
}
.cid-rxTwCMpHpC .title {
  line-height: 1.3;
  color: #465052;
}
.cid-rxTwCMpHpC .card-title {
  color: #5b686b;
}
.cid-rxTwJMGB2P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rxTwJMGB2P .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-rxTwJMGB2P h5,
.cid-rxTwJMGB2P h4,
.cid-rxTwJMGB2P p {
  margin-bottom: 0;
}
.cid-rxTwJMGB2P p {
  color: #767676;
}
.cid-rxTwJMGB2P .card-img {
  padding: 0;
}
.cid-rxTwJMGB2P .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rxTwJMGB2P .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rxTwJMGB2P .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rxTwJMGB2P .card-box {
    padding: 2rem 0 0;
  }
  .cid-rxTwJMGB2P .card-wrapper {
    display: block !important;
  }
}
.cid-rxTwJMGB2P .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-rxTwJMGB2P .card-title,
.cid-rxTwJMGB2P .main-title {
  color: #57468b;
}
.cid-rxTwJMGB2P .card-title {
  color: #465052;
}
.cid-rxTwZ7fGA0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rxTwZ7fGA0 H1 {
  color: #57468b;
}
.cid-rxTwZ7fGA0 .mbr-text,
.cid-rxTwZ7fGA0 .mbr-section-btn {
  color: #716c80;
}
.cid-rxTwZ7fGA0 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rxTwZ7fGA0 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rxTwZ7fGA0 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rxTwTwu6LR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c1c1c1;
}
.cid-rxTwTwu6LR img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rxTwTwu6LR H1 {
  color: #465052;
}
.cid-rxTwTwu6LR .mbr-text,
.cid-rxTwTwu6LR .mbr-section-btn {
  color: #716c80;
}
.cid-rxTwTwu6LR H3 {
  color: #716c80;
}
.cid-rxTwTwu6LR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rxTwTwu6LR .btn-info-outline {
  border: none;
  color: #efefef !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rxTwTwu6LR .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rxTwTwu6LR .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rxTwTwu6LR .btn-info-outline:hover {
  background-color: transparent!important;
  color: #fb9336 !important;
  box-shadow: none!important;
}
.cid-rxTwTwu6LR .btn-info-outline:active,
.cid-rxTwTwu6LR .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rxTwTwu6LR DIV {
  color: #57468b;
}
.cid-rxTKN4OilQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rxTKN4OilQ a:link {
  text-decoration: none;
}
.cid-rxTKN4OilQ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rxTKN4OilQ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rxTKN4OilQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rxTKN4OilQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rxTKN4OilQ .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-rxTKN4OilQ .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-rxTKN4OilQ .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-rxTKN4OilQ .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-rxTKN4OilQ .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-rxTKN4OilQ .plan-title,
.cid-rxTKN4OilQ .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-rxTKN4OilQ .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-rxTKN4OilQ .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-rxTKN4OilQ .mbr-section-title span {
  color: #ffbc00;
}
.cid-rwEPKRMxhG .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rwEPKRMxhG .nav-item:focus,
.cid-rwEPKRMxhG .nav-link:focus {
  outline: none;
}
.cid-rwEPKRMxhG .text-white:hover,
.cid-rwEPKRMxhG .text-white:active,
.cid-rwEPKRMxhG .text-white:focus {
  color: white!important;
}
.cid-rwEPKRMxhG .section {
  position: relative;
  overflow: visible!important;
}
.cid-rwEPKRMxhG .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-item:hover {
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-menu {
  background-color: white!important;
}
.cid-rwEPKRMxhG .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rwEPKRMxhG .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rwEPKRMxhG .nav-item .nav-link {
    position: relative;
  }
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rwEPKRMxhG .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-rwEPKRMxhG .collapsed {
  flex-direction: row!important;
}
.cid-rwEPKRMxhG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rwEPKRMxhG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rwEPKRMxhG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rwEPKRMxhG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rwEPKRMxhG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rwEPKRMxhG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rwEPKRMxhG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rwEPKRMxhG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rwEPKRMxhG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rwEPKRMxhG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rwEPKRMxhG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rwEPKRMxhG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rwEPKRMxhG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rwEPKRMxhG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rwEPKRMxhG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rwEPKRMxhG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rwEPKRMxhG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rwEPKRMxhG .navbar-caption {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rwEPKRMxhG .dropdown-item.active,
.cid-rwEPKRMxhG .dropdown-item:active {
  background-color: transparent;
}
.cid-rwEPKRMxhG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rwEPKRMxhG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rwEPKRMxhG .navbar-buttons {
  text-align: center;
}
.cid-rwEPKRMxhG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8d91f;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rwEPKRMxhG .nav-link {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwEPKRMxhG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rwEPKRMxhG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rwEPKRMxhG .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rwEPKRMxhG .navbar {
    height: 77px;
  }
  .cid-rwEPKRMxhG .navbar.opened {
    height: auto;
  }
  .cid-rwEPKRMxhG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rxTLZ75N2J {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/untitled.asixashic-2000x1386.jpg");
}
.cid-rxTS3OvRgr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rxTS3OvRgr h4 {
  margin-bottom: 0;
}
.cid-rxTS3OvRgr p {
  color: #767676;
}
.cid-rxTS3OvRgr .cardcenter {
  background-color: #ff8a73;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-rxTS3OvRgr .cardcenter:hover {
  background-color: #57468b;
}
.cid-rxTS3OvRgr .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rxTS3OvRgr .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-rxTS3OvRgr .btn-info-outline {
  border: none;
  color: #efefef !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rxTS3OvRgr .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rxTS3OvRgr .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rxTS3OvRgr .btn-info-outline:hover {
  background-color: transparent!important;
  color: #fb9336 !important;
  box-shadow: none!important;
}
.cid-rxTS3OvRgr .btn-info-outline:active,
.cid-rxTS3OvRgr .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rxTS3OvRgr .card-box {
  padding-top: 2rem;
}
.cid-rxTS3OvRgr .card-wrapper {
  height: 100%;
}
.cid-rxTS3OvRgr .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rxTS3OvRgr img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rxTS3OvRgr .card-title {
  color: #57468b;
}
.cid-rxTS3OvRgr .main-title {
  color: #57468b;
}
.cid-rxTS3OvRgr DIV {
  color: #57468b;
}
.cid-rxTS3OvRgr .text {
  color: #ffffff;
}
.cid-rxTS3OvRgr .card-subtitle {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rxTS3OvRgr .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rxTS3OvRgr .link {
    margin: auto;
  }
}
.cid-rxTS8MBdZI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #feede6;
}
.cid-rxTS8MBdZI img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rxTS8MBdZI .mbr-text,
.cid-rxTS8MBdZI .mbr-section-btn {
  color: #57468b;
}
.cid-rxTS8MBdZI H3 {
  color: #57468b;
}
.cid-rxTS8MBdZI H1 {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rxTS8MBdZI img {
    width: 100%!important;
  }
}
.cid-rwEPKRMxhG .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rwEPKRMxhG .nav-item:focus,
.cid-rwEPKRMxhG .nav-link:focus {
  outline: none;
}
.cid-rwEPKRMxhG .text-white:hover,
.cid-rwEPKRMxhG .text-white:active,
.cid-rwEPKRMxhG .text-white:focus {
  color: white!important;
}
.cid-rwEPKRMxhG .section {
  position: relative;
  overflow: visible!important;
}
.cid-rwEPKRMxhG .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-item:hover {
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-menu {
  background-color: white!important;
}
.cid-rwEPKRMxhG .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rwEPKRMxhG .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rwEPKRMxhG .nav-item .nav-link {
    position: relative;
  }
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rwEPKRMxhG .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-rwEPKRMxhG .collapsed {
  flex-direction: row!important;
}
.cid-rwEPKRMxhG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rwEPKRMxhG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rwEPKRMxhG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rwEPKRMxhG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rwEPKRMxhG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rwEPKRMxhG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rwEPKRMxhG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rwEPKRMxhG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rwEPKRMxhG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rwEPKRMxhG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rwEPKRMxhG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rwEPKRMxhG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rwEPKRMxhG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rwEPKRMxhG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rwEPKRMxhG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rwEPKRMxhG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rwEPKRMxhG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rwEPKRMxhG .navbar-caption {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rwEPKRMxhG .dropdown-item.active,
.cid-rwEPKRMxhG .dropdown-item:active {
  background-color: transparent;
}
.cid-rwEPKRMxhG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rwEPKRMxhG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rwEPKRMxhG .navbar-buttons {
  text-align: center;
}
.cid-rwEPKRMxhG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8d91f;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rwEPKRMxhG .nav-link {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwEPKRMxhG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rwEPKRMxhG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rwEPKRMxhG .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rwEPKRMxhG .navbar {
    height: 77px;
  }
  .cid-rwEPKRMxhG .navbar.opened {
    height: auto;
  }
  .cid-rwEPKRMxhG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rwEPKRMxhG .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rwEPKRMxhG .nav-item:focus,
.cid-rwEPKRMxhG .nav-link:focus {
  outline: none;
}
.cid-rwEPKRMxhG .text-white:hover,
.cid-rwEPKRMxhG .text-white:active,
.cid-rwEPKRMxhG .text-white:focus {
  color: white!important;
}
.cid-rwEPKRMxhG .section {
  position: relative;
  overflow: visible!important;
}
.cid-rwEPKRMxhG .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-item:hover {
  color: black!important;
}
.cid-rwEPKRMxhG .dropdown-menu {
  background-color: white!important;
}
.cid-rwEPKRMxhG .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rwEPKRMxhG .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rwEPKRMxhG .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rwEPKRMxhG .nav-item .nav-link {
    position: relative;
  }
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rwEPKRMxhG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rwEPKRMxhG .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-rwEPKRMxhG .collapsed {
  flex-direction: row!important;
}
.cid-rwEPKRMxhG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rwEPKRMxhG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rwEPKRMxhG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rwEPKRMxhG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rwEPKRMxhG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rwEPKRMxhG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rwEPKRMxhG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rwEPKRMxhG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rwEPKRMxhG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rwEPKRMxhG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rwEPKRMxhG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rwEPKRMxhG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rwEPKRMxhG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rwEPKRMxhG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rwEPKRMxhG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rwEPKRMxhG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rwEPKRMxhG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rwEPKRMxhG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rwEPKRMxhG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rwEPKRMxhG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rwEPKRMxhG .navbar-caption {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rwEPKRMxhG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rwEPKRMxhG .dropdown-item.active,
.cid-rwEPKRMxhG .dropdown-item:active {
  background-color: transparent;
}
.cid-rwEPKRMxhG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rwEPKRMxhG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rwEPKRMxhG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rwEPKRMxhG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rwEPKRMxhG .navbar-buttons {
  text-align: center;
}
.cid-rwEPKRMxhG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8d91f;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwEPKRMxhG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwEPKRMxhG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwEPKRMxhG .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rwEPKRMxhG .nav-link {
  font-weight: 600!important;
}
.cid-rwEPKRMxhG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwEPKRMxhG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rwEPKRMxhG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rwEPKRMxhG .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rwEPKRMxhG .navbar {
    height: 77px;
  }
  .cid-rwEPKRMxhG .navbar.opened {
    height: auto;
  }
  .cid-rwEPKRMxhG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
