body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Open 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: 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-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #1e3575 !important;
}
.bg-success {
  background-color: #f58026 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e3575 !important;
  border-color: #1e3575 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e1938 !important;
  border-color: #0e1938 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e1938 !important;
  border-color: #0e1938 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0072ce !important;
  border-color: #0072ce !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #004882 !important;
  border-color: #004882 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #004882 !important;
  border-color: #004882 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f58026 !important;
  border-color: #f58026 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c55b09 !important;
  border-color: #c55b09 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c55b09 !important;
  border-color: #c55b09 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #091024;
  color: #091024;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1e3575;
  border-color: #1e3575;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e3575 !important;
  border-color: #1e3575 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003a68;
  color: #003a68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0072ce;
  border-color: #0072ce;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0072ce !important;
  border-color: #0072ce !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ad5008;
  color: #ad5008;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f58026;
  border-color: #f58026;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f58026 !important;
  border-color: #f58026 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #1e3575 !important;
}
.text-secondary {
  color: #0072ce !important;
}
.text-success {
  color: #f58026 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #091024 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003a68 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ad5008 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e3575;
  border-color: #1e3575;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1e3575;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4468cf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef2e9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #1e3575;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e3575;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1e3575;
  border-bottom-color: #1e3575;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1e3575 !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: #0072ce !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231e3575' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-txsMca1Xlm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  top: 1rem !important;
  background-image: url("../../../assets/images/tod-hp-hero-1947x432.jpg");
  background-position: center center;
}
.cid-txsMca1Xlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-txsMca1Xlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txsMca1Xlm .row {
  padding-left: 3rem !important;
}
.cid-rP4VdZewh9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}
.cid-rP4VdZewh9 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rP4VdZewh9 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rP4VdZewh9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rP4VdZewh9 .mbr-text,
.cid-rP4VdZewh9 .mbr-section-btn {
  color: #767676;
}
.cid-rP4VdZewh9 H1 {
  color: #000000;
}
.cid-sZwCv2F2t3 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-sZwCv2F2t3 .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sZwCv2F2t3 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sZwCv2F2t3 .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-sZwCv2F2t3 .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-sZwCv2F2t3 .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-sZwCv2F2t3 .row-item {
  margin-bottom: 2rem;
  border-radius: 8px;
}
.cid-sZwCv2F2t3 .row-item:hover .wrapper {
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sZwCv2F2t3 .row-item:hover .wrapper::before {
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sZwCv2F2t3 .row-item:hover .wrapper .card-img {
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sZwCv2F2t3 .row-item:hover .wrapper .card-img span {
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sZwCv2F2t3 .row-item:hover .wrapper .mbr-card-title {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sZwCv2F2t3 .row-item .wrapper {
  padding: 40px 0 30px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.cid-sZwCv2F2t3 .row-item .wrapper::before {
  border-radius: 8px;
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #0072ce;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sZwCv2F2t3 .row-item .wrapper .card-img span {
  color: #0072ce;
}
.cid-sZwCv2F2t3 .row-item .wrapper .mbr-iconfont {
  font-size: 50px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-sZwCv2F2t3 .row-item .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
}
.cid-sZwCv2F2t3 .row-item .wrapper .mbr-card-title.display-7 {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sZwCv2F2t3 img {
  width: 80%;
  border-radius: 8px;
  border: 1px solid #dddddd;
}
.cid-sZwCv2F2t3 .btn {
  border-radius: 3px;
  padding: 12px 40px;
  font-weight: 700;
}
.cid-sZwCv2F2t3 .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .cid-sZwCv2F2t3 .mbr-section-title {
    text-align: left;
  }
}
.cid-sZwCv2F2t3 .mbr-subtitle,
.cid-sZwCv2F2t3 .mbr-section-btn {
  color: #0072d4;
}
.cid-sZwCv2F2t3 .btn:hover {
  background: #0072d4 !important;
}
.cid-sZwI0Q4VBd {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sZwI0Q4VBd .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sZwI0Q4VBd .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sZwI0Q4VBd .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-sZwI0Q4VBd .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-sZwI0Q4VBd .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-sZwI0Q4VBd .row-item {
  margin-bottom: 2rem;
  border-radius: 8px;
}
.cid-sZwI0Q4VBd .row-item:hover .wrapper {
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sZwI0Q4VBd .row-item:hover .wrapper::before {
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sZwI0Q4VBd .row-item:hover .wrapper .card-img {
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sZwI0Q4VBd .row-item:hover .wrapper .card-img span {
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sZwI0Q4VBd .row-item:hover .wrapper .mbr-card-title {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sZwI0Q4VBd .row-item .wrapper {
  padding: 40px 0 30px;
  background: #f5f5f5;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.cid-sZwI0Q4VBd .row-item .wrapper::before {
  border-radius: 8px;
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #0072ce;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sZwI0Q4VBd .row-item .wrapper .card-img span {
  color: #0072ce;
}
.cid-sZwI0Q4VBd .row-item .wrapper .mbr-iconfont {
  font-size: 50px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-sZwI0Q4VBd .row-item .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
}
.cid-sZwI0Q4VBd .row-item .wrapper .mbr-card-title.display-7 {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sZwI0Q4VBd img {
  width: 80%;
  border-radius: 8px;
  border: 1px solid #dddddd;
}
.cid-sZwI0Q4VBd .btn {
  border-radius: 3px;
  padding: 12px 40px;
  font-weight: 700;
}
.cid-sZwI0Q4VBd .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .cid-sZwI0Q4VBd .mbr-section-title {
    text-align: left;
  }
}
.cid-sZwI0Q4VBd .mbr-subtitle,
.cid-sZwI0Q4VBd .mbr-section-btn {
  color: #0072d4;
}
.cid-sZwI0Q4VBd .btn:hover {
  background: #0072d4 !important;
}
.cid-t2U83XNoEt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t2U83XNoEt .mbr-text {
  color: #767676;
}
.cid-t2U83XNoEt .mbr-iconfont {
  color: #0072d4 !important;
  font-size: 3.5rem !important;
}
.cid-t2U83XNoEt .link {
  margin: 0;
}
.cid-t2U83XNoEt .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-t2U83XNoEt .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-t2U83XNoEt .card {
    display: flex;
    flex-direction: row;
  }
  .cid-t2U83XNoEt .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2U83XNoEt .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-t2U83XNoEt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t2U83XNoEt .card {
    margin-bottom: 2rem;
  }
}
.cid-t2U83XNoEt a {
  text-decoration: underline;
}
.cid-t2U83XNoEt ul {
  font-family: Open Sans !important;
  font-size: 19px !important;
}
.cid-t2U83XNoEt .card-title,
.cid-t2U83XNoEt .card-img {
  text-align: center;
}
.cid-t2U83XNoEt .mbr-text,
.cid-t2U83XNoEt .link {
  text-align: center;
}
.cid-rQfygHRPvY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1e3575;
}
@media (max-width: 767px) {
  .cid-rQfygHRPvY .mbr-text {
    text-align: center;
  }
}
.cid-rQfygHRPvY .container-fluid {
  padding: 0;
}
.cid-rQfygHRPvY .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rQfygHRPvY img {
  height: 100%;
  object-fit: cover;
}
.cid-rQfygHRPvY .mbr-figure {
  height: 100%;
}
.cid-rQfygHRPvY .col-lg-6 {
  padding: 0;
}
.cid-rQfygHRPvY .row {
  margin: 0;
}
.cid-rQfygHRPvY .mbr-text,
.cid-rQfygHRPvY .mbr-section-btn {
  color: #ffffff;
}
.cid-rQfygHRPvY H3 {
  color: #ffffff;
}
.cid-rQfygHRPvY H1 {
  color: #ffffff;
}
.cid-rQfygHRPvY .btn:hover {
  background: #0072d4 !important;
  color: #fff !important;
}
.cid-rQfygHRPvY .btn {
  border-radius: 3px;
  padding: 12px 40px;
  font-weight: 700;
}
.cid-rQfygHRPvY .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-soPMoeDL5p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-soPMoeDL5p .container > .row,
.cid-soPMoeDL5p .container-fluid > .row {
  background-color: #ffffff;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-soPMoeDL5p .container > .row,
  .cid-soPMoeDL5p .container-fluid > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-soPMoeDL5p .container > .row,
  .cid-soPMoeDL5p .container-fluid > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-soPMoeDL5p .container > .row,
  .cid-soPMoeDL5p .container-fluid > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-soPMoeDL5p .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #1e3575;
}
.cid-soPMoeDL5p .icon_wrapper {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
}
.cid-soPMoeDL5p .icon_wrapper .mbr-iconfont {
  transition: all .4s;
  color: #ffffff;
}
.cid-soPMoeDL5p .item_wrapper {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-soPMoeDL5p .item_wrapper {
    padding-bottom: 20px;
  }
}
.cid-soPMoeDL5p .item_wrapper:hover .item_title a {
  color: #0072ce !important;
}
.cid-soPMoeDL5p .item_wrapper:hover .icon_wrapper a span {
  color: #0072ce !important;
}
.cid-soPMoeDL5p .item_content {
  margin-top: 20px;
  width: 100%;
}
.cid-soPMoeDL5p .item_title {
  margin-bottom: 10px;
  transition: all .4s;
}
.cid-soPMoeDL5p .item_text {
  margin-bottom: 0;
  color: #232323;
}
.cid-soPMoeDL5p .divider {
  border-left: 1px solid #ffffff;
}
.cid-soPMoeDL5p .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-soPMoeDL5p .icons__block {
    margin-top: 40px;
  }
}
.cid-soPMoeDL5p .mbr-section-title {
  color: #000000;
}
.cid-soPMoeDL5p .mbr-text,
.cid-soPMoeDL5p .mbr-section-btn {
  color: #232323;
}
.cid-soPMoeDL5p .item_title,
.cid-soPMoeDL5p .icons {
  color: #000000;
}
.cid-soPMoeDL5p p {
  line-height: 1.5rem;
}
.cid-soPMoeDL5p .btn {
  border-radius: 3px;
  padding: 12px 40px;
  font-weight: 700;
}
.cid-soPMoeDL5p .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-soPMoeDL5p .btn:hover {
  background: #0072d4 !important;
}
.cid-rym5zxQ9dJ {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/40053495465dd068812d7d36f7df0a39-1.webp");
}
.cid-rym5zxQ9dJ img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rym5zxQ9dJ .row {
  justify-content: center;
}
.cid-rym5zxQ9dJ .mbr-text,
.cid-rym5zxQ9dJ .mbr-section-btn {
  color: #ffffff;
}
.cid-rym5zxQ9dJ .icon-box {
  display: flex;
  align-items: center;
}
.cid-rym5zxQ9dJ .item {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rym5zxQ9dJ .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rym5zxQ9dJ .date {
  margin: 0;
  color: #cccccc;
}
.cid-rym5zxQ9dJ .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rym5zxQ9dJ .icon-box {
    flex-direction: column;
  }
  .cid-rym5zxQ9dJ .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rym5zxQ9dJ img {
    margin-bottom: 2rem;
  }
}
.cid-rym5zxQ9dJ H1 {
  color: #ffffff;
}
.cid-rQi11TQnKn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0072d4;
}
@media (max-width: 992px) {
  .cid-rQi11TQnKn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-rQi11TQnKn .text {
  padding: 0;
}
.cid-rQi11TQnKn section {
  position: relative;
}
.cid-rQi11TQnKn h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-rQi11TQnKn .mbr-iconfont {
  padding: 0!important;
}
.cid-rQi11TQnKn .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #0072d4;
}
.cid-rQi11TQnKn .box {
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rQi11TQnKn .icon-wrap {
  background-color: #0072d4 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rQi11TQnKn .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rQi11TQnKn .icon-wrap span {
  padding-left: 8px;
}
.cid-rQi11TQnKn .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rQi11TQnKn .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rQi11TQnKn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQi11TQnKn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQi11TQnKn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQi11TQnKn a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQi11TQnKn a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rQi11TQnKn {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-rQi11TQnKn .box {
    height: 250px;
  }
  .cid-rQi11TQnKn .row {
    padding: 1rem!important;
  }
}
.cid-rP5gVsnndo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1e3575;
}
.cid-rP5gVsnndo a:link {
  text-decoration: none;
}
.cid-rP5gVsnndo .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rP5gVsnndo .icon-transition span:hover {
  background-color: #818286;
}
.cid-rP5gVsnndo .inner-text {
  line-height: 1.6em;
}
.cid-rP5gVsnndo .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rP5gVsnndo .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rP5gVsnndo .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rP5gVsnndo .content-text,
.cid-rP5gVsnndo .inner-text {
  color: #ffffff;
}
.cid-rQio6FIjDb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQio6FIjDb .nav-item:focus,
.cid-rQio6FIjDb .nav-link:focus {
  outline: none;
}
.cid-rQio6FIjDb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQio6FIjDb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQio6FIjDb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rQio6FIjDb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQio6FIjDb .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-rQio6FIjDb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQio6FIjDb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQio6FIjDb .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-rQio6FIjDb .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #1e3575;
}
.cid-rQio6FIjDb .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #1e3575 !important;
}
.cid-rQio6FIjDb .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rQio6FIjDb .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-rQio6FIjDb .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rQio6FIjDb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQio6FIjDb .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rQio6FIjDb .navbar.collapsed .navbar-collapse.show,
.cid-rQio6FIjDb .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQio6FIjDb .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-rQio6FIjDb .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-rQio6FIjDb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQio6FIjDb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQio6FIjDb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQio6FIjDb .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-rQio6FIjDb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQio6FIjDb .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQio6FIjDb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQio6FIjDb .navbar.collapsed .right-menu,
.cid-rQio6FIjDb .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-rQio6FIjDb .navbar .navbar-collapse.show,
  .cid-rQio6FIjDb .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rQio6FIjDb .navbar .navbar-collapse.show .brand-container,
  .cid-rQio6FIjDb .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-rQio6FIjDb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQio6FIjDb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQio6FIjDb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQio6FIjDb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQio6FIjDb .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-rQio6FIjDb .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-rQio6FIjDb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQio6FIjDb .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rQio6FIjDb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rQio6FIjDb .navbar .right-menu,
  .cid-rQio6FIjDb .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rQio6FIjDb .navbar.navbar-short {
  min-height: 60px;
}
.cid-rQio6FIjDb .navbar.navbar-short .mbr-overlay {
  background: #1e3575 !important;
}
.cid-rQio6FIjDb .navbar.navbar-short .navbar-logo img {
  height: 1.8rem !important;
}
.cid-rQio6FIjDb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQio6FIjDb .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQio6FIjDb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQio6FIjDb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQio6FIjDb .dropdown-item.active,
.cid-rQio6FIjDb .dropdown-item:active {
  background-color: transparent;
}
.cid-rQio6FIjDb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQio6FIjDb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQio6FIjDb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQio6FIjDb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e3575;
}
.cid-rQio6FIjDb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQio6FIjDb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQio6FIjDb ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rQio6FIjDb ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-rQio6FIjDb .navbar-buttons {
  margin-left: auto;
}
.cid-rQio6FIjDb button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQio6FIjDb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rQio6FIjDb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQio6FIjDb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQio6FIjDb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQio6FIjDb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQio6FIjDb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQio6FIjDb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-rQio6FIjDb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-rQio6FIjDb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQio6FIjDb .navbar-dropdown {
  position: fixed;
}
.cid-rQio6FIjDb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQio6FIjDb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQio6FIjDb .right-menu,
.cid-rQio6FIjDb .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-rQio6FIjDb .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQio6FIjDb .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQio6FIjDb .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rQio6FIjDb .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: .5rem 0;
}
.cid-rQio6FIjDb .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rQio6FIjDb .card-wrapper {
  z-index: 3;
}
.cid-rQio6FIjDb .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-rQio6FIjDb .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQio6FIjDb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQio6FIjDb .mbr-style {
  height: 1.8rem !important;
}
