body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #fe0000 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #cccccc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fe0000 !important;
  border-color: #fe0000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b20000 !important;
  border-color: #b20000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b20000 !important;
  border-color: #b20000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #980000;
  color: #980000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fe0000;
  border-color: #fe0000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe0000 !important;
  border-color: #fe0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #fe0000 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #cccccc !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff6565 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !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: #808080;
}
.alert-danger {
  background-color: #cccccc;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fe0000;
  border-color: #fe0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fe0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcbcb;
}
.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: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #fe0000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fe0000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fe0000;
  border-bottom-color: #fe0000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #fe0000 !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: #149dcc !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='%23fe0000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-terBgKDRfV .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-terBgKDRfV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-terBgKDRfV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-terBgKDRfV .nav-link {
  position: relative;
}
.cid-terBgKDRfV .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-terBgKDRfV .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-terBgKDRfV .container {
  display: flex;
  margin: auto;
}
.cid-terBgKDRfV .navbar.navbar-short .nav-link,
.cid-terBgKDRfV .navbar.navbar-short .navbar-caption,
.cid-terBgKDRfV .navbar.navbar-short .mbr-iconfont,
.cid-terBgKDRfV .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-terBgKDRfV .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-terBgKDRfV .navbar-caption {
  padding-right: 3rem;
}
.cid-terBgKDRfV .dropdown-menu,
.cid-terBgKDRfV .navbar.opened {
  background: #fe0000 !important;
}
.cid-terBgKDRfV .nav-item:focus,
.cid-terBgKDRfV .nav-link:focus {
  outline: none;
}
.cid-terBgKDRfV .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-terBgKDRfV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-terBgKDRfV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-terBgKDRfV .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-terBgKDRfV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-terBgKDRfV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-terBgKDRfV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-terBgKDRfV .navbar.opened {
  transition: all .3s;
}
.cid-terBgKDRfV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-terBgKDRfV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-terBgKDRfV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-terBgKDRfV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-terBgKDRfV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-terBgKDRfV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-terBgKDRfV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-terBgKDRfV .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-terBgKDRfV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-terBgKDRfV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-terBgKDRfV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-terBgKDRfV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-terBgKDRfV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-terBgKDRfV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-terBgKDRfV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-terBgKDRfV .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-terBgKDRfV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-terBgKDRfV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-terBgKDRfV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-terBgKDRfV .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-terBgKDRfV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-terBgKDRfV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-terBgKDRfV .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-terBgKDRfV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-terBgKDRfV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-terBgKDRfV .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-terBgKDRfV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-terBgKDRfV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-terBgKDRfV .dropdown-item.active,
.cid-terBgKDRfV .dropdown-item:active {
  background-color: transparent;
}
.cid-terBgKDRfV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-terBgKDRfV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-terBgKDRfV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-terBgKDRfV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-terBgKDRfV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-terBgKDRfV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-terBgKDRfV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-terBgKDRfV .navbar-buttons {
  text-align: center;
}
.cid-terBgKDRfV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-terBgKDRfV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-terBgKDRfV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-terBgKDRfV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-terBgKDRfV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-terBgKDRfV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-terBgKDRfV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-terBgKDRfV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-terBgKDRfV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-terBgKDRfV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-terBgKDRfV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-terBgKDRfV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-terBgKDRfV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-terBgKDRfV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-terBgKDRfV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-terBgKDRfV .navbar {
    height: 77px;
  }
  .cid-terBgKDRfV .navbar.opened {
    height: auto;
  }
  .cid-terBgKDRfV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-terBgHKsL0 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/62250117-10219849456296164-6369235053116915712-o-1440x1079.jpg");
}
.cid-terBgHKsL0 .container-fluid {
  max-width: 1700px;
}
.cid-terBgHKsL0 h1 {
  line-height: 1;
}
.cid-terBgHKsL0 H1 {
  color: #fe0000;
}
.cid-terBgHKsL0 DIV {
  text-align: left;
}
.cid-terBgJ7IxJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-terBgJ7IxJ a {
  text-align: center;
}
.cid-terBgJ7IxJ p {
  color: #0a0a0a;
  text-align: center;
}
.cid-terBgJ7IxJ span {
  font-size: 2rem;
}
.cid-terBgJ7IxJ .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-terBgJ7IxJ .socicon-twitter {
  color: #4da7de;
}
.cid-terBgJ7IxJ .socicon-facebook {
  color: #3e5b98;
}
.cid-terBgJ7IxJ .socicon-googleplus {
  color: #dd4b39;
}
.cid-terBgJ7IxJ .socicon-instagram {
  color: #3f729b;
}
.cid-terBgJ7IxJ .social-list a:focus {
  text-decoration: none;
}
.cid-terBgJ7IxJ .text-copyright {
  width: 100%;
}
.cid-terBgJ7IxJ .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-terBgJ7IxJ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-terBgJ7IxJ .logo-footer {
  line-height: normal;
}
.cid-terBgJ7IxJ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-terBgJ7IxJ .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-terBgJ7IxJ .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-terBgJ7IxJ .media-container-row a {
  margin: 0 1rem;
}
.cid-terBgLNBRG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ1Q1IqVNf .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-rJ1Q1IqVNf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rJ1Q1IqVNf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rJ1Q1IqVNf .nav-link {
  position: relative;
}
.cid-rJ1Q1IqVNf .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-rJ1Q1IqVNf .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-rJ1Q1IqVNf .container {
  display: flex;
  margin: auto;
}
.cid-rJ1Q1IqVNf .navbar.navbar-short .nav-link,
.cid-rJ1Q1IqVNf .navbar.navbar-short .navbar-caption,
.cid-rJ1Q1IqVNf .navbar.navbar-short .mbr-iconfont,
.cid-rJ1Q1IqVNf .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-rJ1Q1IqVNf .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-rJ1Q1IqVNf .navbar-caption {
  padding-right: 3rem;
}
.cid-rJ1Q1IqVNf .dropdown-menu,
.cid-rJ1Q1IqVNf .navbar.opened {
  background: #fe0000 !important;
}
.cid-rJ1Q1IqVNf .nav-item:focus,
.cid-rJ1Q1IqVNf .nav-link:focus {
  outline: none;
}
.cid-rJ1Q1IqVNf .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-rJ1Q1IqVNf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJ1Q1IqVNf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJ1Q1IqVNf .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-rJ1Q1IqVNf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJ1Q1IqVNf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJ1Q1IqVNf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rJ1Q1IqVNf .navbar.opened {
  transition: all .3s;
}
.cid-rJ1Q1IqVNf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJ1Q1IqVNf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rJ1Q1IqVNf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJ1Q1IqVNf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJ1Q1IqVNf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rJ1Q1IqVNf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJ1Q1IqVNf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJ1Q1IqVNf .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-rJ1Q1IqVNf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJ1Q1IqVNf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJ1Q1IqVNf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJ1Q1IqVNf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJ1Q1IqVNf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJ1Q1IqVNf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJ1Q1IqVNf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJ1Q1IqVNf .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-rJ1Q1IqVNf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJ1Q1IqVNf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJ1Q1IqVNf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJ1Q1IqVNf .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-rJ1Q1IqVNf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJ1Q1IqVNf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJ1Q1IqVNf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rJ1Q1IqVNf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJ1Q1IqVNf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJ1Q1IqVNf .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-rJ1Q1IqVNf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJ1Q1IqVNf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJ1Q1IqVNf .dropdown-item.active,
.cid-rJ1Q1IqVNf .dropdown-item:active {
  background-color: transparent;
}
.cid-rJ1Q1IqVNf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJ1Q1IqVNf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJ1Q1IqVNf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJ1Q1IqVNf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJ1Q1IqVNf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJ1Q1IqVNf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJ1Q1IqVNf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJ1Q1IqVNf .navbar-buttons {
  text-align: center;
}
.cid-rJ1Q1IqVNf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJ1Q1IqVNf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rJ1Q1IqVNf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJ1Q1IqVNf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ1Q1IqVNf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ1Q1IqVNf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJ1Q1IqVNf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ1Q1IqVNf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJ1Q1IqVNf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJ1Q1IqVNf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ1Q1IqVNf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJ1Q1IqVNf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJ1Q1IqVNf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJ1Q1IqVNf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rJ1Q1IqVNf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJ1Q1IqVNf .navbar {
    height: 77px;
  }
  .cid-rJ1Q1IqVNf .navbar.opened {
    height: auto;
  }
  .cid-rJ1Q1IqVNf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rJ1PYxIR3j {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ1PYxIR3j h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rJ1PYxIR3j h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rJ1PYxIR3j .signature {
  filter: invert(0.8);
}
.cid-rJ1PYxIR3j H2 {
  color: #fe0000;
}
.cid-rJ1PYxIR3j .mbr-text,
.cid-rJ1PYxIR3j .img-align {
  color: #fe0000;
  text-align: center;
}
.cid-rJ1PYxIR3j H1 {
  color: #fe0000;
}
.cid-utZjOOmX5G {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utZjOOmX5G .container-fluid {
  padding: 0 3rem;
}
.cid-utZjOOmX5G .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #fe0000 50%, #149dcc 120%);
  display: inline-block;
}
.cid-utZjOOmX5G .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utZjOOmX5G .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-utZjOOmX5G .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-utZjOOmX5G .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-utZjOOmX5G .card .card-header a.panel-title:hover .sign {
  background-color: #b2ccd2 !important;
}
.cid-utZjOOmX5G .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #fe0000;
  padding: 2rem;
  padding-top: 26px;
  color: #ffffff;
}
.cid-utZjOOmX5G .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-utZjOOmX5G .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-utZjOOmX5G .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-utZjOOmX5G .container-fluid {
    padding: 0 1rem;
  }
  .cid-utZjOOmX5G .header-text {
    padding: 1rem !important;
  }
  .cid-utZjOOmX5G .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-utZjOOmX5G .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-utZjOOmX5G .toggle-header,
.cid-utZjOOmX5G .sign {
  color: #232323;
}
.cid-utZjOOmX5G .mbr-section-title,
.cid-utZjOOmX5G .underline {
  color: #fe0000;
}
.cid-utZjOOmX5G .mbr-section-subtitle {
  color: #fe0000;
}
.cid-s24oxk9leC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s24oxk9leC h2,
.cid-s24oxk9leC h3,
.cid-s24oxk9leC h4,
.cid-s24oxk9leC p {
  color: #ffffff;
}
.cid-s24oxk9leC .mbr-overlay {
  z-index: -1;
}
.cid-s24oxk9leC .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s24oxk9leC .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #efefef;
  border: 1px solid #e8e8e8;
  color: #000000;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s24oxk9leC .form-control:focus,
.cid-s24oxk9leC .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #c1c1c1;
}
.cid-s24oxk9leC .form-group {
  margin-bottom: 1rem;
}
.cid-s24oxk9leC input::-webkit-input-placeholder,
.cid-s24oxk9leC textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-s24oxk9leC input:-moz-placeholder,
.cid-s24oxk9leC textarea:-moz-placeholder {
  color: #000000;
}
.cid-s24oxk9leC .jq-selectbox li,
.cid-s24oxk9leC .jq-selectbox li {
  background-color: #efefef;
  color: #000000;
}
.cid-s24oxk9leC .jq-selectbox li:hover,
.cid-s24oxk9leC .jq-selectbox li.selected {
  background-color: #c1c1c1;
  color: #000000;
}
.cid-s24oxk9leC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efefef;
}
.cid-s24oxk9leC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #c1c1c1;
}
.cid-s24oxk9leC .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s24oxk9leC .mbr-text {
  color: #767676;
}
.cid-s24oxk9leC .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s24oxk9leC .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fe0000;
  opacity: 1;
  z-index: 0;
}
.cid-s24oxk9leC .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s24oxk9leC a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s24oxk9leC .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s24oxk9leC .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s24oxk9leC textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s24oxk9leC .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s24oxk9leC .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s24oxk9leC .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s24oxk9leC h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s24oxk9leC .block-content {
    padding: 0;
  }
  .cid-s24oxk9leC .form-block {
    padding: 1rem;
  }
}
.cid-s24oxk9leC .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-s24oxk9leC .mbr-section-title,
.cid-s24oxk9leC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-s24oxk9leC LABEL {
  color: #ffffff;
}
.cid-s24oxk9leC H4 {
  color: #ffffff;
}
.cid-rJ1Q0wwDo9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ1Q0wwDo9 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rJ1Q0wwDo9 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rJ1Q0wwDo9 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rJ1Q0wwDo9 .soc-item:hover {
  background: #b2ccd2;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rJ1Q0wwDo9 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJ1Q0wwDo9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rJ1Q0wwDo9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rJ1Q0wwDo9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rJ1Q0wwDo9 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rJ1Q0wwDo9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rJ1Q0wwDo9 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rJ1Q0wwDo9 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJ1Q0wwDo9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJ1Q0wwDo9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rJ1Q0wwDo9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rJ1Q0wwDo9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rJ1Q0wwDo9 H1 {
  color: #000000;
}
.cid-rJ1Q0wwDo9 .media-container-row .mbr-text {
  color: #000000;
}
.cid-s0BxuyOrXI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utMbInyHtM .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-utMbInyHtM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-utMbInyHtM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utMbInyHtM .nav-link {
  position: relative;
}
.cid-utMbInyHtM .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-utMbInyHtM .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-utMbInyHtM .container {
  display: flex;
  margin: auto;
}
.cid-utMbInyHtM .navbar.navbar-short .nav-link,
.cid-utMbInyHtM .navbar.navbar-short .navbar-caption,
.cid-utMbInyHtM .navbar.navbar-short .mbr-iconfont,
.cid-utMbInyHtM .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-utMbInyHtM .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-utMbInyHtM .navbar-caption {
  padding-right: 3rem;
}
.cid-utMbInyHtM .dropdown-menu,
.cid-utMbInyHtM .navbar.opened {
  background: #fe0000 !important;
}
.cid-utMbInyHtM .nav-item:focus,
.cid-utMbInyHtM .nav-link:focus {
  outline: none;
}
.cid-utMbInyHtM .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-utMbInyHtM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utMbInyHtM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-utMbInyHtM .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-utMbInyHtM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utMbInyHtM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utMbInyHtM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-utMbInyHtM .navbar.opened {
  transition: all .3s;
}
.cid-utMbInyHtM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-utMbInyHtM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-utMbInyHtM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utMbInyHtM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utMbInyHtM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-utMbInyHtM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utMbInyHtM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utMbInyHtM .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-utMbInyHtM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utMbInyHtM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-utMbInyHtM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-utMbInyHtM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utMbInyHtM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utMbInyHtM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utMbInyHtM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utMbInyHtM .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-utMbInyHtM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-utMbInyHtM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utMbInyHtM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utMbInyHtM .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-utMbInyHtM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-utMbInyHtM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-utMbInyHtM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-utMbInyHtM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-utMbInyHtM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-utMbInyHtM .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-utMbInyHtM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utMbInyHtM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utMbInyHtM .dropdown-item.active,
.cid-utMbInyHtM .dropdown-item:active {
  background-color: transparent;
}
.cid-utMbInyHtM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utMbInyHtM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utMbInyHtM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utMbInyHtM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utMbInyHtM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utMbInyHtM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utMbInyHtM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utMbInyHtM .navbar-buttons {
  text-align: center;
}
.cid-utMbInyHtM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utMbInyHtM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-utMbInyHtM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-utMbInyHtM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-utMbInyHtM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-utMbInyHtM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-utMbInyHtM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utMbInyHtM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-utMbInyHtM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-utMbInyHtM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utMbInyHtM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-utMbInyHtM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utMbInyHtM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-utMbInyHtM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-utMbInyHtM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utMbInyHtM .navbar {
    height: 77px;
  }
  .cid-utMbInyHtM .navbar.opened {
    height: auto;
  }
  .cid-utMbInyHtM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-58 {
  /* Type valid CSS here */
}
#custom-html-58 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-58 p {
  font-size: 60px;
  color: #777;
}
#custom-html-57 {
  /* Type valid CSS here */
}
#custom-html-57 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-57 p {
  font-size: 60px;
  color: #777;
}
.cid-utNv6gF0Ke {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utNv6gF0Ke h4 {
  margin-bottom: 0;
}
.cid-utNv6gF0Ke .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-utNv6gF0Ke .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-utNv6gF0Ke .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-utNv6gF0Ke .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-utNv6gF0Ke .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #fe0000 !important;
  box-shadow: none!important;
}
.cid-utNv6gF0Ke .btn[class*="-outline"]:active,
.cid-utNv6gF0Ke .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-utNv6gF0Ke .card-box {
  padding-top: 2rem;
}
.cid-utNv6gF0Ke .card-wrapper {
  height: 100%;
}
.cid-utNv6gF0Ke .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-utNv6gF0Ke img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-utNv6gF0Ke .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-utNv6gF0Ke .main-title {
  color: #000000;
}
.cid-utNv6gF0Ke .mbr-text,
.cid-utNv6gF0Ke .mbr-link-btn {
  color: #000000;
  text-align: center;
}
.cid-utNv6gF0Ke .card-title DIV {
  text-align: center;
}
.cid-utMbZPXw8a {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utMbZPXw8a h4 {
  margin-bottom: 0;
}
.cid-utMbZPXw8a .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-utMbZPXw8a .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-utMbZPXw8a .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-utMbZPXw8a .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-utMbZPXw8a .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #fe0000 !important;
  box-shadow: none!important;
}
.cid-utMbZPXw8a .btn[class*="-outline"]:active,
.cid-utMbZPXw8a .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-utMbZPXw8a .card-box {
  padding-top: 2rem;
}
.cid-utMbZPXw8a .card-wrapper {
  height: 100%;
}
.cid-utMbZPXw8a .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-utMbZPXw8a img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-utMbZPXw8a .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-utMbZPXw8a .main-title {
  color: #000000;
}
.cid-utMbZPXw8a .mbr-text,
.cid-utMbZPXw8a .mbr-link-btn {
  color: #000000;
  text-align: center;
}
.cid-utMbZPXw8a .card-title DIV {
  text-align: center;
}
.cid-utMcj7lCym {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utMcj7lCym h4 {
  margin-bottom: 0;
}
.cid-utMcj7lCym .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-utMcj7lCym .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-utMcj7lCym .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-utMcj7lCym .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-utMcj7lCym .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #fe0000 !important;
  box-shadow: none!important;
}
.cid-utMcj7lCym .btn[class*="-outline"]:active,
.cid-utMcj7lCym .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-utMcj7lCym .card-box {
  padding-top: 2rem;
}
.cid-utMcj7lCym .card-wrapper {
  height: 100%;
}
.cid-utMcj7lCym .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-utMcj7lCym img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-utMcj7lCym .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-utMcj7lCym .main-title {
  color: #000000;
}
.cid-utMcj7lCym .mbr-text,
.cid-utMcj7lCym .mbr-link-btn {
  color: #000000;
  text-align: center;
}
.cid-utMcj7lCym .card-title DIV {
  text-align: center;
}
.cid-utMbIqJv29 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-utMbIqJv29 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-utMbIqJv29 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-utMbIqJv29 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-utMbIqJv29 .soc-item:hover {
  background: #b2ccd2;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-utMbIqJv29 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-utMbIqJv29 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-utMbIqJv29 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-utMbIqJv29 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-utMbIqJv29 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-utMbIqJv29 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-utMbIqJv29 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-utMbIqJv29 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-utMbIqJv29 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-utMbIqJv29 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-utMbIqJv29 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-utMbIqJv29 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-utMbIqJv29 H1 {
  color: #000000;
}
.cid-utMbIqJv29 .media-container-row .mbr-text {
  color: #000000;
}
.cid-utMbIrCR2Z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utNtv6JXMA .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-utNtv6JXMA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-utNtv6JXMA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utNtv6JXMA .nav-link {
  position: relative;
}
.cid-utNtv6JXMA .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-utNtv6JXMA .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-utNtv6JXMA .container {
  display: flex;
  margin: auto;
}
.cid-utNtv6JXMA .navbar.navbar-short .nav-link,
.cid-utNtv6JXMA .navbar.navbar-short .navbar-caption,
.cid-utNtv6JXMA .navbar.navbar-short .mbr-iconfont,
.cid-utNtv6JXMA .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-utNtv6JXMA .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-utNtv6JXMA .navbar-caption {
  padding-right: 3rem;
}
.cid-utNtv6JXMA .dropdown-menu,
.cid-utNtv6JXMA .navbar.opened {
  background: #fe0000 !important;
}
.cid-utNtv6JXMA .nav-item:focus,
.cid-utNtv6JXMA .nav-link:focus {
  outline: none;
}
.cid-utNtv6JXMA .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-utNtv6JXMA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utNtv6JXMA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-utNtv6JXMA .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-utNtv6JXMA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utNtv6JXMA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utNtv6JXMA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-utNtv6JXMA .navbar.opened {
  transition: all .3s;
}
.cid-utNtv6JXMA .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-utNtv6JXMA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-utNtv6JXMA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utNtv6JXMA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utNtv6JXMA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-utNtv6JXMA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utNtv6JXMA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utNtv6JXMA .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-utNtv6JXMA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utNtv6JXMA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-utNtv6JXMA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-utNtv6JXMA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utNtv6JXMA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utNtv6JXMA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utNtv6JXMA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utNtv6JXMA .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-utNtv6JXMA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-utNtv6JXMA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utNtv6JXMA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utNtv6JXMA .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-utNtv6JXMA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-utNtv6JXMA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-utNtv6JXMA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-utNtv6JXMA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-utNtv6JXMA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-utNtv6JXMA .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-utNtv6JXMA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utNtv6JXMA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utNtv6JXMA .dropdown-item.active,
.cid-utNtv6JXMA .dropdown-item:active {
  background-color: transparent;
}
.cid-utNtv6JXMA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utNtv6JXMA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utNtv6JXMA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utNtv6JXMA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utNtv6JXMA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utNtv6JXMA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utNtv6JXMA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utNtv6JXMA .navbar-buttons {
  text-align: center;
}
.cid-utNtv6JXMA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utNtv6JXMA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-utNtv6JXMA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-utNtv6JXMA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-utNtv6JXMA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-utNtv6JXMA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-utNtv6JXMA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utNtv6JXMA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-utNtv6JXMA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-utNtv6JXMA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utNtv6JXMA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-utNtv6JXMA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utNtv6JXMA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-utNtv6JXMA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-utNtv6JXMA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utNtv6JXMA .navbar {
    height: 77px;
  }
  .cid-utNtv6JXMA .navbar.opened {
    height: auto;
  }
  .cid-utNtv6JXMA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utO34hdDow {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-utO34hdDow .mbr-text {
  color: #767676;
}
.cid-utO34hdDow .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-utO34hdDow .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-utO34hdDow .card-wrapper:hover .ico2 {
  color: #fe0000 !important;
}
.cid-utO34hdDow .text-info:hover {
  color: inherit!important;
}
.cid-utO34hdDow .ico2 {
  color: #808080 !important;
  transition: all 0.6s;
}
.cid-utO34hdDow .card-box {
  padding: 0rem 1rem;
}
.cid-utO34hdDow .card-img {
  width: auto;
}
.cid-utO34hdDow .ico1 {
  font-size: 3rem !important;
}
.cid-utO34hdDow h3,
.cid-utO34hdDow h4 {
  padding: 0;
  margin: 0;
}
.cid-utO34hdDow .card-title,
.cid-utO34hdDow .card-img {
  color: #232323;
}
.cid-utO34hdDow H3 {
  color: #767676;
}
.cid-utO34hdDow H1 {
  color: #232323;
}
.cid-utO5mbcohs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-utO5mbcohs .mbr-text {
  color: #767676;
}
.cid-utO5mbcohs .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-utO5mbcohs .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-utO5mbcohs .card-wrapper:hover .ico2 {
  color: #fe0000 !important;
}
.cid-utO5mbcohs .text-info:hover {
  color: inherit!important;
}
.cid-utO5mbcohs .ico2 {
  color: #808080 !important;
  transition: all 0.6s;
}
.cid-utO5mbcohs .card-box {
  padding: 0rem 1rem;
}
.cid-utO5mbcohs .card-img {
  width: auto;
}
.cid-utO5mbcohs .ico1 {
  font-size: 3rem !important;
}
.cid-utO5mbcohs h3,
.cid-utO5mbcohs h4 {
  padding: 0;
  margin: 0;
}
.cid-utO5mbcohs .card-title,
.cid-utO5mbcohs .card-img {
  color: #232323;
}
.cid-utO5mbcohs H3 {
  color: #767676;
}
.cid-utO5mbcohs H1 {
  color: #232323;
}
.cid-uVpcYVZsp7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVpcYVZsp7 .fb-page,
.cid-uVpcYVZsp7 span,
.cid-uVpcYVZsp7 iframe {
  width: 500px;
  height: 620px;
}
.cid-uVpcYVZsp7 blockquote {
  display: none;
}
.cid-uVpcYVZsp7 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-utNtvbfkvz {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-utNtvbfkvz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-utNtvbfkvz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-utNtvbfkvz .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-utNtvbfkvz .soc-item:hover {
  background: #b2ccd2;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-utNtvbfkvz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-utNtvbfkvz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-utNtvbfkvz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-utNtvbfkvz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-utNtvbfkvz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-utNtvbfkvz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-utNtvbfkvz .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-utNtvbfkvz .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-utNtvbfkvz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-utNtvbfkvz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-utNtvbfkvz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-utNtvbfkvz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-utNtvbfkvz H1 {
  color: #000000;
}
.cid-utNtvbfkvz .media-container-row .mbr-text {
  color: #000000;
}
.cid-utNtvc93vv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utO9aXwFkq .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-utO9aXwFkq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-utO9aXwFkq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utO9aXwFkq .nav-link {
  position: relative;
}
.cid-utO9aXwFkq .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-utO9aXwFkq .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-utO9aXwFkq .container {
  display: flex;
  margin: auto;
}
.cid-utO9aXwFkq .navbar.navbar-short .nav-link,
.cid-utO9aXwFkq .navbar.navbar-short .navbar-caption,
.cid-utO9aXwFkq .navbar.navbar-short .mbr-iconfont,
.cid-utO9aXwFkq .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-utO9aXwFkq .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-utO9aXwFkq .navbar-caption {
  padding-right: 3rem;
}
.cid-utO9aXwFkq .dropdown-menu,
.cid-utO9aXwFkq .navbar.opened {
  background: #fe0000 !important;
}
.cid-utO9aXwFkq .nav-item:focus,
.cid-utO9aXwFkq .nav-link:focus {
  outline: none;
}
.cid-utO9aXwFkq .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-utO9aXwFkq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utO9aXwFkq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-utO9aXwFkq .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-utO9aXwFkq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utO9aXwFkq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utO9aXwFkq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-utO9aXwFkq .navbar.opened {
  transition: all .3s;
}
.cid-utO9aXwFkq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-utO9aXwFkq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-utO9aXwFkq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utO9aXwFkq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utO9aXwFkq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-utO9aXwFkq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utO9aXwFkq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utO9aXwFkq .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-utO9aXwFkq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utO9aXwFkq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-utO9aXwFkq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-utO9aXwFkq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utO9aXwFkq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utO9aXwFkq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utO9aXwFkq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utO9aXwFkq .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-utO9aXwFkq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-utO9aXwFkq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utO9aXwFkq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utO9aXwFkq .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-utO9aXwFkq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-utO9aXwFkq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-utO9aXwFkq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-utO9aXwFkq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-utO9aXwFkq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-utO9aXwFkq .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-utO9aXwFkq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utO9aXwFkq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utO9aXwFkq .dropdown-item.active,
.cid-utO9aXwFkq .dropdown-item:active {
  background-color: transparent;
}
.cid-utO9aXwFkq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utO9aXwFkq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utO9aXwFkq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utO9aXwFkq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utO9aXwFkq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utO9aXwFkq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utO9aXwFkq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utO9aXwFkq .navbar-buttons {
  text-align: center;
}
.cid-utO9aXwFkq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utO9aXwFkq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-utO9aXwFkq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-utO9aXwFkq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-utO9aXwFkq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-utO9aXwFkq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-utO9aXwFkq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utO9aXwFkq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-utO9aXwFkq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-utO9aXwFkq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utO9aXwFkq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-utO9aXwFkq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utO9aXwFkq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-utO9aXwFkq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-utO9aXwFkq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utO9aXwFkq .navbar {
    height: 77px;
  }
  .cid-utO9aXwFkq .navbar.opened {
    height: auto;
  }
  .cid-utO9aXwFkq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#songsearch {
  /* Type valid CSS here */
}
#songsearch div {
  fontcolor: #FF0000;
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#songsearch p {
  font-size: 60px;
}
.cid-utO9b3gBZN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-utO9b3gBZN .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-utO9b3gBZN .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-utO9b3gBZN .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-utO9b3gBZN .soc-item:hover {
  background: #b2ccd2;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-utO9b3gBZN .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-utO9b3gBZN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-utO9b3gBZN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-utO9b3gBZN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-utO9b3gBZN .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-utO9b3gBZN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-utO9b3gBZN .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-utO9b3gBZN .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-utO9b3gBZN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-utO9b3gBZN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-utO9b3gBZN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-utO9b3gBZN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-utO9b3gBZN H1 {
  color: #000000;
}
.cid-utO9b3gBZN .media-container-row .mbr-text {
  color: #000000;
}
.cid-utO9b4njvA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utNzOPIjMn .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-utNzOPIjMn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-utNzOPIjMn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utNzOPIjMn .nav-link {
  position: relative;
}
.cid-utNzOPIjMn .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-utNzOPIjMn .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-utNzOPIjMn .container {
  display: flex;
  margin: auto;
}
.cid-utNzOPIjMn .navbar.navbar-short .nav-link,
.cid-utNzOPIjMn .navbar.navbar-short .navbar-caption,
.cid-utNzOPIjMn .navbar.navbar-short .mbr-iconfont,
.cid-utNzOPIjMn .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-utNzOPIjMn .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-utNzOPIjMn .navbar-caption {
  padding-right: 3rem;
}
.cid-utNzOPIjMn .dropdown-menu,
.cid-utNzOPIjMn .navbar.opened {
  background: #fe0000 !important;
}
.cid-utNzOPIjMn .nav-item:focus,
.cid-utNzOPIjMn .nav-link:focus {
  outline: none;
}
.cid-utNzOPIjMn .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-utNzOPIjMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utNzOPIjMn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-utNzOPIjMn .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-utNzOPIjMn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utNzOPIjMn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utNzOPIjMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-utNzOPIjMn .navbar.opened {
  transition: all .3s;
}
.cid-utNzOPIjMn .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-utNzOPIjMn .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-utNzOPIjMn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utNzOPIjMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utNzOPIjMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-utNzOPIjMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utNzOPIjMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utNzOPIjMn .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-utNzOPIjMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utNzOPIjMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-utNzOPIjMn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-utNzOPIjMn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utNzOPIjMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utNzOPIjMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utNzOPIjMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utNzOPIjMn .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-utNzOPIjMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-utNzOPIjMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utNzOPIjMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utNzOPIjMn .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-utNzOPIjMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-utNzOPIjMn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-utNzOPIjMn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-utNzOPIjMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-utNzOPIjMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-utNzOPIjMn .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-utNzOPIjMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utNzOPIjMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utNzOPIjMn .dropdown-item.active,
.cid-utNzOPIjMn .dropdown-item:active {
  background-color: transparent;
}
.cid-utNzOPIjMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utNzOPIjMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utNzOPIjMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utNzOPIjMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utNzOPIjMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utNzOPIjMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utNzOPIjMn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utNzOPIjMn .navbar-buttons {
  text-align: center;
}
.cid-utNzOPIjMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utNzOPIjMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-utNzOPIjMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-utNzOPIjMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-utNzOPIjMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-utNzOPIjMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-utNzOPIjMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utNzOPIjMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-utNzOPIjMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-utNzOPIjMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utNzOPIjMn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-utNzOPIjMn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utNzOPIjMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-utNzOPIjMn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-utNzOPIjMn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utNzOPIjMn .navbar {
    height: 77px;
  }
  .cid-utNzOPIjMn .navbar.opened {
    height: auto;
  }
  .cid-utNzOPIjMn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utNAtuIMWX {
  padding-top: 195px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-utNAtuIMWX h3 {
  position: relative;
}
.cid-utNAtuIMWX h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-utNAtuIMWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNAtuIMWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utNAtuIMWX .mbr-text,
.cid-utNAtuIMWX .mbr-section-btn {
  color: #000000;
}
.cid-utNzOTvee7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utNzOTvee7 h4 {
  margin-bottom: 0;
}
.cid-utNzOTvee7 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-utNzOTvee7 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-utNzOTvee7 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-utNzOTvee7 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-utNzOTvee7 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #fe0000 !important;
  box-shadow: none!important;
}
.cid-utNzOTvee7 .btn[class*="-outline"]:active,
.cid-utNzOTvee7 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-utNzOTvee7 .card-box {
  padding-top: 2rem;
}
.cid-utNzOTvee7 .card-wrapper {
  height: 100%;
}
.cid-utNzOTvee7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-utNzOTvee7 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-utNzOTvee7 .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-utNzOTvee7 .main-title {
  color: #000000;
}
.cid-utNzOTvee7 .mbr-text,
.cid-utNzOTvee7 .mbr-link-btn {
  color: #000000;
  text-align: center;
}
.cid-utNzOTvee7 .card-title DIV {
  text-align: center;
}
.cid-utNzOVOWRm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-utNzOVOWRm .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-utNzOVOWRm .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-utNzOVOWRm .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-utNzOVOWRm .soc-item:hover {
  background: #b2ccd2;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-utNzOVOWRm .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-utNzOVOWRm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-utNzOVOWRm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-utNzOVOWRm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-utNzOVOWRm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-utNzOVOWRm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-utNzOVOWRm .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-utNzOVOWRm .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-utNzOVOWRm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-utNzOVOWRm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-utNzOVOWRm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-utNzOVOWRm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-utNzOVOWRm H1 {
  color: #000000;
}
.cid-utNzOVOWRm .media-container-row .mbr-text {
  color: #000000;
}
.cid-utNzOWL6Z9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUd64tIDtv .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-uUd64tIDtv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUd64tIDtv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUd64tIDtv .nav-link {
  position: relative;
}
.cid-uUd64tIDtv .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uUd64tIDtv .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uUd64tIDtv .container {
  display: flex;
  margin: auto;
}
.cid-uUd64tIDtv .navbar.navbar-short .nav-link,
.cid-uUd64tIDtv .navbar.navbar-short .navbar-caption,
.cid-uUd64tIDtv .navbar.navbar-short .mbr-iconfont,
.cid-uUd64tIDtv .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uUd64tIDtv .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uUd64tIDtv .navbar-caption {
  padding-right: 3rem;
}
.cid-uUd64tIDtv .dropdown-menu,
.cid-uUd64tIDtv .navbar.opened {
  background: #fe0000 !important;
}
.cid-uUd64tIDtv .nav-item:focus,
.cid-uUd64tIDtv .nav-link:focus {
  outline: none;
}
.cid-uUd64tIDtv .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-uUd64tIDtv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUd64tIDtv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUd64tIDtv .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-uUd64tIDtv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUd64tIDtv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUd64tIDtv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uUd64tIDtv .navbar.opened {
  transition: all .3s;
}
.cid-uUd64tIDtv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uUd64tIDtv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUd64tIDtv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUd64tIDtv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUd64tIDtv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUd64tIDtv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUd64tIDtv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUd64tIDtv .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-uUd64tIDtv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUd64tIDtv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUd64tIDtv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUd64tIDtv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUd64tIDtv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUd64tIDtv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUd64tIDtv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUd64tIDtv .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-uUd64tIDtv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUd64tIDtv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUd64tIDtv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUd64tIDtv .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-uUd64tIDtv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUd64tIDtv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUd64tIDtv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUd64tIDtv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUd64tIDtv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUd64tIDtv .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-uUd64tIDtv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUd64tIDtv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUd64tIDtv .dropdown-item.active,
.cid-uUd64tIDtv .dropdown-item:active {
  background-color: transparent;
}
.cid-uUd64tIDtv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUd64tIDtv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUd64tIDtv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUd64tIDtv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUd64tIDtv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUd64tIDtv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUd64tIDtv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUd64tIDtv .navbar-buttons {
  text-align: center;
}
.cid-uUd64tIDtv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUd64tIDtv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUd64tIDtv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUd64tIDtv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUd64tIDtv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUd64tIDtv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUd64tIDtv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUd64tIDtv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUd64tIDtv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUd64tIDtv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUd64tIDtv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUd64tIDtv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUd64tIDtv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUd64tIDtv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUd64tIDtv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUd64tIDtv .navbar {
    height: 77px;
  }
  .cid-uUd64tIDtv .navbar.opened {
    height: auto;
  }
  .cid-uUd64tIDtv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV9r34iVNK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uV9r34iVNK .container-fluid {
  padding: 0 3rem;
}
.cid-uV9r34iVNK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #fe0000 50%, #149dcc 120%);
  display: inline-block;
}
.cid-uV9r34iVNK .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uV9r34iVNK .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-uV9r34iVNK .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-uV9r34iVNK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uV9r34iVNK .card .card-header a.panel-title:hover .sign {
  background-color: #b2ccd2 !important;
}
.cid-uV9r34iVNK .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #fe0000;
  padding: 2rem;
  padding-top: 26px;
  color: #ffffff;
}
.cid-uV9r34iVNK .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9r34iVNK .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-uV9r34iVNK .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-uV9r34iVNK .container-fluid {
    padding: 0 1rem;
  }
  .cid-uV9r34iVNK .header-text {
    padding: 1rem !important;
  }
  .cid-uV9r34iVNK .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-uV9r34iVNK .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-uV9r34iVNK .toggle-header,
.cid-uV9r34iVNK .sign {
  color: #232323;
}
.cid-uV9r34iVNK .mbr-section-title,
.cid-uV9r34iVNK .underline {
  color: #fe0000;
}
.cid-uV9r34iVNK .mbr-section-subtitle {
  color: #fe0000;
}
.cid-uUd64u0q7G {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUd64u0q7G h3 {
  position: relative;
}
.cid-uUd64u0q7G h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uUd64u0q7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUd64u0q7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUd64u0q7G .mbr-text,
.cid-uUd64u0q7G .mbr-section-btn {
  color: #000000;
}
.cid-uUd6fRKc1B {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUd6fRKc1B h4 {
  margin-bottom: 0;
}
.cid-uUd6fRKc1B .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-uUd6fRKc1B .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-uUd6fRKc1B .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uUd6fRKc1B .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-uUd6fRKc1B .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #fe0000 !important;
  box-shadow: none!important;
}
.cid-uUd6fRKc1B .btn[class*="-outline"]:active,
.cid-uUd6fRKc1B .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uUd6fRKc1B .card-box {
  padding-top: 2rem;
}
.cid-uUd6fRKc1B .card-wrapper {
  height: 100%;
}
.cid-uUd6fRKc1B .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uUd6fRKc1B img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-uUd6fRKc1B .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-uUd6fRKc1B .main-title {
  color: #000000;
}
.cid-uUd6fRKc1B .mbr-text,
.cid-uUd6fRKc1B .mbr-link-btn {
  color: #000000;
  text-align: center;
}
.cid-uUd6fRKc1B .card-title DIV {
  text-align: center;
}
.cid-uVNAlN9ISJ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uVNAlN9ISJ h4 {
  margin-bottom: 0;
}
.cid-uVNAlN9ISJ .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-uVNAlN9ISJ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-uVNAlN9ISJ .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uVNAlN9ISJ .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-uVNAlN9ISJ .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #fe0000 !important;
  box-shadow: none!important;
}
.cid-uVNAlN9ISJ .btn[class*="-outline"]:active,
.cid-uVNAlN9ISJ .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uVNAlN9ISJ .card-box {
  padding-top: 2rem;
}
.cid-uVNAlN9ISJ .card-wrapper {
  height: 100%;
}
.cid-uVNAlN9ISJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uVNAlN9ISJ img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-uVNAlN9ISJ .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-uVNAlN9ISJ .main-title {
  color: #000000;
}
.cid-uVNAlN9ISJ .mbr-text,
.cid-uVNAlN9ISJ .mbr-link-btn {
  color: #000000;
  text-align: center;
}
.cid-uVNAlN9ISJ .card-title DIV {
  text-align: center;
}
.cid-uUd64uGEJO {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUd64uGEJO .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uUd64uGEJO .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-uUd64uGEJO .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uUd64uGEJO .soc-item:hover {
  background: #b2ccd2;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-uUd64uGEJO .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUd64uGEJO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUd64uGEJO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUd64uGEJO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUd64uGEJO .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUd64uGEJO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uUd64uGEJO .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uUd64uGEJO .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUd64uGEJO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUd64uGEJO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUd64uGEJO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUd64uGEJO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUd64uGEJO H1 {
  color: #000000;
}
.cid-uUd64uGEJO .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUd64uWVd4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
