@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #05d318 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #05d318 !important;
  border-color: #05d318 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #038810 !important;
  border-color: #038810 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #038810 !important;
  border-color: #038810 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #036f0d;
  color: #036f0d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #05d318;
  border-color: #05d318;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #05d318 !important;
  border-color: #05d318 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #05d318 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #036f0d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #05d318;
  border-color: #05d318;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #05d318;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a7fdaf;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #05d318;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #05d318;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #05d318;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #05d318;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #05d318;
  border-bottom-color: #05d318;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #05d318 !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%2305d318' %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.3;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .nav-item:focus,
.cid-sBJ91gCqUW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sBJ91gCqUW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBJ91gCqUW .nav-item {
    position: relative;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #05d318, #ff3366);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sBJ91gCqUW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBJ91gCqUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBJ91gCqUW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sBJ91gCqUW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sBJ91gCqUW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sBJ91gCqUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sBJ91gCqUW .navbar.collapsed .right-menu,
.cid-sBJ91gCqUW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show .brand-container,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sBJ91gCqUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sBJ91gCqUW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sBJ91gCqUW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBJ91gCqUW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sBJ91gCqUW .navbar .right-menu,
  .cid-sBJ91gCqUW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sBJ91gCqUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBJ91gCqUW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBJ91gCqUW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBJ91gCqUW .dropdown-item.active,
.cid-sBJ91gCqUW .dropdown-item:active {
  background-color: transparent;
}
.cid-sBJ91gCqUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBJ91gCqUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBJ91gCqUW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sBJ91gCqUW .navbar-buttons {
  margin-left: auto;
}
.cid-sBJ91gCqUW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW .navbar-dropdown {
  position: fixed;
}
.cid-sBJ91gCqUW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBJ91gCqUW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sBJ91gCqUW .right-menu,
.cid-sBJ91gCqUW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sBJ91gCqUW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-sBJ91gCqUW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sBJ91gCqUW .card-wrapper {
  z-index: 3;
}
.cid-sBJ91gCqUW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLQ27VihUz {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-1902-2000x1158.jpg");
}
.cid-sLQ27VihUz .mbr-text,
.cid-sLQ27VihUz .mbr-section-btn {
  color: #ffffff;
}
.cid-sLQ27VihUz H3 {
  color: #465052;
}
.cid-sLQ3pcokyn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLQ3pcokyn .line {
  background-color: #63e10c;
  color: #63e10c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sLQ3pcokyn .section-text {
  padding: 2rem 0;
}
.cid-sLQ3pcokyn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sLQ3pcokyn .inner-container {
    width: 100% !important;
  }
}
.cid-sLQlM8IQec {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLgT7A623v {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-sLgT7A623v .mbr-text,
.cid-sLgT7A623v blockquote {
  color: #767676;
}
.cid-sLgT7A623v .mbr-text {
  color: #ffffff;
}
.cid-sM6t5jTJQV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sM6t5jTJQV .mbr-section-subtitle {
  color: #767676;
}
.cid-sM6rT0Xxev {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sM6rT0Xxev .carousel {
  z-index: 0;
}
.cid-sM6rT0Xxev .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sM6rT0Xxev .carousel-item.active,
.cid-sM6rT0Xxev .carousel-item-next,
.cid-sM6rT0Xxev .carousel-item-prev {
  display: flex;
}
.cid-sM6rT0Xxev .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sM6rT0Xxev .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-sM6rT0Xxev .line {
  width: 100px;
  height: 1px;
  background: #05d318;
}
.cid-sM6rT0Xxev .line1 {
  margin-left: -2rem;
}
.cid-sM6rT0Xxev .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-sM6rT0Xxev .carousel-controls a {
  font-size: 2rem;
}
.cid-sM6rT0Xxev .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #05d318;
  background: transparent;
  opacity: 0.5;
}
.cid-sM6rT0Xxev .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sM6rT0Xxev ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-sM6rT0Xxev .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #05d318;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-sM6rT0Xxev .carousel-indicators .active {
  opacity: 1;
}
.cid-sM6rT0Xxev .user_text,
.cid-sM6rT0Xxev .user_desk {
  color: #767676;
}
.cid-sLh60tNE9R {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-sLh60tNE9R .mbr-section-subtitle {
  color: #767676;
}
.cid-sLt4M1NGis {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #e4d295;
}
.cid-sLt4M1NGis .counter-container {
  color: #767676;
}
.cid-sLt4M1NGis .counter-container ul {
  margin-bottom: 0;
}
.cid-sLt4M1NGis .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sLt4M1NGis .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #63e10c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sLQdHYKEIa {
  padding-top: 60px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/k04-1400x945.jpg");
}
.cid-sLQdHYKEIa .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sLQdHYKEIa .panel-group {
  width: 100%;
}
.cid-sLQdHYKEIa .panel-text,
.cid-sLQdHYKEIa .header-text,
.cid-sLQdHYKEIa .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sLQdHYKEIa .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-sLQdHYKEIa .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sLQdHYKEIa .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-sLQdHYKEIa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sLQdHYKEIa .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sLQdHYKEIa .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-sLQdHYKEIa .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #63e10c;
}
.cid-sLQdHYKEIa .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #000000 !important;
}
.cid-sLQdHYKEIa .card .panel-body {
  background: #ffffff;
}
.cid-sLQdHYKEIa .sign {
  color: #232323;
}
.cid-sLQdHYKEIa .mbr-section-title {
  color: #ffffff;
}
.cid-sLQdHYKEIa .header-text {
  color: #63e10c;
}
.cid-tmd0bXxkEl {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
.cid-tmd0bXxkEl .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmd0bXxkEl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmd0bXxkEl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmd0bXxkEl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmd0bXxkEl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmd0bXxkEl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .nav-item:focus,
.cid-sBJ91gCqUW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sBJ91gCqUW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBJ91gCqUW .nav-item {
    position: relative;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #05d318, #ff3366);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sBJ91gCqUW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBJ91gCqUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBJ91gCqUW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sBJ91gCqUW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sBJ91gCqUW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sBJ91gCqUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sBJ91gCqUW .navbar.collapsed .right-menu,
.cid-sBJ91gCqUW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show .brand-container,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sBJ91gCqUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sBJ91gCqUW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sBJ91gCqUW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBJ91gCqUW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sBJ91gCqUW .navbar .right-menu,
  .cid-sBJ91gCqUW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sBJ91gCqUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBJ91gCqUW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBJ91gCqUW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBJ91gCqUW .dropdown-item.active,
.cid-sBJ91gCqUW .dropdown-item:active {
  background-color: transparent;
}
.cid-sBJ91gCqUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBJ91gCqUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBJ91gCqUW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sBJ91gCqUW .navbar-buttons {
  margin-left: auto;
}
.cid-sBJ91gCqUW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW .navbar-dropdown {
  position: fixed;
}
.cid-sBJ91gCqUW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBJ91gCqUW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sBJ91gCqUW .right-menu,
.cid-sBJ91gCqUW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sBJ91gCqUW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-sBJ91gCqUW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sBJ91gCqUW .card-wrapper {
  z-index: 3;
}
.cid-sBJ91gCqUW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sL9iVy1feK {
  padding-top: 120px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-sL9iVy1feK p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sL9iVy1feK .panel-title {
  border-bottom: 2px solid #073b4c;
}
.cid-sL9iVy1feK .collapsed {
  border: none;
}
.cid-sL9iVy1feK .panel-body {
  padding-top: 0.5rem;
}
.cid-sL9iVy1feK .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sL9iVy1feK .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #465052;
  padding: 0;
}
.cid-sL9iVy1feK .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sL9iVy1feK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sL9iVy1feK .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sL9iVy1feK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sL9iVy1feK .panel-text {
  color: #767676;
}
.cid-sL9iVy1feK H4 {
  color: #cccccc;
  text-transform: uppercase;
}
.cid-tmd0bXxkEl {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
.cid-tmd0bXxkEl .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmd0bXxkEl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmd0bXxkEl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmd0bXxkEl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmd0bXxkEl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmd0bXxkEl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .nav-item:focus,
.cid-sBJ91gCqUW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sBJ91gCqUW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBJ91gCqUW .nav-item {
    position: relative;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #05d318, #ff3366);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sBJ91gCqUW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBJ91gCqUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBJ91gCqUW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sBJ91gCqUW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sBJ91gCqUW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sBJ91gCqUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sBJ91gCqUW .navbar.collapsed .right-menu,
.cid-sBJ91gCqUW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show .brand-container,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sBJ91gCqUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sBJ91gCqUW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sBJ91gCqUW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBJ91gCqUW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sBJ91gCqUW .navbar .right-menu,
  .cid-sBJ91gCqUW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sBJ91gCqUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBJ91gCqUW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBJ91gCqUW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBJ91gCqUW .dropdown-item.active,
.cid-sBJ91gCqUW .dropdown-item:active {
  background-color: transparent;
}
.cid-sBJ91gCqUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBJ91gCqUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBJ91gCqUW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sBJ91gCqUW .navbar-buttons {
  margin-left: auto;
}
.cid-sBJ91gCqUW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW .navbar-dropdown {
  position: fixed;
}
.cid-sBJ91gCqUW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBJ91gCqUW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sBJ91gCqUW .right-menu,
.cid-sBJ91gCqUW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sBJ91gCqUW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-sBJ91gCqUW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sBJ91gCqUW .card-wrapper {
  z-index: 3;
}
.cid-sBJ91gCqUW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLOLcBli1Z {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLOLcBli1Z .mbr-section-subtitle {
  color: #767676;
}
.cid-sLwhTxAGYU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20190125-114356-2000x1154.jpg");
}
.cid-sLIsvih7TO {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #b4f488;
}
.cid-sLIsvih7TO .mbr-text,
.cid-sLIsvih7TO blockquote {
  color: #767676;
}
.cid-sLIsvih7TO .mbr-text {
  color: #465052;
}
.cid-sLwhwQJKET {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20190302-93221-2000x1500.jpg");
}
.cid-sLIswIhgfz {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-sLIswIhgfz .mbr-text,
.cid-sLIswIhgfz blockquote {
  color: #767676;
}
.cid-sLwhn7C0p4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20200316-143418-2000x912.jpg");
}
.cid-sLIsvX5uS7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sLIsvX5uS7 .mbr-text,
.cid-sLIsvX5uS7 blockquote {
  color: #767676;
}
.cid-sLOCFr4ugt {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #b2ccd2;
}
.cid-sLOCFr4ugt .mbr-text {
  color: #767676;
}
.cid-sLOCFr4ugt .card-subtitle {
  margin: 0;
}
.cid-sLOCFr4ugt .link {
  margin: 0;
}
.cid-sLOCFr4ugt .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sLOCFr4ugt .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sLOCFr4ugt .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sLOCFr4ugt .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sLOCFr4ugt .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sLOCFr4ugt .date {
  margin: 0;
}
.cid-sLOCFr4ugt img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sLOCFr4ugt .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sLOCFr4ugt .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sLOCFr4ugt .card-img:hover:before {
  opacity: 0.4;
}
.cid-sLOCFr4ugt .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sLOCFr4ugt .icon-box {
    flex-direction: column;
  }
  .cid-sLOCFr4ugt .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sLOCFr4ugt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sLOCFr4ugt .card {
    margin-bottom: 3rem;
  }
}
.cid-sLwhILWAkC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20190305-111525-2000x1145.jpg");
}
.cid-sLwhILWAkC H2 {
  color: #ffffff;
}
.cid-sLwhILWAkC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sLIssbfDrK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-sLIssbfDrK .mbr-text,
.cid-sLIssbfDrK blockquote {
  color: #767676;
}
.cid-sLJOU2TjqS {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f9f295;
}
.cid-sLJOU2TjqS .mbr-text {
  color: #767676;
}
.cid-sLJOU2TjqS .card-subtitle {
  margin: 0;
}
.cid-sLJOU2TjqS .link {
  margin: 0;
}
.cid-sLJOU2TjqS .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sLJOU2TjqS .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sLJOU2TjqS .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sLJOU2TjqS .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sLJOU2TjqS .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sLJOU2TjqS .date {
  margin: 0;
}
.cid-sLJOU2TjqS img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sLJOU2TjqS .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sLJOU2TjqS .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sLJOU2TjqS .card-img:hover:before {
  opacity: 0.4;
}
.cid-sLJOU2TjqS .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sLJOU2TjqS .icon-box {
    flex-direction: column;
  }
  .cid-sLJOU2TjqS .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sLJOU2TjqS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sLJOU2TjqS .card {
    margin-bottom: 3rem;
  }
}
.cid-sLwgu1RXQI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dsc-636-2000x1325.jpg");
}
.cid-sLIssSpDtF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b4f488;
}
.cid-sLIssSpDtF .mbr-text,
.cid-sLIssSpDtF blockquote {
  color: #767676;
}
.cid-sLIBbRhQ7P {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #b4f488;
}
.cid-sLIBbRhQ7P .mbr-text {
  color: #767676;
}
.cid-sLIBbRhQ7P .card-subtitle {
  margin: 0;
}
.cid-sLIBbRhQ7P .link {
  margin: 0;
}
.cid-sLIBbRhQ7P .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sLIBbRhQ7P .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sLIBbRhQ7P .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sLIBbRhQ7P .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sLIBbRhQ7P .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sLIBbRhQ7P .date {
  margin: 0;
}
.cid-sLIBbRhQ7P img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sLIBbRhQ7P .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sLIBbRhQ7P .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sLIBbRhQ7P .card-img:hover:before {
  opacity: 0.4;
}
.cid-sLIBbRhQ7P .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sLIBbRhQ7P .icon-box {
    flex-direction: column;
  }
  .cid-sLIBbRhQ7P .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sLIBbRhQ7P .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sLIBbRhQ7P .card {
    margin-bottom: 3rem;
  }
}
.cid-sLwgO9MJrm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20190227-122806-2000x1007.jpg");
}
.cid-sLIstLZaVP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-sLIstLZaVP .mbr-text,
.cid-sLIstLZaVP blockquote {
  color: #767676;
}
.cid-sLJJSHhuAq {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #f9f295;
}
.cid-sLJJSHhuAq .mbr-text {
  color: #767676;
}
.cid-sLJJSHhuAq .card-subtitle {
  margin: 0;
}
.cid-sLJJSHhuAq .link {
  margin: 0;
}
.cid-sLJJSHhuAq .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sLJJSHhuAq .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sLJJSHhuAq .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sLJJSHhuAq .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sLJJSHhuAq .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sLJJSHhuAq .date {
  margin: 0;
}
.cid-sLJJSHhuAq img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sLJJSHhuAq .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sLJJSHhuAq .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sLJJSHhuAq .card-img:hover:before {
  opacity: 0.4;
}
.cid-sLJJSHhuAq .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sLJJSHhuAq .icon-box {
    flex-direction: column;
  }
  .cid-sLJJSHhuAq .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sLJJSHhuAq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sLJJSHhuAq .card {
    margin-bottom: 3rem;
  }
}
.cid-sLwh560Bki {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20190206-155210-2000x956.jpg");
}
.cid-sLIsqUxWOr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #b4f488;
}
.cid-sLIsqUxWOr .mbr-text,
.cid-sLIsqUxWOr blockquote {
  color: #767676;
}
.cid-sLIsqUxWOr .mbr-text {
  color: #767676;
}
.cid-sLOqtwrY7m {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #b4f488;
}
.cid-sLOqtwrY7m .mbr-text {
  color: #767676;
}
.cid-sLOqtwrY7m .card-subtitle {
  margin: 0;
}
.cid-sLOqtwrY7m .link {
  margin: 0;
}
.cid-sLOqtwrY7m .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sLOqtwrY7m .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sLOqtwrY7m .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sLOqtwrY7m .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sLOqtwrY7m .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sLOqtwrY7m .date {
  margin: 0;
}
.cid-sLOqtwrY7m img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sLOqtwrY7m .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sLOqtwrY7m .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sLOqtwrY7m .card-img:hover:before {
  opacity: 0.4;
}
.cid-sLOqtwrY7m .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sLOqtwrY7m .icon-box {
    flex-direction: column;
  }
  .cid-sLOqtwrY7m .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sLOqtwrY7m .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sLOqtwrY7m .card {
    margin-bottom: 3rem;
  }
}
.cid-sLwfyl8dIN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20200413-125613-1-2000x912.jpg");
}
.cid-sLIrYKLb8D {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sLIrYKLb8D .mbr-text,
.cid-sLIrYKLb8D blockquote {
  color: #767676;
}
.cid-sLIrYKLb8D .mbr-text {
  color: #767676;
}
.cid-sLOc5gwxKq {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #b2ccd2;
}
.cid-sLOc5gwxKq .mbr-text {
  color: #767676;
}
.cid-sLOc5gwxKq .card-subtitle {
  margin: 0;
}
.cid-sLOc5gwxKq .link {
  margin: 0;
}
.cid-sLOc5gwxKq .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sLOc5gwxKq .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sLOc5gwxKq .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sLOc5gwxKq .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sLOc5gwxKq .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sLOc5gwxKq .date {
  margin: 0;
}
.cid-sLOc5gwxKq img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sLOc5gwxKq .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sLOc5gwxKq .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sLOc5gwxKq .card-img:hover:before {
  opacity: 0.4;
}
.cid-sLOc5gwxKq .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sLOc5gwxKq .icon-box {
    flex-direction: column;
  }
  .cid-sLOc5gwxKq .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sLOc5gwxKq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sLOc5gwxKq .card {
    margin-bottom: 3rem;
  }
}
.cid-t7V3Ry3KIr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20200124-115006-2000x912.jpg");
}
.cid-t7VfViNsFY {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #b4f488;
}
.cid-t7VfViNsFY .mbr-text,
.cid-t7VfViNsFY blockquote {
  color: #767676;
}
.cid-sLwfRKQj7y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/p1010179-2000x996.jpg");
}
.cid-sLIrZxZOpt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-sLIrZxZOpt .mbr-text,
.cid-sLIrZxZOpt blockquote {
  color: #767676;
}
.cid-sLNXlN6RXH {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #f9f295;
}
.cid-sLNXlN6RXH .mbr-text {
  color: #767676;
}
.cid-sLNXlN6RXH .card-subtitle {
  margin: 0;
}
.cid-sLNXlN6RXH .link {
  margin: 0;
}
.cid-sLNXlN6RXH .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sLNXlN6RXH .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sLNXlN6RXH .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sLNXlN6RXH .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sLNXlN6RXH .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sLNXlN6RXH .date {
  margin: 0;
}
.cid-sLNXlN6RXH img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sLNXlN6RXH .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sLNXlN6RXH .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sLNXlN6RXH .card-img:hover:before {
  opacity: 0.4;
}
.cid-sLNXlN6RXH .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sLNXlN6RXH .icon-box {
    flex-direction: column;
  }
  .cid-sLNXlN6RXH .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sLNXlN6RXH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sLNXlN6RXH .card {
    margin-bottom: 3rem;
  }
}
.cid-sLweo5uQEM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20160131-165013-2000x1311.jpg");
}
.cid-sLIrY6F9AR {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #b4f488;
}
.cid-sLIrY6F9AR .mbr-text,
.cid-sLIrY6F9AR blockquote {
  color: #767676;
}
.cid-sLIx9C9vFr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20180221-133029-2000x1500.jpg");
}
.cid-sLI8MRnJFz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-sLI8MRnJFz .mbr-text,
.cid-sLI8MRnJFz blockquote {
  color: #767676;
}
.cid-sLI8MRnJFz .mbr-text {
  color: #767676;
}
.cid-sLIrpi5xS2 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #f9f295;
}
.cid-sLIrpi5xS2 .mbr-text {
  color: #767676;
}
.cid-sLIrpi5xS2 .card-subtitle {
  margin: 0;
}
.cid-sLIrpi5xS2 .link {
  margin: 0;
}
.cid-sLIrpi5xS2 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sLIrpi5xS2 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sLIrpi5xS2 .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sLIrpi5xS2 .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sLIrpi5xS2 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sLIrpi5xS2 .date {
  margin: 0;
}
.cid-sLIrpi5xS2 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sLIrpi5xS2 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sLIrpi5xS2 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sLIrpi5xS2 .card-img:hover:before {
  opacity: 0.4;
}
.cid-sLIrpi5xS2 .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sLIrpi5xS2 .icon-box {
    flex-direction: column;
  }
  .cid-sLIrpi5xS2 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sLIrpi5xS2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sLIrpi5xS2 .card {
    margin-bottom: 3rem;
  }
}
.cid-sLJD1zcijD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dscf5254-2000x1500.jpg");
}
.cid-sLI95TIYG7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b4f488;
}
.cid-sLI95TIYG7 .mbr-text,
.cid-sLI95TIYG7 blockquote {
  color: #767676;
}
.cid-sLtIKWn3D3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #b4f488;
}
.cid-sLtIKWn3D3 .mbr-text {
  color: #767676;
}
.cid-sLtIKWn3D3 .card-subtitle {
  margin: 0;
}
.cid-sLtIKWn3D3 .link {
  margin: 0;
}
.cid-sLtIKWn3D3 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sLtIKWn3D3 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sLtIKWn3D3 .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sLtIKWn3D3 .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sLtIKWn3D3 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sLtIKWn3D3 .date {
  margin: 0;
}
.cid-sLtIKWn3D3 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sLtIKWn3D3 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sLtIKWn3D3 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sLtIKWn3D3 .card-img:hover:before {
  opacity: 0.4;
}
.cid-sLtIKWn3D3 .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sLtIKWn3D3 .icon-box {
    flex-direction: column;
  }
  .cid-sLtIKWn3D3 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sLtIKWn3D3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sLtIKWn3D3 .card {
    margin-bottom: 3rem;
  }
}
.cid-tmd0bXxkEl {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
.cid-tmd0bXxkEl .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmd0bXxkEl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmd0bXxkEl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmd0bXxkEl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmd0bXxkEl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmd0bXxkEl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLOVYdIYpZ {
  background-image: url("../../../assets/images/img-20190206-165702-2000x1500.jpg");
}
.cid-sM5E38tp4c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sM5E38tp4c .line {
  background-color: #63e10c;
  color: #63e10c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sM5E38tp4c .section-text {
  padding: 2rem 0;
}
.cid-sM5E38tp4c .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sM5E38tp4c .inner-container {
    width: 100% !important;
  }
}
.cid-sBEcOK9gxi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBEcOK9gxi .counter-container {
  color: #767676;
}
.cid-sBEcOK9gxi .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sBEcOK9gxi .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sBEcOK9gxi .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-sBEcOK9gxi .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #63e10c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sLOR4oj3qd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLOR4oj3qd .line {
  background-color: #63e10c;
  color: #63e10c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sLOR4oj3qd .section-text {
  padding: 2rem 0;
}
.cid-sLOR4oj3qd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sLOR4oj3qd .inner-container {
    width: 100% !important;
  }
}
.cid-sM5vH6urxX {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #b4f488;
}
.cid-sM5vH6urxX .carousel {
  z-index: 0;
}
.cid-sM5vH6urxX .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sM5vH6urxX .carousel-item.active,
.cid-sM5vH6urxX .carousel-item-next,
.cid-sM5vH6urxX .carousel-item-prev {
  display: flex;
}
.cid-sM5vH6urxX .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sM5vH6urxX .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-sM5vH6urxX .line {
  width: 100px;
  height: 1px;
  background: #232323;
}
.cid-sM5vH6urxX .line1 {
  margin-left: -2rem;
}
.cid-sM5vH6urxX .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-sM5vH6urxX .carousel-controls a {
  font-size: 2rem;
}
.cid-sM5vH6urxX .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #282124;
  background: transparent;
  opacity: 0.5;
}
.cid-sM5vH6urxX .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sM5vH6urxX ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-sM5vH6urxX .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #282124;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-sM5vH6urxX .carousel-indicators .active {
  opacity: 1;
}
.cid-sM5vH6urxX .user_text,
.cid-sM5vH6urxX .user_desk {
  color: #767676;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .nav-item:focus,
.cid-sBJ91gCqUW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sBJ91gCqUW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBJ91gCqUW .nav-item {
    position: relative;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #05d318, #ff3366);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sBJ91gCqUW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBJ91gCqUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBJ91gCqUW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sBJ91gCqUW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sBJ91gCqUW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sBJ91gCqUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sBJ91gCqUW .navbar.collapsed .right-menu,
.cid-sBJ91gCqUW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show .brand-container,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sBJ91gCqUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sBJ91gCqUW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sBJ91gCqUW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBJ91gCqUW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sBJ91gCqUW .navbar .right-menu,
  .cid-sBJ91gCqUW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sBJ91gCqUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBJ91gCqUW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBJ91gCqUW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBJ91gCqUW .dropdown-item.active,
.cid-sBJ91gCqUW .dropdown-item:active {
  background-color: transparent;
}
.cid-sBJ91gCqUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBJ91gCqUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBJ91gCqUW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sBJ91gCqUW .navbar-buttons {
  margin-left: auto;
}
.cid-sBJ91gCqUW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW .navbar-dropdown {
  position: fixed;
}
.cid-sBJ91gCqUW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBJ91gCqUW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sBJ91gCqUW .right-menu,
.cid-sBJ91gCqUW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sBJ91gCqUW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-sBJ91gCqUW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sBJ91gCqUW .card-wrapper {
  z-index: 3;
}
.cid-sBJ91gCqUW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmd0bXxkEl {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
.cid-tmd0bXxkEl .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmd0bXxkEl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmd0bXxkEl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmd0bXxkEl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmd0bXxkEl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmd0bXxkEl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .nav-item:focus,
.cid-sBJ91gCqUW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sBJ91gCqUW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBJ91gCqUW .nav-item {
    position: relative;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #05d318, #ff3366);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sBJ91gCqUW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBJ91gCqUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBJ91gCqUW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sBJ91gCqUW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sBJ91gCqUW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sBJ91gCqUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sBJ91gCqUW .navbar.collapsed .right-menu,
.cid-sBJ91gCqUW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show .brand-container,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sBJ91gCqUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sBJ91gCqUW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sBJ91gCqUW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBJ91gCqUW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sBJ91gCqUW .navbar .right-menu,
  .cid-sBJ91gCqUW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sBJ91gCqUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBJ91gCqUW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBJ91gCqUW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBJ91gCqUW .dropdown-item.active,
.cid-sBJ91gCqUW .dropdown-item:active {
  background-color: transparent;
}
.cid-sBJ91gCqUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBJ91gCqUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBJ91gCqUW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sBJ91gCqUW .navbar-buttons {
  margin-left: auto;
}
.cid-sBJ91gCqUW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW .navbar-dropdown {
  position: fixed;
}
.cid-sBJ91gCqUW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBJ91gCqUW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sBJ91gCqUW .right-menu,
.cid-sBJ91gCqUW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sBJ91gCqUW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-sBJ91gCqUW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sBJ91gCqUW .card-wrapper {
  z-index: 3;
}
.cid-sBJ91gCqUW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sM7Voz2fdA {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sM7Voz2fdA .mbr-section-subtitle {
  color: #767676;
}
.cid-t80j9emkFz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t80j9emkFz .mbr-text {
  margin: 0;
}
.cid-t80j9emkFz .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-t80j9emkFz .row-element,
.cid-t80j9emkFz .image-element {
  padding: 0;
}
.cid-t80j9emkFz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t80j9emkFz .image-element .img-wrap {
  width: 100% !important;
}
.cid-t80j9emkFz .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t80j9emkFz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t80j9emkFz .carousel-item.active,
.cid-t80j9emkFz .carousel-item-next,
.cid-t80j9emkFz .carousel-item-prev {
  display: flex;
}
.cid-t80j9emkFz .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-t80j9emkFz .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #05d318;
}
.cid-t80j9emkFz .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-t80j9emkFz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-t80j9emkFz .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-t80j9emkFz .carousel-controls {
    display: block;
  }
  .cid-t80j9emkFz .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-t80j9emkFz .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-t80j9emkFz .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-t80j9emkFz .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-t80j9emkFz .text-element {
    padding: 1rem;
  }
  .cid-t80j9emkFz .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t80j9emkFz .image-element {
    min-width: 50%;
  }
  .cid-t80j9emkFz .media-container-row {
    width: 100%;
  }
}
.cid-sLsZr1wnY4 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLsZr1wnY4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sLsZCPe6vv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLsZCPe6vv .mbr-text,
.cid-sLsZCPe6vv blockquote {
  color: #767676;
}
.cid-tHn9BM5MYU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("");
}
.cid-tHn9BM5MYU .text-content .btn-bgr {
  z-index: 0;
}
.cid-tHn9BM5MYU .mbr-overlay {
  background: #05d318;
}
.cid-tHn9BM5MYU .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-tHn9BM5MYU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tHn9BM5MYU .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tHn9BM5MYU .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tHn9BM5MYU .text-content {
    margin-bottom: 2rem;
  }
}
.cid-t7Mz9YIshN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t7Mz9YIshN .text-content .btn-bgr {
  z-index: 0;
}
.cid-t7Mz9YIshN .mbr-overlay {
  background: #d7e8f6;
}
.cid-t7Mz9YIshN .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-t7Mz9YIshN .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t7Mz9YIshN .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-t7Mz9YIshN .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-t7Mz9YIshN .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sLx8D00LPd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cc2952;
}
.cid-sLx8D00LPd .text-content .btn-bgr {
  z-index: 0;
}
.cid-sLx8D00LPd .mbr-overlay {
  background: #d7e8f6;
}
.cid-sLx8D00LPd .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sLx8D00LPd .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLx8D00LPd .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sLx8D00LPd .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sLx8D00LPd .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sLBDnbrCTz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7ed4a;
}
.cid-sLBDnbrCTz .text-content .btn-bgr {
  z-index: 0;
}
.cid-sLBDnbrCTz .mbr-overlay {
  background: #d7e8f6;
}
.cid-sLBDnbrCTz .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sLBDnbrCTz .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLBDnbrCTz .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sLBDnbrCTz .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sLBDnbrCTz .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sLxjFjY08S {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #149dcc;
}
.cid-sLxjFjY08S .text-content .btn-bgr {
  z-index: 0;
}
.cid-sLxjFjY08S .mbr-overlay {
  background: #d7e8f6;
}
.cid-sLxjFjY08S .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sLxjFjY08S .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLxjFjY08S .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sLxjFjY08S .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sLxjFjY08S .text-content {
    margin-bottom: 2rem;
  }
}
.cid-tmd0bXxkEl {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
.cid-tmd0bXxkEl .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmd0bXxkEl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmd0bXxkEl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmd0bXxkEl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmd0bXxkEl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmd0bXxkEl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLB6u6ERyY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/p1000365-3-2000x1027.jpg");
}
.cid-sLB6u6ERyY .container-fluid {
  padding: 0 3rem;
}
.cid-sLB6u6ERyY .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-sLB6u6ERyY .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sLB6u6ERyY .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sLB6u6ERyY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sLB6u6ERyY .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sLB6u6ERyY a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sLB6u6ERyY a.close:hover {
  color: #ffffff;
}
.cid-sLB6u6ERyY svg {
  transition: all 0.5s ease-in;
}
.cid-sLB6u6ERyY svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-sLB6u6ERyY svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-sLB6u6ERyY svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-sLB6u6ERyY .container-fluid {
    padding: 0 1rem;
  }
}
.cid-srLgos8PE5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-srLgos8PE5 .mbr-text,
.cid-srLgos8PE5 blockquote {
  color: #767676;
}
.cid-srLgos8PE5 .mbr-text {
  color: #efefef;
}
.cid-sLBcYeZTwv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLBcYeZTwv img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLBcYeZTwv img:hover {
  transform: scale(1.1);
}
.cid-sLBcYeZTwv .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sLBcYeZTwv h2 {
  padding: 0;
  margin: 0;
}
.cid-sLBcYeZTwv .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLBcYeZTwv .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sLBcYeZTwv .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sLBcYeZTwv .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sLBcYeZTwv .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sLBcYeZTwv .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sLBcYeZTwv .mbr-iconfont {
  margin: 0!important;
}
.cid-sLBcYeZTwv .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sLBcYeZTwv .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLBcYeZTwv .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sLBcYeZTwv .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sLBcYeZTwv .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sLBcYeZTwv H2 {
  color: #333333;
}
.cid-sLBcYeZTwv .mbr-text {
  color: #767676;
}
.cid-svqcTEKnRY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-svqcTEKnRY H2 {
  color: #465052;
}
.cid-sLBrXfgqvA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #b4f488;
}
.cid-sLBrXfgqvA .mbr-section-subtitle {
  color: #232323;
}
.cid-sLBrVQAHPl {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLBrVQAHPl .line {
  background-color: #63e10c;
  color: #63e10c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sLBrVQAHPl .section-text {
  padding: 2rem 0;
}
.cid-sLBrVQAHPl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sLBrVQAHPl .inner-container {
    width: 100% !important;
  }
}
.cid-sL65JEc7se {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #b4f488;
}
.cid-sL65JEc7se .mbr-section-subtitle {
  color: #767676;
}
.cid-sL65JEc7se H2 {
  text-align: center;
}
.cid-sL66g1Blfj {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sL66g1Blfj .line {
  background-color: #63e10c;
  color: #63e10c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sL66g1Blfj .section-text {
  padding: 2rem 0;
}
.cid-sL66g1Blfj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sL66g1Blfj .inner-container {
    width: 100% !important;
  }
}
.cid-sL67dzm1zB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #b4f488;
}
.cid-sL67dzm1zB .mbr-section-subtitle {
  color: #767676;
}
.cid-sL67fp95zQ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sL67fp95zQ .line {
  background-color: #63e10c;
  color: #63e10c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sL67fp95zQ .section-text {
  padding: 2rem 0;
}
.cid-sL67fp95zQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sL67fp95zQ .inner-container {
    width: 100% !important;
  }
}
.cid-sL68RF626v {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #b4f488;
}
.cid-sL68RF626v .mbr-section-subtitle {
  color: #767676;
}
.cid-sL68SvlTKC {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sL68SvlTKC .line {
  background-color: #63e10c;
  color: #63e10c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sL68SvlTKC .section-text {
  padding: 2rem 0;
}
.cid-sL68SvlTKC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sL68SvlTKC .inner-container {
    width: 100% !important;
  }
}
.cid-sL69PBY5Ou {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #b4f488;
}
.cid-sL69PBY5Ou .mbr-section-subtitle {
  color: #767676;
}
.cid-sL69QFsNph {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sL69QFsNph .line {
  background-color: #63e10c;
  color: #63e10c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sL69QFsNph .section-text {
  padding: 2rem 0;
}
.cid-sL69QFsNph .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sL69QFsNph .inner-container {
    width: 100% !important;
  }
}
.cid-sL69RhyYgN {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #b4f488;
}
.cid-sL69RhyYgN .mbr-section-subtitle {
  color: #767676;
}
.cid-sL69RQYNys {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sL69RQYNys .line {
  background-color: #63e10c;
  color: #63e10c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sL69RQYNys .section-text {
  padding: 2rem 0;
}
.cid-sL69RQYNys .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sL69RQYNys .inner-container {
    width: 100% !important;
  }
}
.cid-sL6avIPENK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #b4f488;
}
.cid-sL6avIPENK .mbr-section-subtitle {
  color: #767676;
}
.cid-sL6axaKXqw {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sL6axaKXqw .line {
  background-color: #63e10c;
  color: #63e10c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sL6axaKXqw .section-text {
  padding: 2rem 0;
}
.cid-sL6axaKXqw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sL6axaKXqw .inner-container {
    width: 100% !important;
  }
}
.cid-sLEAPJxoOs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #b4f488;
}
.cid-sLEAPJxoOs .mbr-section-subtitle {
  color: #767676;
}
.cid-sLEAQGXRwr {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLEAQGXRwr .line {
  background-color: #63e10c;
  color: #63e10c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sLEAQGXRwr .section-text {
  padding: 2rem 0;
}
.cid-sLEAQGXRwr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sLEAQGXRwr .inner-container {
    width: 100% !important;
  }
}
.cid-sLgAR3ZyQU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sLgAR3ZyQU .mbr-section-subtitle {
  color: #767676;
}
.cid-sLgAR3ZyQU H2 {
  color: #b2ccd2;
}
.cid-srLgioegSG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/55-1567x606.jpg");
}
.cid-srLgioegSG .nav-tabs .nav-item.open .nav-link:focus,
.cid-srLgioegSG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-srLgioegSG .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #63e10c;
}
.cid-srLgioegSG .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-srLgioegSG .first {
  margin-left: -24px;
}
.cid-srLgioegSG .nav-tabs .nav-link {
  color: #63e10c;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-srLgioegSG .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #f9f295;
}
.cid-srLgioegSG .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #f9f295;
  font-style: normal;
}
.cid-srLgioegSG P {
  color: #efefef;
}
@media (max-width: 576px) {
  .cid-srLgioegSG .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-srLgioegSG .mbr-text,
  .cid-srLgioegSG .nav-link {
    text-align: center;
  }
}
.cid-sLgB7uDgeE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLgB7uDgeE .mbr-section-subtitle {
  color: #767676;
}
.cid-sLgKuWEEJ6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLgKuWEEJ6 .counter-container {
  color: #767676;
}
.cid-sLgKuWEEJ6 .counter-container ul {
  margin-bottom: 0;
}
.cid-sLgKuWEEJ6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sLgKuWEEJ6 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #63e10c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sLB5JCUfmu {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/p1000120-2000x1500.jpg");
}
.cid-sLB5JCUfmu h2 {
  text-align: center;
  letter-spacing: 0.1em;
}
.cid-sLB5JCUfmu .countdown-row {
  width: 100%;
  text-align: center;
}
.cid-sLB5JCUfmu .lower-line {
  text-align: center;
}
.cid-sLB5JCUfmu .mbr-form {
  margin-bottom: 3rem;
}
.cid-sLB5JCUfmu .form-control {
  min-height: 2.7em;
  paddding: 0 1.8rem;
  background-color: white;
  border-radius: 0px;
  font-size: 18px;
  border: none;
}
.cid-sLB5JCUfmu .form-row {
  max-width: 480px;
  margin: 0 auto;
}
.cid-sLB5JCUfmu .input-group-btn {
  display: inline-block;
  z-index: 3;
}
.cid-sLB5JCUfmu .input-group-btn .btn {
  letter-spacing: 0.1em;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px!important;
  border-radius: 0px;
}
.cid-sLB5JCUfmu .btn-black {
  background-color: black;
  border-color: black;
}
.cid-sLB5JCUfmu .btn-black:hover {
  opacity: 0.6;
}
.cid-sLB5JCUfmu a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sLB5JCUfmu .btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 350px) {
  .cid-sLB5JCUfmu .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-sLB5JCUfmu .form-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
  }
  .cid-sLB5JCUfmu .form-group {
    margin-bottom: 8.4px;
  }
  .cid-sLB5JCUfmu .input-group-btn .btn {
    width: 100%;
  }
  .cid-sLB5JCUfmu .dot {
    display: none;
  }
}
.cid-sLB5JCUfmu .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLB5JCUfmu .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: white;
}
.cid-sLB5JCUfmu .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLB5JCUfmu .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLB5JCUfmu .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sLB5JCUfmu .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLB5JCUfmu .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: 0;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sLB5JCUfmu .number {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 70px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
@media (max-width: 769px) {
  .cid-sLB5JCUfmu .number {
    font-size: 55px;
  }
}
.cid-sLB5JCUfmu .period {
  margin-top: 16px;
  display: block;
  padding-top: 18px;
  border-top: 1px solid white;
  margin-bottom: 25px;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.cid-sLB5JCUfmu .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 5%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-sLB5JCUfmu .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .cid-sLB5JCUfmu .main > div {
    text-align: center;
  }
  .cid-sLB5JCUfmu .countdown-cont {
    width: 100%;
  }
}
@media (max-width: 543px) {
  .cid-sLB5JCUfmu .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-sLB5JCUfmu .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-sLB5JCUfmu .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sLB5JCUfmu .number,
  .cid-sLB5JCUfmu .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sLB5JCUfmu .period {
    font-size: 0.8rem;
  }
}
.cid-sLB5JCUfmu .countdown {
  padding-top: 20px !important;
}
.cid-sLB5JCUfmu .countdown > div {
  -webkit-flex: 0 0 80% !important;
  flex: 0 0 80% !important;
  max-width: 80% !important;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sLB5JCUfmu .countdown > div > div {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px;
}
@media (max-width: 320px) {
  .cid-sLB5JCUfmu .countdown > div > div {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 769px) {
  .cid-sLB5JCUfmu .mbr-form .col + .input-group-btn .btn,
  .cid-sLB5JCUfmu .mbr-form .col-auto + .input-group-btn .btn {
    margin: 0 !important;
    height: 100%;
    border-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-sLB5JCUfmu .mbr-form .dragArea > *:nth-last-child(2).col,
  .cid-sLB5JCUfmu .mbr-form .dragArea > *:nth-last-child(2).col-auto,
  .cid-sLB5JCUfmu .mbr-form .col + .input-group-btn,
  .cid-sLB5JCUfmu .mbr-form .col-auto + .input-group-btn {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .nav-item:focus,
.cid-sBJ91gCqUW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sBJ91gCqUW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBJ91gCqUW .nav-item {
    position: relative;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #05d318, #ff3366);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sBJ91gCqUW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBJ91gCqUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBJ91gCqUW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sBJ91gCqUW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sBJ91gCqUW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sBJ91gCqUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sBJ91gCqUW .navbar.collapsed .right-menu,
.cid-sBJ91gCqUW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show .brand-container,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sBJ91gCqUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sBJ91gCqUW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sBJ91gCqUW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBJ91gCqUW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sBJ91gCqUW .navbar .right-menu,
  .cid-sBJ91gCqUW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sBJ91gCqUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBJ91gCqUW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBJ91gCqUW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBJ91gCqUW .dropdown-item.active,
.cid-sBJ91gCqUW .dropdown-item:active {
  background-color: transparent;
}
.cid-sBJ91gCqUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBJ91gCqUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBJ91gCqUW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sBJ91gCqUW .navbar-buttons {
  margin-left: auto;
}
.cid-sBJ91gCqUW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW .navbar-dropdown {
  position: fixed;
}
.cid-sBJ91gCqUW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBJ91gCqUW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sBJ91gCqUW .right-menu,
.cid-sBJ91gCqUW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sBJ91gCqUW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-sBJ91gCqUW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sBJ91gCqUW .card-wrapper {
  z-index: 3;
}
.cid-sBJ91gCqUW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmd0bXxkEl {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
.cid-tmd0bXxkEl .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmd0bXxkEl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmd0bXxkEl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmd0bXxkEl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmd0bXxkEl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmd0bXxkEl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .nav-item:focus,
.cid-sBJ91gCqUW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sBJ91gCqUW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBJ91gCqUW .nav-item {
    position: relative;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #05d318, #ff3366);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sBJ91gCqUW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBJ91gCqUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBJ91gCqUW .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-sBJ91gCqUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBJ91gCqUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBJ91gCqUW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sBJ91gCqUW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sBJ91gCqUW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sBJ91gCqUW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sBJ91gCqUW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sBJ91gCqUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBJ91gCqUW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJ91gCqUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sBJ91gCqUW .navbar.collapsed .right-menu,
.cid-sBJ91gCqUW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .navbar-collapse.show .brand-container,
  .cid-sBJ91gCqUW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sBJ91gCqUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sBJ91gCqUW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sBJ91gCqUW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBJ91gCqUW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJ91gCqUW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sBJ91gCqUW .navbar .right-menu,
  .cid-sBJ91gCqUW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sBJ91gCqUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBJ91gCqUW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBJ91gCqUW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBJ91gCqUW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBJ91gCqUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBJ91gCqUW .dropdown-item.active,
.cid-sBJ91gCqUW .dropdown-item:active {
  background-color: transparent;
}
.cid-sBJ91gCqUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBJ91gCqUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBJ91gCqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBJ91gCqUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBJ91gCqUW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sBJ91gCqUW .navbar-buttons {
  margin-left: auto;
}
.cid-sBJ91gCqUW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJ91gCqUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sBJ91gCqUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJ91gCqUW .navbar-dropdown {
  position: fixed;
}
.cid-sBJ91gCqUW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBJ91gCqUW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sBJ91gCqUW .right-menu,
.cid-sBJ91gCqUW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBJ91gCqUW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sBJ91gCqUW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-sBJ91gCqUW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sBJ91gCqUW .card-wrapper {
  z-index: 3;
}
.cid-sBJ91gCqUW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sBJ91gCqUW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBJ91gCqUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm9G6R1opm {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tm9G6R1opm .mbr-section-subtitle {
  color: #767676;
}
.cid-tmdxG7szbP {
  background-image: url("../../../assets/images/vano-min-1-2000x1333.jpeg");
}
.cid-tm9E1MNsWt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tm9E1MNsWt .mbr-text,
.cid-tm9E1MNsWt blockquote {
  color: #767676;
}
.cid-tmabMwxW4L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tmabMwxW4L .mbr-text,
.cid-tmabMwxW4L blockquote {
  color: #767676;
}
.cid-tm9T7h3ezb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tm9T7h3ezb h2 {
  margin-bottom: 0;
}
.cid-tm9T7h3ezb h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-tm9T7h3ezb p {
  color: #767676;
  margin-bottom: 0;
}
.cid-tm9T7h3ezb .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tm9T7h3ezb .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-tm9T7h3ezb .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tm9T7h3ezb .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-tm9T7h3ezb .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tm9T7h3ezb .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tm9T7h3ezb H2 {
  text-align: center;
}
.cid-tmadx3O4PO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tmadx3O4PO .mbr-text,
.cid-tmadx3O4PO blockquote {
  color: #767676;
}
.cid-tmd0bXxkEl {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
.cid-tmd0bXxkEl .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmd0bXxkEl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmd0bXxkEl .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-tmd0bXxkEl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmd0bXxkEl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmd0bXxkEl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmd0bXxkEl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmd0bXxkEl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmd0bXxkEl .media-container-row .row-copirayt p {
  width: 100%;
}
