body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.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: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.08rem !important;
    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))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #8c313e !important;
}
.bg-info {
  background-color: #c1c1c1 !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #2d60b4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #da291c !important;
  border-color: #da291c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #961c13 !important;
  border-color: #961c13 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #961c13 !important;
  border-color: #961c13 !important;
}
.btn-secondary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8c313e !important;
  border-color: #8c313e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #531d25 !important;
  border-color: #531d25 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #531d25 !important;
  border-color: #531d25 !important;
}
.btn-success:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-warning:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2d60b4 !important;
  border-color: #2d60b4 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1e3f77 !important;
  border-color: #1e3f77 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e3f77 !important;
  border-color: #1e3f77 !important;
}
.btn-danger:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #da291c;
  color: #da291c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #da291c;
  border-color: #da291c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #da291c !important;
  border-color: #da291c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #c1c1c1;
  color: #c1c1c1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #8c313e;
  color: #8c313e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #8c313e;
  border-color: #8c313e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8c313e !important;
  border-color: #8c313e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #767676;
  color: #767676;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #2d60b4;
  color: #2d60b4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #2d60b4;
  border-color: #2d60b4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2d60b4 !important;
  border-color: #2d60b4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #da291c !important;
}
.text-success {
  color: #8c313e !important;
}
.text-info {
  color: #c1c1c1 !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #2d60b4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #333333 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ed786f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c65d6c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f4f4f4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #6d96da !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c1c1c1;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #2d60b4;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cd707d;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #81a5df;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #da291c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uATMymMClc .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uATMymMClc .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #2d60b4;
  background: linear-gradient(#ffffff, #2d60b4);
}
.cid-uATMymMClc .navbar-fixed-top {
  padding-top: 0;
}
.cid-uATMymMClc .navbar-collapse {
  flex-basis: auto;
}
.cid-uATMymMClc .dropdown-item {
  padding: 0;
}
.cid-uATMymMClc .dropdown-menu {
  border: 0px solid lightgray;
  background: #2d60b4 !important;
}
.cid-uATMymMClc .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uATMymMClc .menu-content-top {
    width: 100%;
  }
  .cid-uATMymMClc .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uATMymMClc .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uATMymMClc .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uATMymMClc .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.cid-uATMymMClc .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uATMymMClc .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uATMymMClc .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #2d60b4;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uATMymMClc .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uATMymMClc .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #000000;
}
.cid-uATMymMClc .navbar-dropdown.bg-color.transparent.opened {
  background: #2d60b4;
}
.cid-uATMymMClc a {
  font-style: normal;
}
.cid-uATMymMClc .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uATMymMClc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uATMymMClc .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uATMymMClc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uATMymMClc .content-text {
  margin-bottom: 0;
}
.cid-uATMymMClc .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uATMymMClc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uATMymMClc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uATMymMClc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uATMymMClc .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uATMymMClc .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uATMymMClc .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uATMymMClc .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uATMymMClc .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uATMymMClc .nav-dropdown .link {
  font-weight: 400;
}
.cid-uATMymMClc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uATMymMClc .content-right-side {
  text-align: center;
}
.cid-uATMymMClc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uATMymMClc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uATMymMClc .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uATMymMClc .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uATMymMClc .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uATMymMClc .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uATMymMClc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uATMymMClc .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uATMymMClc .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uATMymMClc .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uATMymMClc .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uATMymMClc .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uATMymMClc .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uATMymMClc .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uATMymMClc .navbar {
    display: block;
    padding: 0;
  }
  .cid-uATMymMClc .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uATMymMClc .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-uATMymMClc .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uATMymMClc .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uATMymMClc .navbar-toggler {
    display: none;
  }
  .cid-uATMymMClc .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uATMymMClc .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uATMymMClc .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uATMymMClc .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uATMymMClc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uATMymMClc .menu-logo {
  margin-right: auto;
}
.cid-uATMymMClc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uATMymMClc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uATMymMClc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uATMymMClc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uATMymMClc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uATMymMClc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uATMymMClc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uATMymMClc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uATMymMClc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uATMymMClc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uATMymMClc .dropdown .dropdown-menu {
  background: #2d60b4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uATMymMClc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uATMymMClc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uATMymMClc .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uATMymMClc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uATMymMClc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uATMymMClc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uATMymMClc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uATMymMClc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uATMymMClc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uATMymMClc .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uATMymMClc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uATMymMClc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uATMymMClc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uATMymMClc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uATMymMClc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uATMymMClc button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uATMymMClc button.navbar-toggler:focus {
  outline: none;
}
.cid-uATMymMClc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uATMymMClc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uATMymMClc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uATMymMClc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uATMymMClc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uATMymMClc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uATMymMClc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uATMymMClc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uATMymMClc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uATMymMClc .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uATMymMClc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uATMymMClc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uATMymMClc .collapsed .btn {
  display: flex;
}
.cid-uATMymMClc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uATMymMClc .collapsed .navbar-collapse.collapsing,
.cid-uATMymMClc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uATMymMClc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uATMymMClc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uATMymMClc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uATMymMClc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uATMymMClc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uATMymMClc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uATMymMClc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uATMymMClc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uATMymMClc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uATMymMClc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uATMymMClc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uATMymMClc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uATMymMClc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uATMymMClc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uATMymMClc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uATMymMClc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uATMymMClc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uATMymMClc .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uATMymMClc .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uATMymMClc .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uATMymMClc .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uATMymMClc .navbar-collapse.collapsing,
  .cid-uATMymMClc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uATMymMClc .navbar-collapse.collapsing .navbar-nav,
  .cid-uATMymMClc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uATMymMClc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uATMymMClc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uATMymMClc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uATMymMClc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uATMymMClc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uATMymMClc .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uATMymMClc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uATMymMClc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uATMymMClc .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uATMymMClc .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uATMymMClc .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uATMymMClc img {
    height: 3.8rem !important;
  }
  .cid-uATMymMClc .btn {
    display: flex;
  }
  .cid-uATMymMClc button.navbar-toggler {
    display: block;
  }
  .cid-uATMymMClc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uATMymMClc .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uATMymMClc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uATMymMClc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uATMymMClc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uATMymMClc .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uATMymMClc .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uATMymMClc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uATMymMClc .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uATMymMClc .nav-link:focus {
  outline: none;
}
.cid-uATMymMClc .navbar-toggler {
  position: relative;
}
.cid-uATMymMClc .dropdown-item.active,
.cid-uATMymMClc .dropdown-item:active {
  background: #2d60b4;
  color: initial;
}
.cid-uATMymMClc .widget-text {
  color: #181818;
}
.cid-uATMymMClc .widget-title,
.cid-uATMymMClc .widget-icon {
  color: #181818;
}
.cid-uATOluP3Ok {
  background-color: #ffffff;
}
.cid-uATOluP3Ok .row {
  flex-direction: column;
}
.cid-uATOluP3Ok .row {
  flex-direction: column-reverse;
}
.cid-uATOluP3Ok .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uATOluP3Ok .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uATOluP3Ok .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uATOluP3Ok .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uATOluP3Ok .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-uATOluP3Ok .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uATOluP3Ok .mbr-section-title {
  margin-bottom: 1rem;
  color: #181818;
}
.cid-uATOluP3Ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uATOluP3Ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uATOluP3Ok .mbr-section-subtitle,
.cid-uATOluP3Ok .mbr-section-btn {
  color: #181818;
}
.cid-uATOluP3Ok .mbr-text {
  color: #181818;
}
.cid-uATMFv0mhK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #2d60b4;
}
.cid-uATMFv0mhK .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uATMFv0mhK .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uATMFv0mhK .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uATMFv0mhK .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uATMFv0mhK .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-uATMFv0mhK .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uATMFv0mhK .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uATMFv0mhK .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-uATMFv0mhK .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uATMFv0mhK .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-uATMFv0mhK .text-wrap .icons-wrap::after {
    display: none;
  }
}
