body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'font';
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'font';
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'font';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'font';
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'font';
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #000000;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'font';
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
.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: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: 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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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: 991px) {
  .cid-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBLbWEBO9n {
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBLbWEBO9n .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uBLbWEBO9n .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uBLbWEBO9n .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uBLbWEBO9n .mbr-text {
  color: #ffffff;
}
.cid-uBLbWEBO9n .card {
  padding-bottom: 1.5rem;
}
.cid-rnkR0JFbDW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-4-1024x1024.jpg");
}
.cid-rnkR0JFbDW .card-img {
  background-color: #fff;
}
.cid-rnkR0JFbDW .card-box {
  padding: 2rem;
}
.cid-rnkR0JFbDW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rnkR0JFbDW p {
  text-align: left;
}
.cid-rnkR0JFbDW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-rnkR0JFbDW .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rnkR0JFbDW .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-rnkR0JFbDW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rnkR0JFbDW .card-title {
  color: #000000;
  text-align: center;
}
.cid-rnkMpJZafw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-rnkMpJZafw .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rnkMpJZafw .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rnkMpJZafw .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rnkMpJZafw .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rnkMpJZafw .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rnkMpJZafw .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #000000;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.cid-rnkMpJZafw .card {
  min-height: 300px;
}
.cid-rnkMpJZafw .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-rnkMpJZafw .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cid-rnkMpJZafw .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rnkMpJZafw .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rnkMpJZafw P {
  text-align: center;
  color: #ffffff;
}
.cid-rnkMpJZafw .mbr-section-title {
  color: #000000;
}
.cid-uBKPgMwDxz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBKPgMwDxz H2 {
  color: #000000;
}
.cid-uBKOSiuvSP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBKOSiuvSP .mbr-text {
  color: #000000;
}
.cid-uBKOSiuvSP h4 {
  text-align: center;
}
.cid-uBKOSiuvSP p {
  text-align: center;
}
.cid-uBKOSiuvSP .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uBKXdkUSOM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uBKXdkUSOM .content {
    text-align: center;
  }
  .cid-uBKXdkUSOM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uBKXdkUSOM .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uBKXdkUSOM .form-group,
.cid-uBKXdkUSOM .input-group-btn {
  padding: 0;
}
.cid-uBKXdkUSOM .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uBKXdkUSOM .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uBKXdkUSOM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBKXdkUSOM .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uBKXdkUSOM .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBKXdkUSOM .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBKXdkUSOM .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBKXdkUSOM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uBKXdkUSOM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBKXdkUSOM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uBKXdkUSOM .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBKXdkUSOM .foot-logo {
    text-align: center !important;
  }
  .cid-uBKXdkUSOM .foot-title {
    text-align: center !important;
  }
  .cid-uBKXdkUSOM .mbr-text {
    text-align: center !important;
  }
  .cid-uBKXdkUSOM .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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: 991px) {
  .cid-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBPDPJne0W {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/image-8-1024x1024.jpg");
}
.cid-uBPDPJne0W .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uBPDPJne0W .main .mbr-section-btn {
  text-align: right;
}
.cid-uBPDPJne0W .btn {
  margin: 0 0 .5rem 0;
}
.cid-uBPDPJne0W DIV {
  text-align: left;
}
.cid-uBPDPJne0W H3 {
  text-align: left;
}
.cid-uBPDPJne0W H2 {
  text-align: left;
}
.cid-uBPFeTbaeh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBPFeTbaeh .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uBPFeTbaeh .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uBPFeTbaeh .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-uBPFeTbaeh .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uBPFeTbaeh .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-uBPFeTbaeh .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #000000;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.cid-uBPFeTbaeh .card {
  min-height: 300px;
}
.cid-uBPFeTbaeh .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-uBPFeTbaeh .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cid-uBPFeTbaeh .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-uBPFeTbaeh .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-uBPFeTbaeh P {
  text-align: center;
  color: #ffffff;
}
.cid-uBPFeTbaeh .mbr-section-title {
  color: #000000;
}
.cid-rnoCVjzZQi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnoCVjzZQi .mbr-text {
  color: #000000;
}
.cid-rnoCVjzZQi h4 {
  text-align: center;
}
.cid-rnoCVjzZQi p {
  text-align: center;
}
.cid-rnoCVjzZQi .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rnoCVjzZQi .card-title,
.cid-rnoCVjzZQi .card-img {
  color: #000000;
}
.cid-rnoErl58zF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnoErl58zF .mbr-text {
  color: #000000;
}
.cid-rnoErl58zF h4 {
  text-align: center;
}
.cid-rnoErl58zF p {
  text-align: center;
}
.cid-rnoErl58zF .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rnoErl58zF .card-title,
.cid-rnoErl58zF .card-img {
  color: #000000;
}
.cid-rno2j7IcKg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/new-picture-821x616.png");
}
.cid-rno2j7IcKg .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rno2j7IcKg .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rno2j7IcKg .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rno2j7IcKg .time-line-date-content {
  margin-right: 2rem;
}
.cid-rno2j7IcKg .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rno2j7IcKg .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rno2j7IcKg .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rno2j7IcKg .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rno2j7IcKg .mbr-timeline-date,
.cid-rno2j7IcKg .timeline-text-content {
  transition: all .4s;
}
.cid-rno2j7IcKg .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rno2j7IcKg .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rno2j7IcKg .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rno2j7IcKg .reverse .time-line-date-content p {
  float: left;
}
.cid-rno2j7IcKg .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rno2j7IcKg .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rno2j7IcKg .iconBackground {
    left: 0 !important;
  }
  .cid-rno2j7IcKg .separline:before {
    left: 0!important;
  }
  .cid-rno2j7IcKg .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rno2j7IcKg .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rno2j7IcKg .time-line-date-content p {
    float: left !important;
  }
  .cid-rno2j7IcKg .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rno2j7IcKg .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rno2j7IcKg .mbr-timeline-date {
  color: #000000;
}
.cid-rno2j7IcKg .mbr-timeline-title {
  color: #000000;
}
.cid-rno2j7IcKg .mbr-timeline-text {
  color: #000000;
}
.cid-uC7Fqussza {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7Fqussza .content {
    text-align: center;
  }
  .cid-uC7Fqussza .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7Fqussza .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7Fqussza .form-group,
.cid-uC7Fqussza .input-group-btn {
  padding: 0;
}
.cid-uC7Fqussza .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7Fqussza .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7Fqussza .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7Fqussza .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7Fqussza .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7Fqussza .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7Fqussza .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7Fqussza .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7Fqussza .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7Fqussza .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7Fqussza .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7Fqussza .foot-logo {
    text-align: center !important;
  }
  .cid-uC7Fqussza .foot-title {
    text-align: center !important;
  }
  .cid-uC7Fqussza .mbr-text {
    text-align: center !important;
  }
  .cid-uC7Fqussza .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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: 991px) {
  .cid-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBPhlkC25O {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tinted-b-1024x1024.jpg");
}
.cid-uBPhlkC25O h2 {
  text-align: left;
}
.cid-uBPhlkC25O h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBPhlkC25O p {
  color: #767676;
  text-align: left;
}
.cid-uBPhlkC25O .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBPhlkC25O .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBPhlkC25O .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBPhlkC25O .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBPhlkC25O .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBPhlkC25O .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBPhlkC25O .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uBPhlkC25O .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uBPhlkC25O .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uBPhlkC25O .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uBPhlkC25O .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBPhlkC25O H2 {
  color: #000000;
}
.cid-uBPhlkC25O .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBPhlkC25O H4 {
  color: #000000;
}
.cid-uBPhlkC25O P {
  color: #000000;
}
.cid-uBPhnJPcVU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBPhnJPcVU h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBPhnJPcVU p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uBPhnJPcVU .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uBPhnJPcVU .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uBPhnJPcVU .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uBPhnJPcVU .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uBPhnJPcVU .card-box {
    padding-left: 0;
  }
}
.cid-uBPhnJPcVU P {
  color: #000000;
}
.cid-uBPhovRrBD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBPhovRrBD .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBPhovRrBD h4 {
  text-align: center;
}
.cid-uBPhovRrBD p {
  text-align: center;
}
.cid-uBPhovRrBD .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sC02SIlxQJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sC02SIlxQJ h2 {
  text-align: left;
}
.cid-sC02SIlxQJ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sC02SIlxQJ p {
  color: #767676;
  text-align: left;
}
.cid-sC02SIlxQJ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sC02SIlxQJ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sC02SIlxQJ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sC02SIlxQJ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sC02SIlxQJ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sC02SIlxQJ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sC02SIlxQJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sC02SIlxQJ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sC02SIlxQJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-sC02SIlxQJ H2 {
  color: #000000;
}
.cid-sC02SIlxQJ .mbr-text {
  color: #000000;
}
.cid-sC02SIlxQJ H4 {
  color: #000000;
}
.cid-sC02SIlxQJ P {
  color: #000000;
}
.cid-uC7Fdp1Zvm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7Fdp1Zvm .content {
    text-align: center;
  }
  .cid-uC7Fdp1Zvm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7Fdp1Zvm .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7Fdp1Zvm .form-group,
.cid-uC7Fdp1Zvm .input-group-btn {
  padding: 0;
}
.cid-uC7Fdp1Zvm .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7Fdp1Zvm .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7Fdp1Zvm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7Fdp1Zvm .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7Fdp1Zvm .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7Fdp1Zvm .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7Fdp1Zvm .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7Fdp1Zvm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7Fdp1Zvm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7Fdp1Zvm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7Fdp1Zvm .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7Fdp1Zvm .foot-logo {
    text-align: center !important;
  }
  .cid-uC7Fdp1Zvm .foot-title {
    text-align: center !important;
  }
  .cid-uC7Fdp1Zvm .mbr-text {
    text-align: center !important;
  }
  .cid-uC7Fdp1Zvm .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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: 991px) {
  .cid-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sBZRINLwpO {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tinted-b-1024x1024.jpg");
}
.cid-sBZRINLwpO h2 {
  text-align: left;
}
.cid-sBZRINLwpO h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sBZRINLwpO p {
  color: #767676;
  text-align: left;
}
.cid-sBZRINLwpO .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sBZRINLwpO .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sBZRINLwpO .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sBZRINLwpO .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sBZRINLwpO .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sBZRINLwpO .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sBZRINLwpO .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sBZRINLwpO .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sBZRINLwpO .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sBZRINLwpO .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sBZRINLwpO .card-img span {
    font-size: 40px !important;
  }
}
.cid-sBZRINLwpO H2 {
  color: #000000;
}
.cid-sBZRINLwpO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sBZRINLwpO H4 {
  color: #000000;
}
.cid-sBZRINLwpO P {
  color: #000000;
}
.cid-uBNOT8Qajk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBNOT8Qajk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBNOT8Qajk p {
  color: #767676;
  text-align: left;
}
.cid-uBNOT8Qajk .card-box {
  padding-top: 2rem;
}
.cid-uBNOT8Qajk .card-wrapper {
  height: 100%;
}
.cid-uBNOT8Qajk P {
  color: #000000;
  text-align: center;
}
.cid-uBNOT8Qajk .card-title {
  text-align: center;
}
.cid-uBNQ3ka2F4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBNQ3ka2F4 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBNQ3ka2F4 h4 {
  text-align: center;
}
.cid-uBNQ3ka2F4 p {
  text-align: center;
}
.cid-uBNQ3ka2F4 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sBZUZnB9hG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-sBZUZnB9hG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sBZUZnB9hG p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sBZUZnB9hG .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sBZUZnB9hG .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sBZUZnB9hG .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sBZUZnB9hG .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sBZUZnB9hG .card-box {
    padding-left: 0;
  }
}
.cid-sBZUZnB9hG .card-title,
.cid-sBZUZnB9hG .card-img {
  color: #000000;
}
.cid-sBZUZnB9hG P {
  color: #000000;
}
.cid-sC02xgpS5h {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sC02xgpS5h .mbr-text,
.cid-sC02xgpS5h blockquote {
  color: #767676;
}
.cid-sC02xgpS5h .mbr-text {
  color: #000000;
}
.cid-sBZWT52gbM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBZWT52gbM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sBZWT52gbM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBZWT52gbM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBZWT52gbM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sBZWT52gbM .row > .row {
  display: block;
}
.cid-sBZWT52gbM .mbr-gallery-item {
  width: 100%;
}
.cid-sBZWT52gbM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #000000) !important;
}
.cid-sBZWT52gbM .mbr-gallery-item > div {
  position: relative;
}
.cid-sBZWT52gbM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sBZWT52gbM .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sBZWT52gbM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sBZWT52gbM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #000000) !important;
}
.cid-uC7zF4jD9f {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7zF4jD9f .content {
    text-align: center;
  }
  .cid-uC7zF4jD9f .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7zF4jD9f .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7zF4jD9f .form-group,
.cid-uC7zF4jD9f .input-group-btn {
  padding: 0;
}
.cid-uC7zF4jD9f .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7zF4jD9f .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7zF4jD9f .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7zF4jD9f .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7zF4jD9f .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7zF4jD9f .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7zF4jD9f .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7zF4jD9f .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7zF4jD9f .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7zF4jD9f .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7zF4jD9f .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7zF4jD9f .foot-logo {
    text-align: center !important;
  }
  .cid-uC7zF4jD9f .foot-title {
    text-align: center !important;
  }
  .cid-uC7zF4jD9f .mbr-text {
    text-align: center !important;
  }
  .cid-uC7zF4jD9f .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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: 991px) {
  .cid-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBPkN9a1Gv {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-8-1024x1024.jpg");
}
.cid-uBPkN9a1Gv h2 {
  text-align: left;
}
.cid-uBPkN9a1Gv h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBPkN9a1Gv p {
  color: #767676;
  text-align: left;
}
.cid-uBPkN9a1Gv .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBPkN9a1Gv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBPkN9a1Gv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBPkN9a1Gv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBPkN9a1Gv .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBPkN9a1Gv .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBPkN9a1Gv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uBPkN9a1Gv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uBPkN9a1Gv .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBPkN9a1Gv H2 {
  color: #000000;
}
.cid-uBPkN9a1Gv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBPkN9a1Gv H4 {
  color: #000000;
}
.cid-uBPkN9a1Gv P {
  color: #000000;
}
.cid-uBPkPczHh7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBPkPczHh7 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBPkPczHh7 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uBPkPczHh7 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uBPkPczHh7 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uBPkPczHh7 .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uBPkPczHh7 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uBPkPczHh7 .card-box {
    padding-left: 0;
  }
}
.cid-uBPkPczHh7 P {
  color: #000000;
}
.cid-uBPkPNGCWe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBPkPNGCWe .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBPkPNGCWe h4 {
  text-align: center;
}
.cid-uBPkPNGCWe p {
  text-align: center;
}
.cid-uBPkPNGCWe .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uC7FgJrT6v {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7FgJrT6v .content {
    text-align: center;
  }
  .cid-uC7FgJrT6v .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7FgJrT6v .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7FgJrT6v .form-group,
.cid-uC7FgJrT6v .input-group-btn {
  padding: 0;
}
.cid-uC7FgJrT6v .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7FgJrT6v .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7FgJrT6v .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7FgJrT6v .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7FgJrT6v .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7FgJrT6v .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7FgJrT6v .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7FgJrT6v .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7FgJrT6v .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7FgJrT6v .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7FgJrT6v .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7FgJrT6v .foot-logo {
    text-align: center !important;
  }
  .cid-uC7FgJrT6v .foot-title {
    text-align: center !important;
  }
  .cid-uC7FgJrT6v .mbr-text {
    text-align: center !important;
  }
  .cid-uC7FgJrT6v .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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: 991px) {
  .cid-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rnSfJKG9oS {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/joinus-1024x1024.jpg");
}
.cid-rnSfJKG9oS .title {
  padding-bottom: 2.5rem;
}
.cid-rnSfJKG9oS .mbr-text {
  color: #000000;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-rnSfJKG9oS .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 2rem;
}
.cid-rnSfJKG9oS .iconfont-wrapper .amp-iconfont {
  font-size: 2.5rem;
}
.cid-rnSfJKG9oS .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-rnSfJKG9oS .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rnSfJKG9oS .iconfont-wrapper {
    display: none;
  }
}
.cid-rnSfJKG9oS H5 {
  color: #000000;
}
.cid-rnSfJKG9oS B {
  color: #149dcc;
}
.cid-rnSfJKG9oS P {
  text-align: left;
}
.cid-rnSfJKG9oS .mbr-section-subtitle {
  color: #000000;
}
.cid-rnSqHSNebN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-rnSqHSNebN .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rnSqHSNebN .icon-block {
  margin-bottom: 10px;
}
.cid-rnSqHSNebN .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rnSqHSNebN .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rnSqHSNebN .mbr-text {
  color: #767676;
}
.cid-rnSqHSNebN textarea.form-control {
  min-height: 100px;
}
.cid-rnSqHSNebN a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rnSqHSNebN .google-map {
  height: 25rem;
  position: relative;
}
.cid-rnSqHSNebN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rnSqHSNebN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rnSqHSNebN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rnSqHSNebN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rnSqHSNebN h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rnSqHSNebN .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rnSqHSNebN .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rnSqHSNebN B {
  color: #149dcc;
}
.cid-rnSqHSNebN .icon-block,
.cid-rnSqHSNebN .icon-block .icon-block__title {
  color: #000000;
}
.cid-uC7Fm0LFrZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7Fm0LFrZ .content {
    text-align: center;
  }
  .cid-uC7Fm0LFrZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7Fm0LFrZ .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7Fm0LFrZ .form-group,
.cid-uC7Fm0LFrZ .input-group-btn {
  padding: 0;
}
.cid-uC7Fm0LFrZ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7Fm0LFrZ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7Fm0LFrZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7Fm0LFrZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7Fm0LFrZ .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7Fm0LFrZ .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7Fm0LFrZ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7Fm0LFrZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7Fm0LFrZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7Fm0LFrZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7Fm0LFrZ .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7Fm0LFrZ .foot-logo {
    text-align: center !important;
  }
  .cid-uC7Fm0LFrZ .foot-title {
    text-align: center !important;
  }
  .cid-uC7Fm0LFrZ .mbr-text {
    text-align: center !important;
  }
  .cid-uC7Fm0LFrZ .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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: 991px) {
  .cid-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBP8ZfADVu {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-8-538x538.jpg");
}
.cid-uBP8ZfADVu h2 {
  text-align: left;
}
.cid-uBP8ZfADVu h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBP8ZfADVu p {
  color: #767676;
  text-align: left;
}
.cid-uBP8ZfADVu .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBP8ZfADVu .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBP8ZfADVu .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBP8ZfADVu .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBP8ZfADVu .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBP8ZfADVu .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBP8ZfADVu .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uBP8ZfADVu .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uBP8ZfADVu .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uBP8ZfADVu .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uBP8ZfADVu .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBP8ZfADVu H2 {
  color: #000000;
}
.cid-uBP8ZfADVu .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBP8ZfADVu H4 {
  color: #000000;
}
.cid-uBP8ZfADVu P {
  color: #000000;
}
.cid-uBP90qClFn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBP90qClFn h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBP90qClFn p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uBP90qClFn .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uBP90qClFn .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uBP90qClFn .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uBP90qClFn .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uBP90qClFn .card-box {
    padding-left: 0;
  }
}
.cid-uBP90qClFn P {
  color: #000000;
}
.cid-uBP9164ztC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBP9164ztC .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBP9164ztC h4 {
  text-align: center;
}
.cid-uBP9164ztC p {
  text-align: center;
}
.cid-uBP9164ztC .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uBP92XAL2l {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBP92XAL2l .mbr-text,
.cid-uBP92XAL2l blockquote {
  color: #767676;
}
.cid-uBP92XAL2l .mbr-text {
  color: #000000;
}
.cid-sC0l4QJ1fS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sC0l4QJ1fS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sC0l4QJ1fS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sC0l4QJ1fS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sC0l4QJ1fS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sC0l4QJ1fS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ffffff, #000000) !important;
}
.cid-sC0l4QJ1fS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sC0l4QJ1fS .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sC0l4QJ1fS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sC0l4QJ1fS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ffffff, #000000) !important;
}
.cid-uC7F9ZGmZA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7F9ZGmZA .content {
    text-align: center;
  }
  .cid-uC7F9ZGmZA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7F9ZGmZA .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7F9ZGmZA .form-group,
.cid-uC7F9ZGmZA .input-group-btn {
  padding: 0;
}
.cid-uC7F9ZGmZA .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7F9ZGmZA .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7F9ZGmZA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7F9ZGmZA .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7F9ZGmZA .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7F9ZGmZA .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7F9ZGmZA .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7F9ZGmZA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7F9ZGmZA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7F9ZGmZA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7F9ZGmZA .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7F9ZGmZA .foot-logo {
    text-align: center !important;
  }
  .cid-uC7F9ZGmZA .foot-title {
    text-align: center !important;
  }
  .cid-uC7F9ZGmZA .mbr-text {
    text-align: center !important;
  }
  .cid-uC7F9ZGmZA .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sC11JgYf7G .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC11JgYf7G .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC11JgYf7G a {
  font-style: normal;
}
.cid-sC11JgYf7G .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC11JgYf7G .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC11JgYf7G .nav-item:focus,
.cid-sC11JgYf7G .nav-link:focus {
  outline: none;
}
.cid-sC11JgYf7G .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC11JgYf7G .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC11JgYf7G .menu-logo {
  margin-right: auto;
}
.cid-sC11JgYf7G .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC11JgYf7G .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sC11JgYf7G .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC11JgYf7G .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC11JgYf7G .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC11JgYf7G .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC11JgYf7G .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC11JgYf7G .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC11JgYf7G .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC11JgYf7G .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC11JgYf7G .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC11JgYf7G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC11JgYf7G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC11JgYf7G .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC11JgYf7G .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC11JgYf7G .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-sC11JgYf7G .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC11JgYf7G .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC11JgYf7G .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC11JgYf7G .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC11JgYf7G .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC11JgYf7G .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC11JgYf7G button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC11JgYf7G button.navbar-toggler:focus {
  outline: none;
}
.cid-sC11JgYf7G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sC11JgYf7G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC11JgYf7G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC11JgYf7G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC11JgYf7G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC11JgYf7G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC11JgYf7G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC11JgYf7G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC11JgYf7G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC11JgYf7G .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC11JgYf7G .collapsed .btn {
  display: flex;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse.collapsing,
.cid-sC11JgYf7G .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC11JgYf7G .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC11JgYf7G .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC11JgYf7G .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC11JgYf7G .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC11JgYf7G .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC11JgYf7G .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC11JgYf7G .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC11JgYf7G .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC11JgYf7G .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC11JgYf7G .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC11JgYf7G .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC11JgYf7G .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: 991px) {
  .cid-sC11JgYf7G .navbar-expand {
    flex-direction: column;
  }
  .cid-sC11JgYf7G img {
    height: 3.8rem !important;
  }
  .cid-sC11JgYf7G .btn {
    display: flex;
  }
  .cid-sC11JgYf7G button.navbar-toggler {
    display: block;
  }
  .cid-sC11JgYf7G .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC11JgYf7G .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC11JgYf7G .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC11JgYf7G .navbar-collapse.collapsing,
  .cid-sC11JgYf7G .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC11JgYf7G .navbar-collapse.collapsing .navbar-nav,
  .cid-sC11JgYf7G .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC11JgYf7G .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC11JgYf7G .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC11JgYf7G .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC11JgYf7G .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC11JgYf7G .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC11JgYf7G .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC11JgYf7G .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC11JgYf7G .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC11JgYf7G .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC11JgYf7G .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC11JgYf7G .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC11JgYf7G .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-sC11JgYf7G .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC11JgYf7G .navbar-collapse {
  flex-basis: auto;
}
.cid-sC11JgYf7G .nav-link:hover,
.cid-sC11JgYf7G .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBODYEzpBP {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-4-1024x1024.jpg");
}
.cid-uBODYEzpBP h2 {
  text-align: left;
}
.cid-uBODYEzpBP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBODYEzpBP p {
  color: #767676;
  text-align: left;
}
.cid-uBODYEzpBP .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBODYEzpBP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBODYEzpBP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBODYEzpBP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBODYEzpBP .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBODYEzpBP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBODYEzpBP .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uBODYEzpBP .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uBODYEzpBP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uBODYEzpBP .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uBODYEzpBP .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBODYEzpBP H2 {
  color: #000000;
}
.cid-uBODYEzpBP .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBODYEzpBP H4 {
  color: #000000;
}
.cid-uBODYEzpBP P {
  color: #000000;
}
.cid-sC9IFCaPds {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-1-1024x1024.jpg");
}
.cid-sC9IFCaPds .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-sC9IFCaPds .mbr-section-subtitle {
  color: #0f965c;
}
.cid-sC9IFCaPds .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC9IFCaPds .mbr-iconfont {
  font-size: 48px;
}
.cid-sC9IFCaPds .card-img {
  margin-bottom: 1.5rem;
}
.cid-sC9IFCaPds .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC9IFCaPds .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-sC9IFCaPds .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sC9IFCaPds .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #000000;
}
.cid-sC9IFCaPds .nav-tabs .nav-link:hover {
  background: #000000;
}
.cid-sC9IFCaPds .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #000000;
  background: #000000;
}
.cid-sC9IFCaPds .nav-tabs .nav-link.active:hover {
  border: 2px solid #000000;
}
.cid-sC9IFCaPds H2 {
  color: #149dcc;
}
.cid-sC9IFCaPds .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sCae0T39u5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sCae0T39u5 .images-container.container-fluid {
  padding: 0;
}
.cid-sCae0T39u5 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sCae0T39u5 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sCae0T39u5 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sCae0T39u5 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sCae0T39u5 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sCae0T39u5 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sCae0T39u5 .img-item {
    width: 100% !important;
  }
  .cid-sCae0T39u5 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sCae0T39u5 P {
  color: #0f965c;
}
.cid-sCainThkro {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCainThkro .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCainThkro .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCainThkro .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCainThkro .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCainThkro .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ffffff, #000000) !important;
}
.cid-sCainThkro .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCainThkro .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sCainThkro .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sCainThkro .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ffffff, #000000) !important;
}
.cid-uBOOwtd5HN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBOOwtd5HN .mbr-section-subtitle {
  color: #767676;
}
.cid-uBOOwtd5HN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uBOOwtd5HN .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uBOOwtd5HN .team-item .item-image img {
  width: 100%;
}
.cid-uBOOwtd5HN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uBOOwtd5HN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uBOOwtd5HN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uBOOwtd5HN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uBOOwtd5HN .item-role P {
  text-align: center;
}
.cid-uBP4nmcabq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBP4nmcabq .mbr-section-subtitle {
  color: #767676;
}
.cid-sCaGJ5Laqk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCaGJ5Laqk .mbr-text,
.cid-sCaGJ5Laqk blockquote {
  color: #767676;
}
.cid-sCaGJ5Laqk .mbr-text {
  color: #000000;
}
.cid-sCaGJ5Laqk .mbr-text P {
  text-align: center;
}
.cid-uBP3kfktbL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-6-1024x1024.jpg");
}
.cid-uBP3kfktbL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBP3kfktbL p {
  color: #767676;
  text-align: left;
}
.cid-uBP3kfktbL .card-box {
  padding-top: 2rem;
}
.cid-uBP3kfktbL .card-wrapper {
  height: 100%;
}
.cid-uBP3kfktbL .card-title {
  text-align: center;
}
.cid-uBP3QEVpiV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-6-1024x1024.jpg");
}
.cid-uBP3QEVpiV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBP3QEVpiV p {
  color: #767676;
  text-align: left;
}
.cid-uBP3QEVpiV .card-box {
  padding-top: 2rem;
}
.cid-uBP3QEVpiV .card-wrapper {
  height: 100%;
}
.cid-uBP3QEVpiV .card-title {
  text-align: center;
}
.cid-uC7F6cNnm2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7F6cNnm2 .content {
    text-align: center;
  }
  .cid-uC7F6cNnm2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7F6cNnm2 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7F6cNnm2 .form-group,
.cid-uC7F6cNnm2 .input-group-btn {
  padding: 0;
}
.cid-uC7F6cNnm2 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7F6cNnm2 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7F6cNnm2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7F6cNnm2 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7F6cNnm2 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7F6cNnm2 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7F6cNnm2 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7F6cNnm2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7F6cNnm2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7F6cNnm2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7F6cNnm2 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7F6cNnm2 .foot-logo {
    text-align: center !important;
  }
  .cid-uC7F6cNnm2 .foot-title {
    text-align: center !important;
  }
  .cid-uC7F6cNnm2 .mbr-text {
    text-align: center !important;
  }
  .cid-uC7F6cNnm2 .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCaYipigRG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCaYipigRG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCaYipigRG a {
  font-style: normal;
}
.cid-sCaYipigRG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCaYipigRG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCaYipigRG .nav-item:focus,
.cid-sCaYipigRG .nav-link:focus {
  outline: none;
}
.cid-sCaYipigRG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCaYipigRG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCaYipigRG .menu-logo {
  margin-right: auto;
}
.cid-sCaYipigRG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCaYipigRG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCaYipigRG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCaYipigRG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCaYipigRG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCaYipigRG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCaYipigRG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCaYipigRG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCaYipigRG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCaYipigRG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCaYipigRG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCaYipigRG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCaYipigRG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCaYipigRG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCaYipigRG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCaYipigRG .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-sCaYipigRG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCaYipigRG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCaYipigRG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCaYipigRG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCaYipigRG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCaYipigRG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCaYipigRG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCaYipigRG button.navbar-toggler:focus {
  outline: none;
}
.cid-sCaYipigRG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCaYipigRG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCaYipigRG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCaYipigRG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCaYipigRG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCaYipigRG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCaYipigRG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCaYipigRG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCaYipigRG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCaYipigRG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCaYipigRG .collapsed .btn {
  display: flex;
}
.cid-sCaYipigRG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCaYipigRG .collapsed .navbar-collapse.collapsing,
.cid-sCaYipigRG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCaYipigRG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCaYipigRG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCaYipigRG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCaYipigRG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCaYipigRG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCaYipigRG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCaYipigRG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCaYipigRG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCaYipigRG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCaYipigRG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCaYipigRG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCaYipigRG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCaYipigRG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCaYipigRG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCaYipigRG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCaYipigRG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCaYipigRG .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: 991px) {
  .cid-sCaYipigRG .navbar-expand {
    flex-direction: column;
  }
  .cid-sCaYipigRG img {
    height: 3.8rem !important;
  }
  .cid-sCaYipigRG .btn {
    display: flex;
  }
  .cid-sCaYipigRG button.navbar-toggler {
    display: block;
  }
  .cid-sCaYipigRG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCaYipigRG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCaYipigRG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCaYipigRG .navbar-collapse.collapsing,
  .cid-sCaYipigRG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCaYipigRG .navbar-collapse.collapsing .navbar-nav,
  .cid-sCaYipigRG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCaYipigRG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCaYipigRG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCaYipigRG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCaYipigRG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCaYipigRG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCaYipigRG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCaYipigRG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCaYipigRG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCaYipigRG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCaYipigRG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCaYipigRG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCaYipigRG .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-sCaYipigRG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCaYipigRG .navbar-collapse {
  flex-basis: auto;
}
.cid-sCaYipigRG .nav-link:hover,
.cid-sCaYipigRG .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBO0YswSNI {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tinted-b-1024x1024.jpg");
}
.cid-uBO0YswSNI h2 {
  text-align: left;
}
.cid-uBO0YswSNI h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBO0YswSNI p {
  color: #767676;
  text-align: left;
}
.cid-uBO0YswSNI .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBO0YswSNI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBO0YswSNI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBO0YswSNI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBO0YswSNI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBO0YswSNI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBO0YswSNI .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uBO0YswSNI .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uBO0YswSNI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uBO0YswSNI .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uBO0YswSNI .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBO0YswSNI H2 {
  color: #000000;
}
.cid-uBO0YswSNI .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBO0YswSNI H4 {
  color: #000000;
}
.cid-uBO0YswSNI P {
  color: #000000;
}
.cid-uBO1aDgu2r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBO1aDgu2r h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBO1aDgu2r p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uBO1aDgu2r .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uBO1aDgu2r .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uBO1aDgu2r .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uBO1aDgu2r .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uBO1aDgu2r .card-box {
    padding-left: 0;
  }
}
.cid-uBO1aDgu2r P {
  color: #000000;
}
.cid-uBO4d0G8cg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBO4d0G8cg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBO4d0G8cg h4 {
  text-align: center;
}
.cid-uBO4d0G8cg p {
  text-align: center;
}
.cid-uBO4d0G8cg .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sCaYioz4nO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCaYioz4nO .mbr-text,
.cid-sCaYioz4nO blockquote {
  color: #767676;
}
.cid-sCaYioz4nO .mbr-text {
  color: #000000;
}
.cid-sCaYioJrKL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCaYioJrKL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCaYioJrKL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCaYioJrKL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCaYioJrKL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCaYioJrKL .row > .row {
  display: block;
}
.cid-sCaYioJrKL .mbr-gallery-item {
  width: 100%;
}
.cid-sCaYioJrKL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ffffff, #000000) !important;
}
.cid-sCaYioJrKL .mbr-gallery-item > div {
  position: relative;
}
.cid-sCaYioJrKL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCaYioJrKL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sCaYioJrKL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sCaYioJrKL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ffffff, #000000) !important;
}
.cid-uC7B4ZMb0z {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7B4ZMb0z .content {
    text-align: center;
  }
  .cid-uC7B4ZMb0z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7B4ZMb0z .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7B4ZMb0z .form-group,
.cid-uC7B4ZMb0z .input-group-btn {
  padding: 0;
}
.cid-uC7B4ZMb0z .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7B4ZMb0z .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7B4ZMb0z .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7B4ZMb0z .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7B4ZMb0z .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7B4ZMb0z .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7B4ZMb0z .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7B4ZMb0z .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7B4ZMb0z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7B4ZMb0z .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7B4ZMb0z .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7B4ZMb0z .foot-logo {
    text-align: center !important;
  }
  .cid-uC7B4ZMb0z .foot-title {
    text-align: center !important;
  }
  .cid-uC7B4ZMb0z .mbr-text {
    text-align: center !important;
  }
  .cid-uC7B4ZMb0z .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCb4sCidvT .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCb4sCidvT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCb4sCidvT a {
  font-style: normal;
}
.cid-sCb4sCidvT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCb4sCidvT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCb4sCidvT .nav-item:focus,
.cid-sCb4sCidvT .nav-link:focus {
  outline: none;
}
.cid-sCb4sCidvT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCb4sCidvT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCb4sCidvT .menu-logo {
  margin-right: auto;
}
.cid-sCb4sCidvT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCb4sCidvT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCb4sCidvT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCb4sCidvT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCb4sCidvT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCb4sCidvT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCb4sCidvT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCb4sCidvT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCb4sCidvT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCb4sCidvT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCb4sCidvT .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCb4sCidvT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCb4sCidvT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCb4sCidvT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCb4sCidvT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCb4sCidvT .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-sCb4sCidvT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCb4sCidvT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCb4sCidvT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCb4sCidvT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCb4sCidvT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCb4sCidvT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCb4sCidvT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCb4sCidvT button.navbar-toggler:focus {
  outline: none;
}
.cid-sCb4sCidvT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCb4sCidvT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCb4sCidvT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCb4sCidvT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCb4sCidvT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCb4sCidvT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCb4sCidvT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCb4sCidvT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCb4sCidvT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCb4sCidvT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCb4sCidvT .collapsed .btn {
  display: flex;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse.collapsing,
.cid-sCb4sCidvT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCb4sCidvT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCb4sCidvT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCb4sCidvT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCb4sCidvT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCb4sCidvT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCb4sCidvT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCb4sCidvT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCb4sCidvT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCb4sCidvT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCb4sCidvT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCb4sCidvT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCb4sCidvT .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: 991px) {
  .cid-sCb4sCidvT .navbar-expand {
    flex-direction: column;
  }
  .cid-sCb4sCidvT img {
    height: 3.8rem !important;
  }
  .cid-sCb4sCidvT .btn {
    display: flex;
  }
  .cid-sCb4sCidvT button.navbar-toggler {
    display: block;
  }
  .cid-sCb4sCidvT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCb4sCidvT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCb4sCidvT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCb4sCidvT .navbar-collapse.collapsing,
  .cid-sCb4sCidvT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCb4sCidvT .navbar-collapse.collapsing .navbar-nav,
  .cid-sCb4sCidvT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCb4sCidvT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCb4sCidvT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCb4sCidvT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCb4sCidvT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCb4sCidvT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCb4sCidvT .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCb4sCidvT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCb4sCidvT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCb4sCidvT .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCb4sCidvT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCb4sCidvT .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCb4sCidvT .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-sCb4sCidvT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCb4sCidvT .navbar-collapse {
  flex-basis: auto;
}
.cid-sCb4sCidvT .nav-link:hover,
.cid-sCb4sCidvT .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBO6vTHNmj {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tinted-b-1024x1024.jpg");
}
.cid-uBO6vTHNmj h2 {
  text-align: left;
}
.cid-uBO6vTHNmj h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBO6vTHNmj p {
  color: #767676;
  text-align: left;
}
.cid-uBO6vTHNmj .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBO6vTHNmj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBO6vTHNmj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBO6vTHNmj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBO6vTHNmj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBO6vTHNmj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBO6vTHNmj .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uBO6vTHNmj .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uBO6vTHNmj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uBO6vTHNmj .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uBO6vTHNmj .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBO6vTHNmj H2 {
  color: #000000;
}
.cid-uBO6vTHNmj .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBO6vTHNmj H4 {
  color: #000000;
}
.cid-uBO6vTHNmj P {
  color: #000000;
}
.cid-uBO6Ta0WEi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBO6Ta0WEi h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBO6Ta0WEi p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uBO6Ta0WEi .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uBO6Ta0WEi .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uBO6Ta0WEi .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uBO6Ta0WEi .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uBO6Ta0WEi .card-box {
    padding-left: 0;
  }
}
.cid-uBO6Ta0WEi P {
  color: #000000;
}
.cid-uBO77Cys3O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBO77Cys3O .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBO77Cys3O h4 {
  text-align: center;
}
.cid-uBO77Cys3O p {
  text-align: center;
}
.cid-uBO77Cys3O .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uC7DoJT8yD {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7DoJT8yD .content {
    text-align: center;
  }
  .cid-uC7DoJT8yD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7DoJT8yD .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7DoJT8yD .form-group,
.cid-uC7DoJT8yD .input-group-btn {
  padding: 0;
}
.cid-uC7DoJT8yD .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7DoJT8yD .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7DoJT8yD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7DoJT8yD .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7DoJT8yD .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7DoJT8yD .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7DoJT8yD .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7DoJT8yD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7DoJT8yD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7DoJT8yD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7DoJT8yD .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7DoJT8yD .foot-logo {
    text-align: center !important;
  }
  .cid-uC7DoJT8yD .foot-title {
    text-align: center !important;
  }
  .cid-uC7DoJT8yD .mbr-text {
    text-align: center !important;
  }
  .cid-uC7DoJT8yD .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCb7NC59Wx .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCb7NC59Wx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCb7NC59Wx a {
  font-style: normal;
}
.cid-sCb7NC59Wx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCb7NC59Wx .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCb7NC59Wx .nav-item:focus,
.cid-sCb7NC59Wx .nav-link:focus {
  outline: none;
}
.cid-sCb7NC59Wx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCb7NC59Wx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCb7NC59Wx .menu-logo {
  margin-right: auto;
}
.cid-sCb7NC59Wx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCb7NC59Wx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCb7NC59Wx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCb7NC59Wx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCb7NC59Wx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCb7NC59Wx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCb7NC59Wx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCb7NC59Wx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCb7NC59Wx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCb7NC59Wx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCb7NC59Wx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCb7NC59Wx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCb7NC59Wx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCb7NC59Wx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCb7NC59Wx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCb7NC59Wx .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-sCb7NC59Wx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCb7NC59Wx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCb7NC59Wx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCb7NC59Wx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCb7NC59Wx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCb7NC59Wx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCb7NC59Wx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCb7NC59Wx button.navbar-toggler:focus {
  outline: none;
}
.cid-sCb7NC59Wx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCb7NC59Wx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCb7NC59Wx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCb7NC59Wx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCb7NC59Wx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCb7NC59Wx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCb7NC59Wx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCb7NC59Wx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCb7NC59Wx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCb7NC59Wx .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCb7NC59Wx .collapsed .btn {
  display: flex;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse.collapsing,
.cid-sCb7NC59Wx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCb7NC59Wx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCb7NC59Wx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCb7NC59Wx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCb7NC59Wx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCb7NC59Wx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCb7NC59Wx .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCb7NC59Wx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCb7NC59Wx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCb7NC59Wx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCb7NC59Wx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCb7NC59Wx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCb7NC59Wx .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: 991px) {
  .cid-sCb7NC59Wx .navbar-expand {
    flex-direction: column;
  }
  .cid-sCb7NC59Wx img {
    height: 3.8rem !important;
  }
  .cid-sCb7NC59Wx .btn {
    display: flex;
  }
  .cid-sCb7NC59Wx button.navbar-toggler {
    display: block;
  }
  .cid-sCb7NC59Wx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCb7NC59Wx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCb7NC59Wx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCb7NC59Wx .navbar-collapse.collapsing,
  .cid-sCb7NC59Wx .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCb7NC59Wx .navbar-collapse.collapsing .navbar-nav,
  .cid-sCb7NC59Wx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCb7NC59Wx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCb7NC59Wx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCb7NC59Wx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCb7NC59Wx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCb7NC59Wx .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCb7NC59Wx .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCb7NC59Wx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCb7NC59Wx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCb7NC59Wx .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCb7NC59Wx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCb7NC59Wx .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCb7NC59Wx .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-sCb7NC59Wx .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCb7NC59Wx .navbar-collapse {
  flex-basis: auto;
}
.cid-sCb7NC59Wx .nav-link:hover,
.cid-sCb7NC59Wx .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBOBrcjTrY {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tinted-b-1024x1024.jpg");
}
.cid-uBOBrcjTrY h2 {
  text-align: left;
}
.cid-uBOBrcjTrY h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBOBrcjTrY p {
  color: #767676;
  text-align: left;
}
.cid-uBOBrcjTrY .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBOBrcjTrY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBOBrcjTrY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBOBrcjTrY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBOBrcjTrY .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBOBrcjTrY .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBOBrcjTrY .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uBOBrcjTrY .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uBOBrcjTrY .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uBOBrcjTrY .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uBOBrcjTrY .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBOBrcjTrY H2 {
  color: #000000;
}
.cid-uBOBrcjTrY .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBOBrcjTrY H4 {
  color: #000000;
}
.cid-uBOBrcjTrY P {
  color: #000000;
}
.cid-uBOBsjWt3T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBOBsjWt3T h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBOBsjWt3T p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uBOBsjWt3T .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uBOBsjWt3T .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uBOBsjWt3T .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uBOBsjWt3T .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uBOBsjWt3T .card-box {
    padding-left: 0;
  }
}
.cid-uBOBsjWt3T P {
  color: #000000;
}
.cid-uBOBsUyKNt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBOBsUyKNt .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBOBsUyKNt h4 {
  text-align: center;
}
.cid-uBOBsUyKNt p {
  text-align: center;
}
.cid-uBOBsUyKNt .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uBOBtXwA1X {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBOBtXwA1X .mbr-text,
.cid-uBOBtXwA1X blockquote {
  color: #767676;
}
.cid-uBOBtXwA1X .mbr-text {
  color: #000000;
}
.cid-sCboAJ7aW6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCboAJ7aW6 img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCboAJ7aW6 .col-12 {
  padding: 0;
}
.cid-sCboAJ7aW6 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCboAJ7aW6 .container-fluid {
  padding: 0;
}
.cid-sCboAJ7aW6 .row {
  margin: 0;
}
.cid-sCboAJ7aW6 .l2 {
  color: #0c5b47;
}
.cid-sCboAJ7aW6 .l1 {
  color: #0c5b47;
}
.cid-sCboBa9pr2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCboBa9pr2 img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCboBa9pr2 .col-12 {
  padding: 0;
}
.cid-sCboBa9pr2 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCboBa9pr2 .container-fluid {
  padding: 0;
}
.cid-sCboBa9pr2 .row {
  margin: 0;
}
.cid-sCboBa9pr2 .l2 {
  color: #0c5b47;
}
.cid-sCboBa9pr2 .l1 {
  color: #0c5b47;
}
.cid-sCbpTGXoCE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbpTGXoCE img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbpTGXoCE .col-12 {
  padding: 0;
}
.cid-sCbpTGXoCE .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbpTGXoCE .container-fluid {
  padding: 0;
}
.cid-sCbpTGXoCE .row {
  margin: 0;
}
.cid-sCbpTGXoCE .l2 {
  color: #0c5b47;
}
.cid-sCbpTGXoCE .l1 {
  color: #0c5b47;
}
.cid-uC7EZMDQSO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7EZMDQSO .content {
    text-align: center;
  }
  .cid-uC7EZMDQSO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7EZMDQSO .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7EZMDQSO .form-group,
.cid-uC7EZMDQSO .input-group-btn {
  padding: 0;
}
.cid-uC7EZMDQSO .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7EZMDQSO .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7EZMDQSO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7EZMDQSO .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7EZMDQSO .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7EZMDQSO .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7EZMDQSO .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7EZMDQSO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7EZMDQSO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7EZMDQSO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7EZMDQSO .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7EZMDQSO .foot-logo {
    text-align: center !important;
  }
  .cid-uC7EZMDQSO .foot-title {
    text-align: center !important;
  }
  .cid-uC7EZMDQSO .mbr-text {
    text-align: center !important;
  }
  .cid-uC7EZMDQSO .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCbj3SEUpA .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCbj3SEUpA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCbj3SEUpA a {
  font-style: normal;
}
.cid-sCbj3SEUpA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCbj3SEUpA .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCbj3SEUpA .nav-item:focus,
.cid-sCbj3SEUpA .nav-link:focus {
  outline: none;
}
.cid-sCbj3SEUpA .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCbj3SEUpA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCbj3SEUpA .menu-logo {
  margin-right: auto;
}
.cid-sCbj3SEUpA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCbj3SEUpA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCbj3SEUpA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCbj3SEUpA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCbj3SEUpA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCbj3SEUpA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCbj3SEUpA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCbj3SEUpA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCbj3SEUpA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCbj3SEUpA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCbj3SEUpA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCbj3SEUpA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCbj3SEUpA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCbj3SEUpA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCbj3SEUpA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCbj3SEUpA .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-sCbj3SEUpA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCbj3SEUpA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCbj3SEUpA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCbj3SEUpA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCbj3SEUpA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCbj3SEUpA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCbj3SEUpA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCbj3SEUpA button.navbar-toggler:focus {
  outline: none;
}
.cid-sCbj3SEUpA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCbj3SEUpA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCbj3SEUpA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbj3SEUpA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbj3SEUpA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCbj3SEUpA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbj3SEUpA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCbj3SEUpA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCbj3SEUpA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbj3SEUpA .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCbj3SEUpA .collapsed .btn {
  display: flex;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse.collapsing,
.cid-sCbj3SEUpA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCbj3SEUpA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCbj3SEUpA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCbj3SEUpA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCbj3SEUpA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCbj3SEUpA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCbj3SEUpA .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCbj3SEUpA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCbj3SEUpA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCbj3SEUpA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCbj3SEUpA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCbj3SEUpA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCbj3SEUpA .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: 991px) {
  .cid-sCbj3SEUpA .navbar-expand {
    flex-direction: column;
  }
  .cid-sCbj3SEUpA img {
    height: 3.8rem !important;
  }
  .cid-sCbj3SEUpA .btn {
    display: flex;
  }
  .cid-sCbj3SEUpA button.navbar-toggler {
    display: block;
  }
  .cid-sCbj3SEUpA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCbj3SEUpA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCbj3SEUpA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCbj3SEUpA .navbar-collapse.collapsing,
  .cid-sCbj3SEUpA .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCbj3SEUpA .navbar-collapse.collapsing .navbar-nav,
  .cid-sCbj3SEUpA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCbj3SEUpA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCbj3SEUpA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCbj3SEUpA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCbj3SEUpA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbj3SEUpA .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCbj3SEUpA .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCbj3SEUpA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCbj3SEUpA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbj3SEUpA .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCbj3SEUpA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCbj3SEUpA .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCbj3SEUpA .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-sCbj3SEUpA .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCbj3SEUpA .navbar-collapse {
  flex-basis: auto;
}
.cid-sCbj3SEUpA .nav-link:hover,
.cid-sCbj3SEUpA .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBOztMHhsc {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tinted-b-1024x1024.jpg");
}
.cid-uBOztMHhsc h2 {
  text-align: left;
}
.cid-uBOztMHhsc h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBOztMHhsc p {
  color: #767676;
  text-align: left;
}
.cid-uBOztMHhsc .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBOztMHhsc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBOztMHhsc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBOztMHhsc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBOztMHhsc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBOztMHhsc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBOztMHhsc .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uBOztMHhsc .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uBOztMHhsc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uBOztMHhsc .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uBOztMHhsc .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBOztMHhsc H2 {
  color: #000000;
}
.cid-uBOztMHhsc .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBOztMHhsc H4 {
  color: #000000;
}
.cid-uBOztMHhsc P {
  color: #000000;
}
.cid-uBOzvv4f6X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBOzvv4f6X h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBOzvv4f6X p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uBOzvv4f6X .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uBOzvv4f6X .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uBOzvv4f6X .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uBOzvv4f6X .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uBOzvv4f6X .card-box {
    padding-left: 0;
  }
}
.cid-uBOzvv4f6X P {
  color: #000000;
}
.cid-uBOzwhc9Yn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBOzwhc9Yn .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBOzwhc9Yn h4 {
  text-align: center;
}
.cid-uBOzwhc9Yn p {
  text-align: center;
}
.cid-uBOzwhc9Yn .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uBOzxSFT9g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBOzxSFT9g .mbr-text,
.cid-uBOzxSFT9g blockquote {
  color: #767676;
}
.cid-uBOzxSFT9g .mbr-text {
  color: #000000;
}
.cid-sCbmZc7SR0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbmZc7SR0 img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbmZc7SR0 .col-12 {
  padding: 0;
}
.cid-sCbmZc7SR0 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbmZc7SR0 .container-fluid {
  padding: 0;
}
.cid-sCbmZc7SR0 .row {
  margin: 0;
}
.cid-sCbmZc7SR0 .l2 {
  color: #0c5b47;
}
.cid-sCbmZc7SR0 .l1 {
  color: #0c5b47;
}
.cid-sCbnaz276i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbnaz276i img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbnaz276i .col-12 {
  padding: 0;
}
.cid-sCbnaz276i .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbnaz276i .container-fluid {
  padding: 0;
}
.cid-sCbnaz276i .row {
  margin: 0;
}
.cid-sCbnaz276i .l2 {
  color: #0c5b47;
}
.cid-sCbnaz276i .l1 {
  color: #0c5b47;
}
.cid-sCbnicSsvN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbnicSsvN img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbnicSsvN .col-12 {
  padding: 0;
}
.cid-sCbnicSsvN .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbnicSsvN .container-fluid {
  padding: 0;
}
.cid-sCbnicSsvN .row {
  margin: 0;
}
.cid-sCbnicSsvN .l2 {
  color: #0c5b47;
}
.cid-sCbnicSsvN .l1 {
  color: #0c5b47;
}
.cid-sCbniKc2Ct {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbniKc2Ct img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbniKc2Ct .col-12 {
  padding: 0;
}
.cid-sCbniKc2Ct .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbniKc2Ct .container-fluid {
  padding: 0;
}
.cid-sCbniKc2Ct .row {
  margin: 0;
}
.cid-sCbniKc2Ct .l2 {
  color: #0c5b47;
}
.cid-sCbniKc2Ct .l1 {
  color: #0c5b47;
}
.cid-uC7EAoihRa {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7EAoihRa .content {
    text-align: center;
  }
  .cid-uC7EAoihRa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7EAoihRa .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7EAoihRa .form-group,
.cid-uC7EAoihRa .input-group-btn {
  padding: 0;
}
.cid-uC7EAoihRa .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7EAoihRa .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7EAoihRa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7EAoihRa .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7EAoihRa .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7EAoihRa .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7EAoihRa .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7EAoihRa .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7EAoihRa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7EAoihRa .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7EAoihRa .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7EAoihRa .foot-logo {
    text-align: center !important;
  }
  .cid-uC7EAoihRa .foot-title {
    text-align: center !important;
  }
  .cid-uC7EAoihRa .mbr-text {
    text-align: center !important;
  }
  .cid-uC7EAoihRa .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCbroo1cWE .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCbroo1cWE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCbroo1cWE a {
  font-style: normal;
}
.cid-sCbroo1cWE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCbroo1cWE .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCbroo1cWE .nav-item:focus,
.cid-sCbroo1cWE .nav-link:focus {
  outline: none;
}
.cid-sCbroo1cWE .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCbroo1cWE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCbroo1cWE .menu-logo {
  margin-right: auto;
}
.cid-sCbroo1cWE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCbroo1cWE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCbroo1cWE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCbroo1cWE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCbroo1cWE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCbroo1cWE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCbroo1cWE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCbroo1cWE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCbroo1cWE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCbroo1cWE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCbroo1cWE .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCbroo1cWE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCbroo1cWE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCbroo1cWE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCbroo1cWE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCbroo1cWE .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-sCbroo1cWE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCbroo1cWE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCbroo1cWE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCbroo1cWE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCbroo1cWE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCbroo1cWE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCbroo1cWE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCbroo1cWE button.navbar-toggler:focus {
  outline: none;
}
.cid-sCbroo1cWE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCbroo1cWE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCbroo1cWE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbroo1cWE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbroo1cWE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCbroo1cWE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbroo1cWE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCbroo1cWE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCbroo1cWE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbroo1cWE .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCbroo1cWE .collapsed .btn {
  display: flex;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse.collapsing,
.cid-sCbroo1cWE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCbroo1cWE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCbroo1cWE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCbroo1cWE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCbroo1cWE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCbroo1cWE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCbroo1cWE .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCbroo1cWE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCbroo1cWE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCbroo1cWE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCbroo1cWE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCbroo1cWE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCbroo1cWE .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: 991px) {
  .cid-sCbroo1cWE .navbar-expand {
    flex-direction: column;
  }
  .cid-sCbroo1cWE img {
    height: 3.8rem !important;
  }
  .cid-sCbroo1cWE .btn {
    display: flex;
  }
  .cid-sCbroo1cWE button.navbar-toggler {
    display: block;
  }
  .cid-sCbroo1cWE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCbroo1cWE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCbroo1cWE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCbroo1cWE .navbar-collapse.collapsing,
  .cid-sCbroo1cWE .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCbroo1cWE .navbar-collapse.collapsing .navbar-nav,
  .cid-sCbroo1cWE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCbroo1cWE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCbroo1cWE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCbroo1cWE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCbroo1cWE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbroo1cWE .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCbroo1cWE .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCbroo1cWE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCbroo1cWE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbroo1cWE .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCbroo1cWE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCbroo1cWE .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCbroo1cWE .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-sCbroo1cWE .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCbroo1cWE .navbar-collapse {
  flex-basis: auto;
}
.cid-sCbroo1cWE .nav-link:hover,
.cid-sCbroo1cWE .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBOaqsbvjx {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tinted-b-1024x1024.jpg");
}
.cid-uBOaqsbvjx h2 {
  text-align: left;
}
.cid-uBOaqsbvjx h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBOaqsbvjx p {
  color: #767676;
  text-align: left;
}
.cid-uBOaqsbvjx .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBOaqsbvjx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBOaqsbvjx .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBOaqsbvjx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBOaqsbvjx .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBOaqsbvjx .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBOaqsbvjx .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uBOaqsbvjx .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uBOaqsbvjx .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uBOaqsbvjx .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uBOaqsbvjx .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBOaqsbvjx H2 {
  color: #000000;
}
.cid-uBOaqsbvjx .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBOaqsbvjx H4 {
  color: #000000;
}
.cid-uBOaqsbvjx P {
  color: #000000;
}
.cid-uBOarmzx2Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBOarmzx2Z h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBOarmzx2Z p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uBOarmzx2Z .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uBOarmzx2Z .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uBOarmzx2Z .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uBOarmzx2Z .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uBOarmzx2Z .card-box {
    padding-left: 0;
  }
}
.cid-uBOarmzx2Z P {
  color: #000000;
}
.cid-uBOas3dXgM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBOas3dXgM .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBOas3dXgM h4 {
  text-align: center;
}
.cid-uBOas3dXgM p {
  text-align: center;
}
.cid-uBOas3dXgM .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uBOc3ZBArv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBOc3ZBArv .mbr-text,
.cid-uBOc3ZBArv blockquote {
  color: #767676;
}
.cid-uBOc3ZBArv .mbr-text {
  color: #000000;
}
.cid-sCbuuFiwta {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbuuFiwta img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbuuFiwta .col-12 {
  padding: 0;
}
.cid-sCbuuFiwta .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbuuFiwta .container-fluid {
  padding: 0;
}
.cid-sCbuuFiwta .row {
  margin: 0;
}
.cid-sCbuuFiwta .l2 {
  color: #0c5b47;
}
.cid-sCbuuFiwta .l1 {
  color: #0c5b47;
}
.cid-sCbuv23Ja4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbuv23Ja4 img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbuv23Ja4 .col-12 {
  padding: 0;
}
.cid-sCbuv23Ja4 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbuv23Ja4 .container-fluid {
  padding: 0;
}
.cid-sCbuv23Ja4 .row {
  margin: 0;
}
.cid-sCbuv23Ja4 .l2 {
  color: #0c5b47;
}
.cid-sCbuv23Ja4 .l1 {
  color: #0c5b47;
}
.cid-sCbuX2XgNm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbuX2XgNm img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbuX2XgNm .col-12 {
  padding: 0;
}
.cid-sCbuX2XgNm .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbuX2XgNm .container-fluid {
  padding: 0;
}
.cid-sCbuX2XgNm .row {
  margin: 0;
}
.cid-sCbuX2XgNm .l2 {
  color: #0c5b47;
}
.cid-sCbuX2XgNm .l1 {
  color: #0c5b47;
}
.cid-uC7EiJzDxb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7EiJzDxb .content {
    text-align: center;
  }
  .cid-uC7EiJzDxb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7EiJzDxb .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7EiJzDxb .form-group,
.cid-uC7EiJzDxb .input-group-btn {
  padding: 0;
}
.cid-uC7EiJzDxb .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7EiJzDxb .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7EiJzDxb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7EiJzDxb .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7EiJzDxb .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7EiJzDxb .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7EiJzDxb .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7EiJzDxb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7EiJzDxb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7EiJzDxb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7EiJzDxb .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7EiJzDxb .foot-logo {
    text-align: center !important;
  }
  .cid-uC7EiJzDxb .foot-title {
    text-align: center !important;
  }
  .cid-uC7EiJzDxb .mbr-text {
    text-align: center !important;
  }
  .cid-uC7EiJzDxb .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCbBcz9cIr .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCbBcz9cIr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCbBcz9cIr a {
  font-style: normal;
}
.cid-sCbBcz9cIr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCbBcz9cIr .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCbBcz9cIr .nav-item:focus,
.cid-sCbBcz9cIr .nav-link:focus {
  outline: none;
}
.cid-sCbBcz9cIr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCbBcz9cIr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCbBcz9cIr .menu-logo {
  margin-right: auto;
}
.cid-sCbBcz9cIr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCbBcz9cIr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCbBcz9cIr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCbBcz9cIr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCbBcz9cIr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCbBcz9cIr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCbBcz9cIr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCbBcz9cIr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCbBcz9cIr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCbBcz9cIr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCbBcz9cIr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCbBcz9cIr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCbBcz9cIr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCbBcz9cIr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCbBcz9cIr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCbBcz9cIr .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-sCbBcz9cIr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCbBcz9cIr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCbBcz9cIr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCbBcz9cIr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCbBcz9cIr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCbBcz9cIr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCbBcz9cIr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCbBcz9cIr button.navbar-toggler:focus {
  outline: none;
}
.cid-sCbBcz9cIr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCbBcz9cIr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCbBcz9cIr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbBcz9cIr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbBcz9cIr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCbBcz9cIr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbBcz9cIr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCbBcz9cIr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCbBcz9cIr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbBcz9cIr .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCbBcz9cIr .collapsed .btn {
  display: flex;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse.collapsing,
.cid-sCbBcz9cIr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCbBcz9cIr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCbBcz9cIr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCbBcz9cIr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCbBcz9cIr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCbBcz9cIr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCbBcz9cIr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCbBcz9cIr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCbBcz9cIr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCbBcz9cIr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCbBcz9cIr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCbBcz9cIr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCbBcz9cIr .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: 991px) {
  .cid-sCbBcz9cIr .navbar-expand {
    flex-direction: column;
  }
  .cid-sCbBcz9cIr img {
    height: 3.8rem !important;
  }
  .cid-sCbBcz9cIr .btn {
    display: flex;
  }
  .cid-sCbBcz9cIr button.navbar-toggler {
    display: block;
  }
  .cid-sCbBcz9cIr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCbBcz9cIr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCbBcz9cIr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCbBcz9cIr .navbar-collapse.collapsing,
  .cid-sCbBcz9cIr .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCbBcz9cIr .navbar-collapse.collapsing .navbar-nav,
  .cid-sCbBcz9cIr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCbBcz9cIr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCbBcz9cIr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCbBcz9cIr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCbBcz9cIr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbBcz9cIr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCbBcz9cIr .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCbBcz9cIr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCbBcz9cIr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbBcz9cIr .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCbBcz9cIr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCbBcz9cIr .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCbBcz9cIr .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-sCbBcz9cIr .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCbBcz9cIr .navbar-collapse {
  flex-basis: auto;
}
.cid-sCbBcz9cIr .nav-link:hover,
.cid-sCbBcz9cIr .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBOwUbz30a {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tinted-b-1024x1024.jpg");
}
.cid-uBOwUbz30a h2 {
  text-align: left;
}
.cid-uBOwUbz30a h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBOwUbz30a p {
  color: #767676;
  text-align: left;
}
.cid-uBOwUbz30a .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBOwUbz30a .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBOwUbz30a .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBOwUbz30a .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBOwUbz30a .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBOwUbz30a .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBOwUbz30a .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uBOwUbz30a .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uBOwUbz30a .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uBOwUbz30a .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uBOwUbz30a .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBOwUbz30a H2 {
  color: #000000;
}
.cid-uBOwUbz30a .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBOwUbz30a H4 {
  color: #000000;
}
.cid-uBOwUbz30a P {
  color: #000000;
}
.cid-uBOwUUsUVc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBOwUUsUVc h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBOwUUsUVc p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uBOwUUsUVc .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uBOwUUsUVc .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uBOwUUsUVc .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uBOwUUsUVc .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uBOwUUsUVc .card-box {
    padding-left: 0;
  }
}
.cid-uBOwUUsUVc P {
  color: #000000;
}
.cid-uBOwVvrZ8U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBOwVvrZ8U .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBOwVvrZ8U h4 {
  text-align: center;
}
.cid-uBOwVvrZ8U p {
  text-align: center;
}
.cid-uBOwVvrZ8U .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uBOwW8XXPI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBOwW8XXPI .mbr-text,
.cid-uBOwW8XXPI blockquote {
  color: #767676;
}
.cid-uBOwW8XXPI .mbr-text {
  color: #000000;
}
.cid-sCbBcztH6o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbBcztH6o img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcztH6o .col-12 {
  padding: 0;
}
.cid-sCbBcztH6o .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcztH6o .container-fluid {
  padding: 0;
}
.cid-sCbBcztH6o .row {
  margin: 0;
}
.cid-sCbBcztH6o .l2 {
  color: #0c5b47;
}
.cid-sCbBcztH6o .l1 {
  color: #0c5b47;
}
.cid-sCbBczM4fh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbBczM4fh img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBczM4fh .col-12 {
  padding: 0;
}
.cid-sCbBczM4fh .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBczM4fh .container-fluid {
  padding: 0;
}
.cid-sCbBczM4fh .row {
  margin: 0;
}
.cid-sCbBczM4fh .l2 {
  color: #0c5b47;
}
.cid-sCbBczM4fh .l1 {
  color: #0c5b47;
}
.cid-sCbBcA3L4T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbBcA3L4T img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcA3L4T .col-12 {
  padding: 0;
}
.cid-sCbBcA3L4T .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcA3L4T .container-fluid {
  padding: 0;
}
.cid-sCbBcA3L4T .row {
  margin: 0;
}
.cid-sCbBcA3L4T .l2 {
  color: #0c5b47;
}
.cid-sCbBcA3L4T .l1 {
  color: #0c5b47;
}
.cid-sCbBcAim2L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbBcAim2L img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcAim2L .col-12 {
  padding: 0;
}
.cid-sCbBcAim2L .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcAim2L .container-fluid {
  padding: 0;
}
.cid-sCbBcAim2L .row {
  margin: 0;
}
.cid-sCbBcAim2L .l2 {
  color: #0c5b47;
}
.cid-sCbBcAim2L .l1 {
  color: #0c5b47;
}
.cid-sCbBcAyqU8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbBcAyqU8 img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcAyqU8 .col-12 {
  padding: 0;
}
.cid-sCbBcAyqU8 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcAyqU8 .container-fluid {
  padding: 0;
}
.cid-sCbBcAyqU8 .row {
  margin: 0;
}
.cid-sCbBcAyqU8 .l2 {
  color: #0c5b47;
}
.cid-sCbBcAyqU8 .l1 {
  color: #0c5b47;
}
.cid-sCbBcAO79S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbBcAO79S img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcAO79S .col-12 {
  padding: 0;
}
.cid-sCbBcAO79S .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcAO79S .container-fluid {
  padding: 0;
}
.cid-sCbBcAO79S .row {
  margin: 0;
}
.cid-sCbBcAO79S .l2 {
  color: #0c5b47;
}
.cid-sCbBcAO79S .l1 {
  color: #0c5b47;
}
.cid-sCbBcB8xte {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbBcB8xte img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcB8xte .col-12 {
  padding: 0;
}
.cid-sCbBcB8xte .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcB8xte .container-fluid {
  padding: 0;
}
.cid-sCbBcB8xte .row {
  margin: 0;
}
.cid-sCbBcB8xte .l2 {
  color: #0c5b47;
}
.cid-sCbBcB8xte .l1 {
  color: #0c5b47;
}
.cid-sCbBcBoiiQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbBcBoiiQ img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcBoiiQ .col-12 {
  padding: 0;
}
.cid-sCbBcBoiiQ .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcBoiiQ .container-fluid {
  padding: 0;
}
.cid-sCbBcBoiiQ .row {
  margin: 0;
}
.cid-sCbBcBoiiQ .l2 {
  color: #0c5b47;
}
.cid-sCbBcBoiiQ .l1 {
  color: #0c5b47;
}
.cid-uC7EuAPH2N {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7EuAPH2N .content {
    text-align: center;
  }
  .cid-uC7EuAPH2N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7EuAPH2N .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7EuAPH2N .form-group,
.cid-uC7EuAPH2N .input-group-btn {
  padding: 0;
}
.cid-uC7EuAPH2N .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7EuAPH2N .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7EuAPH2N .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7EuAPH2N .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7EuAPH2N .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7EuAPH2N .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7EuAPH2N .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7EuAPH2N .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7EuAPH2N .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7EuAPH2N .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7EuAPH2N .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7EuAPH2N .foot-logo {
    text-align: center !important;
  }
  .cid-uC7EuAPH2N .foot-title {
    text-align: center !important;
  }
  .cid-uC7EuAPH2N .mbr-text {
    text-align: center !important;
  }
  .cid-uC7EuAPH2N .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCbvOp2YIZ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCbvOp2YIZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCbvOp2YIZ a {
  font-style: normal;
}
.cid-sCbvOp2YIZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCbvOp2YIZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCbvOp2YIZ .nav-item:focus,
.cid-sCbvOp2YIZ .nav-link:focus {
  outline: none;
}
.cid-sCbvOp2YIZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCbvOp2YIZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCbvOp2YIZ .menu-logo {
  margin-right: auto;
}
.cid-sCbvOp2YIZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCbvOp2YIZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCbvOp2YIZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCbvOp2YIZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCbvOp2YIZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCbvOp2YIZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCbvOp2YIZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCbvOp2YIZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCbvOp2YIZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCbvOp2YIZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCbvOp2YIZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCbvOp2YIZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCbvOp2YIZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCbvOp2YIZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCbvOp2YIZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCbvOp2YIZ .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-sCbvOp2YIZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCbvOp2YIZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCbvOp2YIZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCbvOp2YIZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCbvOp2YIZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCbvOp2YIZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCbvOp2YIZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCbvOp2YIZ button.navbar-toggler:focus {
  outline: none;
}
.cid-sCbvOp2YIZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCbvOp2YIZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCbvOp2YIZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbvOp2YIZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbvOp2YIZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCbvOp2YIZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbvOp2YIZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCbvOp2YIZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCbvOp2YIZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbvOp2YIZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCbvOp2YIZ .collapsed .btn {
  display: flex;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.collapsing,
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCbvOp2YIZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCbvOp2YIZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCbvOp2YIZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCbvOp2YIZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCbvOp2YIZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCbvOp2YIZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCbvOp2YIZ .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: 991px) {
  .cid-sCbvOp2YIZ .navbar-expand {
    flex-direction: column;
  }
  .cid-sCbvOp2YIZ img {
    height: 3.8rem !important;
  }
  .cid-sCbvOp2YIZ .btn {
    display: flex;
  }
  .cid-sCbvOp2YIZ button.navbar-toggler {
    display: block;
  }
  .cid-sCbvOp2YIZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCbvOp2YIZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCbvOp2YIZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCbvOp2YIZ .navbar-collapse.collapsing,
  .cid-sCbvOp2YIZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCbvOp2YIZ .navbar-collapse.collapsing .navbar-nav,
  .cid-sCbvOp2YIZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCbvOp2YIZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCbvOp2YIZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCbvOp2YIZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCbvOp2YIZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbvOp2YIZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCbvOp2YIZ .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCbvOp2YIZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCbvOp2YIZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbvOp2YIZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCbvOp2YIZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCbvOp2YIZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCbvOp2YIZ .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-sCbvOp2YIZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCbvOp2YIZ .navbar-collapse {
  flex-basis: auto;
}
.cid-sCbvOp2YIZ .nav-link:hover,
.cid-sCbvOp2YIZ .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBOcy2qMzr {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tinted-b-1024x1024.jpg");
}
.cid-uBOcy2qMzr h2 {
  text-align: left;
}
.cid-uBOcy2qMzr h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBOcy2qMzr p {
  color: #767676;
  text-align: left;
}
.cid-uBOcy2qMzr .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBOcy2qMzr .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBOcy2qMzr .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBOcy2qMzr .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBOcy2qMzr .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBOcy2qMzr .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBOcy2qMzr .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uBOcy2qMzr .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uBOcy2qMzr .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uBOcy2qMzr .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uBOcy2qMzr .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBOcy2qMzr H2 {
  color: #000000;
}
.cid-uBOcy2qMzr .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBOcy2qMzr H4 {
  color: #000000;
}
.cid-uBOcy2qMzr P {
  color: #000000;
}
.cid-uBOcyzUge6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBOcyzUge6 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBOcyzUge6 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uBOcyzUge6 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uBOcyzUge6 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uBOcyzUge6 .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uBOcyzUge6 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uBOcyzUge6 .card-box {
    padding-left: 0;
  }
}
.cid-uBOcyzUge6 P {
  color: #000000;
}
.cid-uBOczgA90i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBOczgA90i .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBOczgA90i h4 {
  text-align: center;
}
.cid-uBOczgA90i p {
  text-align: center;
}
.cid-uBOczgA90i .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uBOeAHpPqv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBOeAHpPqv .mbr-text,
.cid-uBOeAHpPqv blockquote {
  color: #767676;
}
.cid-uBOeAHpPqv .mbr-text {
  color: #000000;
}
.cid-sCbvOpq22k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbvOpq22k img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbvOpq22k .col-12 {
  padding: 0;
}
.cid-sCbvOpq22k .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbvOpq22k .container-fluid {
  padding: 0;
}
.cid-sCbvOpq22k .row {
  margin: 0;
}
.cid-sCbvOpq22k .l2 {
  color: #0c5b47;
}
.cid-sCbvOpq22k .l1 {
  color: #0c5b47;
}
.cid-sCbvOpPsEC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbvOpPsEC img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbvOpPsEC .col-12 {
  padding: 0;
}
.cid-sCbvOpPsEC .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbvOpPsEC .container-fluid {
  padding: 0;
}
.cid-sCbvOpPsEC .row {
  margin: 0;
}
.cid-sCbvOpPsEC .l2 {
  color: #0c5b47;
}
.cid-sCbvOpPsEC .l1 {
  color: #0c5b47;
}
.cid-sCbvOq8Cdt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbvOq8Cdt img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbvOq8Cdt .col-12 {
  padding: 0;
}
.cid-sCbvOq8Cdt .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbvOq8Cdt .container-fluid {
  padding: 0;
}
.cid-sCbvOq8Cdt .row {
  margin: 0;
}
.cid-sCbvOq8Cdt .l2 {
  color: #0c5b47;
}
.cid-sCbvOq8Cdt .l1 {
  color: #0c5b47;
}
.cid-sCbyWpvq6H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbyWpvq6H img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbyWpvq6H .col-12 {
  padding: 0;
}
.cid-sCbyWpvq6H .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbyWpvq6H .container-fluid {
  padding: 0;
}
.cid-sCbyWpvq6H .row {
  margin: 0;
}
.cid-sCbyWpvq6H .l2 {
  color: #0c5b47;
}
.cid-sCbyWpvq6H .l1 {
  color: #0c5b47;
}
.cid-sCbyXjBdPk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbyXjBdPk img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbyXjBdPk .col-12 {
  padding: 0;
}
.cid-sCbyXjBdPk .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbyXjBdPk .container-fluid {
  padding: 0;
}
.cid-sCbyXjBdPk .row {
  margin: 0;
}
.cid-sCbyXjBdPk .l2 {
  color: #0c5b47;
}
.cid-sCbyXjBdPk .l1 {
  color: #0c5b47;
}
.cid-sCbyXMtGGP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbyXMtGGP img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbyXMtGGP .col-12 {
  padding: 0;
}
.cid-sCbyXMtGGP .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbyXMtGGP .container-fluid {
  padding: 0;
}
.cid-sCbyXMtGGP .row {
  margin: 0;
}
.cid-sCbyXMtGGP .l2 {
  color: #0c5b47;
}
.cid-sCbyXMtGGP .l1 {
  color: #0c5b47;
}
.cid-sCbyYdT7Yt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbyYdT7Yt img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbyYdT7Yt .col-12 {
  padding: 0;
}
.cid-sCbyYdT7Yt .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbyYdT7Yt .container-fluid {
  padding: 0;
}
.cid-sCbyYdT7Yt .row {
  margin: 0;
}
.cid-sCbyYdT7Yt .l2 {
  color: #0c5b47;
}
.cid-sCbyYdT7Yt .l1 {
  color: #0c5b47;
}
.cid-sCbzBM10sF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbzBM10sF img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbzBM10sF .col-12 {
  padding: 0;
}
.cid-sCbzBM10sF .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbzBM10sF .container-fluid {
  padding: 0;
}
.cid-sCbzBM10sF .row {
  margin: 0;
}
.cid-sCbzBM10sF .l2 {
  color: #0c5b47;
}
.cid-sCbzBM10sF .l1 {
  color: #0c5b47;
}
.cid-uC7Ena9ecd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7Ena9ecd .content {
    text-align: center;
  }
  .cid-uC7Ena9ecd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7Ena9ecd .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7Ena9ecd .form-group,
.cid-uC7Ena9ecd .input-group-btn {
  padding: 0;
}
.cid-uC7Ena9ecd .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7Ena9ecd .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7Ena9ecd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7Ena9ecd .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7Ena9ecd .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7Ena9ecd .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7Ena9ecd .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7Ena9ecd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7Ena9ecd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7Ena9ecd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7Ena9ecd .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7Ena9ecd .foot-logo {
    text-align: center !important;
  }
  .cid-uC7Ena9ecd .foot-title {
    text-align: center !important;
  }
  .cid-uC7Ena9ecd .mbr-text {
    text-align: center !important;
  }
  .cid-uC7Ena9ecd .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCbCOOwF58 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCbCOOwF58 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCbCOOwF58 a {
  font-style: normal;
}
.cid-sCbCOOwF58 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCbCOOwF58 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCbCOOwF58 .nav-item:focus,
.cid-sCbCOOwF58 .nav-link:focus {
  outline: none;
}
.cid-sCbCOOwF58 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCbCOOwF58 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCbCOOwF58 .menu-logo {
  margin-right: auto;
}
.cid-sCbCOOwF58 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCbCOOwF58 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCbCOOwF58 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCbCOOwF58 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCbCOOwF58 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCbCOOwF58 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCbCOOwF58 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCbCOOwF58 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCbCOOwF58 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCbCOOwF58 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCbCOOwF58 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCbCOOwF58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCbCOOwF58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCbCOOwF58 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCbCOOwF58 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCbCOOwF58 .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-sCbCOOwF58 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCbCOOwF58 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCbCOOwF58 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCbCOOwF58 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCbCOOwF58 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCbCOOwF58 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCbCOOwF58 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCbCOOwF58 button.navbar-toggler:focus {
  outline: none;
}
.cid-sCbCOOwF58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCbCOOwF58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCbCOOwF58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbCOOwF58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbCOOwF58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCbCOOwF58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbCOOwF58 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCbCOOwF58 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCbCOOwF58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbCOOwF58 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCbCOOwF58 .collapsed .btn {
  display: flex;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse.collapsing,
.cid-sCbCOOwF58 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCbCOOwF58 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCbCOOwF58 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCbCOOwF58 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCbCOOwF58 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCbCOOwF58 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCbCOOwF58 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCbCOOwF58 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCbCOOwF58 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCbCOOwF58 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCbCOOwF58 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCbCOOwF58 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCbCOOwF58 .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: 991px) {
  .cid-sCbCOOwF58 .navbar-expand {
    flex-direction: column;
  }
  .cid-sCbCOOwF58 img {
    height: 3.8rem !important;
  }
  .cid-sCbCOOwF58 .btn {
    display: flex;
  }
  .cid-sCbCOOwF58 button.navbar-toggler {
    display: block;
  }
  .cid-sCbCOOwF58 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCbCOOwF58 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCbCOOwF58 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCbCOOwF58 .navbar-collapse.collapsing,
  .cid-sCbCOOwF58 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCbCOOwF58 .navbar-collapse.collapsing .navbar-nav,
  .cid-sCbCOOwF58 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCbCOOwF58 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCbCOOwF58 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCbCOOwF58 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCbCOOwF58 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbCOOwF58 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCbCOOwF58 .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCbCOOwF58 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCbCOOwF58 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbCOOwF58 .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCbCOOwF58 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCbCOOwF58 .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCbCOOwF58 .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-sCbCOOwF58 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCbCOOwF58 .navbar-collapse {
  flex-basis: auto;
}
.cid-sCbCOOwF58 .nav-link:hover,
.cid-sCbCOOwF58 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBOv5JkeKc {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tinted-b-1024x1024.jpg");
}
.cid-uBOv5JkeKc h2 {
  text-align: left;
}
.cid-uBOv5JkeKc h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBOv5JkeKc p {
  color: #767676;
  text-align: left;
}
.cid-uBOv5JkeKc .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBOv5JkeKc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBOv5JkeKc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBOv5JkeKc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBOv5JkeKc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBOv5JkeKc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBOv5JkeKc .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uBOv5JkeKc .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uBOv5JkeKc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uBOv5JkeKc .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uBOv5JkeKc .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBOv5JkeKc H2 {
  color: #000000;
}
.cid-uBOv5JkeKc .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBOv5JkeKc H4 {
  color: #000000;
}
.cid-uBOv5JkeKc P {
  color: #000000;
}
.cid-uBOv6kpbKn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-5-1024x1024.jpg");
}
.cid-uBOv6kpbKn h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBOv6kpbKn p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uBOv6kpbKn .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uBOv6kpbKn .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uBOv6kpbKn .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uBOv6kpbKn .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uBOv6kpbKn .card-box {
    padding-left: 0;
  }
}
.cid-uBOv6kpbKn P {
  color: #000000;
}
.cid-uBOv6UQuE5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uBOv6UQuE5 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBOv6UQuE5 h4 {
  text-align: center;
}
.cid-uBOv6UQuE5 p {
  text-align: center;
}
.cid-uBOv6UQuE5 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uBOv4M5HQa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBOv4M5HQa .mbr-text,
.cid-uBOv4M5HQa blockquote {
  color: #767676;
}
.cid-uBOv4M5HQa .mbr-text {
  color: #000000;
}
.cid-sCbCOOTIxZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbCOOTIxZ img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbCOOTIxZ .col-12 {
  padding: 0;
}
.cid-sCbCOOTIxZ .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbCOOTIxZ .container-fluid {
  padding: 0;
}
.cid-sCbCOOTIxZ .row {
  margin: 0;
}
.cid-sCbCOOTIxZ .l2 {
  color: #0c5b47;
}
.cid-sCbCOOTIxZ .l1 {
  color: #0c5b47;
}
.cid-sCbCOPdlfY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbCOPdlfY img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbCOPdlfY .col-12 {
  padding: 0;
}
.cid-sCbCOPdlfY .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbCOPdlfY .container-fluid {
  padding: 0;
}
.cid-sCbCOPdlfY .row {
  margin: 0;
}
.cid-sCbCOPdlfY .l2 {
  color: #0c5b47;
}
.cid-sCbCOPdlfY .l1 {
  color: #0c5b47;
}
.cid-sCbCOPuKAx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbCOPuKAx img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbCOPuKAx .col-12 {
  padding: 0;
}
.cid-sCbCOPuKAx .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbCOPuKAx .container-fluid {
  padding: 0;
}
.cid-sCbCOPuKAx .row {
  margin: 0;
}
.cid-sCbCOPuKAx .l2 {
  color: #0c5b47;
}
.cid-sCbCOPuKAx .l1 {
  color: #0c5b47;
}
.cid-sCbCOPKQxV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbCOPKQxV img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbCOPKQxV .col-12 {
  padding: 0;
}
.cid-sCbCOPKQxV .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbCOPKQxV .container-fluid {
  padding: 0;
}
.cid-sCbCOPKQxV .row {
  margin: 0;
}
.cid-sCbCOPKQxV .l2 {
  color: #0c5b47;
}
.cid-sCbCOPKQxV .l1 {
  color: #0c5b47;
}
.cid-uC7EqQ78hp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7EqQ78hp .content {
    text-align: center;
  }
  .cid-uC7EqQ78hp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7EqQ78hp .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7EqQ78hp .form-group,
.cid-uC7EqQ78hp .input-group-btn {
  padding: 0;
}
.cid-uC7EqQ78hp .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7EqQ78hp .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7EqQ78hp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7EqQ78hp .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7EqQ78hp .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7EqQ78hp .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7EqQ78hp .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7EqQ78hp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7EqQ78hp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7EqQ78hp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7EqQ78hp .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7EqQ78hp .foot-logo {
    text-align: center !important;
  }
  .cid-uC7EqQ78hp .foot-title {
    text-align: center !important;
  }
  .cid-uC7EqQ78hp .mbr-text {
    text-align: center !important;
  }
  .cid-uC7EqQ78hp .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uC77WDClGG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uC77WDClGG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uC77WDClGG a {
  font-style: normal;
}
.cid-uC77WDClGG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uC77WDClGG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uC77WDClGG .nav-item:focus,
.cid-uC77WDClGG .nav-link:focus {
  outline: none;
}
.cid-uC77WDClGG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uC77WDClGG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uC77WDClGG .menu-logo {
  margin-right: auto;
}
.cid-uC77WDClGG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-uC77WDClGG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uC77WDClGG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uC77WDClGG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uC77WDClGG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uC77WDClGG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uC77WDClGG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uC77WDClGG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uC77WDClGG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC77WDClGG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uC77WDClGG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uC77WDClGG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uC77WDClGG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC77WDClGG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uC77WDClGG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC77WDClGG .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-uC77WDClGG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uC77WDClGG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uC77WDClGG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uC77WDClGG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uC77WDClGG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uC77WDClGG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uC77WDClGG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uC77WDClGG button.navbar-toggler:focus {
  outline: none;
}
.cid-uC77WDClGG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uC77WDClGG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uC77WDClGG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uC77WDClGG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uC77WDClGG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uC77WDClGG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC77WDClGG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uC77WDClGG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uC77WDClGG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC77WDClGG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uC77WDClGG .collapsed .btn {
  display: flex;
}
.cid-uC77WDClGG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uC77WDClGG .collapsed .navbar-collapse.collapsing,
.cid-uC77WDClGG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uC77WDClGG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uC77WDClGG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uC77WDClGG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uC77WDClGG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uC77WDClGG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uC77WDClGG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uC77WDClGG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uC77WDClGG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-uC77WDClGG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uC77WDClGG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uC77WDClGG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uC77WDClGG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uC77WDClGG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uC77WDClGG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uC77WDClGG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uC77WDClGG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-uC77WDClGG .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: 991px) {
  .cid-uC77WDClGG .navbar-expand {
    flex-direction: column;
  }
  .cid-uC77WDClGG img {
    height: 3.8rem !important;
  }
  .cid-uC77WDClGG .btn {
    display: flex;
  }
  .cid-uC77WDClGG button.navbar-toggler {
    display: block;
  }
  .cid-uC77WDClGG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uC77WDClGG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uC77WDClGG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uC77WDClGG .navbar-collapse.collapsing,
  .cid-uC77WDClGG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uC77WDClGG .navbar-collapse.collapsing .navbar-nav,
  .cid-uC77WDClGG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-uC77WDClGG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uC77WDClGG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uC77WDClGG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uC77WDClGG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uC77WDClGG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uC77WDClGG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-uC77WDClGG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uC77WDClGG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uC77WDClGG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uC77WDClGG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uC77WDClGG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-uC77WDClGG .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-uC77WDClGG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uC77WDClGG .navbar-collapse {
  flex-basis: auto;
}
.cid-uC77WDClGG .nav-link:hover,
.cid-uC77WDClGG .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uBPKNEDP7Z {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-8-1024x1024.jpg");
}
.cid-uBPKNEDP7Z .card-img {
  background-color: #fff;
}
.cid-uBPKNEDP7Z .card {
  align-self: stretch;
}
.cid-uBPKNEDP7Z .card-box {
  padding: 2rem;
  background-color: #000000;
}
.cid-uBPKNEDP7Z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBPKNEDP7Z p {
  text-align: left;
}
.cid-uBPKNEDP7Z .mbr-text {
  color: #ffffff;
}
.cid-uBPKNEDP7Z .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uBPKNEDP7Z .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-uBPKNEDP7Z .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uBQ7GRLJQ5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpeg");
}
.cid-uBQ7GRLJQ5 .card-img {
  background-color: #fff;
}
.cid-uBQ7GRLJQ5 .card {
  align-self: stretch;
}
.cid-uBQ7GRLJQ5 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uBQ7GRLJQ5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBQ7GRLJQ5 p {
  text-align: left;
}
.cid-uBQ7GRLJQ5 .mbr-text {
  color: #000000;
}
.cid-uBQ7GRLJQ5 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uBQ7GRLJQ5 .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-uBQ7GRLJQ5 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uBQ7GRLJQ5 .card-title {
  color: #000000;
}
.cid-uBPKFLr8FW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBPKFLr8FW .mbr-text,
.cid-uBPKFLr8FW blockquote {
  color: #767676;
}
.cid-uBPKFLr8FW .mbr-text {
  color: #000000;
}
.cid-uC7ykuY5f3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7ykuY5f3 .content {
    text-align: center;
  }
  .cid-uC7ykuY5f3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7ykuY5f3 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7ykuY5f3 .form-group,
.cid-uC7ykuY5f3 .input-group-btn {
  padding: 0;
}
.cid-uC7ykuY5f3 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7ykuY5f3 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7ykuY5f3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7ykuY5f3 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7ykuY5f3 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7ykuY5f3 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7ykuY5f3 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7ykuY5f3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7ykuY5f3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7ykuY5f3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7ykuY5f3 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7ykuY5f3 .foot-logo {
    text-align: center !important;
  }
  .cid-uC7ykuY5f3 .foot-title {
    text-align: center !important;
  }
  .cid-uC7ykuY5f3 .mbr-text {
    text-align: center !important;
  }
  .cid-uC7ykuY5f3 .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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: 991px) {
  .cid-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sC0FqIYGjJ {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/image-7-1024x1024.jpg");
}
.cid-sC0FqIYGjJ .mbr-text {
  margin-top: 1rem;
}
.cid-sC0FqIYGjJ .text-element {
  background-color: #000000;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sC0FqIYGjJ .row-element,
.cid-sC0FqIYGjJ .image-element {
  padding: 0;
}
.cid-sC0FqIYGjJ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC0FqIYGjJ .image-element .img-wrap {
  width: 100% !important;
}
.cid-sC0FqIYGjJ .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1);
}
.cid-sC0FqIYGjJ .mbr-subtitle {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0.2rem 1rem;
}
.cid-sC0FqIYGjJ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC0FqIYGjJ .carousel-item.active,
.cid-sC0FqIYGjJ .carousel-item-next,
.cid-sC0FqIYGjJ .carousel-item-prev {
  display: flex;
}
.cid-sC0FqIYGjJ .carousel-control-next,
.cid-sC0FqIYGjJ .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-sC0FqIYGjJ .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sC0FqIYGjJ .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-sC0FqIYGjJ .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-sC0FqIYGjJ .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-sC0FqIYGjJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sC0FqIYGjJ .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-sC0FqIYGjJ .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-sC0FqIYGjJ .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: transparent;
}
.cid-sC0FqIYGjJ .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sC0FqIYGjJ .carousel-controls a:hover {
  background: #000000;
}
.cid-sC0FqIYGjJ .carousel-controls a:hover span {
  color: #000000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sC0FqIYGjJ .image-element {
    min-width: 50%;
  }
  .cid-sC0FqIYGjJ .media-container-row {
    width: 100%;
  }
}
.cid-sC0FqIYGjJ .date-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.cid-sC0FqIYGjJ .mbr-title {
  margin-top: 1rem;
}
.cid-sC0FqIYGjJ .btn {
  margin-left: 0rem;
}
.cid-sC0FqIYGjJ .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cid-sC0FqIYGjJ .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-sC0FqIYGjJ .carousel-control-next,
  .cid-sC0FqIYGjJ .carousel-control-prev {
    bottom: auto;
    top: 9.8rem;
  }
  .cid-sC0FqIYGjJ .carousel-control-prev {
    right: 4.8rem;
    left: auto;
  }
  .cid-sC0FqIYGjJ .carousel-control-next {
    right: 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sC0FqIYGjJ .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-sC0FqIYGjJ .carousel-control-next,
  .cid-sC0FqIYGjJ .carousel-control-prev {
    bottom: auto;
    top: 46.8%;
  }
  .cid-sC0FqIYGjJ .carousel-control-prev {
    right: 5.8rem;
    left: auto;
  }
  .cid-sC0FqIYGjJ .carousel-control-next {
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-sC0FqIYGjJ .text-element {
    padding: 6.2rem 3.8rem;
  }
  .cid-sC0FqIYGjJ .carousel-control-next,
  .cid-sC0FqIYGjJ .carousel-control-prev {
    bottom: 2.3rem;
    top: auto;
  }
  .cid-sC0FqIYGjJ .carousel-control-prev {
    left: 2.3rem;
  }
  .cid-sC0FqIYGjJ .carousel-control-next {
    left: 6.2rem;
  }
}
.cid-sC0FqIYGjJ .progress_value {
  display: flex;
  position: relative;
}
.cid-sC0FqIYGjJ .progress_elements {
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
}
.cid-sC0FqIYGjJ .progress {
  width: 100%;
  position: relative;
  height: 13px;
  background-color: #f9f7f6;
  border-radius: 50px;
}
.cid-sC0FqIYGjJ progress {
  height: 8px;
}
.cid-sC0FqIYGjJ .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-sC0FqIYGjJ .progress1 .progressbar-number:before,
.cid-sC0FqIYGjJ .progress2 .progressbar-number:before,
.cid-sC0FqIYGjJ .progress3 .progressbar-number:before,
.cid-sC0FqIYGjJ .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sC0FqIYGjJ progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sC0FqIYGjJ progress::-webkit-progress-value {
  background: #ffffff;
  background-image: linear-gradient(to right, #ffffff, #000000);
  border-radius: 50px;
}
.cid-sC0FqIYGjJ progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-sC0FqIYGjJ progress::-ms-fill {
  background: #ffffff;
}
.cid-sC0FqIYGjJ .progress1 .progressbar-number:before {
  content: "100";
}
.cid-sC0FqIYGjJ .progress2 .progressbar-number:before {
  content: "100";
}
.cid-sC0FqIYGjJ .progress3 .progressbar-number:before {
  content: "100";
}
.cid-sC0FqIYGjJ .progress4 .progressbar-number:before {
  content: "100";
}
.cid-sC0FqIYGjJ .progress5 .progressbar-number:before {
  content: "90";
}
.cid-sC0FqIYGjJ .progress6 .progressbar-number:before {
  content: "100";
}
.cid-sC0FqIYGjJ .progress7 .progressbar-number:before {
  content: "90";
}
.cid-sC0FqIYGjJ .progress8 .progressbar-number:before {
  content: "100";
}
.cid-sC0FqIYGjJ .progressbar-number {
  margin-left: 3rem;
}
.cid-sC0FqIYGjJ .progressbar-number + span {
  line-height: inherit !important;
}
.cid-sC0FqIYGjJ .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sC0FqIYGjJ .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sC0FqIYGjJ .progress_value span {
  padding-left: 2px;
}
.cid-sC0FqIYGjJ .icon-left {
  margin-right: 0.1rem;
}
.cid-sC0FqIYGjJ .icon-right {
  margin-left: 0.1rem;
}
.cid-uC7FjjIlHC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7FjjIlHC .content {
    text-align: center;
  }
  .cid-uC7FjjIlHC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7FjjIlHC .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7FjjIlHC .form-group,
.cid-uC7FjjIlHC .input-group-btn {
  padding: 0;
}
.cid-uC7FjjIlHC .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7FjjIlHC .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7FjjIlHC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7FjjIlHC .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7FjjIlHC .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7FjjIlHC .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7FjjIlHC .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7FjjIlHC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7FjjIlHC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7FjjIlHC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7FjjIlHC .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7FjjIlHC .foot-logo {
    text-align: center !important;
  }
  .cid-uC7FjjIlHC .foot-title {
    text-align: center !important;
  }
  .cid-uC7FjjIlHC .mbr-text {
    text-align: center !important;
  }
  .cid-uC7FjjIlHC .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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: 991px) {
  .cid-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uC7lq8mJmT {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tinted-b-1024x1024.jpg");
}
.cid-uC7lq8mJmT h2 {
  text-align: left;
}
.cid-uC7lq8mJmT h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uC7lq8mJmT p {
  color: #767676;
  text-align: left;
}
.cid-uC7lq8mJmT .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uC7lq8mJmT .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uC7lq8mJmT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uC7lq8mJmT .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uC7lq8mJmT .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uC7lq8mJmT .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uC7lq8mJmT .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uC7lq8mJmT .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uC7lq8mJmT .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uC7lq8mJmT .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uC7lq8mJmT .card-img span {
    font-size: 40px !important;
  }
}
.cid-uC7lq8mJmT H2 {
  color: #000000;
}
.cid-uC7lq8mJmT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uC7lq8mJmT H4 {
  color: #000000;
}
.cid-uC7lq8mJmT P {
  color: #000000;
}
.cid-uC7lqVvUjk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-3-1024x1024.jpg");
}
.cid-uC7lqVvUjk .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uC7lqVvUjk h4 {
  text-align: center;
}
.cid-uC7lqVvUjk p {
  text-align: center;
}
.cid-uC7lqVvUjk .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uC7qrxfIhJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uC7qrxfIhJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uC7qrxfIhJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uC7qrxfIhJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uC7qrxfIhJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uC7qrxfIhJ .row > .row {
  display: block;
}
.cid-uC7qrxfIhJ .mbr-gallery-item {
  width: 100%;
}
.cid-uC7qrxfIhJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ffffff, #000000) !important;
}
.cid-uC7qrxfIhJ .mbr-gallery-item > div {
  position: relative;
}
.cid-uC7qrxfIhJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uC7qrxfIhJ .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-uC7qrxfIhJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uC7qrxfIhJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ffffff, #000000) !important;
}
.cid-uC7ygvdFI1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uC7ygvdFI1 .content {
    text-align: center;
  }
  .cid-uC7ygvdFI1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uC7ygvdFI1 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uC7ygvdFI1 .form-group,
.cid-uC7ygvdFI1 .input-group-btn {
  padding: 0;
}
.cid-uC7ygvdFI1 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uC7ygvdFI1 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uC7ygvdFI1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC7ygvdFI1 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uC7ygvdFI1 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7ygvdFI1 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uC7ygvdFI1 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7ygvdFI1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uC7ygvdFI1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uC7ygvdFI1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uC7ygvdFI1 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7ygvdFI1 .foot-logo {
    text-align: center !important;
  }
  .cid-uC7ygvdFI1 .foot-title {
    text-align: center !important;
  }
  .cid-uC7ygvdFI1 .mbr-text {
    text-align: center !important;
  }
  .cid-uC7ygvdFI1 .form-group {
    margin: 0;
  }
}
.cid-uBL4ntAaZe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tiinted-2-1024x1024.jpg");
}
.cid-uBL4ntAaZe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBL4ntAaZe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBL4ntAaZe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBL4ntAaZe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBL4ntAaZe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBL4ntAaZe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBL4ntAaZe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBL4ntAaZe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBL4ntAaZe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBL4ntAaZe .media-container-row .row-copirayt p {
  width: 100%;
}
