body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Noto Sans', 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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #007d9a !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: #007d9a !important;
  border-color: #007d9a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #003f4e !important;
  border-color: #003f4e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003f4e !important;
  border-color: #003f4e !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: #002a34;
  color: #002a34;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #007d9a;
  border-color: #007d9a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #007d9a !important;
  border-color: #007d9a !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: #007d9a !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: #002a34 !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) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #007d9a;
  border-color: #007d9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #007d9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1bd4ff;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #007d9a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #007d9a;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #007d9a;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #007d9a;
  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: #007d9a;
  border-bottom-color: #007d9a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #007d9a !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='%23007d9a' %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-sVxHXdG5TT .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sVxHXdG5TT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVxHXdG5TT a {
  font-style: normal;
}
.cid-sVxHXdG5TT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sVxHXdG5TT .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sVxHXdG5TT .nav-item:focus,
.cid-sVxHXdG5TT .nav-link:focus {
  outline: none;
}
.cid-sVxHXdG5TT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVxHXdG5TT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sVxHXdG5TT .menu-logo {
  margin-right: auto;
}
.cid-sVxHXdG5TT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVxHXdG5TT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVxHXdG5TT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVxHXdG5TT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVxHXdG5TT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVxHXdG5TT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVxHXdG5TT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sVxHXdG5TT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sVxHXdG5TT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVxHXdG5TT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVxHXdG5TT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVxHXdG5TT .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sVxHXdG5TT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sVxHXdG5TT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVxHXdG5TT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVxHXdG5TT .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sVxHXdG5TT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sVxHXdG5TT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sVxHXdG5TT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sVxHXdG5TT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVxHXdG5TT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVxHXdG5TT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVxHXdG5TT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVxHXdG5TT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sVxHXdG5TT button.navbar-toggler:focus {
  outline: none;
}
.cid-sVxHXdG5TT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #10b4bb;
}
.cid-sVxHXdG5TT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVxHXdG5TT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxHXdG5TT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxHXdG5TT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVxHXdG5TT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxHXdG5TT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVxHXdG5TT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVxHXdG5TT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxHXdG5TT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxHXdG5TT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVxHXdG5TT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVxHXdG5TT .collapsed .navbar-collapse.collapsing,
.cid-sVxHXdG5TT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVxHXdG5TT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVxHXdG5TT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVxHXdG5TT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVxHXdG5TT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVxHXdG5TT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVxHXdG5TT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVxHXdG5TT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVxHXdG5TT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sVxHXdG5TT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVxHXdG5TT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sVxHXdG5TT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVxHXdG5TT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVxHXdG5TT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sVxHXdG5TT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxHXdG5TT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sVxHXdG5TT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVxHXdG5TT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVxHXdG5TT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sVxHXdG5TT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxHXdG5TT img {
    height: 2rem !important;
  }
  .cid-sVxHXdG5TT .btn {
    display: -webkit-flex;
  }
  .cid-sVxHXdG5TT button.navbar-toggler {
    display: block;
  }
  .cid-sVxHXdG5TT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sVxHXdG5TT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxHXdG5TT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVxHXdG5TT .navbar-collapse.collapsing,
  .cid-sVxHXdG5TT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVxHXdG5TT .navbar-collapse.collapsing .navbar-nav,
  .cid-sVxHXdG5TT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVxHXdG5TT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVxHXdG5TT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVxHXdG5TT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVxHXdG5TT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxHXdG5TT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVxHXdG5TT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sVxHXdG5TT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVxHXdG5TT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxHXdG5TT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sVxHXdG5TT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVxHXdG5TT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVxHXdG5TT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sVxHXdG5TT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sVxHXdG5TT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sVxHXdG5TT .nav-link:hover,
.cid-sVxHXdG5TT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sVxHXdG5TT .flag {
  width: 30px;
  margin: 0px 5px;
}
.cid-sfW286AesY .modal-body .close {
  background: #1b1b1b;
}
.cid-sfW286AesY .modal-body .close span {
  font-style: normal;
}
.cid-sfW286AesY .carousel-inner > .active,
.cid-sfW286AesY .carousel-inner > .next,
.cid-sfW286AesY .carousel-inner > .prev {
  display: flex;
}
.cid-sfW286AesY .carousel-control .icon-next,
.cid-sfW286AesY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfW286AesY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfW286AesY .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfW286AesY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sfW286AesY .boxed-slider > div {
  position: relative;
}
.cid-sfW286AesY .container img {
  width: 100%;
}
.cid-sfW286AesY .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sfW286AesY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sfW286AesY .mbr-table-cell {
  padding: 0;
}
.cid-sfW286AesY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfW286AesY .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sfW286AesY .mbr-overlay {
  z-index: 1;
}
.cid-sfW286AesY .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sfW286AesY .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sfW286AesY .carousel-item.active.right,
.cid-sfW286AesY .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sfW286AesY .carousel-item.active.left,
.cid-sfW286AesY .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sfW286AesY .carousel-item.active,
.cid-sfW286AesY .carousel-item.next.left,
.cid-sfW286AesY .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sfW286AesY .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sfW286AesY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfW286AesY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfW286AesY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sfW286AesY .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfW286AesY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfW286AesY .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sfW286AesY .mbr-slider .carousel-indicators li.active,
.cid-sfW286AesY .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sfW286AesY .mbr-slider .carousel-indicators li::after,
.cid-sfW286AesY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sfW286AesY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sfW286AesY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sfW286AesY .mbr-slider > .container img {
  width: 100%;
}
.cid-sfW286AesY .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sfW286AesY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sfW286AesY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfW286AesY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sfW286AesY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sfW286AesY .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sfW286AesY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sfW286AesY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sfW286AesY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sfW286AesY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sfW286AesY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sfW286AesY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sfW286AesY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
@media (max-width: 500px) {
  .cid-sfW286AesY .carousel-item .container.container-slide {
    min-height: 50vh !important;
  }
  .cid-sfW286AesY .slider-fullscreen-image {
    min-height: 50vh !important;
    top: 40px !important;
  }
  .cid-sfW286AesY .carousel-control {
    width: 0px !important;
    height: 0px !important;
    border: 0px !important;
  }
  .cid-sfW286AesY .mbr-iconfont {
    font-size: 0rem !important;
  }
  .cid-sfW286AesY .btn {
    padding: 0.5rem 2rem !important;
  }
}
.cid-sg2v6MPaP6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sg2v6MPaP6 .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sg2v6MPaP6 .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-sg2v6MPaP6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sg2v6MPaP6 .inner-container {
    width: 100% !important;
  }
}
.cid-shOCQuLDB7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shOCQuLDB7 .mbr-text,
.cid-shOCQuLDB7 blockquote {
  color: #767676;
}
.cid-shOCQuLDB7 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sjZoz5432s {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sjZoz5432s .card-box {
  padding: 0 2rem;
}
.cid-sjZoz5432s .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sjZoz5432s .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sjZoz5432s h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sjZoz5432s p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sjZoz5432s .mbr-text {
  color: #232323;
}
.cid-sjZoz5432s .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sjZoz5432s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sjZoz5432s .card-title {
  text-align: center;
}
.cid-sgSm84yZD3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSm84yZD3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgSm84yZD3 H2 {
  color: #232323;
}
.cid-sgGwS8RFkw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgGwS8RFkw .card-img {
  background-color: #fff;
}
.cid-sgGwS8RFkw .card {
  align-self: stretch;
}
.cid-sgGwS8RFkw .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sgGwS8RFkw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgGwS8RFkw p {
  text-align: left;
}
.cid-sgGwS8RFkw .mbr-text {
  color: #767676;
}
.cid-sgGwS8RFkw .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgGwS8RFkw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgGwS8RFkw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sgGwS8RFkw .card-title {
  text-align: center;
}
.cid-shbuXVI9vj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shbuXVI9vj .mbr-section-subtitle {
  color: #767676;
}
.cid-shbuXVI9vj .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shbuXVI9vj .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-shbuXVI9vj .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-shbuXVI9vj .mbr-author-name {
  color: #767676;
}
.cid-shbuXVI9vj .mbr-testimonial .panel-item {
  background-color: #efefef;
}
.cid-shbuXVI9vj .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-shbuXVI9vj .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-shbuXVI9vj .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-shbuXVI9vj .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
.cid-shbuXVI9vj .testimonial-photo {
  width: 90px !important;
  height: 90px !important;
}
@media (max-width: 500px) {
  .cid-shbuXVI9vj .testimonial-photo img {
    width: 70px !important;
    height: 70px !important;
    min-width: 0% !important;
    min-height: 0% !important;
    margin-bottom: 0rem !important;
  }
  .cid-shbuXVI9vj .testimonial-photo {
    margin-bottom: 0rem !important;
  }
}
.cid-shbuXVI9vj .p-3 {
  padding: 0px !important;
}
.cid-shbuXVI9vj .mt-2 {
  margin-top: 0rem !important;
}
.cid-shbuXVI9vj .pt-3 {
  padding-top: 0rem !important;
}
.cid-shbuYWpgtE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shbuYWpgtE .mbr-section-subtitle {
  color: #767676;
}
.cid-shbuYWpgtE .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shbuYWpgtE .mbr-text {
  color: #767676;
}
.cid-shbuYWpgtE .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-shbuYWpgtE .mbr-author-name {
  color: #767676;
}
.cid-shbuYWpgtE .mbr-testimonial .panel-item {
  background-color: #efefef;
}
.cid-shbuYWpgtE .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-shbuYWpgtE .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-shbuYWpgtE .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-shbuYWpgtE .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
.cid-shbuYWpgtE .testimonial-photo {
  width: 90px !important;
  height: 90px !important;
}
@media (max-width: 500px) {
  .cid-shbuYWpgtE .testimonial-photo img {
    width: 70px !important;
    height: 70px !important;
    min-width: 0% !important;
    min-height: 0% !important;
  }
  .cid-shbuYWpgtE .testimonial-photo {
    margin-bottom: 0rem !important;
  }
}
.cid-shbuYWpgtE .p-3 {
  padding: 0px !important;
}
.cid-shbuYWpgtE .mt-2 {
  margin-top: 0rem !important;
}
.cid-shbuYWpgtE .pt-3 {
  padding-top: 0rem !important;
}
.cid-umVCG7l7JT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-umVCG7l7JT .mbr-section-subtitle {
  color: #767676;
}
.cid-umVCG7l7JT .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umVCG7l7JT .mbr-text {
  color: #767676;
}
.cid-umVCG7l7JT .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-umVCG7l7JT .mbr-author-name {
  color: #767676;
}
.cid-umVCG7l7JT .mbr-testimonial .panel-item {
  background-color: #efefef;
}
.cid-umVCG7l7JT .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umVCG7l7JT .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-umVCG7l7JT .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-umVCG7l7JT .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
.cid-umVCG7l7JT .testimonial-photo {
  width: 90px !important;
  height: 90px !important;
}
@media (max-width: 500px) {
  .cid-umVCG7l7JT .testimonial-photo img {
    width: 70px !important;
    height: 70px !important;
    min-width: 0% !important;
    min-height: 0% !important;
  }
  .cid-umVCG7l7JT .testimonial-photo {
    margin-bottom: 0rem !important;
  }
}
.cid-umVCG7l7JT .p-3 {
  padding: 0px !important;
}
.cid-umVCG7l7JT .mt-2 {
  margin-top: 0rem !important;
}
.cid-umVCG7l7JT .pt-3 {
  padding-top: 0rem !important;
}
.cid-slSeD5fYOG {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #efefef, #efefef);
}
.cid-slSeD5fYOG .mbr-figure {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-slSeD5fYOG .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slSeD5fYOG .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-slSeD5fYOG .media-container-row {
  display: flex;
  align-items: center;
}
.cid-slSeD5fYOG .mbr-text,
.cid-slSeD5fYOG .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-slSeD5fYOG .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-slSeD5fYOG .title-section-video {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .cid-slSeD5fYOG .title-section-video {
    font-size: 2.5rem;
  }
}
@media (max-width: 500px) {
  .cid-slSeD5fYOG .title-section-video {
    font-size: 1.6rem;
  }
}
.cid-slSeD5fYOG .media-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cid-sg2Defkspv {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sg2Defkspv .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sg2Defkspv .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-sg2Defkspv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sg2Defkspv .inner-container {
    width: 100% !important;
  }
}
.cid-sg1UdyKnVq {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sg1UdyKnVq .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sg1UdyKnVq .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
  text-align: left;
  color: #10b4bb;
}
@media (min-width: 768px) {
  .cid-sg1UdyKnVq .separline .step-wrapper {
    position: relative;
  }
  .cid-sg1UdyKnVq .separline .step-wrapper:before,
  .cid-sg1UdyKnVq .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-sg1UdyKnVq .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-sg1UdyKnVq .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-sg1UdyKnVq .separline.last-child .step-wrapper:after,
  .cid-sg1UdyKnVq .separline:nth-child(3n) .step-wrapper:after,
  .cid-sg1UdyKnVq .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-sg1UdyKnVq .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-sg1UdyKnVq .mbr-step-text {
  text-align: center;
  color: #232323;
}
.cid-sg1UdyKnVq .mbr-step-title {
  text-align: center;
  color: #232323;
}
.cid-sh9JbLqGs6 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sh9JbLqGs6 .mbr-overlay {
  background: #000000;
  background: linear-gradient(90deg, #000000, #ffffff);
}
.cid-sh9JbLqGs6 .mbr-section-title {
  margin: 0;
}
.cid-sh9JbLqGs6 .mbr-text {
  color: #efefef;
}
.cid-sh9JbLqGs6 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sh9JbLqGs6 .card-img {
  text-align: left;
}
.cid-sh9JbLqGs6 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sh9JbLqGs6 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sh9JbLqGs6 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sh9JbLqGs6 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sh9JbLqGs6 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sh9JbLqGs6 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sh9JbLqGs6 .mbr-section-subtitle,
.cid-sh9JbLqGs6 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sh9JbLqGs6 .title-cont,
.cid-sh9JbLqGs6 .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-sfyGPb21cN {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfyGPb21cN .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfyGPb21cN .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-sfyGPb21cN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfyGPb21cN .inner-container {
    width: 100% !important;
  }
}
.cid-sfyIlkhBQ1 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfyIlkhBQ1 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sfyIlkhBQ1 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sfyIlkhBQ1 .card-img {
  width: auto;
}
.cid-sfyIlkhBQ1 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sfyIlkhBQ1 .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sfyIlkhBQ1 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-sfyIlkhBQ1 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sfyIlkhBQ1 P {
  text-align: center;
}
.cid-sfyIlkhBQ1 .card-title,
.cid-sfyIlkhBQ1 .card-img,
.cid-sfyIlkhBQ1 .mbr-text {
  text-align: left;
}
.cid-sfyIlkhBQ1 .media {
  margin: 0px 20px;
}
.cid-sg21zKmUgg {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sg21zKmUgg .card-box {
  padding: 0 2rem;
}
.cid-sg21zKmUgg .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sg21zKmUgg .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sg21zKmUgg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sg21zKmUgg p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sg21zKmUgg .mbr-text {
  color: #767676;
}
.cid-sg21zKmUgg .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sg21zKmUgg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sg21zKmUgg .card-title {
  text-align: center;
}
.cid-sg2tK36kED {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/101685166-386285155657655-2012484914556960768-o-1920x1080.jpg");
}
.cid-sg8YqUOasT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #10b4bb;
}
.cid-sg8YqUOasT .mbr-section-subtitle {
  color: #767676;
}
.cid-sg8YqUOasT .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sg8YqUOasT .mbr-text {
  color: #767676;
}
.cid-sg8YqUOasT .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sg8YqUOasT .mbr-author-name {
  color: #767676;
}
.cid-sg8YqUOasT .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sg8YqUOasT .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sg8YqUOasT .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sg8YqUOasT .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sg8YqUOasT .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sg8YqUOasT .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-siGENVLD37 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-siGENVLD37 .carousel-control {
  background: #000;
}
.cid-siGENVLD37 .mbr-section-subtitle {
  color: #767676;
}
.cid-siGENVLD37 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siGENVLD37 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-siGENVLD37 .carousel-item .wrap-img {
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siGENVLD37 .carousel-item .wrap-img img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
}
.cid-siGENVLD37 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siGENVLD37 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-siGENVLD37 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-siGENVLD37 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-siGENVLD37 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-siGENVLD37 .cloneditem-1,
.cid-siGENVLD37 .cloneditem-2,
.cid-siGENVLD37 .cloneditem-3,
.cid-siGENVLD37 .cloneditem-4,
.cid-siGENVLD37 .cloneditem-5 {
  display: none;
}
.cid-siGENVLD37 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-siGENVLD37 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-siGENVLD37 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-siGENVLD37 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-siGENVLD37 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-siGENVLD37 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-siGENVLD37 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides2 .cloneditem-1,
  .cid-siGENVLD37 .carousel-inner.slides2 .cloneditem-2,
  .cid-siGENVLD37 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-siGENVLD37 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-siGENVLD37 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-siGENVLD37 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-siGENVLD37 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-siGENVLD37 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides3 .cloneditem-1,
  .cid-siGENVLD37 .carousel-inner.slides3 .cloneditem-2,
  .cid-siGENVLD37 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-siGENVLD37 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-siGENVLD37 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-siGENVLD37 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-siGENVLD37 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-siGENVLD37 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides4 .cloneditem-1,
  .cid-siGENVLD37 .carousel-inner.slides4 .cloneditem-2,
  .cid-siGENVLD37 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-siGENVLD37 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-siGENVLD37 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-siGENVLD37 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-siGENVLD37 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-siGENVLD37 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides5 .cloneditem-1,
  .cid-siGENVLD37 .carousel-inner.slides5 .cloneditem-2,
  .cid-siGENVLD37 .carousel-inner.slides5 .cloneditem-3,
  .cid-siGENVLD37 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-siGENVLD37 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-siGENVLD37 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-siGENVLD37 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-siGENVLD37 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-siGENVLD37 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-siGENVLD37 .carousel-inner.slides6 .cloneditem-1,
  .cid-siGENVLD37 .carousel-inner.slides6 .cloneditem-2,
  .cid-siGENVLD37 .carousel-inner.slides6 .cloneditem-3,
  .cid-siGENVLD37 .carousel-inner.slides6 .cloneditem-4,
  .cid-siGENVLD37 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sfRvGkI48q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/young-customer-in-the-shop-ppnb7rz-3-2000x1333.jpeg");
}
.cid-sfRvGkI48q H2 {
  text-align: center;
}
.cid-tTNCfUdK2G {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tTNCfUdK2G .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tTNCfUdK2G .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-tTNCfUdK2G .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tTNCfUdK2G .inner-container {
    width: 100% !important;
  }
}
#custom-html-9z {
  /* Type valid CSS here */
}
#custom-html-9z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9z p {
  font-size: 60px;
  color: #777;
}
.cid-sfyI4NUOsy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sfyI4NUOsy .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sfyI4NUOsy .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sfyI4NUOsy .media-wrap img {
  height: 6rem;
}
.cid-sfyI4NUOsy .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sfyI4NUOsy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sfyI4NUOsy .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sfyI4NUOsy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sfyI4NUOsy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sfyI4NUOsy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sfyI4NUOsy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfyI4NUOsy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfyI4NUOsy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVxUd9WFZn .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sVxUd9WFZn .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVxUd9WFZn a {
  font-style: normal;
}
.cid-sVxUd9WFZn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sVxUd9WFZn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sVxUd9WFZn .nav-item:focus,
.cid-sVxUd9WFZn .nav-link:focus {
  outline: none;
}
.cid-sVxUd9WFZn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVxUd9WFZn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sVxUd9WFZn .menu-logo {
  margin-right: auto;
}
.cid-sVxUd9WFZn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVxUd9WFZn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVxUd9WFZn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVxUd9WFZn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVxUd9WFZn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVxUd9WFZn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVxUd9WFZn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sVxUd9WFZn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sVxUd9WFZn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVxUd9WFZn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVxUd9WFZn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVxUd9WFZn .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sVxUd9WFZn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sVxUd9WFZn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVxUd9WFZn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVxUd9WFZn .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sVxUd9WFZn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sVxUd9WFZn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sVxUd9WFZn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sVxUd9WFZn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVxUd9WFZn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVxUd9WFZn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVxUd9WFZn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVxUd9WFZn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sVxUd9WFZn button.navbar-toggler:focus {
  outline: none;
}
.cid-sVxUd9WFZn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #10b4bb;
}
.cid-sVxUd9WFZn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVxUd9WFZn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxUd9WFZn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxUd9WFZn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVxUd9WFZn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxUd9WFZn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVxUd9WFZn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVxUd9WFZn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxUd9WFZn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxUd9WFZn .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVxUd9WFZn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVxUd9WFZn .collapsed .navbar-collapse.collapsing,
.cid-sVxUd9WFZn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVxUd9WFZn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVxUd9WFZn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVxUd9WFZn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVxUd9WFZn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVxUd9WFZn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVxUd9WFZn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVxUd9WFZn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVxUd9WFZn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sVxUd9WFZn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVxUd9WFZn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sVxUd9WFZn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVxUd9WFZn .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVxUd9WFZn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sVxUd9WFZn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxUd9WFZn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sVxUd9WFZn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVxUd9WFZn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVxUd9WFZn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sVxUd9WFZn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxUd9WFZn img {
    height: 2rem !important;
  }
  .cid-sVxUd9WFZn .btn {
    display: -webkit-flex;
  }
  .cid-sVxUd9WFZn button.navbar-toggler {
    display: block;
  }
  .cid-sVxUd9WFZn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sVxUd9WFZn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxUd9WFZn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVxUd9WFZn .navbar-collapse.collapsing,
  .cid-sVxUd9WFZn .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVxUd9WFZn .navbar-collapse.collapsing .navbar-nav,
  .cid-sVxUd9WFZn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVxUd9WFZn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVxUd9WFZn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVxUd9WFZn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVxUd9WFZn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxUd9WFZn .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVxUd9WFZn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sVxUd9WFZn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVxUd9WFZn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxUd9WFZn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sVxUd9WFZn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVxUd9WFZn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVxUd9WFZn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sVxUd9WFZn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sVxUd9WFZn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sVxUd9WFZn .nav-link:hover,
.cid-sVxUd9WFZn .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sVxUd9WFZn .flag {
  width: 30px;
  margin: 0px 5px;
}
.cid-sgTJ15oE1c {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgTJ15oE1c .mbr-section-subtitle {
  color: #767676;
}
.cid-sgTJ3ADCt9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgTJ3ADCt9 .mbr-text,
.cid-sgTJ3ADCt9 blockquote {
  color: #767676;
}
.cid-slpjx2vWra {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-slpjx2vWra .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slpjx2vWra .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-slpjx2vWra .media-wrap img {
  height: 6rem;
}
.cid-slpjx2vWra .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-slpjx2vWra .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slpjx2vWra .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-slpjx2vWra .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slpjx2vWra .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slpjx2vWra .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slpjx2vWra .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slpjx2vWra .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slpjx2vWra .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVxUMG1YUX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sVxUMG1YUX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVxUMG1YUX a {
  font-style: normal;
}
.cid-sVxUMG1YUX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sVxUMG1YUX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sVxUMG1YUX .nav-item:focus,
.cid-sVxUMG1YUX .nav-link:focus {
  outline: none;
}
.cid-sVxUMG1YUX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVxUMG1YUX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sVxUMG1YUX .menu-logo {
  margin-right: auto;
}
.cid-sVxUMG1YUX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVxUMG1YUX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVxUMG1YUX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVxUMG1YUX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVxUMG1YUX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVxUMG1YUX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVxUMG1YUX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sVxUMG1YUX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sVxUMG1YUX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVxUMG1YUX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVxUMG1YUX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVxUMG1YUX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sVxUMG1YUX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sVxUMG1YUX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVxUMG1YUX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVxUMG1YUX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sVxUMG1YUX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sVxUMG1YUX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sVxUMG1YUX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sVxUMG1YUX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVxUMG1YUX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVxUMG1YUX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVxUMG1YUX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVxUMG1YUX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sVxUMG1YUX button.navbar-toggler:focus {
  outline: none;
}
.cid-sVxUMG1YUX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #10b4bb;
}
.cid-sVxUMG1YUX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVxUMG1YUX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxUMG1YUX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxUMG1YUX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVxUMG1YUX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxUMG1YUX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVxUMG1YUX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVxUMG1YUX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxUMG1YUX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxUMG1YUX .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVxUMG1YUX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVxUMG1YUX .collapsed .navbar-collapse.collapsing,
.cid-sVxUMG1YUX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVxUMG1YUX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVxUMG1YUX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVxUMG1YUX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVxUMG1YUX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVxUMG1YUX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVxUMG1YUX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVxUMG1YUX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVxUMG1YUX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sVxUMG1YUX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVxUMG1YUX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sVxUMG1YUX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVxUMG1YUX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVxUMG1YUX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sVxUMG1YUX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxUMG1YUX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sVxUMG1YUX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVxUMG1YUX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVxUMG1YUX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sVxUMG1YUX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxUMG1YUX img {
    height: 2rem !important;
  }
  .cid-sVxUMG1YUX .btn {
    display: -webkit-flex;
  }
  .cid-sVxUMG1YUX button.navbar-toggler {
    display: block;
  }
  .cid-sVxUMG1YUX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sVxUMG1YUX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxUMG1YUX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVxUMG1YUX .navbar-collapse.collapsing,
  .cid-sVxUMG1YUX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVxUMG1YUX .navbar-collapse.collapsing .navbar-nav,
  .cid-sVxUMG1YUX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVxUMG1YUX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVxUMG1YUX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVxUMG1YUX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVxUMG1YUX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxUMG1YUX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVxUMG1YUX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sVxUMG1YUX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVxUMG1YUX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxUMG1YUX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sVxUMG1YUX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVxUMG1YUX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVxUMG1YUX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sVxUMG1YUX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sVxUMG1YUX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sVxUMG1YUX .nav-link:hover,
.cid-sVxUMG1YUX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sVxUMG1YUX .flag {
  width: 30px;
  margin: 0px 5px;
}
.cid-sgTR3fL4uA {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgTR3fL4uA .mbr-section-subtitle {
  color: #767676;
}
.cid-sgTR3g5Mh9 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgTR3g5Mh9 .mbr-text,
.cid-sgTR3g5Mh9 blockquote {
  color: #767676;
}
.cid-umVzFCBewH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-umVzFCBewH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-umVzFCBewH .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-umVzFCBewH .media-wrap img {
  height: 6rem;
}
.cid-umVzFCBewH .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-umVzFCBewH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-umVzFCBewH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-umVzFCBewH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-umVzFCBewH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-umVzFCBewH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-umVzFCBewH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-umVzFCBewH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-umVzFCBewH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCH1iFoAdJ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
}
.cid-uCH1iFoAdJ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uCH1iFoAdJ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uCH1iFoAdJ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ujlyNvhPDB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #007d9a;
}
.cid-ujlyNvhPDB .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujlyNvhPDB .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
.cid-ujlyNvhPDB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ujlyNvhPDB .inner-container {
    width: 100% !important;
  }
}
.cid-si8lt1a3g9 {
  padding-top: 60px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
}
.cid-si8lt1a3g9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-si8lt1a3g9 .form-control,
.cid-si8lt1a3g9 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #10b4bb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-si8lt1a3g9 .form-control::-webkit-input-placeholder,
.cid-si8lt1a3g9 .field-input::-webkit-input-placeholder,
.cid-si8lt1a3g9 .form-control::-webkit-input-placeholder,
.cid-si8lt1a3g9 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-si8lt1a3g9 .form-control:-moz-placeholder,
.cid-si8lt1a3g9 .field-input:-moz-placeholder,
.cid-si8lt1a3g9 .form-control:-moz-placeholder,
.cid-si8lt1a3g9 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-si8lt1a3g9 .form-control:hover,
.cid-si8lt1a3g9 .field-input:hover,
.cid-si8lt1a3g9 .form-control:focus,
.cid-si8lt1a3g9 .field-input:focus {
  background-color: #ffffff;
  border-color: #007d9a;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-si8lt1a3g9 .form-control:hover::-webkit-input-placeholder,
.cid-si8lt1a3g9 .field-input:hover::-webkit-input-placeholder,
.cid-si8lt1a3g9 .form-control:focus::-webkit-input-placeholder,
.cid-si8lt1a3g9 .field-input:focus::-webkit-input-placeholder,
.cid-si8lt1a3g9 .form-control:hover::-webkit-input-placeholder,
.cid-si8lt1a3g9 .field-input:hover::-webkit-input-placeholder,
.cid-si8lt1a3g9 .form-control:focus::-webkit-input-placeholder,
.cid-si8lt1a3g9 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-si8lt1a3g9 .form-control:hover:-moz-placeholder,
.cid-si8lt1a3g9 .field-input:hover:-moz-placeholder,
.cid-si8lt1a3g9 .form-control:focus:-moz-placeholder,
.cid-si8lt1a3g9 .field-input:focus:-moz-placeholder,
.cid-si8lt1a3g9 .form-control:hover:-moz-placeholder,
.cid-si8lt1a3g9 .field-input:hover:-moz-placeholder,
.cid-si8lt1a3g9 .form-control:focus:-moz-placeholder,
.cid-si8lt1a3g9 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-si8lt1a3g9 .jq-number__spin:hover,
.cid-si8lt1a3g9 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #007d9a;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-si8lt1a3g9 .jq-number__spin {
  background-color: #ffffff;
  border-color: #10b4bb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-si8lt1a3g9 .jq-selectbox li,
.cid-si8lt1a3g9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-si8lt1a3g9 .jq-selectbox li:hover,
.cid-si8lt1a3g9 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-si8lt1a3g9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-si8lt1a3g9 .jq-number__spin.minus:hover:after,
.cid-si8lt1a3g9 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-si8lt1a3g9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-si8lt1a3g9 .jq-number__spin.minus:after,
.cid-si8lt1a3g9 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-si8lt1a3g9 input::-webkit-clear-button {
  display: none;
}
.cid-si8lt1a3g9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-si8lt1a3g9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-si8lt1a3g9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-si8lt1a3g9 .col-auto {
  display: flex;
  width: 100%;
  justify-content: center;
}
.cid-si8lt1a3g9 .title-cls {
  margin: 10px 0;
}
.cid-si8lt1a3g9 #submit_btn {
  border-radius: 100px;
  cursor: pointer;
  background-color: #10b4bb !important;
  border-color: #10b4bb !important;
  color: #ffffff !important;
  padding: 16px 48px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.cid-si8lt1a3g9 #submit_btn:hover,
.cid-si8lt1a3g9 #submit_btn:focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  color: #ffffff !important;
  background-color: #0a7075 !important;
  border-color: #0a7075 !important;
}
.cid-si8lt1a3g9 #submit_btn:disabled {
  background-color: #ccc !important;
}
.cid-si8lt1a3g9 H3 {
  color: #ffffff;
}
.cid-si8lt1a3g9 #short_warn_text {
  background-color: transparent!important;
  color: red;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.cid-si8lt1a3g9 #diff_warn_text {
  background-color: transparent!important;
  color: red;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.cid-si8lt1a3g9 .title_text {
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 20px;
}
.cid-si8lt1a3g9 .title_sub_text {
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 5px;
}
.cid-uCH1feOapy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
}
.cid-uCH1feOapy .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uCH1feOapy .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uCH1feOapy .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ujlxoRzZyj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #007d9a;
}
.cid-ujlxoRzZyj .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujlxoRzZyj .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
.cid-ujlxoRzZyj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ujlxoRzZyj .inner-container {
    width: 100% !important;
  }
}
.cid-si8n14FfqT {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
}
.cid-uCH1nybObL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
}
.cid-uCH1nybObL .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uCH1nybObL .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uCH1nybObL .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ujlyiRIOXh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #007d9a;
}
.cid-ujlyiRIOXh .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujlyiRIOXh .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
.cid-ujlyiRIOXh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ujlyiRIOXh .inner-container {
    width: 100% !important;
  }
}
.cid-si8mAxg3uC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
}
.cid-sVxUl4Hwzf .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sVxUl4Hwzf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVxUl4Hwzf a {
  font-style: normal;
}
.cid-sVxUl4Hwzf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sVxUl4Hwzf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sVxUl4Hwzf .nav-item:focus,
.cid-sVxUl4Hwzf .nav-link:focus {
  outline: none;
}
.cid-sVxUl4Hwzf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVxUl4Hwzf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sVxUl4Hwzf .menu-logo {
  margin-right: auto;
}
.cid-sVxUl4Hwzf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVxUl4Hwzf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVxUl4Hwzf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVxUl4Hwzf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVxUl4Hwzf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVxUl4Hwzf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVxUl4Hwzf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sVxUl4Hwzf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sVxUl4Hwzf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVxUl4Hwzf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVxUl4Hwzf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVxUl4Hwzf .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sVxUl4Hwzf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sVxUl4Hwzf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVxUl4Hwzf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVxUl4Hwzf .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sVxUl4Hwzf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sVxUl4Hwzf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sVxUl4Hwzf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sVxUl4Hwzf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVxUl4Hwzf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVxUl4Hwzf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVxUl4Hwzf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVxUl4Hwzf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sVxUl4Hwzf button.navbar-toggler:focus {
  outline: none;
}
.cid-sVxUl4Hwzf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #10b4bb;
}
.cid-sVxUl4Hwzf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVxUl4Hwzf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxUl4Hwzf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxUl4Hwzf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVxUl4Hwzf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxUl4Hwzf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVxUl4Hwzf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVxUl4Hwzf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxUl4Hwzf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxUl4Hwzf .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVxUl4Hwzf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVxUl4Hwzf .collapsed .navbar-collapse.collapsing,
.cid-sVxUl4Hwzf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVxUl4Hwzf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVxUl4Hwzf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVxUl4Hwzf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVxUl4Hwzf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVxUl4Hwzf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVxUl4Hwzf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVxUl4Hwzf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVxUl4Hwzf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sVxUl4Hwzf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVxUl4Hwzf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sVxUl4Hwzf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVxUl4Hwzf .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVxUl4Hwzf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sVxUl4Hwzf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxUl4Hwzf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sVxUl4Hwzf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVxUl4Hwzf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVxUl4Hwzf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sVxUl4Hwzf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxUl4Hwzf img {
    height: 2rem !important;
  }
  .cid-sVxUl4Hwzf .btn {
    display: -webkit-flex;
  }
  .cid-sVxUl4Hwzf button.navbar-toggler {
    display: block;
  }
  .cid-sVxUl4Hwzf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sVxUl4Hwzf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxUl4Hwzf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVxUl4Hwzf .navbar-collapse.collapsing,
  .cid-sVxUl4Hwzf .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVxUl4Hwzf .navbar-collapse.collapsing .navbar-nav,
  .cid-sVxUl4Hwzf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVxUl4Hwzf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVxUl4Hwzf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVxUl4Hwzf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVxUl4Hwzf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxUl4Hwzf .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVxUl4Hwzf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sVxUl4Hwzf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVxUl4Hwzf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxUl4Hwzf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sVxUl4Hwzf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVxUl4Hwzf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVxUl4Hwzf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sVxUl4Hwzf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sVxUl4Hwzf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sVxUl4Hwzf .nav-link:hover,
.cid-sVxUl4Hwzf .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sVxUl4Hwzf .flag {
  width: 30px;
  margin: 0px 5px;
}
.cid-si1OZIHOw7 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-si1OZIHOw7 .mbr-section-subtitle {
  color: #767676;
}
.cid-si1OZIV6ys {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-si1OZIV6ys .mbr-text,
.cid-si1OZIV6ys blockquote {
  color: #767676;
}
.cid-si1OZIV6ys .PIz4HixPF9mDMQqIRfcD {
  display: none !important;
}
.cid-umVzBVC309 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-umVzBVC309 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-umVzBVC309 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-umVzBVC309 .media-wrap img {
  height: 6rem;
}
.cid-umVzBVC309 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-umVzBVC309 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-umVzBVC309 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-umVzBVC309 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-umVzBVC309 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-umVzBVC309 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-umVzBVC309 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-umVzBVC309 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-umVzBVC309 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srPOVzGjru {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
  overflow: hidden;
}
.cid-srPOVzGjru svg {
  fill: #efefef !important;
  pointer-events: none;
}
.cid-srPOVzGjru #e2_shape {
  fill: #efefef !important;
}
.cid-srPOVzGjru .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-srPOVzGjru .mbr-text {
  font-weight: 300;
}
.cid-srPOVzGjru .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-srPOVzGjru .btn-white {
  color: #404040 !important;
}
.cid-srPOVzGjru .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-srPOVzGjru .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-srPOVzGjru .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-srPOVzGjru {
    padding: 30px;
  }
  .cid-srPOVzGjru svg {
    display: none;
  }
}
.cid-srPOVzGjru .mbr-section-title,
.cid-srPOVzGjru .mbr-section-btn {
  text-align: left;
}
.cid-srPOVzGjru .mbr-text,
.cid-srPOVzGjru .mbr-section-btn {
  text-align: left;
}
.cid-srPVnFvFQk {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-srPVnFvFQk .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-srPVnFvFQk H2 {
  text-align: center;
}
.cid-st9LANHV4M {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-st9LANHV4M .item {
  padding-bottom: 2rem;
}
.cid-st9LANHV4M .item-wrapper {
  height: 100%;
}
.cid-st9LANHV4M .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-st9LANHV4M .carousel-control,
.cid-st9LANHV4M .close {
  background: #1b1b1b;
}
.cid-st9LANHV4M .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-st9LANHV4M .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-st9LANHV4M .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-st9LANHV4M .close::before {
  content: '\e91a';
}
.cid-st9LANHV4M .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-st9LANHV4M .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-st9LANHV4M .carousel-inner > .active {
  display: block;
}
.cid-st9LANHV4M .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st9LANHV4M .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-st9LANHV4M .carousel-control .icon-next,
.cid-st9LANHV4M .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-st9LANHV4M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-st9LANHV4M .carousel-control,
  .cid-st9LANHV4M .carousel-indicators,
  .cid-st9LANHV4M .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-st9LANHV4M .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-st9LANHV4M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-st9LANHV4M .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-st9LANHV4M .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-st9LANHV4M .carousel-indicators {
    display: none;
  }
}
.cid-st9LANHV4M .carousel-indicators .active,
.cid-st9LANHV4M .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-st9LANHV4M .carousel-indicators .active {
  background: #fff;
}
.cid-st9LANHV4M .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-st9LANHV4M .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-st9LANHV4M .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-st9LANHV4M .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-st9LANHV4M .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-st9LANHV4M .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-st9LANHV4M .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-st9LANHV4M .carousel {
  width: 100%;
}
.cid-st9LANHV4M .modal-backdrop.in {
  opacity: 0.8;
}
.cid-st9LANHV4M .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-st9LANHV4M .modal.fade .modal-dialog,
.cid-st9LANHV4M .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-st9LANHV4M .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-st9LANHV4M a {
  display: block;
}
.cid-st9LANHV4M a.img {
  pointer-events: none;
}
.cid-st9LANHV4M .gallery-image {
  margin: 10px 0;
}
.cid-st7TMdOMWa {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-st7TMdOMWa .mbr-overlay {
  background: #000000;
  background: linear-gradient(90deg, #000000, #ffffff);
}
.cid-st7TMdOMWa .mbr-section-title {
  margin: 0;
}
.cid-st7TMdOMWa .mbr-text {
  color: #efefef;
}
.cid-st7TMdOMWa .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-st7TMdOMWa .card-img {
  text-align: left;
}
.cid-st7TMdOMWa .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-st7TMdOMWa .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-st7TMdOMWa .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-st7TMdOMWa .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-st7TMdOMWa .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-st7TMdOMWa .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-st7TMdOMWa .mbr-section-subtitle,
.cid-st7TMdOMWa .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-st7TMdOMWa .title-cont,
.cid-st7TMdOMWa .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-st7TMdOMWa .img-store {
  width: 200px!important;
  height: auto !important;
}
.cid-srPOY4BbQ1 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #10b4bb;
  background: linear-gradient(0deg, #10b4bb, #007d9a);
}
.cid-srPOY4BbQ1 ul {
  padding: 0;
  margin: 0;
}
.cid-srPOY4BbQ1 ul li {
  list-style: none;
}
.cid-srPOY4BbQ1 ul li h4 {
  margin: 0;
}
.cid-srPOY4BbQ1 ul li h4.display-4 {
  line-height: 1.75;
}
.cid-srPOY4BbQ1 .item {
  color: #ffffff;
}
.cid-srPOY4BbQ1 .col-title {
  color: #ffffff;
}
.cid-srPOY4BbQ1 .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-srPOY4BbQ1 .col-title1 {
  margin-bottom: 40px;
}
.cid-srPOY4BbQ1 .form-group,
.cid-srPOY4BbQ1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-srPOY4BbQ1 .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-srPOY4BbQ1 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srPOY4BbQ1 .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-srPOY4BbQ1 .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-srPOY4BbQ1 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-srPOY4BbQ1 .col + .mbr-section-btn .btn,
.cid-srPOY4BbQ1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-srPOY4BbQ1 .col + .mbr-section-btn .btn.display-4,
.cid-srPOY4BbQ1 .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-srPOY4BbQ1 .col + .mbr-section-btn .btn:hover,
.cid-srPOY4BbQ1 .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-srPOY4BbQ1 .dragArea > *:nth-last-child(2).col,
.cid-srPOY4BbQ1 .dragArea > *:nth-last-child(2).col-auto,
.cid-srPOY4BbQ1 .col + .mbr-section-btn,
.cid-srPOY4BbQ1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-srPOY4BbQ1 .form1 {
  margin-top: 30px;
}
.cid-srPOY4BbQ1 .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-srPOY4BbQ1 .md-pb {
    margin-bottom: 30px;
  }
}
.cid-uCH13dGsLQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
}
.cid-uCH13dGsLQ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uCH13dGsLQ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uCH13dGsLQ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-t5qTJyUR09 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #007d9a;
}
.cid-t5qTJyUR09 .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t5qTJyUR09 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
.cid-t5qTJyUR09 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t5qTJyUR09 .inner-container {
    width: 100% !important;
  }
}
.cid-sRz3EXZ2NE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
  overflow: hidden;
}
.cid-sRz3EXZ2NE .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sRz3EXZ2NE svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-sRz3EXZ2NE #e2_shape {
  fill: #ffffff !important;
}
.cid-sRz3EXZ2NE .mbr-section-title.display-1 {
  font-size: 58px;
  line-height: 1.24;
}
.cid-sRz3EXZ2NE .mbr-text {
  font-weight: 400;
}
.cid-sRz3EXZ2NE .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.24;
}
.cid-sRz3EXZ2NE .btn-white {
  color: #404040 !important;
}
.cid-sRz3EXZ2NE .btn.display-4 {
  font-size: 14px;
  line-height: 1.24;
  padding: 15px 30px 15px;
}
.cid-sRz3EXZ2NE .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
.cid-sRz3EXZ2NE .mbr-section-title,
.cid-sRz3EXZ2NE .mbr-section-btn {
  text-align: left;
}
.cid-sRz3EXZ2NE .mbr-text,
.cid-sRz3EXZ2NE .mbr-section-btn {
  text-align: left;
}
.cid-sRz3EXZ2NE .mbr-section-btn {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-sRz3EXZ2NE {
    padding: 30px;
  }
  .cid-sRz3EXZ2NE svg {
    display: none;
  }
  .cid-sRz3EXZ2NE .mbr-section-title,
  .cid-sRz3EXZ2NE .mbr-section-btn,
  .cid-sRz3EXZ2NE .mbr-text {
    text-align: center;
  }
}
.cid-sRz3EXZ2NE .font-title {
  line-height: 1.24;
}
.cid-sRz3EXZ2NE .align-center {
  display: flex;
  align-items: center;
}
.cid-sRz3EXZ2NE .img-store {
  width: 200px!important;
  height: auto !important;
}
.cid-t5vQRTnAsK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5vQRTnAsK P {
  color: #767676;
}
.cid-sVxUPYQb8y .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sVxUPYQb8y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVxUPYQb8y a {
  font-style: normal;
}
.cid-sVxUPYQb8y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sVxUPYQb8y .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sVxUPYQb8y .nav-item:focus,
.cid-sVxUPYQb8y .nav-link:focus {
  outline: none;
}
.cid-sVxUPYQb8y .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVxUPYQb8y .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sVxUPYQb8y .menu-logo {
  margin-right: auto;
}
.cid-sVxUPYQb8y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVxUPYQb8y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVxUPYQb8y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVxUPYQb8y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVxUPYQb8y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVxUPYQb8y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVxUPYQb8y .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sVxUPYQb8y .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sVxUPYQb8y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVxUPYQb8y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVxUPYQb8y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVxUPYQb8y .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sVxUPYQb8y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sVxUPYQb8y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVxUPYQb8y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVxUPYQb8y .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sVxUPYQb8y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sVxUPYQb8y .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sVxUPYQb8y .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sVxUPYQb8y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVxUPYQb8y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVxUPYQb8y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVxUPYQb8y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVxUPYQb8y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sVxUPYQb8y button.navbar-toggler:focus {
  outline: none;
}
.cid-sVxUPYQb8y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #10b4bb;
}
.cid-sVxUPYQb8y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVxUPYQb8y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxUPYQb8y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxUPYQb8y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVxUPYQb8y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxUPYQb8y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVxUPYQb8y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVxUPYQb8y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxUPYQb8y .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxUPYQb8y .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVxUPYQb8y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVxUPYQb8y .collapsed .navbar-collapse.collapsing,
.cid-sVxUPYQb8y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVxUPYQb8y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVxUPYQb8y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVxUPYQb8y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVxUPYQb8y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVxUPYQb8y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVxUPYQb8y .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVxUPYQb8y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVxUPYQb8y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sVxUPYQb8y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVxUPYQb8y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sVxUPYQb8y .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVxUPYQb8y .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVxUPYQb8y .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sVxUPYQb8y .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxUPYQb8y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sVxUPYQb8y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVxUPYQb8y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVxUPYQb8y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sVxUPYQb8y.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxUPYQb8y img {
    height: 2rem !important;
  }
  .cid-sVxUPYQb8y .btn {
    display: -webkit-flex;
  }
  .cid-sVxUPYQb8y button.navbar-toggler {
    display: block;
  }
  .cid-sVxUPYQb8y .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sVxUPYQb8y .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxUPYQb8y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVxUPYQb8y .navbar-collapse.collapsing,
  .cid-sVxUPYQb8y .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVxUPYQb8y .navbar-collapse.collapsing .navbar-nav,
  .cid-sVxUPYQb8y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVxUPYQb8y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVxUPYQb8y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVxUPYQb8y .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVxUPYQb8y .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxUPYQb8y .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVxUPYQb8y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sVxUPYQb8y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVxUPYQb8y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxUPYQb8y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sVxUPYQb8y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVxUPYQb8y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVxUPYQb8y .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sVxUPYQb8y .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sVxUPYQb8y .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sVxUPYQb8y .nav-link:hover,
.cid-sVxUPYQb8y .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sVxUPYQb8y .flag {
  width: 30px;
  margin: 0px 5px;
}
.cid-sV4iQcyzNJ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV4iQcyzNJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sV4iQcMV3e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV4iQcMV3e .mbr-text,
.cid-sV4iQcMV3e blockquote {
  color: #767676;
}
.cid-umVzmGxpnO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-umVzmGxpnO .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-umVzmGxpnO .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-umVzmGxpnO .media-wrap img {
  height: 6rem;
}
.cid-umVzmGxpnO .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-umVzmGxpnO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-umVzmGxpnO .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-umVzmGxpnO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-umVzmGxpnO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-umVzmGxpnO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-umVzmGxpnO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-umVzmGxpnO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-umVzmGxpnO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVxUIpj9MR .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sVxUIpj9MR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVxUIpj9MR a {
  font-style: normal;
}
.cid-sVxUIpj9MR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sVxUIpj9MR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sVxUIpj9MR .nav-item:focus,
.cid-sVxUIpj9MR .nav-link:focus {
  outline: none;
}
.cid-sVxUIpj9MR .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVxUIpj9MR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sVxUIpj9MR .menu-logo {
  margin-right: auto;
}
.cid-sVxUIpj9MR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVxUIpj9MR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVxUIpj9MR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVxUIpj9MR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVxUIpj9MR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVxUIpj9MR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVxUIpj9MR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sVxUIpj9MR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sVxUIpj9MR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVxUIpj9MR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVxUIpj9MR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVxUIpj9MR .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sVxUIpj9MR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sVxUIpj9MR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVxUIpj9MR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVxUIpj9MR .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sVxUIpj9MR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sVxUIpj9MR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sVxUIpj9MR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sVxUIpj9MR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVxUIpj9MR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVxUIpj9MR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVxUIpj9MR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVxUIpj9MR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sVxUIpj9MR button.navbar-toggler:focus {
  outline: none;
}
.cid-sVxUIpj9MR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #10b4bb;
}
.cid-sVxUIpj9MR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVxUIpj9MR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxUIpj9MR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxUIpj9MR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVxUIpj9MR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxUIpj9MR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVxUIpj9MR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVxUIpj9MR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxUIpj9MR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxUIpj9MR .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVxUIpj9MR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVxUIpj9MR .collapsed .navbar-collapse.collapsing,
.cid-sVxUIpj9MR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVxUIpj9MR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVxUIpj9MR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVxUIpj9MR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVxUIpj9MR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVxUIpj9MR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVxUIpj9MR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVxUIpj9MR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVxUIpj9MR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sVxUIpj9MR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVxUIpj9MR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sVxUIpj9MR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVxUIpj9MR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVxUIpj9MR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sVxUIpj9MR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxUIpj9MR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sVxUIpj9MR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVxUIpj9MR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVxUIpj9MR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sVxUIpj9MR.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxUIpj9MR img {
    height: 2rem !important;
  }
  .cid-sVxUIpj9MR .btn {
    display: -webkit-flex;
  }
  .cid-sVxUIpj9MR button.navbar-toggler {
    display: block;
  }
  .cid-sVxUIpj9MR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sVxUIpj9MR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxUIpj9MR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVxUIpj9MR .navbar-collapse.collapsing,
  .cid-sVxUIpj9MR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVxUIpj9MR .navbar-collapse.collapsing .navbar-nav,
  .cid-sVxUIpj9MR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVxUIpj9MR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVxUIpj9MR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVxUIpj9MR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVxUIpj9MR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxUIpj9MR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVxUIpj9MR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sVxUIpj9MR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVxUIpj9MR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxUIpj9MR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sVxUIpj9MR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVxUIpj9MR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVxUIpj9MR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sVxUIpj9MR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sVxUIpj9MR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sVxUIpj9MR .nav-link:hover,
.cid-sVxUIpj9MR .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sVxUIpj9MR .flag {
  width: 30px;
  margin: 0px 5px;
}
.cid-sV4j0Lhq7a {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV4j0Lhq7a .mbr-section-subtitle {
  color: #767676;
}
.cid-sV4j0Lxcxo {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV4j0Lxcxo .mbr-text,
.cid-sV4j0Lxcxo blockquote {
  color: #767676;
}
.cid-umVzt04VVF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-umVzt04VVF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-umVzt04VVF .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-umVzt04VVF .media-wrap img {
  height: 6rem;
}
.cid-umVzt04VVF .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-umVzt04VVF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-umVzt04VVF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-umVzt04VVF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-umVzt04VVF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-umVzt04VVF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-umVzt04VVF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-umVzt04VVF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-umVzt04VVF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVxUh1lVR7 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sVxUh1lVR7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVxUh1lVR7 a {
  font-style: normal;
}
.cid-sVxUh1lVR7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sVxUh1lVR7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sVxUh1lVR7 .nav-item:focus,
.cid-sVxUh1lVR7 .nav-link:focus {
  outline: none;
}
.cid-sVxUh1lVR7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVxUh1lVR7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sVxUh1lVR7 .menu-logo {
  margin-right: auto;
}
.cid-sVxUh1lVR7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVxUh1lVR7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVxUh1lVR7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVxUh1lVR7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVxUh1lVR7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVxUh1lVR7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVxUh1lVR7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sVxUh1lVR7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sVxUh1lVR7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVxUh1lVR7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVxUh1lVR7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVxUh1lVR7 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sVxUh1lVR7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sVxUh1lVR7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVxUh1lVR7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVxUh1lVR7 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sVxUh1lVR7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sVxUh1lVR7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sVxUh1lVR7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sVxUh1lVR7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVxUh1lVR7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVxUh1lVR7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVxUh1lVR7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVxUh1lVR7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sVxUh1lVR7 button.navbar-toggler:focus {
  outline: none;
}
.cid-sVxUh1lVR7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #10b4bb;
}
.cid-sVxUh1lVR7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVxUh1lVR7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxUh1lVR7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxUh1lVR7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVxUh1lVR7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxUh1lVR7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVxUh1lVR7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVxUh1lVR7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxUh1lVR7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxUh1lVR7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVxUh1lVR7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVxUh1lVR7 .collapsed .navbar-collapse.collapsing,
.cid-sVxUh1lVR7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVxUh1lVR7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVxUh1lVR7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVxUh1lVR7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVxUh1lVR7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVxUh1lVR7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVxUh1lVR7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVxUh1lVR7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVxUh1lVR7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sVxUh1lVR7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVxUh1lVR7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sVxUh1lVR7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVxUh1lVR7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVxUh1lVR7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sVxUh1lVR7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxUh1lVR7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sVxUh1lVR7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVxUh1lVR7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVxUh1lVR7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sVxUh1lVR7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxUh1lVR7 img {
    height: 2rem !important;
  }
  .cid-sVxUh1lVR7 .btn {
    display: -webkit-flex;
  }
  .cid-sVxUh1lVR7 button.navbar-toggler {
    display: block;
  }
  .cid-sVxUh1lVR7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sVxUh1lVR7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxUh1lVR7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVxUh1lVR7 .navbar-collapse.collapsing,
  .cid-sVxUh1lVR7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVxUh1lVR7 .navbar-collapse.collapsing .navbar-nav,
  .cid-sVxUh1lVR7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVxUh1lVR7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVxUh1lVR7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVxUh1lVR7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVxUh1lVR7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxUh1lVR7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVxUh1lVR7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sVxUh1lVR7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVxUh1lVR7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxUh1lVR7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sVxUh1lVR7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVxUh1lVR7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVxUh1lVR7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sVxUh1lVR7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sVxUh1lVR7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sVxUh1lVR7 .nav-link:hover,
.cid-sVxUh1lVR7 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sVxUh1lVR7 .flag {
  width: 30px;
  margin: 0px 5px;
}
.cid-sV4fDinXTy {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sV4fDinXTy .mbr-section-subtitle {
  color: #767676;
}
.cid-sV4fDiAz9U {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV4fDiAz9U .mbr-text,
.cid-sV4fDiAz9U blockquote {
  color: #767676;
}
.cid-sV4fDiAz9U .mbr-text {
  color: #767676;
}
.cid-sV4fDiUULb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sV4fDiUULb .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sV4fDiUULb .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sV4fDiUULb .media-wrap img {
  height: 6rem;
}
.cid-sV4fDiUULb .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sV4fDiUULb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sV4fDiUULb .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sV4fDiUULb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sV4fDiUULb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sV4fDiUULb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sV4fDiUULb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sV4fDiUULb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sV4fDiUULb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVxSTtYL6N .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sVxSTtYL6N .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVxSTtYL6N a {
  font-style: normal;
}
.cid-sVxSTtYL6N .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sVxSTtYL6N .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sVxSTtYL6N .nav-item:focus,
.cid-sVxSTtYL6N .nav-link:focus {
  outline: none;
}
.cid-sVxSTtYL6N .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVxSTtYL6N .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sVxSTtYL6N .menu-logo {
  margin-right: auto;
}
.cid-sVxSTtYL6N .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVxSTtYL6N .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVxSTtYL6N .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVxSTtYL6N .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVxSTtYL6N .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVxSTtYL6N .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVxSTtYL6N .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sVxSTtYL6N .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sVxSTtYL6N .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVxSTtYL6N .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVxSTtYL6N .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVxSTtYL6N .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sVxSTtYL6N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sVxSTtYL6N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVxSTtYL6N .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVxSTtYL6N .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sVxSTtYL6N .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sVxSTtYL6N .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sVxSTtYL6N .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sVxSTtYL6N .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVxSTtYL6N .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVxSTtYL6N .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVxSTtYL6N .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVxSTtYL6N button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sVxSTtYL6N button.navbar-toggler:focus {
  outline: none;
}
.cid-sVxSTtYL6N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #10b4bb;
}
.cid-sVxSTtYL6N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVxSTtYL6N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxSTtYL6N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxSTtYL6N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVxSTtYL6N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxSTtYL6N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVxSTtYL6N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVxSTtYL6N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxSTtYL6N .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxSTtYL6N .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVxSTtYL6N .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVxSTtYL6N .collapsed .navbar-collapse.collapsing,
.cid-sVxSTtYL6N .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVxSTtYL6N .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVxSTtYL6N .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVxSTtYL6N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVxSTtYL6N .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVxSTtYL6N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVxSTtYL6N .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVxSTtYL6N .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVxSTtYL6N .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sVxSTtYL6N .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVxSTtYL6N .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sVxSTtYL6N .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVxSTtYL6N .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVxSTtYL6N .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sVxSTtYL6N .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxSTtYL6N .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sVxSTtYL6N .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVxSTtYL6N .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVxSTtYL6N .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sVxSTtYL6N.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxSTtYL6N img {
    height: 2rem !important;
  }
  .cid-sVxSTtYL6N .btn {
    display: -webkit-flex;
  }
  .cid-sVxSTtYL6N button.navbar-toggler {
    display: block;
  }
  .cid-sVxSTtYL6N .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sVxSTtYL6N .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxSTtYL6N .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVxSTtYL6N .navbar-collapse.collapsing,
  .cid-sVxSTtYL6N .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVxSTtYL6N .navbar-collapse.collapsing .navbar-nav,
  .cid-sVxSTtYL6N .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVxSTtYL6N .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVxSTtYL6N .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVxSTtYL6N .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVxSTtYL6N .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxSTtYL6N .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVxSTtYL6N .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sVxSTtYL6N .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVxSTtYL6N .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxSTtYL6N .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sVxSTtYL6N .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVxSTtYL6N .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVxSTtYL6N .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sVxSTtYL6N .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sVxSTtYL6N .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sVxSTtYL6N .nav-link:hover,
.cid-sVxSTtYL6N .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sVxSTtYL6N .flag {
  width: 30px;
  margin: 0px 5px;
}
.cid-slqdubzk2X {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/101685166-386285155657655-2012484914556960768-o-1046x588.jpg");
}
.cid-slSz9vrKox {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-slSz9vrKox .mbr-section-text {
  color: #767676;
}
.cid-slSz9vrKox .mbr-section-subtitle {
  color: #767676;
}
.cid-slSz9vrKox .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slSz9vrKox .mbr-iconfont {
  font-size: 48px;
  margin: 0 0.5em 0 0;
}
.cid-slSz9vrKox .card-img {
  margin-bottom: 1.5rem;
}
.cid-slSz9vrKox .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slSz9vrKox .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-slSz9vrKox .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-slSz9vrKox .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #10b4bb;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 0.5rem 2rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #10b4bb;
}
.cid-slSz9vrKox .nav-tabs .nav-link:hover {
  background: #10b4bb;
  color: #fff;
}
.cid-slSz9vrKox .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #10b4bb;
  background: #10b4bb;
}
.cid-slSz9vrKox .nav-tabs .nav-link.active:hover {
  border: 2px solid #10b4bb;
}
.cid-slSz9vrKox .table-wrap {
  overflow: hidden;
  border-radius: 3%;
  background-color: #efefef;
  transition: 0.3s ease-out all;
  padding: 0;
  margin-bottom: 1em;
  height: 540px;
  box-shadow: 0 -4px 8px rgba(110, 123, 157, 0.42);
}
.cid-slSz9vrKox .table-wrap .table-pricing {
  margin: 0 0 0.4em 0;
}
.cid-slSz9vrKox .table-wrap ul {
  word-wrap: break-word;
  padding: 0 2.5rem;
  margin: 0 0 2rem 0;
  list-style: none;
  margin: 0;
}
.cid-slSz9vrKox .table-wrap ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: center;
}
.cid-slSz9vrKox .table-wrap ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-slSz9vrKox .table-wrap ul:last-child {
  padding-bottom: 2rem;
}
.cid-slSz9vrKox .table-wrap:hover {
  box-shadow: 0 7px 24px 0 rgba(110, 123, 157, 0.42);
}
.cid-slSz9vrKox .table-wrap:hover .table-heading {
  background-color: #007d9a;
}
.cid-slSz9vrKox .table-heading {
  transition: 0.3s ease-out all;
  display: flex;
  width: 100%;
  padding: 0.6em 4rem;
  background-color: #10b4bb;
  color: #ffffff;
  text-align: center;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-slSz9vrKox .table-purchase {
  text-align: center;
  padding: 0 2rem;
  margin: 2.5em 0 0 0;
}
.cid-slSz9vrKox .table-purchase .pricing-value {
  vertical-align: top;
  display: inline-block;
}
.cid-slSz9vrKox .table-purchase .table-pricing {
  display: inline-block;
  margin-bottom: 0px;
}
.cid-slSz9vrKox .table-pricing,
.cid-slSz9vrKox .pricing-value h1 {
  text-align: left;
}
.cid-slSz9vrKox .table-pricing {
  text-align: center;
}
.cid-slSz9vrKox .title-section-card {
  font-size: 3.4rem;
  font-family: 'Rajdhani', sans-serif;
}
.cid-slSz9vrKox .subtitle-section-card {
  font-size: 2.5rem;
  font-family: 'Rajdhani';
  font-weight: 200;
}
.cid-slSz9vrKox .img-store {
  width: 20%;
}
@media (max-width: 1700px) {
  .cid-slSz9vrKox .table-heading {
    font-size: 1.8rem;
  }
}
@media (max-width: 1600px) {
  .cid-slSz9vrKox .table-wrap {
    height: 650px;
  }
}
@media (max-width: 700px) {
  .cid-slSz9vrKox .title-section-card {
    font-size: 2rem;
  }
  .cid-slSz9vrKox .table-wrap {
    height: 700px;
  }
  .cid-slSz9vrKox .subtitle-section-card {
    font-size: 1.5rem;
  }
  .cid-slSz9vrKox .table-pricing {
    font-size: 2.5rem;
  }
  .cid-slSz9vrKox .img-store {
    width: 40%;
  }
}
.cid-slSz9vrKox H2 {
  text-align: center;
}
.cid-slSz9vrKox .p-automatic-card {
  font-size: 13px;
  font-family: 'Noto Sans';
  text-align: left;
  padding-left: 3.5rem;
  margin-top: 30px;
}
.cid-slSz9vrKox .p-card-pricing {
  font-family: 'Noto Sans';
}
.cid-slSz9vrKox .table-pricing,
.cid-slSz9vrKox .pricing-value {
  text-align: left;
}
.cid-slSz9vrKox .button-store {
  margin-top: 30px;
}
.cid-tRxfUd8XXv {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRxfUd8XXv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tRxfUd8XXv p {
  color: #767676;
  text-align: left;
}
.cid-tRxfUd8XXv .card-box {
  padding-top: 2rem;
}
.cid-tRxfUd8XXv .card-wrapper {
  height: 100%;
}
.cid-tRxfUd8XXv .card-title {
  text-align: center;
  color: #007d9a;
}
.cid-slqf1CCpPq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-slqf1CCpPq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slqf1CCpPq .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-slqf1CCpPq .media-wrap img {
  height: 6rem;
}
.cid-slqf1CCpPq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-slqf1CCpPq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slqf1CCpPq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-slqf1CCpPq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slqf1CCpPq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slqf1CCpPq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slqf1CCpPq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slqf1CCpPq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slqf1CCpPq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVxIdjUzxG .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sVxIdjUzxG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVxIdjUzxG a {
  font-style: normal;
}
.cid-sVxIdjUzxG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sVxIdjUzxG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sVxIdjUzxG .nav-item:focus,
.cid-sVxIdjUzxG .nav-link:focus {
  outline: none;
}
.cid-sVxIdjUzxG .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVxIdjUzxG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sVxIdjUzxG .menu-logo {
  margin-right: auto;
}
.cid-sVxIdjUzxG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVxIdjUzxG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVxIdjUzxG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVxIdjUzxG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVxIdjUzxG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVxIdjUzxG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVxIdjUzxG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sVxIdjUzxG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sVxIdjUzxG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVxIdjUzxG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVxIdjUzxG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVxIdjUzxG .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sVxIdjUzxG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sVxIdjUzxG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVxIdjUzxG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVxIdjUzxG .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sVxIdjUzxG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sVxIdjUzxG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sVxIdjUzxG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sVxIdjUzxG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVxIdjUzxG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVxIdjUzxG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVxIdjUzxG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVxIdjUzxG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sVxIdjUzxG button.navbar-toggler:focus {
  outline: none;
}
.cid-sVxIdjUzxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #10b4bb;
}
.cid-sVxIdjUzxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVxIdjUzxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxIdjUzxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxIdjUzxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVxIdjUzxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxIdjUzxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVxIdjUzxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVxIdjUzxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxIdjUzxG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxIdjUzxG .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVxIdjUzxG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVxIdjUzxG .collapsed .navbar-collapse.collapsing,
.cid-sVxIdjUzxG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVxIdjUzxG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVxIdjUzxG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVxIdjUzxG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVxIdjUzxG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVxIdjUzxG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVxIdjUzxG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVxIdjUzxG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVxIdjUzxG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sVxIdjUzxG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVxIdjUzxG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sVxIdjUzxG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVxIdjUzxG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVxIdjUzxG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sVxIdjUzxG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxIdjUzxG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sVxIdjUzxG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVxIdjUzxG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVxIdjUzxG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sVxIdjUzxG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxIdjUzxG img {
    height: 2rem !important;
  }
  .cid-sVxIdjUzxG .btn {
    display: -webkit-flex;
  }
  .cid-sVxIdjUzxG button.navbar-toggler {
    display: block;
  }
  .cid-sVxIdjUzxG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sVxIdjUzxG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxIdjUzxG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVxIdjUzxG .navbar-collapse.collapsing,
  .cid-sVxIdjUzxG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVxIdjUzxG .navbar-collapse.collapsing .navbar-nav,
  .cid-sVxIdjUzxG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVxIdjUzxG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVxIdjUzxG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVxIdjUzxG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVxIdjUzxG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxIdjUzxG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVxIdjUzxG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sVxIdjUzxG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVxIdjUzxG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxIdjUzxG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sVxIdjUzxG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVxIdjUzxG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVxIdjUzxG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sVxIdjUzxG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sVxIdjUzxG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sVxIdjUzxG .nav-link:hover,
.cid-sVxIdjUzxG .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sVxIdjUzxG .flag {
  width: 30px;
  margin: 0px 5px;
}
.cid-sV4br1ETeb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/101685166-386285155657655-2012484914556960768-o-1046x588.jpg");
}
.cid-sV4brv8Y0j {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV4brv8Y0j .mbr-section-text {
  color: #767676;
}
.cid-sV4brv8Y0j .mbr-section-subtitle {
  color: #767676;
}
.cid-sV4brv8Y0j .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sV4brv8Y0j .mbr-iconfont {
  font-size: 48px;
  margin: 0 0.5em 0 0;
}
.cid-sV4brv8Y0j .card-img {
  margin-bottom: 1.5rem;
}
.cid-sV4brv8Y0j .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sV4brv8Y0j .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-sV4brv8Y0j .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sV4brv8Y0j .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #10b4bb;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 0.5rem 2rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #10b4bb;
}
.cid-sV4brv8Y0j .nav-tabs .nav-link:hover {
  background: #10b4bb;
  color: #fff;
}
.cid-sV4brv8Y0j .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #10b4bb;
  background: #10b4bb;
}
.cid-sV4brv8Y0j .nav-tabs .nav-link.active:hover {
  border: 2px solid #10b4bb;
}
.cid-sV4brv8Y0j .table-wrap {
  overflow: hidden;
  border-radius: 3%;
  background-color: #efefef;
  transition: 0.3s ease-out all;
  padding: 0;
  margin-bottom: 1em;
  height: 540px;
  box-shadow: 0 -4px 8px rgba(110, 123, 157, 0.42);
}
.cid-sV4brv8Y0j .table-wrap .table-pricing {
  margin: 0 0 0.4em 0;
}
.cid-sV4brv8Y0j .table-wrap ul {
  word-wrap: break-word;
  padding: 0 2.5rem;
  margin: 0 0 2rem 0;
  list-style: none;
  margin: 0;
}
.cid-sV4brv8Y0j .table-wrap ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: center;
}
.cid-sV4brv8Y0j .table-wrap ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-sV4brv8Y0j .table-wrap ul:last-child {
  padding-bottom: 2rem;
}
.cid-sV4brv8Y0j .table-wrap:hover {
  box-shadow: 0 7px 24px 0 rgba(110, 123, 157, 0.42);
}
.cid-sV4brv8Y0j .table-wrap:hover .table-heading {
  background-color: #007d9a;
}
.cid-sV4brv8Y0j .table-heading {
  transition: 0.3s ease-out all;
  display: flex;
  width: 100%;
  padding: 0.6em 4rem;
  background-color: #10b4bb;
  color: #ffffff;
  text-align: center;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-sV4brv8Y0j .table-purchase {
  text-align: center;
  padding: 0 2rem;
  margin: 2.5em 0 0 0;
}
.cid-sV4brv8Y0j .table-purchase .pricing-value {
  vertical-align: top;
  display: inline-block;
}
.cid-sV4brv8Y0j .table-purchase .table-pricing {
  display: inline-block;
  margin-bottom: 0px;
}
.cid-sV4brv8Y0j .table-pricing,
.cid-sV4brv8Y0j .pricing-value h1 {
  text-align: left;
}
.cid-sV4brv8Y0j .table-pricing {
  text-align: center;
}
.cid-sV4brv8Y0j .title-section-card {
  font-size: 3.4rem;
  font-family: 'Rajdhani', sans-serif;
}
.cid-sV4brv8Y0j .subtitle-section-card {
  font-size: 2.5rem;
  font-family: 'Rajdhani';
  font-weight: 200;
}
.cid-sV4brv8Y0j .img-store {
  width: 20%;
}
@media (max-width: 1700px) {
  .cid-sV4brv8Y0j .table-heading {
    font-size: 1.8rem;
  }
}
@media (max-width: 1600px) {
  .cid-sV4brv8Y0j .table-wrap {
    height: 650px;
  }
}
@media (max-width: 700px) {
  .cid-sV4brv8Y0j .title-section-card {
    font-size: 2rem;
  }
  .cid-sV4brv8Y0j .table-wrap {
    height: 700px;
  }
  .cid-sV4brv8Y0j .subtitle-section-card {
    font-size: 1.5rem;
  }
  .cid-sV4brv8Y0j .table-pricing {
    font-size: 2.5rem;
  }
  .cid-sV4brv8Y0j .img-store {
    width: 40%;
  }
}
.cid-sV4brv8Y0j H2 {
  text-align: center;
}
.cid-sV4brv8Y0j .p-automatic-card {
  font-size: 13px;
  font-family: 'Noto Sans';
  text-align: left;
  padding-left: 3.5rem;
  margin-top: 30px;
}
.cid-sV4brv8Y0j .p-card-pricing {
  font-family: 'Noto Sans';
}
.cid-sV4brv8Y0j .table-pricing,
.cid-sV4brv8Y0j .pricing-value {
  text-align: left;
}
.cid-sV4brv8Y0j .button-store {
  margin-top: 30px;
}
.cid-tRwZMkIjKW {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tRwZMkIjKW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tRwZMkIjKW p {
  color: #767676;
  text-align: left;
}
.cid-tRwZMkIjKW .card-box {
  padding-top: 2rem;
}
.cid-tRwZMkIjKW .card-wrapper {
  height: 100%;
}
.cid-tRwZMkIjKW .card-title {
  text-align: center;
  color: #007d9a;
}
.cid-tRxhMbyT1b {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tRxhMbyT1b .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tRxhMbyT1b .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tRxhMbyT1b .media-wrap img {
  height: 6rem;
}
.cid-tRxhMbyT1b .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tRxhMbyT1b .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tRxhMbyT1b .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tRxhMbyT1b .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tRxhMbyT1b .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tRxhMbyT1b .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tRxhMbyT1b .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tRxhMbyT1b .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRxhMbyT1b .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVxOne69Cv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sVxOne69Cv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVxOne69Cv a {
  font-style: normal;
}
.cid-sVxOne69Cv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sVxOne69Cv .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sVxOne69Cv .nav-item:focus,
.cid-sVxOne69Cv .nav-link:focus {
  outline: none;
}
.cid-sVxOne69Cv .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVxOne69Cv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sVxOne69Cv .menu-logo {
  margin-right: auto;
}
.cid-sVxOne69Cv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVxOne69Cv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVxOne69Cv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVxOne69Cv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVxOne69Cv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVxOne69Cv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVxOne69Cv .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sVxOne69Cv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sVxOne69Cv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVxOne69Cv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVxOne69Cv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVxOne69Cv .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sVxOne69Cv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sVxOne69Cv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVxOne69Cv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVxOne69Cv .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sVxOne69Cv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sVxOne69Cv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sVxOne69Cv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sVxOne69Cv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVxOne69Cv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVxOne69Cv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVxOne69Cv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVxOne69Cv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sVxOne69Cv button.navbar-toggler:focus {
  outline: none;
}
.cid-sVxOne69Cv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #10b4bb;
}
.cid-sVxOne69Cv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVxOne69Cv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxOne69Cv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVxOne69Cv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVxOne69Cv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxOne69Cv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVxOne69Cv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVxOne69Cv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVxOne69Cv .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxOne69Cv .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVxOne69Cv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVxOne69Cv .collapsed .navbar-collapse.collapsing,
.cid-sVxOne69Cv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVxOne69Cv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVxOne69Cv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVxOne69Cv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVxOne69Cv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVxOne69Cv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVxOne69Cv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVxOne69Cv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVxOne69Cv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sVxOne69Cv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVxOne69Cv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sVxOne69Cv .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVxOne69Cv .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVxOne69Cv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sVxOne69Cv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVxOne69Cv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sVxOne69Cv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVxOne69Cv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVxOne69Cv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sVxOne69Cv.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxOne69Cv img {
    height: 2rem !important;
  }
  .cid-sVxOne69Cv .btn {
    display: -webkit-flex;
  }
  .cid-sVxOne69Cv button.navbar-toggler {
    display: block;
  }
  .cid-sVxOne69Cv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sVxOne69Cv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVxOne69Cv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVxOne69Cv .navbar-collapse.collapsing,
  .cid-sVxOne69Cv .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVxOne69Cv .navbar-collapse.collapsing .navbar-nav,
  .cid-sVxOne69Cv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVxOne69Cv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVxOne69Cv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVxOne69Cv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVxOne69Cv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxOne69Cv .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVxOne69Cv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sVxOne69Cv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVxOne69Cv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVxOne69Cv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sVxOne69Cv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVxOne69Cv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVxOne69Cv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sVxOne69Cv .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sVxOne69Cv .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sVxOne69Cv .nav-link:hover,
.cid-sVxOne69Cv .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sVxOne69Cv .flag {
  width: 30px;
  margin: 0px 5px;
}
.cid-sV35ScF4Fu .modal-body .close {
  background: #1b1b1b;
}
.cid-sV35ScF4Fu .modal-body .close span {
  font-style: normal;
}
.cid-sV35ScF4Fu .carousel-inner > .active,
.cid-sV35ScF4Fu .carousel-inner > .next,
.cid-sV35ScF4Fu .carousel-inner > .prev {
  display: flex;
}
.cid-sV35ScF4Fu .carousel-control .icon-next,
.cid-sV35ScF4Fu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sV35ScF4Fu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sV35ScF4Fu .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sV35ScF4Fu .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sV35ScF4Fu .boxed-slider > div {
  position: relative;
}
.cid-sV35ScF4Fu .container img {
  width: 100%;
}
.cid-sV35ScF4Fu .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sV35ScF4Fu .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sV35ScF4Fu .mbr-table-cell {
  padding: 0;
}
.cid-sV35ScF4Fu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sV35ScF4Fu .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sV35ScF4Fu .mbr-overlay {
  z-index: 1;
}
.cid-sV35ScF4Fu .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sV35ScF4Fu .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sV35ScF4Fu .carousel-item.active.right,
.cid-sV35ScF4Fu .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sV35ScF4Fu .carousel-item.active.left,
.cid-sV35ScF4Fu .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sV35ScF4Fu .carousel-item.active,
.cid-sV35ScF4Fu .carousel-item.next.left,
.cid-sV35ScF4Fu .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sV35ScF4Fu .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sV35ScF4Fu .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sV35ScF4Fu .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sV35ScF4Fu .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sV35ScF4Fu .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sV35ScF4Fu .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sV35ScF4Fu .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sV35ScF4Fu .mbr-slider .carousel-indicators li.active,
.cid-sV35ScF4Fu .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sV35ScF4Fu .mbr-slider .carousel-indicators li::after,
.cid-sV35ScF4Fu .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sV35ScF4Fu .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sV35ScF4Fu .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sV35ScF4Fu .mbr-slider > .container img {
  width: 100%;
}
.cid-sV35ScF4Fu .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sV35ScF4Fu .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sV35ScF4Fu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sV35ScF4Fu .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sV35ScF4Fu .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sV35ScF4Fu .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sV35ScF4Fu .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sV35ScF4Fu .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sV35ScF4Fu .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sV35ScF4Fu .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sV35ScF4Fu .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sV35ScF4Fu .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sV35ScF4Fu .mbr-overlay ~ .container-slide {
  z-index: auto;
}
@media (max-width: 500px) {
  .cid-sV35ScF4Fu .carousel-item .container.container-slide {
    min-height: 50vh !important;
  }
  .cid-sV35ScF4Fu .slider-fullscreen-image {
    min-height: 50vh !important;
    top: 40px !important;
  }
  .cid-sV35ScF4Fu .carousel-control {
    width: 0px !important;
    height: 0px !important;
    border: 0px !important;
  }
  .cid-sV35ScF4Fu .mbr-iconfont {
    font-size: 0rem !important;
  }
  .cid-sV35ScF4Fu .btn {
    padding: 0.5rem 2rem !important;
  }
}
.cid-sV35SNiHxS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sV35SNiHxS .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sV35SNiHxS .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-sV35SNiHxS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sV35SNiHxS .inner-container {
    width: 100% !important;
  }
}
.cid-sV35TcyRqv {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sV35TcyRqv .mbr-text,
.cid-sV35TcyRqv blockquote {
  color: #767676;
}
.cid-sV35TcyRqv .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sV35TExKKN {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sV35TExKKN .card-box {
  padding: 0 2rem;
}
.cid-sV35TExKKN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sV35TExKKN .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sV35TExKKN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sV35TExKKN p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sV35TExKKN .mbr-text {
  color: #232323;
}
.cid-sV35TExKKN .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sV35TExKKN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sV35TExKKN .card-title {
  text-align: center;
}
.cid-sV35Uk9KtC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV35Uk9KtC .mbr-section-subtitle {
  color: #767676;
}
.cid-sV35Uk9KtC H2 {
  color: #232323;
}
.cid-sV35UWzyt9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sV35UWzyt9 .card-img {
  background-color: #fff;
}
.cid-sV35UWzyt9 .card {
  align-self: stretch;
}
.cid-sV35UWzyt9 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sV35UWzyt9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sV35UWzyt9 p {
  text-align: left;
}
.cid-sV35UWzyt9 .mbr-text {
  color: #767676;
}
.cid-sV35UWzyt9 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sV35UWzyt9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sV35UWzyt9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sV35UWzyt9 .card-title {
  text-align: center;
}
.cid-sV35ZKshb2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sV35ZKshb2 .mbr-section-subtitle {
  color: #767676;
}
.cid-sV35ZKshb2 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sV35ZKshb2 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sV35ZKshb2 .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sV35ZKshb2 .mbr-author-name {
  color: #767676;
}
.cid-sV35ZKshb2 .mbr-testimonial .panel-item {
  background-color: #efefef;
}
.cid-sV35ZKshb2 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sV35ZKshb2 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sV35ZKshb2 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sV35ZKshb2 .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
.cid-sV35ZKshb2 .testimonial-photo {
  width: 90px !important;
  height: 90px !important;
}
@media (max-width: 500px) {
  .cid-sV35ZKshb2 .testimonial-photo img {
    width: 70px !important;
    height: 70px !important;
    min-width: 0% !important;
    min-height: 0% !important;
    margin-bottom: 0rem !important;
  }
  .cid-sV35ZKshb2 .testimonial-photo {
    margin-bottom: 0rem !important;
  }
}
.cid-sV35ZKshb2 .p-3 {
  padding: 0px !important;
}
.cid-sV35ZKshb2 .mt-2 {
  margin-top: 0rem !important;
}
.cid-sV35ZKshb2 .pt-3 {
  padding-top: 0rem !important;
}
.cid-sV360tXMor {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sV360tXMor .mbr-section-subtitle {
  color: #767676;
}
.cid-sV360tXMor .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sV360tXMor .mbr-text {
  color: #767676;
}
.cid-sV360tXMor .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sV360tXMor .mbr-author-name {
  color: #767676;
}
.cid-sV360tXMor .mbr-testimonial .panel-item {
  background-color: #efefef;
}
.cid-sV360tXMor .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sV360tXMor .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sV360tXMor .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sV360tXMor .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
.cid-sV360tXMor .testimonial-photo {
  width: 90px !important;
  height: 90px !important;
}
@media (max-width: 500px) {
  .cid-sV360tXMor .testimonial-photo img {
    width: 70px !important;
    height: 70px !important;
    min-width: 0% !important;
    min-height: 0% !important;
  }
  .cid-sV360tXMor .testimonial-photo {
    margin-bottom: 0rem !important;
  }
}
.cid-sV360tXMor .p-3 {
  padding: 0px !important;
}
.cid-sV360tXMor .mt-2 {
  margin-top: 0rem !important;
}
.cid-sV360tXMor .pt-3 {
  padding-top: 0rem !important;
}
.cid-umVKoy48Ts {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-umVKoy48Ts .mbr-section-subtitle {
  color: #767676;
}
.cid-umVKoy48Ts .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umVKoy48Ts .mbr-text {
  color: #767676;
}
.cid-umVKoy48Ts .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-umVKoy48Ts .mbr-author-name {
  color: #767676;
}
.cid-umVKoy48Ts .mbr-testimonial .panel-item {
  background-color: #efefef;
}
.cid-umVKoy48Ts .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umVKoy48Ts .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-umVKoy48Ts .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-umVKoy48Ts .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
.cid-umVKoy48Ts .testimonial-photo {
  width: 90px !important;
  height: 90px !important;
}
@media (max-width: 500px) {
  .cid-umVKoy48Ts .testimonial-photo img {
    width: 70px !important;
    height: 70px !important;
    min-width: 0% !important;
    min-height: 0% !important;
  }
  .cid-umVKoy48Ts .testimonial-photo {
    margin-bottom: 0rem !important;
  }
}
.cid-umVKoy48Ts .p-3 {
  padding: 0px !important;
}
.cid-umVKoy48Ts .mt-2 {
  margin-top: 0rem !important;
}
.cid-umVKoy48Ts .pt-3 {
  padding-top: 0rem !important;
}
.cid-sV361cNOi0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #efefef, #efefef);
}
.cid-sV361cNOi0 .mbr-figure {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sV361cNOi0 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sV361cNOi0 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sV361cNOi0 .media-container-row {
  display: flex;
  align-items: center;
}
.cid-sV361cNOi0 .mbr-text,
.cid-sV361cNOi0 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-sV361cNOi0 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sV361cNOi0 .title-section-video {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .cid-sV361cNOi0 .title-section-video {
    font-size: 2.5rem;
  }
}
@media (max-width: 500px) {
  .cid-sV361cNOi0 .title-section-video {
    font-size: 1.6rem;
  }
}
.cid-sV361cNOi0 .media-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cid-sV361OsDte {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sV361OsDte .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sV361OsDte .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-sV361OsDte .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sV361OsDte .inner-container {
    width: 100% !important;
  }
}
.cid-sV362rOlo4 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sV362rOlo4 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sV362rOlo4 .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
  text-align: left;
  color: #10b4bb;
}
@media (min-width: 768px) {
  .cid-sV362rOlo4 .separline .step-wrapper {
    position: relative;
  }
  .cid-sV362rOlo4 .separline .step-wrapper:before,
  .cid-sV362rOlo4 .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-sV362rOlo4 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-sV362rOlo4 .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-sV362rOlo4 .separline.last-child .step-wrapper:after,
  .cid-sV362rOlo4 .separline:nth-child(3n) .step-wrapper:after,
  .cid-sV362rOlo4 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-sV362rOlo4 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-sV362rOlo4 .mbr-step-text {
  text-align: center;
  color: #232323;
}
.cid-sV362rOlo4 .mbr-step-title {
  text-align: center;
  color: #232323;
}
.cid-sV363pjP1U {
  display: flex;
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sV363pjP1U .mbr-overlay {
  background: #000000;
  background: linear-gradient(90deg, #000000, #ffffff);
}
.cid-sV363pjP1U .mbr-section-title {
  margin: 0;
}
.cid-sV363pjP1U .mbr-text {
  color: #efefef;
}
.cid-sV363pjP1U .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sV363pjP1U .card-img {
  text-align: left;
}
.cid-sV363pjP1U .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sV363pjP1U .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sV363pjP1U .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sV363pjP1U .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sV363pjP1U .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sV363pjP1U .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sV363pjP1U .mbr-section-subtitle,
.cid-sV363pjP1U .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sV363pjP1U .title-cont,
.cid-sV363pjP1U .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-sV364kpTf2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sV364kpTf2 .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sV364kpTf2 .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-sV364kpTf2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sV364kpTf2 .inner-container {
    width: 100% !important;
  }
}
.cid-sV3657T1im {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sV3657T1im h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sV3657T1im p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sV3657T1im .card-img {
  width: auto;
}
.cid-sV3657T1im .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sV3657T1im .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sV3657T1im .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-sV3657T1im .card-img span {
    font-size: 40px !important;
  }
}
.cid-sV3657T1im P {
  text-align: center;
}
.cid-sV3657T1im .card-title,
.cid-sV3657T1im .card-img,
.cid-sV3657T1im .mbr-text {
  text-align: left;
}
.cid-sV3657T1im .media {
  margin: 0px 20px;
}
.cid-sV365UDH6S {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sV365UDH6S .card-box {
  padding: 0 2rem;
}
.cid-sV365UDH6S .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sV365UDH6S .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sV365UDH6S h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sV365UDH6S p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sV365UDH6S .mbr-text {
  color: #767676;
}
.cid-sV365UDH6S .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sV365UDH6S .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sV365UDH6S .card-title {
  text-align: center;
}
.cid-sV366ReIcS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/101685166-386285155657655-2012484914556960768-o-1920x1080.jpg");
}
.cid-sV367PTChj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #10b4bb;
}
.cid-sV367PTChj .mbr-section-subtitle {
  color: #767676;
}
.cid-sV367PTChj .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sV367PTChj .mbr-text {
  color: #767676;
}
.cid-sV367PTChj .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sV367PTChj .mbr-author-name {
  color: #767676;
}
.cid-sV367PTChj .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sV367PTChj .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sV367PTChj .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sV367PTChj .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sV367PTChj .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sV367PTChj .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uDIwtEVj2u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uDIwtEVj2u .carousel-control {
  background: #000;
}
.cid-uDIwtEVj2u .mbr-section-subtitle {
  color: #767676;
}
.cid-uDIwtEVj2u .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDIwtEVj2u .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uDIwtEVj2u .carousel-item .wrap-img {
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDIwtEVj2u .carousel-item .wrap-img img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
}
.cid-uDIwtEVj2u .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDIwtEVj2u .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uDIwtEVj2u .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uDIwtEVj2u .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uDIwtEVj2u .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uDIwtEVj2u .cloneditem-1,
.cid-uDIwtEVj2u .cloneditem-2,
.cid-uDIwtEVj2u .cloneditem-3,
.cid-uDIwtEVj2u .cloneditem-4,
.cid-uDIwtEVj2u .cloneditem-5 {
  display: none;
}
.cid-uDIwtEVj2u .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDIwtEVj2u .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uDIwtEVj2u .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uDIwtEVj2u .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uDIwtEVj2u .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uDIwtEVj2u .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uDIwtEVj2u .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides2 .cloneditem-1,
  .cid-uDIwtEVj2u .carousel-inner.slides2 .cloneditem-2,
  .cid-uDIwtEVj2u .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uDIwtEVj2u .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uDIwtEVj2u .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uDIwtEVj2u .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uDIwtEVj2u .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uDIwtEVj2u .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides3 .cloneditem-1,
  .cid-uDIwtEVj2u .carousel-inner.slides3 .cloneditem-2,
  .cid-uDIwtEVj2u .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uDIwtEVj2u .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uDIwtEVj2u .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uDIwtEVj2u .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uDIwtEVj2u .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uDIwtEVj2u .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides4 .cloneditem-1,
  .cid-uDIwtEVj2u .carousel-inner.slides4 .cloneditem-2,
  .cid-uDIwtEVj2u .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uDIwtEVj2u .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uDIwtEVj2u .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uDIwtEVj2u .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uDIwtEVj2u .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uDIwtEVj2u .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides5 .cloneditem-1,
  .cid-uDIwtEVj2u .carousel-inner.slides5 .cloneditem-2,
  .cid-uDIwtEVj2u .carousel-inner.slides5 .cloneditem-3,
  .cid-uDIwtEVj2u .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uDIwtEVj2u .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uDIwtEVj2u .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uDIwtEVj2u .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uDIwtEVj2u .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uDIwtEVj2u .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uDIwtEVj2u .carousel-inner.slides6 .cloneditem-1,
  .cid-uDIwtEVj2u .carousel-inner.slides6 .cloneditem-2,
  .cid-uDIwtEVj2u .carousel-inner.slides6 .cloneditem-3,
  .cid-uDIwtEVj2u .carousel-inner.slides6 .cloneditem-4,
  .cid-uDIwtEVj2u .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sV369eJqrQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/young-customer-in-the-shop-ppnb7rz-3-2000x1333.jpeg");
}
.cid-sV369eJqrQ H2 {
  text-align: center;
}
.cid-uDaFPcZi6R {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDaFPcZi6R .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDaFPcZi6R .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-uDaFPcZi6R .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uDaFPcZi6R .inner-container {
    width: 100% !important;
  }
}
#custom-html-a0 {
  /* Type valid CSS here */
}
#custom-html-a0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-a0 p {
  font-size: 60px;
  color: #777;
}
.cid-sV3CPDRrcq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sV3CPDRrcq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sV3CPDRrcq .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sV3CPDRrcq .media-wrap img {
  height: 6rem;
}
.cid-sV3CPDRrcq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sV3CPDRrcq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sV3CPDRrcq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sV3CPDRrcq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sV3CPDRrcq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sV3CPDRrcq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sV3CPDRrcq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sV3CPDRrcq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sV3CPDRrcq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCH1bfJK7x {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
}
.cid-uCH1bfJK7x .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uCH1bfJK7x .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uCH1bfJK7x .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ujlwCoL54q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #007d9a;
}
.cid-ujlwCoL54q .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujlwCoL54q .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
.cid-ujlwCoL54q .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ujlwCoL54q .inner-container {
    width: 100% !important;
  }
}
.cid-sZAPakOjmi {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
  overflow: hidden;
}
.cid-sZAPakOjmi svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-sZAPakOjmi #e2_shape {
  fill: #ffffff !important;
}
.cid-sZAPakOjmi .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-sZAPakOjmi .mbr-text {
  font-weight: 300;
}
.cid-sZAPakOjmi .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sZAPakOjmi .btn-white {
  color: #404040 !important;
}
.cid-sZAPakOjmi .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-sZAPakOjmi .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-sZAPakOjmi .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-sZAPakOjmi {
    padding: 30px;
  }
  .cid-sZAPakOjmi svg {
    display: none;
  }
}
.cid-sZAPakOjmi .mbr-section-title,
.cid-sZAPakOjmi .mbr-section-btn {
  text-align: left;
}
.cid-sZAPakOjmi .mbr-text,
.cid-sZAPakOjmi .mbr-section-btn {
  text-align: left;
}
.cid-uqO19ZmkCv {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
}
.cid-uqO19ZmkCv .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uqO19ZmkCv .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uqO19ZmkCv .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uqSHxSMyxm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #007d9a;
}
.cid-uqSHxSMyxm .line {
  background-color: #10b4bb;
  color: #10b4bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uqSHxSMyxm .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
.cid-uqSHxSMyxm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqSHxSMyxm .inner-container {
    width: 100% !important;
  }
}
.cid-uqSHyxFcmy {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/untitled-design-10-1920x1080.png");
  overflow: hidden;
}
.cid-uqSHyxFcmy .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uqSHyxFcmy svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-uqSHyxFcmy #e2_shape {
  fill: #ffffff !important;
}
.cid-uqSHyxFcmy .mbr-section-title.display-1 {
  font-size: 58px;
  line-height: 1.24;
}
.cid-uqSHyxFcmy .mbr-text {
  font-weight: 400;
}
.cid-uqSHyxFcmy .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.24;
}
.cid-uqSHyxFcmy .btn-white {
  color: #404040 !important;
}
.cid-uqSHyxFcmy .btn.display-4 {
  font-size: 14px;
  line-height: 1.24;
  padding: 15px 30px 15px;
}
.cid-uqSHyxFcmy .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
.cid-uqSHyxFcmy .mbr-section-title,
.cid-uqSHyxFcmy .mbr-section-btn {
  text-align: left;
}
.cid-uqSHyxFcmy .mbr-text,
.cid-uqSHyxFcmy .mbr-section-btn {
  text-align: left;
}
.cid-uqSHyxFcmy .mbr-section-btn {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uqSHyxFcmy {
    padding: 30px;
  }
  .cid-uqSHyxFcmy svg {
    display: none;
  }
  .cid-uqSHyxFcmy .mbr-section-title,
  .cid-uqSHyxFcmy .mbr-section-btn,
  .cid-uqSHyxFcmy .mbr-text {
    text-align: center;
  }
}
.cid-uqSHyxFcmy .font-title {
  line-height: 1.24;
}
.cid-uqSHyxFcmy .align-center {
  align-items: center;
}
.cid-uqSHyxFcmy .img-store {
  width: 200px!important;
  height: auto !important;
}
.cid-urbAocEw2a {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urbAocEw2a h2 {
  text-align: left;
}
.cid-urbAocEw2a h4 {
  text-align: left;
  font-weight: 500;
}
.cid-urbAocEw2a p {
  color: #767676;
  text-align: left;
}
.cid-urbAocEw2a .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-urbAocEw2a .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-urbAocEw2a .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-urbAocEw2a .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-urbAocEw2a .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-urbAocEw2a .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-urbAocEw2a .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-urbAocEw2a .media-container-row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-urbAocEw2a .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-urbAocEw2a .media-container-row {
    align-items: center;
  }
}
@media (max-width: 300px) {
  .cid-urbAocEw2a .card-img span {
    font-size: 40px !important;
  }
}
.cid-urbAocEw2a H4 {
  color: #10b4bb;
}
.cid-uqSJAODj0Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqSJAODj0Z h2 {
  text-align: left;
}
.cid-uqSJAODj0Z h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uqSJAODj0Z p {
  color: #767676;
  text-align: left;
}
.cid-uqSJAODj0Z .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uqSJAODj0Z .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uqSJAODj0Z .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqSJAODj0Z .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uqSJAODj0Z .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uqSJAODj0Z .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uqSJAODj0Z .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uqSJAODj0Z .media-container-row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-uqSJAODj0Z .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-uqSJAODj0Z .media-container-row {
    align-items: center;
  }
}
@media (max-width: 300px) {
  .cid-uqSJAODj0Z .card-img span {
    font-size: 40px !important;
  }
}
.cid-uqSJAODj0Z H4 {
  color: #10b4bb;
}
.cid-uraDJK8x7d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uraDJK8x7d h2 {
  text-align: left;
}
.cid-uraDJK8x7d h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uraDJK8x7d p {
  color: #767676;
  text-align: left;
}
.cid-uraDJK8x7d .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uraDJK8x7d .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uraDJK8x7d .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uraDJK8x7d .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uraDJK8x7d .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uraDJK8x7d .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uraDJK8x7d .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uraDJK8x7d .media-container-row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-uraDJK8x7d .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-uraDJK8x7d .media-container-row {
    align-items: center;
  }
}
@media (max-width: 300px) {
  .cid-uraDJK8x7d .card-img span {
    font-size: 40px !important;
  }
}
.cid-uraDJK8x7d H4 {
  color: #10b4bb;
}
.cid-urbqR9vqt3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urbqR9vqt3 h2 {
  text-align: left;
}
.cid-urbqR9vqt3 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-urbqR9vqt3 p {
  color: #767676;
  text-align: left;
}
.cid-urbqR9vqt3 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-urbqR9vqt3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-urbqR9vqt3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-urbqR9vqt3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-urbqR9vqt3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-urbqR9vqt3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-urbqR9vqt3 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-urbqR9vqt3 .media-container-row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-urbqR9vqt3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-urbqR9vqt3 .media-container-row {
    align-items: center;
  }
}
@media (max-width: 300px) {
  .cid-urbqR9vqt3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-urbqR9vqt3 H4 {
  color: #10b4bb;
}
.cid-urbqRjD8zC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urbqRjD8zC h2 {
  text-align: left;
}
.cid-urbqRjD8zC h4 {
  text-align: left;
  font-weight: 500;
}
.cid-urbqRjD8zC p {
  color: #767676;
  text-align: left;
}
.cid-urbqRjD8zC .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-urbqRjD8zC .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-urbqRjD8zC .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-urbqRjD8zC .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-urbqRjD8zC .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-urbqRjD8zC .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-urbqRjD8zC .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-urbqRjD8zC .media-container-row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-urbqRjD8zC .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-urbqRjD8zC .media-container-row {
    align-items: center;
  }
}
@media (max-width: 300px) {
  .cid-urbqRjD8zC .card-img span {
    font-size: 40px !important;
  }
}
.cid-urbqRjD8zC H4 {
  color: #10b4bb;
}
.cid-urbqRsTvet {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urbqRsTvet h2 {
  text-align: left;
}
.cid-urbqRsTvet h4 {
  text-align: left;
  font-weight: 500;
}
.cid-urbqRsTvet p {
  color: #767676;
  text-align: left;
}
.cid-urbqRsTvet .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-urbqRsTvet .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-urbqRsTvet .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-urbqRsTvet .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-urbqRsTvet .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-urbqRsTvet .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-urbqRsTvet .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-urbqRsTvet .media-container-row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-urbqRsTvet .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-urbqRsTvet .media-container-row {
    align-items: center;
  }
}
@media (max-width: 300px) {
  .cid-urbqRsTvet .card-img span {
    font-size: 40px !important;
  }
}
.cid-urbqRsTvet H4 {
  color: #10b4bb;
}
.cid-urbqRBTRiq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urbqRBTRiq h2 {
  text-align: left;
}
.cid-urbqRBTRiq h4 {
  text-align: left;
  font-weight: 500;
}
.cid-urbqRBTRiq p {
  color: #767676;
  text-align: left;
}
.cid-urbqRBTRiq .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-urbqRBTRiq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-urbqRBTRiq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-urbqRBTRiq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-urbqRBTRiq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-urbqRBTRiq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-urbqRBTRiq .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-urbqRBTRiq .media-container-row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-urbqRBTRiq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-urbqRBTRiq .media-container-row {
    align-items: center;
  }
}
@media (max-width: 300px) {
  .cid-urbqRBTRiq .card-img span {
    font-size: 40px !important;
  }
}
.cid-urbqRBTRiq H4 {
  color: #10b4bb;
}
.cid-urbqRLyTPF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urbqRLyTPF h2 {
  text-align: left;
}
.cid-urbqRLyTPF h4 {
  text-align: left;
  font-weight: 500;
}
.cid-urbqRLyTPF p {
  color: #767676;
  text-align: left;
}
.cid-urbqRLyTPF .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-urbqRLyTPF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-urbqRLyTPF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-urbqRLyTPF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-urbqRLyTPF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-urbqRLyTPF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-urbqRLyTPF .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-urbqRLyTPF .media-container-row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-urbqRLyTPF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-urbqRLyTPF .media-container-row {
    align-items: center;
  }
}
@media (max-width: 300px) {
  .cid-urbqRLyTPF .card-img span {
    font-size: 40px !important;
  }
}
.cid-urbqRLyTPF H4 {
  color: #10b4bb;
}
.cid-urbqRV7RbC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urbqRV7RbC h2 {
  text-align: left;
}
.cid-urbqRV7RbC h4 {
  text-align: left;
  font-weight: 500;
}
.cid-urbqRV7RbC p {
  color: #767676;
  text-align: left;
}
.cid-urbqRV7RbC .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-urbqRV7RbC .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-urbqRV7RbC .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-urbqRV7RbC .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-urbqRV7RbC .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-urbqRV7RbC .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-urbqRV7RbC .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-urbqRV7RbC .media-container-row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-urbqRV7RbC .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-urbqRV7RbC .media-container-row {
    align-items: center;
  }
}
@media (max-width: 300px) {
  .cid-urbqRV7RbC .card-img span {
    font-size: 40px !important;
  }
}
.cid-urbqRV7RbC H4 {
  color: #10b4bb;
}
.cid-urbqS6T6lo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urbqS6T6lo h2 {
  text-align: left;
}
.cid-urbqS6T6lo h4 {
  text-align: left;
  font-weight: 500;
}
.cid-urbqS6T6lo p {
  color: #767676;
  text-align: left;
}
.cid-urbqS6T6lo .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-urbqS6T6lo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-urbqS6T6lo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-urbqS6T6lo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-urbqS6T6lo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-urbqS6T6lo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-urbqS6T6lo .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-urbqS6T6lo .media-container-row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-urbqS6T6lo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-urbqS6T6lo .media-container-row {
    align-items: center;
  }
}
@media (max-width: 300px) {
  .cid-urbqS6T6lo .card-img span {
    font-size: 40px !important;
  }
}
.cid-urbqS6T6lo H4 {
  color: #10b4bb;
}
.cid-urbvFLhaDN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-urbvFLhaDN .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-urbvFLhaDN .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-urbvFLhaDN .mbr-figure img {
    width: 100% !important;
  }
}
