body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'font';
  font-size: 3.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #0d8f2b !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #fac832 !important;
  border-color: #fac832 !important;
  transition: all .5s;
  color: #2c2101 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #2c2101 !important;
  background-color: #daa505 !important;
  border-color: #daa505 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #2c2101 !important;
  background-color: #daa505 !important;
  border-color: #daa505 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0d8f2b !important;
  border-color: #0d8f2b !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #074916 !important;
  border-color: #074916 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #074916 !important;
  border-color: #074916 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  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,
.btn-danger.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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,
.btn-primary-outline.active {
  background: none !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #c19205 !important;
  color: #c19205 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #2c2101 !important;
  background-color: #fac832 !important;
  border-color: #fac832 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #2c2101 !important;
  background-color: #fac832 !important;
  border-color: #fac832 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #05320f !important;
  color: #05320f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #0d8f2b !important;
  border-color: #0d8f2b !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0d8f2b !important;
  border-color: #0d8f2b !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.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,
.btn-danger-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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: #ffffff !important;
}
.text-secondary {
  color: #fac832 !important;
}
.text-success {
  color: #0d8f2b !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c19205 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #05320f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #0d8f2b;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn {
  border-radius: 100px;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #2fec5b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.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: #b3b3b3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #188ef4;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@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: #ffffff;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ffffff;
}
.btn-social + .btn {
  margin-left: .1rem;
}
@media (min-width: 768px) {
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  background-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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fac832 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %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-tx8bfKN8dn {
  background-image: url("../../../assets/images/180-degrees-it-logo-wallpaper-1080x864.png");
}
.cid-tx8bfKN8dn .mbr-section-title,
.cid-tx8bfKN8dn .mbr-section-subtitle {
  color: #000000;
}
.cid-tx8bfKN8dn .mbr-section-text {
  color: #232323;
}
.cid-tx8bfKN8dn .mbr-text,
.cid-tx8bfKN8dn .typed-text,
.cid-tx8bfKN8dn .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tx8bfKN8dn .btn {
  margin-left: 4px !important;
}
.cid-tx8bfKN8dn .animated-element {
  color: #fac832;
}
.cid-tx8bfKN8dn .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fac832;
}
.cid-tx8bfKN8dn .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tx8bfKN8dn .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tx8bfKN8dn .typed-text,
  .cid-tx8bfKN8dn .mbr-section-subtitle,
  .cid-tx8bfKN8dn .mbr-section-text,
  .cid-tx8bfKN8dn .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tx8bfKN8dn .mbr-section-text,
.cid-tx8bfKN8dn .mbr-section-btn {
  color: #efefef;
}
.cid-tx8bfKN8dn .mbr-section-subtitle,
.cid-tx8bfKN8dn .typed-text {
  color: #ffffff;
}
.cid-rd8J8g0S1R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rd8J8g0S1R .nav-item,
.cid-rd8J8g0S1R .nav-link,
.cid-rd8J8g0S1R .navbar-caption {
  font-weight: normal;
}
.cid-rd8J8g0S1R .nav-item:focus,
.cid-rd8J8g0S1R .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rd8J8g0S1R .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rd8J8g0S1R .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rd8J8g0S1R .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rd8J8g0S1R .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rd8J8g0S1R .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rd8J8g0S1R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rd8J8g0S1R .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-rd8J8g0S1R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rd8J8g0S1R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rd8J8g0S1R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rd8J8g0S1R .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rd8J8g0S1R .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rd8J8g0S1R .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rd8J8g0S1R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rd8J8g0S1R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rd8J8g0S1R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rd8J8g0S1R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rd8J8g0S1R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rd8J8g0S1R .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-rd8J8g0S1R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rd8J8g0S1R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rd8J8g0S1R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rd8J8g0S1R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rd8J8g0S1R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rd8J8g0S1R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rd8J8g0S1R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rd8J8g0S1R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rd8J8g0S1R .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-rd8J8g0S1R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rd8J8g0S1R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rd8J8g0S1R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rd8J8g0S1R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rd8J8g0S1R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rd8J8g0S1R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rd8J8g0S1R .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rd8J8g0S1R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rd8J8g0S1R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rd8J8g0S1R .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-rd8J8g0S1R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rd8J8g0S1R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rd8J8g0S1R .dropdown-item.active,
.cid-rd8J8g0S1R .dropdown-item:active {
  background-color: transparent;
}
.cid-rd8J8g0S1R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rd8J8g0S1R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rd8J8g0S1R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rd8J8g0S1R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rd8J8g0S1R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rd8J8g0S1R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rd8J8g0S1R .navbar-buttons {
  text-align: center;
}
.cid-rd8J8g0S1R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rd8J8g0S1R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rd8J8g0S1R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rd8J8g0S1R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rd8J8g0S1R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rd8J8g0S1R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rd8J8g0S1R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rd8J8g0S1R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rd8J8g0S1R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rd8J8g0S1R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rd8J8g0S1R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rd8J8g0S1R a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rd8J8g0S1R .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rd8J8g0S1R .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rd8J8g0S1R .soc-item {
  margin: .5rem .3rem;
}
.cid-rd8J8g0S1R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rd8J8g0S1R .navbar {
    height: 77px;
  }
  .cid-rd8J8g0S1R .navbar.opened {
    height: auto;
  }
  .cid-rd8J8g0S1R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twLwYFxlNI {
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
.cid-twLwYFxlNI .mbr-overlay {
  background: #000000;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-twLwYFxlNI .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-twLwYFxlNI .mbr-section-subtitle,
.cid-twLwYFxlNI .mbr-section-btn {
  color: #ffffff;
}
.cid-twLwYFxlNI .mbr-section-subtitle,
.cid-twLwYFxlNI .mbr-section-btn DIV {
  text-align: left;
}
.cid-twLwYFxlNI H1 {
  color: #ffffff;
}
.cid-rlm7hjYehb {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-rlm7hjYehb .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rlm7hjYehb .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-rlm7hjYehb .mbr-section-subtitle {
  color: #000000;
}
.cid-rlm7hjYehb .card-img span {
  color: #04367c;
}
.cid-rlm7hjYehb .row-item {
  margin-bottom: 2rem;
}
.cid-rlm7hjYehb .row-item:hover .wrapper {
  background: linear-gradient(90deg, #0d8f2b, #0d8f2b);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rlm7hjYehb .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-rlm7hjYehb .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-rlm7hjYehb .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rlm7hjYehb .mbr-card-title,
.cid-rlm7hjYehb .card-img {
  color: #232323;
}
.cid-twtuyFBXEa {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-twtuyFBXEa .card-text {
  color: #777777;
}
.cid-twtuyFBXEa ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-twtuyFBXEa ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-twtuyFBXEa ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  width: 25px;
  height: 25px;
}
.cid-twtuyFBXEa .card-wrapper {
  padding: 3rem;
  transition: all 0.3s;
  background: #ffffff;
  position: relative;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-twtuyFBXEa .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-twtuyFBXEa .center {
  background: #ffffff;
}
.cid-twtuyFBXEa .center:before {
  opacity: 1;
  position: absolute;
  right: -150px;
  bottom: -150px;
  content: '';
  transition: all 0.3s;
  width: 300px;
  height: 300px;
  background: #ffbf00;
  transform: rotate(45deg);
}
.cid-twtuyFBXEa .row {
  justify-content: center;
}
.cid-twtuyFBXEa .card-subtitle1 {
  color: #232323;
  text-align: center;
}
.cid-twtuyFBXEa .card-title1 {
  color: #47b5ed;
  text-align: center;
}
.cid-twtuyFBXEa .mbr-list1 {
  color: #232323;
}
.cid-twtuyFBXEa .mbr-section-subtitle {
  color: #efefef;
}
.cid-twtuyFBXEa .card-title {
  color: #47b5ed;
  text-align: center;
}
.cid-twtuyFBXEa .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-twtuyFBXEa .mbr-section-title {
  color: #efefef;
}
.cid-twtuyFBXEa .mbr-list,
.cid-twtuyFBXEa li UL {
  text-align: left;
}
.cid-tx8dWmd0bB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tx8dWmd0bB .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-tx8dWmd0bB .panel-group {
  border: none;
}
.cid-tx8dWmd0bB .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-tx8dWmd0bB .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tx8dWmd0bB .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tx8dWmd0bB .panel-body {
    padding: 0rem;
  }
}
.cid-tx8dWmd0bB .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tx8dWmd0bB .img-item {
    padding-bottom: 3rem;
  }
}
.cid-tx8dWmd0bB img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tx8dWmd0bB img {
    width: 100%;
  }
}
.cid-tx8dWmd0bB .container-fluid {
  padding: 0 1rem;
}
.cid-tx8dWmd0bB .collapsed span {
  transform: rotate(0deg);
}
.cid-tx8dWmd0bB .panel-title {
  display: flex;
  align-items: center;
}
.cid-tx8dWmd0bB .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-tx8dWmd0bB .panel-title-edit {
  color: #000000;
}
.cid-tx8dWmd0bB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-tx8dWmd0bB .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-tx8dWmd0bB .panel-title-edit,
.cid-tx8dWmd0bB .mbr-iconfont {
  color: #1b2026;
}
.cid-tx8dWmd0bB .panel-text {
  color: #000000;
}
.cid-tx8dWmd0bB H4 {
  color: #777777;
}
.cid-tx8dWmd0bB H3 {
  color: #ffffff;
}
.cid-tyDm8NaoPH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tyDm8NaoPH .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-tyDm8NaoPH .panel-group {
  border: none;
}
.cid-tyDm8NaoPH .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-tyDm8NaoPH .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tyDm8NaoPH .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tyDm8NaoPH .panel-body {
    padding: 0rem;
  }
}
.cid-tyDm8NaoPH .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tyDm8NaoPH .img-item {
    padding-bottom: 3rem;
  }
}
.cid-tyDm8NaoPH img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tyDm8NaoPH img {
    width: 100%;
  }
}
.cid-tyDm8NaoPH .container-fluid {
  padding: 0 1rem;
}
.cid-tyDm8NaoPH .collapsed span {
  transform: rotate(0deg);
}
.cid-tyDm8NaoPH .panel-title {
  display: flex;
  align-items: center;
}
.cid-tyDm8NaoPH .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-tyDm8NaoPH .panel-title-edit {
  color: #000000;
}
.cid-tyDm8NaoPH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-tyDm8NaoPH .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-tyDm8NaoPH .panel-title-edit,
.cid-tyDm8NaoPH .mbr-iconfont {
  color: #1b2026;
}
.cid-tyDm8NaoPH .panel-text {
  color: #000000;
}
.cid-tyDm8NaoPH H4 {
  color: #777777;
}
.cid-tx89z7cMFP {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tx89z7cMFP .mbr-overlay {
  background-color: #04367c;
  opacity: 0.9;
}
.cid-tx89z7cMFP H4 {
  color: #ffffff;
}
.cid-tx89z7cMFP LABEL {
  color: #efefef;
}
.cid-txdqj067ki {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-txdqj067ki .column-wrapper {
  padding-left: 1.5rem;
}
.cid-txdqj067ki .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-txdqj067ki .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-txdqj067ki .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-txdqj067ki .mbr-text,
.cid-txdqj067ki .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txdqj067ki .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-twtuUKnZ5E {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-twtuUKnZ5E .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-twtuUKnZ5E .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-twtuUKnZ5E .text-content {
  padding-right: 1.5rem;
}
.cid-twtuUKnZ5E .mbr-text {
  color: #8d97ad;
}
.cid-twtuUKnZ5E .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-twtuUKnZ5E .counter-container {
  padding-top: 1rem;
}
.cid-twtuUKnZ5E .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-twtuUKnZ5E .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-twtuUKnZ5E .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #ffbf00;
}
@media (max-width: 991px) {
  .cid-twtuUKnZ5E .main-row {
    margin: 0;
  }
  .cid-twtuUKnZ5E .mbr-section-title,
  .cid-twtuUKnZ5E .mbr-text,
  .cid-twtuUKnZ5E .list,
  .cid-twtuUKnZ5E .mbr-section-btn {
    text-align: center !important;
  }
  .cid-twtuUKnZ5E .text-content {
    padding: 0;
  }
}
.cid-twtuUKnZ5E .mbr-text,
.cid-twtuUKnZ5E .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-twtuUKnZ5E .list {
  color: #000000;
}
.cid-txd1eI4FmQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b2026;
}
.cid-txd1eI4FmQ .mbr-iconfont {
  color: #8d97ad;
}
.cid-txd1eI4FmQ .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-txd1eI4FmQ .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-txd1eI4FmQ .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-txd1eI4FmQ .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-txd1eI4FmQ .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-txd1eI4FmQ .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-txd1eI4FmQ .mbr-section-title {
  color: #f4f8fa;
}
.cid-txd1fwWuxp {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #1b2026;
}
@media (max-width: 767px) {
  .cid-txd1fwWuxp .content {
    text-align: center;
  }
  .cid-txd1fwWuxp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txd1fwWuxp .logo-subtitle {
  color: #8d97ad;
}
.cid-txd1fwWuxp .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-txd1fwWuxp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txd1fwWuxp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txd1fwWuxp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-txd1fwWuxp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txd1fwWuxp .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-txd1fwWuxp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txd1fwWuxp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-txd1fwWuxp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txd1fwWuxp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txd1fwWuxp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txd1fwWuxp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txd1fwWuxp .list-item {
  display: flex;
}
.cid-txd1fwWuxp .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-txd1fwWuxp ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-txd1fwWuxp ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-txd1fwWuxp ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-txd1fwWuxp .logo-subtitle,
.cid-txd1fwWuxp .media-wrap {
  color: #ffffff;
}
.cid-txd1fwWuxp .mbr-text {
  color: #ffffff;
}
.cid-txd1fwWuxp .column-title {
  color: #ffffff;
}
.cid-txd1fwWuxp P {
  color: #ffffff;
}
.cid-rd8J8g0S1R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rd8J8g0S1R .nav-item,
.cid-rd8J8g0S1R .nav-link,
.cid-rd8J8g0S1R .navbar-caption {
  font-weight: normal;
}
.cid-rd8J8g0S1R .nav-item:focus,
.cid-rd8J8g0S1R .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rd8J8g0S1R .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rd8J8g0S1R .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rd8J8g0S1R .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rd8J8g0S1R .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rd8J8g0S1R .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rd8J8g0S1R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rd8J8g0S1R .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-rd8J8g0S1R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rd8J8g0S1R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rd8J8g0S1R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rd8J8g0S1R .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rd8J8g0S1R .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rd8J8g0S1R .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rd8J8g0S1R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rd8J8g0S1R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rd8J8g0S1R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rd8J8g0S1R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rd8J8g0S1R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rd8J8g0S1R .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-rd8J8g0S1R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rd8J8g0S1R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rd8J8g0S1R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rd8J8g0S1R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rd8J8g0S1R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rd8J8g0S1R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rd8J8g0S1R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rd8J8g0S1R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rd8J8g0S1R .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-rd8J8g0S1R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rd8J8g0S1R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rd8J8g0S1R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rd8J8g0S1R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rd8J8g0S1R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rd8J8g0S1R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rd8J8g0S1R .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rd8J8g0S1R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rd8J8g0S1R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rd8J8g0S1R .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-rd8J8g0S1R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rd8J8g0S1R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rd8J8g0S1R .dropdown-item.active,
.cid-rd8J8g0S1R .dropdown-item:active {
  background-color: transparent;
}
.cid-rd8J8g0S1R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rd8J8g0S1R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rd8J8g0S1R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rd8J8g0S1R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rd8J8g0S1R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rd8J8g0S1R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rd8J8g0S1R .navbar-buttons {
  text-align: center;
}
.cid-rd8J8g0S1R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rd8J8g0S1R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rd8J8g0S1R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rd8J8g0S1R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rd8J8g0S1R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rd8J8g0S1R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rd8J8g0S1R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rd8J8g0S1R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rd8J8g0S1R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rd8J8g0S1R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rd8J8g0S1R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rd8J8g0S1R a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rd8J8g0S1R .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rd8J8g0S1R .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rd8J8g0S1R .soc-item {
  margin: .5rem .3rem;
}
.cid-rd8J8g0S1R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rd8J8g0S1R .navbar {
    height: 77px;
  }
  .cid-rd8J8g0S1R .navbar.opened {
    height: auto;
  }
  .cid-rd8J8g0S1R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txfdMM4RfE {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txfdMM4RfE .column-wrapper {
  padding-left: 1.5rem;
}
.cid-txfdMM4RfE .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-txfdMM4RfE .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-txfdMM4RfE .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-txfdMM4RfE .mbr-text,
.cid-txfdMM4RfE .mbr-section-btn {
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-txfdMM4RfE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-txf6C7jfUQ {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf6C7jfUQ .mbr-section-title {
  margin: 0;
}
.cid-txf6C7jfUQ .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf6C7jfUQ .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf6C7jfUQ .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf6C7jfUQ .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf6C7jfUQ .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf6C7jfUQ .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf6C7jfUQ .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf6C7jfUQ .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf6C7jfUQ .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf6C7jfUQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7kPsVY3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7kPsVY3 .mbr-section-title {
  margin: 0;
}
.cid-txf7kPsVY3 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7kPsVY3 .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7kPsVY3 .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7kPsVY3 .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7kPsVY3 .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7kPsVY3 .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7kPsVY3 .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7kPsVY3 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7kPsVY3 .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7kPsVY3 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7rXTalq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7rXTalq .mbr-section-title {
  margin: 0;
}
.cid-txf7rXTalq .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7rXTalq .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7rXTalq .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7rXTalq .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7rXTalq .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7rXTalq .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7rXTalq .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7rXTalq .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7rXTalq .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7rXTalq .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7ssbf6P {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7ssbf6P .mbr-section-title {
  margin: 0;
}
.cid-txf7ssbf6P .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7ssbf6P .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7ssbf6P .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7ssbf6P .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7ssbf6P .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7ssbf6P .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7ssbf6P .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7ssbf6P .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7ssbf6P .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7ssbf6P .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7sXS0aj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7sXS0aj .mbr-section-title {
  margin: 0;
}
.cid-txf7sXS0aj .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7sXS0aj .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7sXS0aj .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7sXS0aj .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7sXS0aj .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7sXS0aj .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7sXS0aj .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7sXS0aj .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7sXS0aj .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7sXS0aj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7tqarOQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7tqarOQ .mbr-section-title {
  margin: 0;
}
.cid-txf7tqarOQ .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7tqarOQ .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7tqarOQ .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7tqarOQ .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7tqarOQ .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7tqarOQ .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7tqarOQ .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7tqarOQ .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7tqarOQ .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7tqarOQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7tJlTxS {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7tJlTxS .mbr-section-title {
  margin: 0;
}
.cid-txf7tJlTxS .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7tJlTxS .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7tJlTxS .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7tJlTxS .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7tJlTxS .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7tJlTxS .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7tJlTxS .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7tJlTxS .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7tJlTxS .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7tJlTxS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7tNEkad {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7tNEkad .mbr-section-title {
  margin: 0;
}
.cid-txf7tNEkad .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7tNEkad .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7tNEkad .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7tNEkad .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7tNEkad .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7tNEkad .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7tNEkad .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7tNEkad .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7tNEkad .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7tNEkad .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7ukVUDf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7ukVUDf .mbr-section-title {
  margin: 0;
}
.cid-txf7ukVUDf .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7ukVUDf .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7ukVUDf .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7ukVUDf .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7ukVUDf .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7ukVUDf .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7ukVUDf .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7ukVUDf .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7ukVUDf .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7ukVUDf .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7utTgzE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7utTgzE .mbr-section-title {
  margin: 0;
}
.cid-txf7utTgzE .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7utTgzE .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7utTgzE .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7utTgzE .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7utTgzE .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7utTgzE .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7utTgzE .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7utTgzE .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7utTgzE .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7utTgzE .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7uAnhbZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7uAnhbZ .mbr-section-title {
  margin: 0;
}
.cid-txf7uAnhbZ .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7uAnhbZ .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7uAnhbZ .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7uAnhbZ .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uAnhbZ .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uAnhbZ .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uAnhbZ .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7uAnhbZ .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7uAnhbZ .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7uAnhbZ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7uGvTE4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7uGvTE4 .mbr-section-title {
  margin: 0;
}
.cid-txf7uGvTE4 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7uGvTE4 .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7uGvTE4 .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7uGvTE4 .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uGvTE4 .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uGvTE4 .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uGvTE4 .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7uGvTE4 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7uGvTE4 .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7uGvTE4 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7uL7nJB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7uL7nJB .mbr-section-title {
  margin: 0;
}
.cid-txf7uL7nJB .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7uL7nJB .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7uL7nJB .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7uL7nJB .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uL7nJB .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uL7nJB .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uL7nJB .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7uL7nJB .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7uL7nJB .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7uL7nJB .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7uQ4Jrm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7uQ4Jrm .mbr-section-title {
  margin: 0;
}
.cid-txf7uQ4Jrm .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7uQ4Jrm .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7uQ4Jrm .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7uQ4Jrm .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uQ4Jrm .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uQ4Jrm .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uQ4Jrm .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7uQ4Jrm .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7uQ4Jrm .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7uQ4Jrm .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7uTJiT5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7uTJiT5 .mbr-section-title {
  margin: 0;
}
.cid-txf7uTJiT5 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7uTJiT5 .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7uTJiT5 .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7uTJiT5 .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uTJiT5 .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uTJiT5 .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uTJiT5 .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7uTJiT5 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7uTJiT5 .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7uTJiT5 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7uYvNyb {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7uYvNyb .mbr-section-title {
  margin: 0;
}
.cid-txf7uYvNyb .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7uYvNyb .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7uYvNyb .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7uYvNyb .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uYvNyb .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uYvNyb .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7uYvNyb .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7uYvNyb .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7uYvNyb .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7uYvNyb .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7v3nb5K {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7v3nb5K .mbr-section-title {
  margin: 0;
}
.cid-txf7v3nb5K .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7v3nb5K .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7v3nb5K .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7v3nb5K .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7v3nb5K .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7v3nb5K .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7v3nb5K .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7v3nb5K .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7v3nb5K .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7v3nb5K .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7v7LbIt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7v7LbIt .mbr-section-title {
  margin: 0;
}
.cid-txf7v7LbIt .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7v7LbIt .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7v7LbIt .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7v7LbIt .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7v7LbIt .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7v7LbIt .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7v7LbIt .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7v7LbIt .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7v7LbIt .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7v7LbIt .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7vcmmaV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7vcmmaV .mbr-section-title {
  margin: 0;
}
.cid-txf7vcmmaV .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7vcmmaV .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7vcmmaV .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7vcmmaV .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7vcmmaV .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7vcmmaV .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7vcmmaV .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7vcmmaV .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7vcmmaV .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7vcmmaV .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7vg56Hm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7vg56Hm .mbr-section-title {
  margin: 0;
}
.cid-txf7vg56Hm .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7vg56Hm .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7vg56Hm .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7vg56Hm .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7vg56Hm .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7vg56Hm .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7vg56Hm .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7vg56Hm .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7vg56Hm .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7vg56Hm .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7vmd4WI {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7vmd4WI .mbr-section-title {
  margin: 0;
}
.cid-txf7vmd4WI .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7vmd4WI .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7vmd4WI .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7vmd4WI .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7vmd4WI .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7vmd4WI .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7vmd4WI .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7vmd4WI .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7vmd4WI .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7vmd4WI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txf7vzuvn6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txf7vzuvn6 .mbr-section-title {
  margin: 0;
}
.cid-txf7vzuvn6 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txf7vzuvn6 .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txf7vzuvn6 .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txf7vzuvn6 .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7vzuvn6 .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7vzuvn6 .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txf7vzuvn6 .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txf7vzuvn6 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txf7vzuvn6 .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txf7vzuvn6 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txfb385Wu3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txfb385Wu3 .mbr-section-title {
  margin: 0;
}
.cid-txfb385Wu3 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txfb385Wu3 .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txfb385Wu3 .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txfb385Wu3 .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txfb385Wu3 .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txfb385Wu3 .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txfb385Wu3 .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txfb385Wu3 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txfb385Wu3 .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txfb385Wu3 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txfb3jYFNP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txfb3jYFNP .mbr-section-title {
  margin: 0;
}
.cid-txfb3jYFNP .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txfb3jYFNP .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txfb3jYFNP .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txfb3jYFNP .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txfb3jYFNP .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txfb3jYFNP .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txfb3jYFNP .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txfb3jYFNP .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txfb3jYFNP .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txfb3jYFNP .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txfb3vcfgQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-txfb3vcfgQ .mbr-section-title {
  margin: 0;
}
.cid-txfb3vcfgQ .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-txfb3vcfgQ .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-txfb3vcfgQ .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-txfb3vcfgQ .card1 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txfb3vcfgQ .card2 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txfb3vcfgQ .card3 {
  background: linear-gradient(45deg, #04367c, #004383);
}
.cid-txfb3vcfgQ .card4 {
  background: linear-gradient(45deg, #04367c, #004383);
}
@media (max-width: 991px) {
  .cid-txfb3vcfgQ .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-txfb3vcfgQ .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-txfb3vcfgQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txflBrrjFI {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(90deg, #08579f, #04367c);
}
.cid-txflBrrjFI .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-txflBrrjFI .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-txflBrrjFI .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-txflBrrjFI .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-txflBrrjFI .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-txflBrrjFI .mbr-section-subtitle,
.cid-txflBrrjFI .mbr-section-btn {
  color: #000000;
}
.cid-txd1fwWuxp {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #1b2026;
}
@media (max-width: 767px) {
  .cid-txd1fwWuxp .content {
    text-align: center;
  }
  .cid-txd1fwWuxp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txd1fwWuxp .logo-subtitle {
  color: #8d97ad;
}
.cid-txd1fwWuxp .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-txd1fwWuxp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txd1fwWuxp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txd1fwWuxp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-txd1fwWuxp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txd1fwWuxp .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-txd1fwWuxp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txd1fwWuxp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-txd1fwWuxp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txd1fwWuxp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txd1fwWuxp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txd1fwWuxp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txd1fwWuxp .list-item {
  display: flex;
}
.cid-txd1fwWuxp .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-txd1fwWuxp ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-txd1fwWuxp ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-txd1fwWuxp ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-txd1fwWuxp .logo-subtitle,
.cid-txd1fwWuxp .media-wrap {
  color: #ffffff;
}
.cid-txd1fwWuxp .mbr-text {
  color: #ffffff;
}
.cid-txd1fwWuxp .column-title {
  color: #ffffff;
}
.cid-txd1fwWuxp P {
  color: #ffffff;
}
.cid-tywBelt3B6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-tywBelt3B6 .nav-item,
.cid-tywBelt3B6 .nav-link,
.cid-tywBelt3B6 .navbar-caption {
  font-weight: normal;
}
.cid-tywBelt3B6 .nav-item:focus,
.cid-tywBelt3B6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tywBelt3B6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tywBelt3B6 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-tywBelt3B6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tywBelt3B6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tywBelt3B6 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tywBelt3B6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tywBelt3B6 .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-tywBelt3B6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tywBelt3B6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tywBelt3B6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tywBelt3B6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tywBelt3B6 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tywBelt3B6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tywBelt3B6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tywBelt3B6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tywBelt3B6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tywBelt3B6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tywBelt3B6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tywBelt3B6 .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-tywBelt3B6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tywBelt3B6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tywBelt3B6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tywBelt3B6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tywBelt3B6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tywBelt3B6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tywBelt3B6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tywBelt3B6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tywBelt3B6 .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-tywBelt3B6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tywBelt3B6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tywBelt3B6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tywBelt3B6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tywBelt3B6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tywBelt3B6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tywBelt3B6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tywBelt3B6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tywBelt3B6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tywBelt3B6 .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-tywBelt3B6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tywBelt3B6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tywBelt3B6 .dropdown-item.active,
.cid-tywBelt3B6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tywBelt3B6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tywBelt3B6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tywBelt3B6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tywBelt3B6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tywBelt3B6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tywBelt3B6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tywBelt3B6 .navbar-buttons {
  text-align: center;
}
.cid-tywBelt3B6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tywBelt3B6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tywBelt3B6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tywBelt3B6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tywBelt3B6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tywBelt3B6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tywBelt3B6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tywBelt3B6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tywBelt3B6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tywBelt3B6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tywBelt3B6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tywBelt3B6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tywBelt3B6 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tywBelt3B6 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tywBelt3B6 .soc-item {
  margin: .5rem .3rem;
}
.cid-tywBelt3B6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tywBelt3B6 .navbar {
    height: 77px;
  }
  .cid-tywBelt3B6 .navbar.opened {
    height: auto;
  }
  .cid-tywBelt3B6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tywBekLnME {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #004383;
}
.cid-tywBekLnME .mbr-section-title,
.cid-tywBekLnME .mbr-section-subtitle {
  color: #000000;
}
.cid-tywBekLnME .mbr-section-text {
  color: #232323;
}
.cid-tywBekLnME .mbr-text,
.cid-tywBekLnME .typed-text,
.cid-tywBekLnME .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tywBekLnME .btn {
  margin-left: 4px !important;
}
.cid-tywBekLnME .animated-element {
  color: #fac832;
}
.cid-tywBekLnME .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fac832;
}
.cid-tywBekLnME .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tywBekLnME .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tywBekLnME .typed-text,
  .cid-tywBekLnME .mbr-section-subtitle,
  .cid-tywBekLnME .mbr-section-text,
  .cid-tywBekLnME .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tywBekLnME .mbr-section-text,
.cid-tywBekLnME .mbr-section-btn {
  color: #efefef;
}
.cid-tywBekLnME .mbr-section-subtitle,
.cid-tywBekLnME .typed-text {
  color: #ffffff;
}
.cid-tywBelevrb {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tywBelevrb .row {
  align-items: center;
}
.cid-tywBelevrb .image-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tywBelevrb .image-wrapper {
    padding: 2rem 1rem 1rem;
  }
}
.cid-tywBelevrb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-tywBelevrb .text-wrapper {
    padding-right: 84px;
  }
}
.cid-tywBelevrb .label-text {
  width: 100%;
  color: #000000;
}
.cid-tywBelevrb .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tywBelevrb .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tywBelevrb .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tywBelevrb .icon-box {
  background: #47b5ed;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tywBelevrb .mbr-iconfont {
  font-size: 15px;
  color: #ffffff;
}
.cid-tywBelevrb .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tywBelevrb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tywBelevrb .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tywBelevrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tywBelevrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tywBelevrb .mbr-section-title,
.cid-tywBelevrb .mbr-section-btn {
  color: #000000;
}
.cid-tywBelevrb .mbr-text,
.cid-tywBelevrb .mbr-section-btn {
  color: #000000;
}
.cid-tywBelXqbY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tywBelXqbY .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-tywBelXqbY .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-tywBelXqbY .card-img {
  text-align: center;
}
.cid-tywBelXqbY .mbr-section-subtitle,
.cid-tywBelXqbY .mbr-text {
  color: #8d97ad;
}
.cid-tywBelXqbY .row-item {
  border-radius: .25rem;
  background: #333333;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-tywBelXqbY .card-img,
  .cid-tywBelXqbY .mbr-text,
  .cid-tywBelXqbY .mbr-card-title,
  .cid-tywBelXqbY .mbr-section-subtitle,
  .cid-tywBelXqbY .mbr-section-title,
  .cid-tywBelXqbY .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tywBelXqbY .row-item {
    margin-bottom: 2rem;
  }
}
.cid-tywBelXqbY .mbr-text {
  color: #c1c1c1;
}
.cid-tywBelXqbY .mbr-card-title,
.cid-tywBelXqbY .card-img {
  color: #c1c1c1;
}
.cid-tywBelXqbY .mbr-section-subtitle {
  color: #000000;
}
.cid-tywBemi1Dx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tywBemi1Dx .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-tywBemi1Dx .mbr-section-title {
  margin: 0;
}
.cid-tywBemi1Dx .card-img {
  text-align: center;
}
.cid-tywBemi1Dx .mbr-section-subtitle,
.cid-tywBemi1Dx .mbr-text {
  color: #8d97ad;
}
.cid-tywBemi1Dx .row-item {
  border-radius: .25rem;
  background: #333333;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-tywBemi1Dx .card-img,
  .cid-tywBemi1Dx .mbr-text,
  .cid-tywBemi1Dx .mbr-card-title,
  .cid-tywBemi1Dx .mbr-section-subtitle,
  .cid-tywBemi1Dx .mbr-section-title,
  .cid-tywBemi1Dx .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tywBemi1Dx .row-item {
    margin-bottom: 2rem;
  }
}
.cid-tywBemi1Dx .mbr-text {
  color: #c1c1c1;
}
.cid-tywBemi1Dx .mbr-card-title,
.cid-tywBemi1Dx .card-img {
  color: #c1c1c1;
}
.cid-tywBemFzFu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tywBemFzFu .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-tywBemFzFu .mbr-section-title {
  margin: 0;
}
.cid-tywBemFzFu .card-img {
  text-align: center;
}
.cid-tywBemFzFu .mbr-section-subtitle,
.cid-tywBemFzFu .mbr-text {
  color: #8d97ad;
}
.cid-tywBemFzFu .row-item {
  border-radius: .25rem;
  background: #333333;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-tywBemFzFu .card-img,
  .cid-tywBemFzFu .mbr-text,
  .cid-tywBemFzFu .mbr-card-title,
  .cid-tywBemFzFu .mbr-section-subtitle,
  .cid-tywBemFzFu .mbr-section-title,
  .cid-tywBemFzFu .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tywBemFzFu .row-item {
    margin-bottom: 2rem;
  }
}
.cid-tywBemFzFu .mbr-text {
  color: #c1c1c1;
}
.cid-tywBemFzFu .mbr-card-title,
.cid-tywBemFzFu .card-img {
  color: #c1c1c1;
}
.cid-tywBemZLxU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tywBemZLxU .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-tywBemZLxU .mbr-section-title {
  margin: 0;
}
.cid-tywBemZLxU .card-img {
  text-align: center;
}
.cid-tywBemZLxU .mbr-section-subtitle,
.cid-tywBemZLxU .mbr-text {
  color: #8d97ad;
}
.cid-tywBemZLxU .row-item {
  border-radius: .25rem;
  background: #333333;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-tywBemZLxU .card-img,
  .cid-tywBemZLxU .mbr-text,
  .cid-tywBemZLxU .mbr-card-title,
  .cid-tywBemZLxU .mbr-section-subtitle,
  .cid-tywBemZLxU .mbr-section-title,
  .cid-tywBemZLxU .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tywBemZLxU .row-item {
    margin-bottom: 2rem;
  }
}
.cid-tywBemZLxU .mbr-text {
  color: #c1c1c1;
}
.cid-tywBemZLxU .mbr-card-title,
.cid-tywBemZLxU .card-img {
  color: #cccccc;
}
.cid-tywBeniCEU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tywBeniCEU .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-tywBeniCEU .mbr-section-title {
  margin: 0;
}
.cid-tywBeniCEU .card-img {
  text-align: center;
}
.cid-tywBeniCEU .mbr-section-subtitle,
.cid-tywBeniCEU .mbr-text {
  color: #8d97ad;
}
.cid-tywBeniCEU .row-item {
  border-radius: .25rem;
  background: #333333;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-tywBeniCEU .card-img,
  .cid-tywBeniCEU .mbr-text,
  .cid-tywBeniCEU .mbr-card-title,
  .cid-tywBeniCEU .mbr-section-subtitle,
  .cid-tywBeniCEU .mbr-section-title,
  .cid-tywBeniCEU .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tywBeniCEU .row-item {
    margin-bottom: 2rem;
  }
}
.cid-tywBeniCEU .mbr-text {
  color: #c1c1c1;
}
.cid-tywBeniCEU .mbr-card-title,
.cid-tywBeniCEU .card-img {
  color: #c1c1c1;
}
.cid-tywBenDmaQ {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-tywBenDmaQ .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-tywBenDmaQ .mbr-section-title {
  margin: 0;
}
.cid-tywBenDmaQ .card-img {
  text-align: center;
}
.cid-tywBenDmaQ .mbr-section-subtitle,
.cid-tywBenDmaQ .mbr-text {
  color: #8d97ad;
}
.cid-tywBenDmaQ .row-item {
  border-radius: .25rem;
  background: #333333;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-tywBenDmaQ .card-img,
  .cid-tywBenDmaQ .mbr-text,
  .cid-tywBenDmaQ .mbr-card-title,
  .cid-tywBenDmaQ .mbr-section-subtitle,
  .cid-tywBenDmaQ .mbr-section-title,
  .cid-tywBenDmaQ .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tywBenDmaQ .row-item {
    margin-bottom: 2rem;
  }
}
.cid-tywBenDmaQ .mbr-text {
  color: #c1c1c1;
}
.cid-tywBenDmaQ .mbr-card-title,
.cid-tywBenDmaQ .card-img {
  color: #c1c1c1;
}
.cid-tywBeo0HVK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #004383;
}
.cid-tywBeo0HVK .row {
  align-items: center;
}
.cid-tywBeo0HVK .image-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tywBeo0HVK .image-wrapper {
    padding: 2rem 1rem 1rem;
  }
}
.cid-tywBeo0HVK .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-tywBeo0HVK .text-wrapper {
    padding-right: 84px;
  }
}
.cid-tywBeo0HVK .label-text {
  width: 100%;
  color: #064679;
}
.cid-tywBeo0HVK .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tywBeo0HVK .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tywBeo0HVK .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tywBeo0HVK .icon-box {
  background: #47b5ed;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tywBeo0HVK .mbr-iconfont {
  font-size: 15px;
  color: #ffffff;
}
.cid-tywBeo0HVK .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tywBeo0HVK .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tywBeo0HVK .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tywBeo0HVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tywBeo0HVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tywBeo0HVK .mbr-text,
.cid-tywBeo0HVK .mbr-section-btn {
  color: #ffffff;
}
.cid-tywBeo0HVK .mbr-section-title,
.cid-tywBeo0HVK .mbr-section-btn {
  color: #ffffff;
}
.cid-tywBeohKy0 {
  padding-top: 135px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #efefef, #efefef);
}
.cid-tywBeohKy0 .mbr-overlay {
  background: #2bdc9d;
}
.cid-tywBeohKy0 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-tywBeohKy0 .mbr-section-subtitle,
.cid-tywBeohKy0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tywBeohKy0 .mbr-section-subtitle,
.cid-tywBeohKy0 .mbr-section-btn DIV {
  text-align: left;
}
.cid-tywBeohKy0 H1 {
  color: #000000;
}
.cid-tywBeoHUqK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tywBeoHUqK .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-tywBeoHUqK .mbr-section-title {
  margin: 0;
  color: #000000;
}
.cid-tywBeoHUqK .mbr-section-subtitle {
  color: #000000;
}
.cid-tywBeoHUqK .card-img span {
  color: #04367c;
}
.cid-tywBeoHUqK .row-item {
  margin-bottom: 2rem;
}
.cid-tywBeoHUqK .row-item:hover .wrapper {
  background: linear-gradient(90deg, #1b2026, #1b2026);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-tywBeoHUqK .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-tywBeoHUqK .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-tywBeoHUqK .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tywBep4UX8 {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #04367c, #04367c);
}
.cid-tywBep4UX8 .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-tywBep4UX8 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-tywBep4UX8 .mbr-section-subtitle,
.cid-tywBep4UX8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tywBep4UX8 H1 {
  color: #ffffff;
}
.cid-tywBepi39h {
  padding-top: 2rem;
  padding-bottom: 9rem;
  background-color: #04367c;
}
.cid-tywBepi39h .card-text {
  color: #777777;
}
.cid-tywBepi39h ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-tywBepi39h ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-tywBepi39h ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  width: 25px;
  height: 25px;
}
.cid-tywBepi39h .card-wrapper {
  padding: 3rem;
  transition: all 0.3s;
  background: #ffffff;
  position: relative;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-tywBepi39h .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tywBepi39h .center {
  background: #ffffff;
}
.cid-tywBepi39h .center:before {
  opacity: 1;
  position: absolute;
  right: -150px;
  bottom: -150px;
  content: '';
  transition: all 0.3s;
  width: 300px;
  height: 300px;
  background: #ffbf00;
  transform: rotate(45deg);
}
.cid-tywBepi39h .row {
  justify-content: center;
}
.cid-tywBepi39h .card-subtitle1 {
  color: #232323;
  text-align: center;
}
.cid-tywBepi39h .card-title1 {
  color: #47b5ed;
  text-align: center;
}
.cid-tywBepi39h .mbr-list1 {
  color: #232323;
}
.cid-tywBepi39h .mbr-section-subtitle {
  color: #efefef;
}
.cid-tywBepi39h .card-title {
  color: #22a5e5;
  text-align: center;
}
.cid-tywBepi39h .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tywBepi39h .mbr-section-title {
  color: #efefef;
}
.cid-tywBepi39h .mbr-list,
.cid-tywBepi39h li UL {
  text-align: left;
}
.cid-tywBepEuHG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tywBepEuHG .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-tywBepEuHG .panel-group {
  border: none;
}
.cid-tywBepEuHG .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-tywBepEuHG .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tywBepEuHG .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tywBepEuHG .panel-body {
    padding: 0rem;
  }
}
.cid-tywBepEuHG .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tywBepEuHG .img-item {
    padding-bottom: 3rem;
  }
}
.cid-tywBepEuHG img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tywBepEuHG img {
    width: 100%;
  }
}
.cid-tywBepEuHG .container-fluid {
  padding: 0 1rem;
}
.cid-tywBepEuHG .collapsed span {
  transform: rotate(0deg);
}
.cid-tywBepEuHG .panel-title {
  display: flex;
  align-items: center;
}
.cid-tywBepEuHG .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-tywBepEuHG .panel-title-edit {
  color: #000000;
}
.cid-tywBepEuHG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-tywBepEuHG .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-tywBepEuHG .panel-title-edit,
.cid-tywBepEuHG .mbr-iconfont {
  color: #1b2026;
}
.cid-tywBepEuHG .panel-text {
  color: #000000;
}
.cid-tywBepEuHG H4 {
  color: #777777;
}
.cid-tywBepZxJ9 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #08579f;
}
.cid-tywBepZxJ9 .mbr-overlay {
  background-color: #efefef;
  opacity: 0.9;
}
.cid-tywBepZxJ9 H4 {
  color: #ffffff;
}
.cid-tywBepZxJ9 LABEL {
  color: #efefef;
}
.cid-tywBeqACiR {
  background-color: #004383;
}
.cid-tywBeqACiR .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tywBeqACiR .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tywBeqACiR .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tywBeqACiR .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-tywBeqACiR .mbr-text,
.cid-tywBeqACiR .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tywBeqACiR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tywBeqQ1Fk {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tywBeqQ1Fk .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tywBeqQ1Fk .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tywBeqQ1Fk .text-content {
  padding-right: 1.5rem;
}
.cid-tywBeqQ1Fk .mbr-text {
  color: #8d97ad;
}
.cid-tywBeqQ1Fk .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-tywBeqQ1Fk .counter-container {
  padding-top: 1rem;
}
.cid-tywBeqQ1Fk .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tywBeqQ1Fk .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tywBeqQ1Fk .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #ffbf00;
}
@media (max-width: 991px) {
  .cid-tywBeqQ1Fk .main-row {
    margin: 0;
  }
  .cid-tywBeqQ1Fk .mbr-section-title,
  .cid-tywBeqQ1Fk .mbr-text,
  .cid-tywBeqQ1Fk .list,
  .cid-tywBeqQ1Fk .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tywBeqQ1Fk .text-content {
    padding: 0;
  }
}
.cid-tywBeqQ1Fk .mbr-text,
.cid-tywBeqQ1Fk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tywBeqQ1Fk .list {
  color: #000000;
}
.cid-tywBer80lm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b2026;
}
.cid-tywBer80lm .mbr-iconfont {
  color: #8d97ad;
}
.cid-tywBer80lm .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tywBer80lm .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-tywBer80lm .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-tywBer80lm .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tywBer80lm .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tywBer80lm .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tywBer80lm .mbr-section-title {
  color: #f4f8fa;
}
.cid-tywBerIWax {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #1b2026;
}
@media (max-width: 767px) {
  .cid-tywBerIWax .content {
    text-align: center;
  }
  .cid-tywBerIWax .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tywBerIWax .logo-subtitle {
  color: #8d97ad;
}
.cid-tywBerIWax .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tywBerIWax .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tywBerIWax .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tywBerIWax .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tywBerIWax .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tywBerIWax .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tywBerIWax .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tywBerIWax .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tywBerIWax .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tywBerIWax .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tywBerIWax .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tywBerIWax .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tywBerIWax .list-item {
  display: flex;
}
.cid-tywBerIWax .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tywBerIWax ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tywBerIWax ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tywBerIWax ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tywBerIWax .logo-subtitle,
.cid-tywBerIWax .media-wrap {
  color: #ffffff;
}
.cid-tywBerIWax .mbr-text {
  color: #ffffff;
}
.cid-tywBerIWax .column-title {
  color: #ffffff;
}
.cid-tywBerIWax P {
  color: #ffffff;
}
