body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost-Medium';
  font-size: 4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Jost-Regular';
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost-Medium';
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost-Regular';
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost-Regular';
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #00ff00 !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #00b300 !important;
  border-color: #00b300 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #00b300 !important;
  border-color: #00b300 !important;
}
.btn-primary:hover {
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #191919, #00ff00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #191919 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #191919, #191919);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #191919, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success:hover {
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #191919, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #191919, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #191919, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.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: #00ff00 !important;
  border-color: #00ff00 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #191919, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.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: #00ff00 !important;
  border-color: #00ff00 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #191919, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #00ff00;
  color: #00ff00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #00ff00;
  border-color: #00ff00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #191919, #00ff00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #191919;
  color: #191919;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #191919;
  border-color: #191919;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #191919, #191919);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #191919, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #191919, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #191919, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #191919, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!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-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #191919, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!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;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #191919, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #00ff00 !important;
}
.text-secondary {
  color: #191919 !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #66ff66 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4c4c4c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !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: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00ff00;
  border-color: #00ff00;
  color: #001900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00ff00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccffcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #00ff00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00ff00;
  color: #000000;
}
.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: #00ff00;
  border-bottom-color: #00ff00;
}
.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: #00ff00 !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: #191919 !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='%2300ff00' %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;
}
.btn {
  transition: none;
}
.cid-sRiMamtnHL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRiMamtnHL .btn {
  white-space: nowrap;
}
.cid-sRiMamtnHL .nav-link,
.cid-sRiMamtnHL .icons-menu .mbr-iconfont,
.cid-sRiMamtnHL .dropdown-item {
  transition: all 0.1s;
}
.cid-sRiMamtnHL .nav-link:hover,
.cid-sRiMamtnHL .icons-menu .mbr-iconfont:hover,
.cid-sRiMamtnHL .dropdown-item:hover {
  color: #191919 !important;
}
@media (max-width: 992px) {
  .cid-sRiMamtnHL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sRiMamtnHL .container {
  display: flex;
  margin: auto;
}
.cid-sRiMamtnHL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #e5e5e5;
}
.cid-sRiMamtnHL .navbar.opened {
  transition: all .3s;
}
.cid-sRiMamtnHL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sRiMamtnHL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRiMamtnHL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRiMamtnHL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRiMamtnHL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRiMamtnHL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRiMamtnHL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRiMamtnHL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRiMamtnHL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRiMamtnHL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRiMamtnHL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRiMamtnHL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRiMamtnHL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRiMamtnHL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRiMamtnHL .navbar.navbar-short {
  background: #e5e5e5 !important;
  min-height: 60px;
}
.cid-sRiMamtnHL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRiMamtnHL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRiMamtnHL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sRiMamtnHL .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRiMamtnHL .mbr-iconfont {
  color: #191919 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRiMamtnHL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRiMamtnHL .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sRiMamtnHL .dropdown-menu,
.cid-sRiMamtnHL .navbar.opened {
  background: #cccccc !important;
}
.cid-sRiMamtnHL .nav-item:focus,
.cid-sRiMamtnHL .nav-link:focus {
  outline: none;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRiMamtnHL .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-sRiMamtnHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRiMamtnHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sRiMamtnHL .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-sRiMamtnHL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRiMamtnHL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRiMamtnHL .dropdown-item.active,
.cid-sRiMamtnHL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRiMamtnHL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRiMamtnHL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e5e5e5;
}
.cid-sRiMamtnHL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRiMamtnHL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRiMamtnHL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRiMamtnHL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRiMamtnHL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRiMamtnHL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRiMamtnHL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRiMamtnHL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRiMamtnHL .icons-menu span {
  font-size: 20px;
  color: #e5e5e5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRiMamtnHL .navbar {
    height: 77px;
  }
  .cid-sRiMamtnHL .navbar.opened {
    height: auto;
  }
  .cid-sRiMamtnHL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRiMamtnHL .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sRiKaaKzlC {
  padding-top: 210px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-20210907-121618-2000x1500.jpeg");
}
.cid-sRiKaaKzlC .mbr-iconfont2 {
  color: #e2090d;
}
.cid-sRiKaaKzlC .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-sRiKaaKzlC .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}
.cid-sRiKaaKzlC .btn {
  margin-left: 0rem;
}
.cid-sRiKaaKzlC .row {
  padding-bottom: 8rem;
}
.cid-sRiKaaKzlC .link {
  margin: 0;
}
.cid-sRiKaaKzlC .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-sRiKaaKzlC .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #e9204f;
  transition: 0.7s;
}
.cid-sRiKaaKzlC .card-img {
  margin-bottom: 3.2rem;
}
.cid-sRiKaaKzlC .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sRiKaaKzlC .card:hover .card-inner {
  background-color: #e9204f;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-sRiKaaKzlC .card:hover .mbr-iconfont {
  color: #e2090d !important;
}
.cid-sRiKaaKzlC .card:hover .card-title:after {
  background: #ffffff;
}
.cid-sRiKaaKzlC .media-container-row {
  align-items: flex-end;
}
.cid-sRiKaaKzlC .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sRiKaaKzlC {
    padding-top: 4rem;
  }
  .cid-sRiKaaKzlC .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-sRiKaaKzlC .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sRiKaaKzlC .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sRiKaaKzlC .card {
    margin-bottom: 2rem;
  }
  .cid-sRiKaaKzlC .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sRiKaaKzlC .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sRiKaaKzlC .card {
  position: relative;
}
.cid-sRiKaaKzlC .card-3::after {
  content: '';
  background-color: #e9204f;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-sRiKaaKzlC .card:first-child .card-inner {
  background-color: #191919;
}
.cid-sRiKaaKzlC .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-sRiKaaKzlC .card:first-child .card-inner .card-title:after {
  background: #e9204f;
}
.cid-sRiKaaKzlC .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ff513c !important;
}
.cid-sRiKaaKzlC .card:first-child .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-sRiKaaKzlC .card:first-child .card-inner:hover {
  background-color: #e9204f;
}
.cid-sRiKaaKzlC .line-title {
  width: 40px;
  height: 2px;
  background-color: #465052;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-sRiKaaKzlC .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #465052;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-sRiKaaKzlC .block-title,
.cid-sRiKaaKzlC .mbr-section-title,
.cid-sRiKaaKzlC .line,
.cid-sRiKaaKzlC .mbr-section-btn {
  color: #191919;
  text-align: right;
}
.cid-sRiBac05J8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-sRiBac05J8 .row {
  flex-direction: row-reverse;
}
.cid-sRiBac05J8 .mbr-text {
  max-width: 550px;
}
.cid-sRiBac05J8 .row {
  align-items: center;
}
.cid-sRiBac05J8 .mbr-section-subtitle {
  line-height: 1.6;
  color: #ffffff;
}
.cid-sRiBac05J8 .mbr-text,
.cid-sRiBac05J8 .mbr-section-btn {
  color: #ffffff;
}
.cid-sRiBac05J8 .mbr-section-title {
  color: #ffffff;
}
.cid-sRiBac05J8 .mbr-iconfont {
  font-size: 8rem;
  color: #ffffff;
}
.cid-sPkqninEjg.popup-builder {
  background-color: #ffffff;
}
.cid-sPkqninEjg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPkqninEjg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPkqninEjg .modal-content,
.cid-sPkqninEjg .modal-dialog {
  height: auto;
}
.cid-sPkqninEjg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPkqninEjg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPkqninEjg .form-wrapper .mbr-form .form-group,
  .cid-sPkqninEjg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPkqninEjg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPkqninEjg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPkqninEjg .mbr-text {
  text-align: center;
}
.cid-sPkqninEjg .pt-0 {
  padding-top: 0 !important;
}
.cid-sPkqninEjg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPkqninEjg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPkqninEjg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPkqninEjg .modal-open {
  overflow: hidden;
}
.cid-sPkqninEjg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPkqninEjg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPkqninEjg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPkqninEjg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPkqninEjg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPkqninEjg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPkqninEjg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPkqninEjg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPkqninEjg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPkqninEjg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPkqninEjg .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPkqninEjg .modal-backdrop.show {
  opacity: .5;
}
.cid-sPkqninEjg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPkqninEjg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPkqninEjg .modal-header {
    padding: 1rem;
  }
}
.cid-sPkqninEjg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPkqninEjg .modal-header .close svg {
  fill: #353535;
}
.cid-sPkqninEjg .modal-header .close:hover {
  opacity: 1;
}
.cid-sPkqninEjg .modal-header .close:focus {
  outline: none;
}
.cid-sPkqninEjg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPkqninEjg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPkqninEjg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPkqninEjg .modal-body {
    padding: 1rem;
  }
}
.cid-sPkqninEjg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPkqninEjg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPkqninEjg .modal-footer {
    padding: 1rem;
  }
}
.cid-sPkqninEjg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPkqninEjg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPkqninEjg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPkqninEjg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPkqninEjg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPkqninEjg .modal-lg,
  .cid-sPkqninEjg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPkqninEjg .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPkqninEjg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPkqninEjg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPkqninEjg .form-group {
  margin-bottom: 1rem;
}
.cid-sPkqninEjg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPkqninEjg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPkqninEjg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPkqninEjg .mbr-section-btn {
  margin: 0;
}
.cid-sPkqninEjg .mbr-section-btn .btn {
  margin: 0;
}
.cid-sPoiYpQdBZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e5e5e5;
}
.cid-sPoiYpQdBZ .mbr-section-title {
  color: #06182d;
}
.cid-sPoiYpQdBZ .mbr-section-title span {
  line-height: 1;
  color: #191919;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #c9f2af;
  background: linear-gradient(#c9f2af 0%, #c9f2af 69%, #c9f2af 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sPoiYpQdBZ .mbr-section-subtitle {
  color: #191919;
}
.cid-sPoiYpQdBZ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sPoiYpQdBZ .mbr-section-text {
  color: #999999;
}
.cid-sPoiYpQdBZ .nav-tabs .nav-item.open .nav-link:focus,
.cid-sPoiYpQdBZ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sPoiYpQdBZ .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #f4f6f9;
}
.cid-sPoiYpQdBZ .nav-tabs .nav-item {
  margin-right: 4px;
}
@media (max-width: 991px) {
  .cid-sPoiYpQdBZ .nav-tabs {
    margin-bottom: 20px;
  }
}
.cid-sPoiYpQdBZ .nav-tabs .nav-link {
  color: #191919;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-sPoiYpQdBZ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #c9f2af;
}
.cid-sPoiYpQdBZ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #191919;
  font-style: normal;
  background-color: #c9f2af;
}
.cid-sPoiYpQdBZ P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-sPoiYpQdBZ .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sPoiYpQdBZ .mbr-text,
  .cid-sPoiYpQdBZ .nav-link {
    text-align: center;
  }
}
.cid-sPoiYpQdBZ .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sPoiYpQdBZ * {
    text-align: center;
  }
}
.cid-sPoiYpQdBZ .mbr-section-title,
.cid-sPoiYpQdBZ .col {
  color: #191919;
}
.cid-sPoiYpQdBZ .mbr-text,
.cid-sPoiYpQdBZ .col {
  color: #191919;
}
.cid-strNq0puVx {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #e5e5e5;
}
.cid-strNq0puVx img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-strNq0puVx .link-wrapper {
  margin-bottom: 1rem;
}
.cid-strNq0puVx .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-strNq0puVx .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #191919, #00ff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-strNq0puVx .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-strNq0puVx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-strNq0puVx .first:hover:before {
  content: none;
}
.cid-strNq0puVx .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #191919, #00ff00);
  content: "";
}
.cid-strNq0puVx .last:hover:after {
  content: none;
}
.cid-strNq0puVx .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #191919, #00ff00);
  content: "";
}
.cid-strNq0puVx .mbr-section-text {
  color: #999999;
}
.cid-strNq0puVx .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-strNq0puVx .card .img-wrapper {
  overflow: hidden;
}
.cid-strNq0puVx .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-strNq0puVx .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-strNq0puVx .card:hover .card-wrapper {
  background: linear-gradient(to left, #191919, #00ff00);
  color: #ffffff !important;
}
.cid-strNq0puVx .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sPogzWXhkk {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1494x997.jpg");
}
.cid-sPogzWXhkk H1 {
  color: #00ff00;
}
.cid-sPogzWXhkk h1 {
  background: linear-gradient(to left, #191919, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sPogzWXhkk .mbr-text,
.cid-sPogzWXhkk .mbr-section-btn {
  color: #999999;
}
.cid-stsorCzP17 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-stsorCzP17 h2,
.cid-stsorCzP17 h3,
.cid-stsorCzP17 p,
.cid-stsorCzP17 h4 {
  color: #0a0a0a;
}
.cid-stsorCzP17 .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-stsorCzP17 .mbr-iconfont {
  color: #00ff00;
  font-size: 2rem;
}
.cid-stsorCzP17 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #191919;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-stsorCzP17 .form-control:focus,
.cid-stsorCzP17 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-stsorCzP17 .form-group {
  margin-bottom: 1rem;
}
.cid-stsorCzP17 input::-webkit-input-placeholder,
.cid-stsorCzP17 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-stsorCzP17 input:-moz-placeholder,
.cid-stsorCzP17 textarea:-moz-placeholder {
  color: #656565;
}
.cid-stsorCzP17 .jq-selectbox li,
.cid-stsorCzP17 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-stsorCzP17 .jq-selectbox li:hover,
.cid-stsorCzP17 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-stsorCzP17 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-stsorCzP17 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-stsorCzP17 .mbr-text {
  color: #767676;
}
.cid-stsorCzP17 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-stsorCzP17 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-stsorCzP17 .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-stsorCzP17 textarea.form-control {
  resize: none;
}
.cid-stsorCzP17 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-stsorCzP17 .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-stsorCzP17 .list-block {
  position: relative;
}
.cid-stsorCzP17 .list-block h4,
.cid-stsorCzP17 .list-block p {
  padding-left: 3.5rem;
}
.cid-stsorCzP17 .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-stsorCzP17 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-stsorCzP17 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-stsorCzP17 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-stsorCzP17 .img-block-wrap {
    position: relative;
  }
  .cid-stsorCzP17 .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-stsorCzP17 .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-stsorCzP17 .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-stsorCzP17 .google-map {
    padding-bottom: 2rem;
  }
  .cid-stsorCzP17 .img-block {
    overflow: hidden;
  }
}
.cid-stsorCzP17 .list-item-title {
  color: #ffffff;
}
.cid-stsorCzP17 .list-item-text {
  color: #ffffff;
}
.cid-stsorCzP17 .content-subtitle {
  color: #ffffff;
}
.cid-stsorCzP17 .content-title {
  color: #ffffff;
}
.cid-s1YMf6Zm9K .google-map {
  height: 30rem;
  position: relative;
}
.cid-s1YMf6Zm9K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1YMf6Zm9K .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s1YMf6Zm9K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1YMf6Zm9K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-stspHdbX6B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-stspHdbX6B .mbr-text1 {
  color: #191919;
}
.cid-stspHdbX6B .mbr-text2 {
  color: #191919;
}
.cid-stspHdbX6B p {
  margin: 0;
}
.cid-sRiMamtnHL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRiMamtnHL .btn {
  white-space: nowrap;
}
.cid-sRiMamtnHL .nav-link,
.cid-sRiMamtnHL .icons-menu .mbr-iconfont,
.cid-sRiMamtnHL .dropdown-item {
  transition: all 0.1s;
}
.cid-sRiMamtnHL .nav-link:hover,
.cid-sRiMamtnHL .icons-menu .mbr-iconfont:hover,
.cid-sRiMamtnHL .dropdown-item:hover {
  color: #191919 !important;
}
@media (max-width: 992px) {
  .cid-sRiMamtnHL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sRiMamtnHL .container {
  display: flex;
  margin: auto;
}
.cid-sRiMamtnHL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #e5e5e5;
}
.cid-sRiMamtnHL .navbar.opened {
  transition: all .3s;
}
.cid-sRiMamtnHL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sRiMamtnHL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRiMamtnHL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRiMamtnHL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRiMamtnHL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.1rem);
  }
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRiMamtnHL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRiMamtnHL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRiMamtnHL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRiMamtnHL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRiMamtnHL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRiMamtnHL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRiMamtnHL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRiMamtnHL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRiMamtnHL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRiMamtnHL .navbar.navbar-short {
  background: #e5e5e5 !important;
  min-height: 60px;
}
.cid-sRiMamtnHL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRiMamtnHL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRiMamtnHL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sRiMamtnHL .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRiMamtnHL .mbr-iconfont {
  color: #191919 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRiMamtnHL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRiMamtnHL .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sRiMamtnHL .dropdown-menu,
.cid-sRiMamtnHL .navbar.opened {
  background: #cccccc !important;
}
.cid-sRiMamtnHL .nav-item:focus,
.cid-sRiMamtnHL .nav-link:focus {
  outline: none;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRiMamtnHL .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-sRiMamtnHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRiMamtnHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sRiMamtnHL .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-sRiMamtnHL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRiMamtnHL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRiMamtnHL .dropdown-item.active,
.cid-sRiMamtnHL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRiMamtnHL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRiMamtnHL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e5e5e5;
}
.cid-sRiMamtnHL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRiMamtnHL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRiMamtnHL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRiMamtnHL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRiMamtnHL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRiMamtnHL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRiMamtnHL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRiMamtnHL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRiMamtnHL .icons-menu span {
  font-size: 20px;
  color: #e5e5e5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRiMamtnHL .navbar {
    height: 77px;
  }
  .cid-sRiMamtnHL .navbar.opened {
    height: auto;
  }
  .cid-sRiMamtnHL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRiMamtnHL .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sPkhWeEElE {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sPkhWeEElE .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #191919, #00ff00);
}
.cid-sPkhWeEElE .mbr-text,
.cid-sPkhWeEElE .mbr-section-btn {
  color: #999999;
}
.cid-sPkhWeEElE P {
  color: #e5e5e5;
}
.cid-sPkhWeEElE H3 {
  color: #e5e5e5;
}
.cid-sPkhWeEElE H1 {
  color: #e5e5e5;
}
.cid-sPkhWeEElE H2 {
  color: #e5e5e5;
}
.cid-stspHdbX6B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-stspHdbX6B .mbr-text1 {
  color: #191919;
}
.cid-stspHdbX6B .mbr-text2 {
  color: #191919;
}
.cid-stspHdbX6B p {
  margin: 0;
}
.cid-sRiMamtnHL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRiMamtnHL .btn {
  white-space: nowrap;
}
.cid-sRiMamtnHL .nav-link,
.cid-sRiMamtnHL .icons-menu .mbr-iconfont,
.cid-sRiMamtnHL .dropdown-item {
  transition: all 0.1s;
}
.cid-sRiMamtnHL .nav-link:hover,
.cid-sRiMamtnHL .icons-menu .mbr-iconfont:hover,
.cid-sRiMamtnHL .dropdown-item:hover {
  color: #191919 !important;
}
@media (max-width: 992px) {
  .cid-sRiMamtnHL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sRiMamtnHL .container {
  display: flex;
  margin: auto;
}
.cid-sRiMamtnHL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #e5e5e5;
}
.cid-sRiMamtnHL .navbar.opened {
  transition: all .3s;
}
.cid-sRiMamtnHL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sRiMamtnHL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRiMamtnHL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRiMamtnHL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRiMamtnHL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.1rem);
  }
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRiMamtnHL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRiMamtnHL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRiMamtnHL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRiMamtnHL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRiMamtnHL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRiMamtnHL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRiMamtnHL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRiMamtnHL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRiMamtnHL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRiMamtnHL .navbar.navbar-short {
  background: #e5e5e5 !important;
  min-height: 60px;
}
.cid-sRiMamtnHL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRiMamtnHL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRiMamtnHL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sRiMamtnHL .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRiMamtnHL .mbr-iconfont {
  color: #191919 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRiMamtnHL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRiMamtnHL .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sRiMamtnHL .dropdown-menu,
.cid-sRiMamtnHL .navbar.opened {
  background: #cccccc !important;
}
.cid-sRiMamtnHL .nav-item:focus,
.cid-sRiMamtnHL .nav-link:focus {
  outline: none;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRiMamtnHL .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-sRiMamtnHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRiMamtnHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sRiMamtnHL .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-sRiMamtnHL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRiMamtnHL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRiMamtnHL .dropdown-item.active,
.cid-sRiMamtnHL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRiMamtnHL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRiMamtnHL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e5e5e5;
}
.cid-sRiMamtnHL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRiMamtnHL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRiMamtnHL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRiMamtnHL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRiMamtnHL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRiMamtnHL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRiMamtnHL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRiMamtnHL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRiMamtnHL .icons-menu span {
  font-size: 20px;
  color: #e5e5e5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRiMamtnHL .navbar {
    height: 77px;
  }
  .cid-sRiMamtnHL .navbar.opened {
    height: auto;
  }
  .cid-sRiMamtnHL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRiMamtnHL .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sPkip87hE5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-sPkip87hE5 img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-sPkip87hE5 .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-sPkip87hE5 .margin {
  margin: 0px;
}
.cid-sPkip87hE5 .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-sPkip87hE5 .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sPkip87hE5 .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sPkip87hE5 .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sPkip87hE5 .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sPkip87hE5 .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sPkip87hE5 .desc,
.cid-sPkip87hE5 .mbr-section-btn {
  color: #ffffff;
}
.cid-sPkhRBbHqF {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sPkhRBbHqF .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #191919, #00ff00);
}
.cid-sPkhRBbHqF .mbr-text,
.cid-sPkhRBbHqF .mbr-section-btn {
  color: #e5e5e5;
}
.cid-stspHdbX6B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-stspHdbX6B .mbr-text1 {
  color: #191919;
}
.cid-stspHdbX6B .mbr-text2 {
  color: #191919;
}
.cid-stspHdbX6B p {
  margin: 0;
}
.cid-sRiMamtnHL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRiMamtnHL .btn {
  white-space: nowrap;
}
.cid-sRiMamtnHL .nav-link,
.cid-sRiMamtnHL .icons-menu .mbr-iconfont,
.cid-sRiMamtnHL .dropdown-item {
  transition: all 0.1s;
}
.cid-sRiMamtnHL .nav-link:hover,
.cid-sRiMamtnHL .icons-menu .mbr-iconfont:hover,
.cid-sRiMamtnHL .dropdown-item:hover {
  color: #191919 !important;
}
@media (max-width: 992px) {
  .cid-sRiMamtnHL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sRiMamtnHL .container {
  display: flex;
  margin: auto;
}
.cid-sRiMamtnHL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #e5e5e5;
}
.cid-sRiMamtnHL .navbar.opened {
  transition: all .3s;
}
.cid-sRiMamtnHL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sRiMamtnHL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRiMamtnHL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRiMamtnHL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRiMamtnHL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.1rem);
  }
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRiMamtnHL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRiMamtnHL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRiMamtnHL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRiMamtnHL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRiMamtnHL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRiMamtnHL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRiMamtnHL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRiMamtnHL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRiMamtnHL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRiMamtnHL .navbar.navbar-short {
  background: #e5e5e5 !important;
  min-height: 60px;
}
.cid-sRiMamtnHL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRiMamtnHL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRiMamtnHL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sRiMamtnHL .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRiMamtnHL .mbr-iconfont {
  color: #191919 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRiMamtnHL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRiMamtnHL .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sRiMamtnHL .dropdown-menu,
.cid-sRiMamtnHL .navbar.opened {
  background: #cccccc !important;
}
.cid-sRiMamtnHL .nav-item:focus,
.cid-sRiMamtnHL .nav-link:focus {
  outline: none;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRiMamtnHL .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-sRiMamtnHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRiMamtnHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sRiMamtnHL .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-sRiMamtnHL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRiMamtnHL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRiMamtnHL .dropdown-item.active,
.cid-sRiMamtnHL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRiMamtnHL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRiMamtnHL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e5e5e5;
}
.cid-sRiMamtnHL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRiMamtnHL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRiMamtnHL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRiMamtnHL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRiMamtnHL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRiMamtnHL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRiMamtnHL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRiMamtnHL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRiMamtnHL .icons-menu span {
  font-size: 20px;
  color: #e5e5e5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRiMamtnHL .navbar {
    height: 77px;
  }
  .cid-sRiMamtnHL .navbar.opened {
    height: auto;
  }
  .cid-sRiMamtnHL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRiMamtnHL .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sTo8daqcto {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sTo8daqcto .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #191919, #00ff00);
}
.cid-sTo8daqcto .mbr-text,
.cid-sTo8daqcto .mbr-section-btn {
  color: #999999;
}
.cid-stspHdbX6B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-stspHdbX6B .mbr-text1 {
  color: #191919;
}
.cid-stspHdbX6B .mbr-text2 {
  color: #191919;
}
.cid-stspHdbX6B p {
  margin: 0;
}
.cid-sRiMamtnHL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRiMamtnHL .btn {
  white-space: nowrap;
}
.cid-sRiMamtnHL .nav-link,
.cid-sRiMamtnHL .icons-menu .mbr-iconfont,
.cid-sRiMamtnHL .dropdown-item {
  transition: all 0.1s;
}
.cid-sRiMamtnHL .nav-link:hover,
.cid-sRiMamtnHL .icons-menu .mbr-iconfont:hover,
.cid-sRiMamtnHL .dropdown-item:hover {
  color: #191919 !important;
}
@media (max-width: 992px) {
  .cid-sRiMamtnHL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sRiMamtnHL .container {
  display: flex;
  margin: auto;
}
.cid-sRiMamtnHL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #e5e5e5;
}
.cid-sRiMamtnHL .navbar.opened {
  transition: all .3s;
}
.cid-sRiMamtnHL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sRiMamtnHL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRiMamtnHL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRiMamtnHL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRiMamtnHL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.1rem);
  }
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRiMamtnHL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRiMamtnHL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRiMamtnHL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRiMamtnHL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRiMamtnHL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRiMamtnHL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRiMamtnHL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRiMamtnHL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRiMamtnHL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRiMamtnHL .navbar.navbar-short {
  background: #e5e5e5 !important;
  min-height: 60px;
}
.cid-sRiMamtnHL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRiMamtnHL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRiMamtnHL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sRiMamtnHL .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRiMamtnHL .mbr-iconfont {
  color: #191919 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRiMamtnHL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRiMamtnHL .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sRiMamtnHL .dropdown-menu,
.cid-sRiMamtnHL .navbar.opened {
  background: #cccccc !important;
}
.cid-sRiMamtnHL .nav-item:focus,
.cid-sRiMamtnHL .nav-link:focus {
  outline: none;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRiMamtnHL .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-sRiMamtnHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRiMamtnHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sRiMamtnHL .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-sRiMamtnHL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRiMamtnHL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRiMamtnHL .dropdown-item.active,
.cid-sRiMamtnHL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRiMamtnHL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRiMamtnHL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e5e5e5;
}
.cid-sRiMamtnHL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRiMamtnHL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRiMamtnHL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRiMamtnHL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRiMamtnHL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRiMamtnHL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRiMamtnHL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRiMamtnHL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRiMamtnHL .icons-menu span {
  font-size: 20px;
  color: #e5e5e5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRiMamtnHL .navbar {
    height: 77px;
  }
  .cid-sRiMamtnHL .navbar.opened {
    height: auto;
  }
  .cid-sRiMamtnHL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRiMamtnHL .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sPpHmfNgLH {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-sPpHmfNgLH .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sPpHmfNgLH .panel-group {
  width: 100%;
}
.cid-sPpHmfNgLH .panel-text,
.cid-sPpHmfNgLH .header-text,
.cid-sPpHmfNgLH .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sPpHmfNgLH .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-sPpHmfNgLH .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sPpHmfNgLH .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-sPpHmfNgLH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sPpHmfNgLH .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sPpHmfNgLH .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-sPpHmfNgLH .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #188ef4;
}
.cid-sPpHmfNgLH .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-sPpHmfNgLH .card .panel-body {
  background: #ffffff;
}
.cid-sPpHmfNgLH .sign {
  color: #232323;
}
.cid-sPpHmfNgLH body {
  background-color: white;
  font-family: "Roboto", sans-serif;
  margin: auto;
  padding: 10px;
  display: flex column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.cid-sPpHmfNgLH .Bottom-Section {
  margin: auto;
  width: 50%;
  align-items: center;
}
.cid-sPpHmfNgLH #userPhoto {
  width: 150px;
  height: 150px;
  display: block;
  margin: 45px auto 30px;
  border-radius: 50%;
  border: solid #e6e6e6 2px;
  box-shadow: 0px 7px 15px rgba(20, 20, 20, 0.5);
}
.cid-sPpHmfNgLH #userName {
  color: #1c1c1c;
  font-size: 25px;
  display: block;
  margin: auto;
  width: 50%;
  text-align: center;
  text-decoration: none;
}
.cid-sPpHmfNgLH #links {
  max-width: 600px;
  width: auto;
  margin: 25px auto;
  display: flex column;
  flex-wrap: wrap;
  padding: 10px;
}
.cid-sPpHmfNgLH .link {
  display: block;
  background-color: #e6e6e6;
  color: #1c1c1c;
  font-family: inherit;
  text-align: center;
  margin-bottom: 20px;
  padding: 17px;
  text-decoration: none;
  font-size: 20px;
  border: solid #e6e6e6 2px;
  box-shadow: 0px 7px 15px rgba(20, 20, 20, 0.5);
}
.cid-sPpHmfNgLH .link:hover {
  background-color: #1c1c1c;
  color: #e6e6e6;
}
.cid-sPpHmfNgLH .icon-container {
  display: flex;
  justify-content: space-evenly;
  padding: 15px;
  margin: auto;
  width: 60%;
  align-items: center;
  text-align: center;
}
.cid-sPpHmfNgLH .icon {
  font-size: 30px;
  color: #bbb;
  opacity: 0.6;
  height: 30px;
  text-decoration: none;
}
.cid-sPpHmfNgLH .icon:hover {
  color: black;
  opacity: 1.6;
}
.cid-sPpHmfNgLH p {
  text-align: center;
  color: #bbb;
}
.cid-sPpHmfNgLH h1 {
  color: #484848;
  font-size: 30px;
  font-weight: bold;
  font-family: monospace;
  letter-spacing: 7px;
  cursor: pointer;
}
.cid-sPpHmfNgLH h1 span {
  transition: 0.5s linear;
}
.cid-sPpHmfNgLH h1:hover span {
  color: Black;
  text-shadow: 0 0 10px #fff,
        0 0 20px white,
        0 0 40px black;
}
.cid-stspHdbX6B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-stspHdbX6B .mbr-text1 {
  color: #191919;
}
.cid-stspHdbX6B .mbr-text2 {
  color: #191919;
}
.cid-stspHdbX6B p {
  margin: 0;
}
.cid-sRiMamtnHL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRiMamtnHL .btn {
  white-space: nowrap;
}
.cid-sRiMamtnHL .nav-link,
.cid-sRiMamtnHL .icons-menu .mbr-iconfont,
.cid-sRiMamtnHL .dropdown-item {
  transition: all 0.1s;
}
.cid-sRiMamtnHL .nav-link:hover,
.cid-sRiMamtnHL .icons-menu .mbr-iconfont:hover,
.cid-sRiMamtnHL .dropdown-item:hover {
  color: #191919 !important;
}
@media (max-width: 992px) {
  .cid-sRiMamtnHL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sRiMamtnHL .container {
  display: flex;
  margin: auto;
}
.cid-sRiMamtnHL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #e5e5e5;
}
.cid-sRiMamtnHL .navbar.opened {
  transition: all .3s;
}
.cid-sRiMamtnHL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sRiMamtnHL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRiMamtnHL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRiMamtnHL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRiMamtnHL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.1rem);
  }
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRiMamtnHL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRiMamtnHL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRiMamtnHL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRiMamtnHL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRiMamtnHL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRiMamtnHL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRiMamtnHL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRiMamtnHL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRiMamtnHL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRiMamtnHL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRiMamtnHL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRiMamtnHL .navbar.navbar-short {
  background: #e5e5e5 !important;
  min-height: 60px;
}
.cid-sRiMamtnHL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRiMamtnHL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRiMamtnHL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sRiMamtnHL .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRiMamtnHL .mbr-iconfont {
  color: #191919 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRiMamtnHL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRiMamtnHL .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sRiMamtnHL .dropdown-menu,
.cid-sRiMamtnHL .navbar.opened {
  background: #cccccc !important;
}
.cid-sRiMamtnHL .nav-item:focus,
.cid-sRiMamtnHL .nav-link:focus {
  outline: none;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRiMamtnHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRiMamtnHL .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-sRiMamtnHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRiMamtnHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sRiMamtnHL .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-sRiMamtnHL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRiMamtnHL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRiMamtnHL .dropdown-item.active,
.cid-sRiMamtnHL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRiMamtnHL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRiMamtnHL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRiMamtnHL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e5e5e5;
}
.cid-sRiMamtnHL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRiMamtnHL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRiMamtnHL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRiMamtnHL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRiMamtnHL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRiMamtnHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRiMamtnHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRiMamtnHL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRiMamtnHL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRiMamtnHL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRiMamtnHL .icons-menu span {
  font-size: 20px;
  color: #e5e5e5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRiMamtnHL .navbar {
    height: 77px;
  }
  .cid-sRiMamtnHL .navbar.opened {
    height: auto;
  }
  .cid-sRiMamtnHL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRiMamtnHL .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sRuF0TPAHT {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sRuF0TPAHT .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #191919, #00ff00);
}
.cid-sRuF0TPAHT .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sRuF0TPAHT .btn-col {
    justify-content: center;
  }
}
.cid-sRuF0TPAHT .mbr-text,
.cid-sRuF0TPAHT .mbr-section-btn {
  color: #999999;
}
.cid-sRuF0TPAHT p {
  margin: 0;
}
#custom-html-1f {
  /* Type valid CSS here */
}
#custom-html-1f div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1f p {
  font-size: 60px;
  color: #777;
}
.cid-stspHdbX6B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-stspHdbX6B .mbr-text1 {
  color: #191919;
}
.cid-stspHdbX6B .mbr-text2 {
  color: #191919;
}
.cid-stspHdbX6B p {
  margin: 0;
}
