body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((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: #1045aa !important;
}
.bg-success {
  background-color: #115c07 !important;
}
.bg-info {
  background-color: #d2eafd !important;
}
.bg-warning {
  background-color: #3b3a3a !important;
}
.bg-danger {
  background-color: #535251 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1045aa !important;
  border-color: #1045aa !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #092964 !important;
  border-color: #092964 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #092964 !important;
  border-color: #092964 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d2eafd !important;
  border-color: #d2eafd !important;
  color: #0973c7 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #0973c7 !important;
  background-color: #89c8fa !important;
  border-color: #89c8fa !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0973c7 !important;
  background-color: #89c8fa !important;
  border-color: #89c8fa !important;
}
.btn-success,
.btn-success:active {
  background-color: #115c07 !important;
  border-color: #115c07 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #041502 !important;
  border-color: #041502 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #041502 !important;
  border-color: #041502 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3b3a3a !important;
  border-color: #3b3a3a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #141414 !important;
  border-color: #141414 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #141414 !important;
  border-color: #141414 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #535251 !important;
  border-color: #535251 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2c2c2b !important;
  border-color: #2c2c2b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2c2c2b !important;
  border-color: #2c2c2b !important;
}
.btn-white {
  color: #222222 !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: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #071f4d;
  color: #071f4d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1045aa;
  border-color: #1045aa;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1045aa !important;
  border-color: #1045aa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #70bcf9;
  color: #70bcf9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0973c7;
  background-color: #d2eafd;
  border-color: #d2eafd;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0973c7 !important;
  background-color: #d2eafd !important;
  border-color: #d2eafd !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: #115c07;
  border-color: #115c07;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #115c07 !important;
  border-color: #115c07 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #080707;
  color: #080707;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #3b3a3a;
  border-color: #3b3a3a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3b3a3a !important;
  border-color: #3b3a3a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #535251;
  border-color: #535251;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #535251 !important;
  border-color: #535251 !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: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #1045aa !important;
}
.text-secondary {
  color: #7f1933 !important;
}
.text-success {
  color: #115c07 !important;
}
.text-info {
  color: #d2eafd !important;
}
.text-warning {
  color: #3b3a3a !important;
}
.text-danger {
  color: #535251 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #071f4d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2a0811 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #70bcf9 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #080707 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #1f1f1f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d2eafd;
}
.alert-warning {
  background-color: #3b3a3a;
}
.alert-danger {
  background-color: #535251;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1045aa;
  border-color: #1045aa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1045aa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4b83ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #27d210;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #aeadad;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c5c5c4;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #1045aa;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1045aa;
  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-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1045aa;
  border-bottom-color: #1045aa;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.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: #1045aa !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: #7f1933 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231045aa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tbVzIclH3d .navbar {
  background: #3b3a3a;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-tbVzIclH3d .navbar .show {
  height: 100vh;
}
.cid-tbVzIclH3d .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tbVzIclH3d .navbar-dropdown.bg-color.transparent.opened {
  background: #3b3a3a;
}
.cid-tbVzIclH3d .bottom {
  padding-bottom: 2rem;
}
.cid-tbVzIclH3d a {
  font-style: normal;
}
.cid-tbVzIclH3d .dropdown-backdrop {
  display: none;
}
.cid-tbVzIclH3d .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-tbVzIclH3d .nav-dropdown {
  padding-top: 8rem;
}
.cid-tbVzIclH3d .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-tbVzIclH3d .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-tbVzIclH3d .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3b3a3a;
  margin-left: 10px;
}
.cid-tbVzIclH3d .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-tbVzIclH3d .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tbVzIclH3d .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tbVzIclH3d .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tbVzIclH3d .navbar-nav {
  width: 100%!important;
}
.cid-tbVzIclH3d .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbVzIclH3d .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tbVzIclH3d .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-tbVzIclH3d .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-tbVzIclH3d .dropdown-item {
  background: #367cbf;
  color: #367cbf !important;
}
.cid-tbVzIclH3d .dropdown-item:hover,
.cid-tbVzIclH3d .dropdown-item:active {
  color: #367cbf !important;
}
.cid-tbVzIclH3d .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tbVzIclH3d .soc-item {
  width: 45px;
  height: 45px;
  background: #3b3a3a;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-tbVzIclH3d .soc-item span {
  font-size: 1.2rem;
  color: #3b3a3a !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-tbVzIclH3d .soc-item:hover span {
  color: #3b3a3a !important;
}
.cid-tbVzIclH3d .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #367cbf;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-tbVzIclH3d .navbar-logo {
  margin-right: 0!important;
}
.cid-tbVzIclH3d .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-tbVzIclH3d .menu-logo {
  position: fixed!important;
}
.cid-tbVzIclH3d .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-tbVzIclH3d .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tbVzIclH3d .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tbVzIclH3d .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tbVzIclH3d .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbVzIclH3d .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbVzIclH3d .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbVzIclH3d .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tbVzIclH3d .navbar-toggler {
  background: #3b3a3a;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-tbVzIclH3d .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-tbVzIclH3d .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-tbVzIclH3d .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tbVzIclH3d .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbVzIclH3d .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbVzIclH3d .opened,
.cid-tbVzIclH3d .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #3b3a3a !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-tbVzIclH3d .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-tbVzIclH3d .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-tbVzIclH3d .opened,
  .cid-tbVzIclH3d .show,
  .cid-tbVzIclH3d .navbar {
    width: 100%!important;
  }
  .cid-tbVzIclH3d .dropdown-toggle {
    margin: auto!important;
  }
  .cid-tbVzIclH3d .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-tbVzIclH3d .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-tbVzIclH3d .nav-item:focus,
.cid-tbVzIclH3d .nav-link:focus {
  outline: none;
}
.cid-tbVzIclH3d .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-tbVzIclH3d .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbVzIclH3d .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbVzIclH3d .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbVzIclH3d .dropdown .dropdown-menu {
  background: #3b3a3a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tbVzIclH3d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tbVzIclH3d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbVzIclH3d .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbVzIclH3d .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbVzIclH3d .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-tbVzIclH3d button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tbVzIclH3d button.navbar-toggler:focus {
  outline: none;
}
.cid-tbVzIclH3d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-tbVzIclH3d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbVzIclH3d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbVzIclH3d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbVzIclH3d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbVzIclH3d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbVzIclH3d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbVzIclH3d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbVzIclH3d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbVzIclH3d .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbVzIclH3d .collapsed .btn {
  display: -webkit-flex;
}
.cid-tbVzIclH3d .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbVzIclH3d .collapsed .navbar-collapse.collapsing,
.cid-tbVzIclH3d .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-tbVzIclH3d .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbVzIclH3d .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbVzIclH3d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbVzIclH3d .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbVzIclH3d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tbVzIclH3d .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tbVzIclH3d .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbVzIclH3d .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tbVzIclH3d .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbVzIclH3d .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbVzIclH3d .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-tbVzIclH3d .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbVzIclH3d .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbVzIclH3d .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tbVzIclH3d .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbVzIclH3d .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbVzIclH3d .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbVzIclH3d img {
    height: 3.8rem !important;
  }
  .cid-tbVzIclH3d .btn {
    display: -webkit-flex;
  }
  .cid-tbVzIclH3d button.navbar-toggler {
    display: block;
  }
  .cid-tbVzIclH3d .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbVzIclH3d .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tbVzIclH3d .navbar-collapse.collapsing,
  .cid-tbVzIclH3d .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbVzIclH3d .navbar-collapse.collapsing .navbar-nav,
  .cid-tbVzIclH3d .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbVzIclH3d .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbVzIclH3d .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbVzIclH3d .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tbVzIclH3d .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbVzIclH3d .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbVzIclH3d .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tbVzIclH3d .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbVzIclH3d .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbVzIclH3d .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tbVzIclH3d .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbVzIclH3d .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-tbVzIclH3d .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tckHt6EEZ1 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tckHt6EEZ1 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-tckHt6EEZ1 .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tckHt6EEZ1 .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tckHt6EEZ1 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tckHt6EEZ1 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3b3a3a;
  margin-left: 10px;
}
.cid-tckHt6EEZ1 img {
  width: 100%;
}
.cid-tckHt6EEZ1 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tckHt6EEZ1 .card-title1,
.cid-tckHt6EEZ1 .title-wrap1 {
  color: #ffffff;
}
.cid-tckHt6EEZ1 .card-title,
.cid-tckHt6EEZ1 .title-wrap {
  color: #3b3a3a;
}
@media (max-width: 992px) {
  .cid-tckHt6EEZ1 .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tckHt6EEZ1 .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-tckHt6EEZ1 H3 {
  color: #1c1c1c;
}
.cid-tckHt6EEZ1 .mbr-text,
.cid-tckHt6EEZ1 .mbr-section-btn {
  color: #3b3a3a;
}
.cid-tcM4r1mMXV {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f5fbff;
}
.cid-tcM4r1mMXV .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcM4r1mMXV .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcM4r1mMXV .card-wrap:hover h4,
.cid-tcM4r1mMXV .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-tcM4r1mMXV h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcM4r1mMXV h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcM4r1mMXV img {
  width: 100%;
}
.cid-tcM4r1mMXV h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcM4r1mMXV h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcM4r1mMXV .card-title1,
.cid-tcM4r1mMXV .title-wrap1 {
  color: #ffffff;
}
.cid-tcM4r1mMXV .card-title,
.cid-tcM4r1mMXV .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcM4r1mMXV .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcM4r1mMXV .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcM4r1mMXV H3 {
  color: #ffffff;
}
.cid-tcM4Ta9Op7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5fbff;
}
.cid-tcM4Ta9Op7 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcM4Ta9Op7 .card-wrap {
  background-color: #0c5c33;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcM4Ta9Op7 .card-wrap:hover h4,
.cid-tcM4Ta9Op7 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-tcM4Ta9Op7 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcM4Ta9Op7 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcM4Ta9Op7 img {
  width: 100%;
}
.cid-tcM4Ta9Op7 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcM4Ta9Op7 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcM4Ta9Op7 .card-title1,
.cid-tcM4Ta9Op7 .title-wrap1 {
  color: #ffffff;
}
.cid-tcM4Ta9Op7 .card-title,
.cid-tcM4Ta9Op7 .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcM4Ta9Op7 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcM4Ta9Op7 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcM4Ta9Op7 H3 {
  color: #ffffff;
}
.cid-tcM5f0Y9IP {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #f5fbff;
}
.cid-tcM5f0Y9IP .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcM5f0Y9IP .card-wrap {
  background-color: #831933;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcM5f0Y9IP .card-wrap:hover h4,
.cid-tcM5f0Y9IP .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-tcM5f0Y9IP h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcM5f0Y9IP h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcM5f0Y9IP img {
  width: 100%;
}
.cid-tcM5f0Y9IP h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcM5f0Y9IP h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcM5f0Y9IP .card-title1,
.cid-tcM5f0Y9IP .title-wrap1 {
  color: #ffffff;
}
.cid-tcM5f0Y9IP .card-title,
.cid-tcM5f0Y9IP .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcM5f0Y9IP .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcM5f0Y9IP .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcM5f0Y9IP H3 {
  color: #ffffff;
}
.cid-tbWQVFhMvg {
  padding-top: 195px;
  padding-bottom: 15px;
  background-color: #f5fbff;
}
.cid-tbWQVFhMvg h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tbWQVFhMvg h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tbWQVFhMvg .mbr-text,
.cid-tbWQVFhMvg .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tbWQVFhMvg H1 {
  text-align: left;
  color: #383838;
}
.cid-tcoMJ64YPK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f5fbff;
}
.cid-tcoMJ64YPK .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-tcoMJ64YPK .card-box {
  padding: 0rem;
  padding-top: 2rem;
  background-color: #efefef;
  padding: 2rem;
}
.cid-tcoMJ64YPK h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcoMJ64YPK h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-tcoMJ64YPK p {
  text-align: left;
}
.cid-tcoMJ64YPK img {
  transition: all 0.3s;
}
.cid-tcoMJ64YPK .mbr-text {
  color: #1c1c1c;
}
.cid-tcoMJ64YPK .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tcoMJ64YPK .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-tcoMJ64YPK .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-tcoMJ64YPK .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tcoMJ64YPK .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-tcoMJ64YPK .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-tcoMJ64YPK .card-columns {
    column-gap: 4rem;
  }
}
.cid-tcoMJ64YPK .card-title {
  color: #767676;
}
.cid-tcoRuBqBYA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f5fbff;
}
.cid-tcoRuBqBYA .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-tcoRuBqBYA .card-box {
  padding: 0rem;
  padding-top: 2rem;
  background-color: #efefef;
  padding: 2rem;
}
.cid-tcoRuBqBYA h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcoRuBqBYA h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-tcoRuBqBYA p {
  text-align: left;
}
.cid-tcoRuBqBYA img {
  transition: all 0.3s;
}
.cid-tcoRuBqBYA .mbr-text {
  color: #1c1c1c;
}
.cid-tcoRuBqBYA .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tcoRuBqBYA .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-tcoRuBqBYA .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-tcoRuBqBYA .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tcoRuBqBYA .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-tcoRuBqBYA .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-tcoRuBqBYA .card-columns {
    column-gap: 4rem;
  }
}
.cid-tcoRuBqBYA .card-title {
  color: #767676;
}
.cid-tc7BcExtDw {
  padding-top: 195px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tc7BcExtDw h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tc7BcExtDw h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3b3a3a;
  margin-left: 10px;
}
.cid-tc7BcExtDw .mbr-text,
.cid-tc7BcExtDw .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tc7BcExtDw H1 {
  text-align: left;
  color: #3b3a3a;
}
.cid-tc7BcExtDw H3 {
  color: #3b3a3a;
}
.cid-tbX1JmczwR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbX1JmczwR .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbX1JmczwR .modal-body .close {
  background: #1b1b1b;
}
.cid-tbX1JmczwR .modal-body .close span {
  font-style: normal;
}
.cid-tbX1JmczwR .carousel-inner > .active,
.cid-tbX1JmczwR .carousel-inner > .next,
.cid-tbX1JmczwR .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tbX1JmczwR .carousel-control .icon-next,
.cid-tbX1JmczwR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tbX1JmczwR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tbX1JmczwR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tbX1JmczwR .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tbX1JmczwR .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tbX1JmczwR .boxed-slider > div {
  position: relative;
}
.cid-tbX1JmczwR .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tbX1JmczwR .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tbX1JmczwR .mbr-table-cell {
  padding: 0;
}
.cid-tbX1JmczwR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tbX1JmczwR .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tbX1JmczwR .mbr-overlay {
  z-index: 1;
}
.cid-tbX1JmczwR .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tbX1JmczwR .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tbX1JmczwR .carousel-item.active.right,
.cid-tbX1JmczwR .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tbX1JmczwR .carousel-item.active.left,
.cid-tbX1JmczwR .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tbX1JmczwR .carousel-item.active,
.cid-tbX1JmczwR .carousel-item.next.left,
.cid-tbX1JmczwR .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tbX1JmczwR .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tbX1JmczwR .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbX1JmczwR .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbX1JmczwR .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tbX1JmczwR .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbX1JmczwR .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tbX1JmczwR .mbr-slider .carousel-indicators li {
  max-width: 15px;
  width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: white;
  border: 2px solid #fff;
  border-radius: 0;
  opacity: .5;
  transition: all .3s;
}
.cid-tbX1JmczwR .mbr-slider .carousel-indicators li.active,
.cid-tbX1JmczwR .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tbX1JmczwR .mbr-slider .carousel-indicators li::after,
.cid-tbX1JmczwR .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tbX1JmczwR .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tbX1JmczwR .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tbX1JmczwR .mbr-slider > .container img {
  width: 100%;
}
.cid-tbX1JmczwR .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tbX1JmczwR .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .cid-tbX1JmczwR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbX1JmczwR .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tbX1JmczwR .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tbX1JmczwR .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tbX1JmczwR .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tbX1JmczwR .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tbX1JmczwR .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tbX1JmczwR .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tbX1JmczwR .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tbX1JmczwR .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tbX1JmczwR .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tbX1JmczwR .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tbX1JmczwR .carousel-inner {
  height: 100%;
}
.cid-tbX1JmczwR .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tbX1JmczwR .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tbX1JmczwR .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-tbX1JmczwR .carousel-item .container-slide {
  text-align: center;
}
.cid-tbX1JmczwR .content-slider-wrap {
  width: 100%;
}
.cid-tbX1JmczwR .carousel-control-prev {
  bottom: 2px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-tbX1JmczwR .carousel-control-next {
  bottom: 54px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-tbX1JmczwR .carousel-control {
  margin-left: 2px!important;
}
.cid-tc7yH29FE9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tc7yH29FE9 .mbr-section-title,
.cid-tc7yH29FE9 .mbr-text {
  margin-bottom: 0;
}
.cid-tc7yH29FE9 .title__block {
  margin-bottom: 45px;
}
.cid-tc7yH29FE9 .mbr-text {
  color: #535251;
  letter-spacing: 2px;
}
.cid-tc7yH29FE9 .mbr-section-title {
  margin-top: 15px;
  color: #383838;
}
.cid-tc7yH29FE9 .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tc7yH29FE9 .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-uNfo9jbzpm {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #d3d3d3;
}
.cid-uNfo9jbzpm h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uNfo9jbzpm h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uNfo9jbzpm .mbr-text,
.cid-uNfo9jbzpm .mbr-section-btn {
  color: #232323;
}
.cid-uNfo9jbzpm H1 {
  color: #232323;
}
.cid-uNfo9jbzpm H3 {
  color: #232323;
}
.cid-tc7vza3EM3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tc7vza3EM3 img {
  width: 100%;
  max-width: 140px;
  margin: auto;
}
.cid-tc7vza3EM3 .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-tc7vza3EM3 .mbr-section-title {
  margin-bottom: 26px;
  color: #7f1933;
}
.cid-tc7vza3EM3 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #1045aa;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tc7vza3EM3 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tc7vza3EM3 .card_box {
  margin-top: 30px;
}
.cid-rmLdtq40jh {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #cccccc;
}
.cid-rmLdtq40jh .media-container-row .mbr-text {
  color: #232323;
}
.cid-tcd2IOCcXF .navbar {
  background: #3b3a3a;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-tcd2IOCcXF .navbar .show {
  height: 100vh;
}
.cid-tcd2IOCcXF .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tcd2IOCcXF .navbar-dropdown.bg-color.transparent.opened {
  background: #3b3a3a;
}
.cid-tcd2IOCcXF .bottom {
  padding-bottom: 2rem;
}
.cid-tcd2IOCcXF a {
  font-style: normal;
}
.cid-tcd2IOCcXF .dropdown-backdrop {
  display: none;
}
.cid-tcd2IOCcXF .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-tcd2IOCcXF .nav-dropdown {
  padding-top: 8rem;
}
.cid-tcd2IOCcXF .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-tcd2IOCcXF .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-tcd2IOCcXF .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3b3a3a;
  margin-left: 10px;
}
.cid-tcd2IOCcXF .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-tcd2IOCcXF .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tcd2IOCcXF .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tcd2IOCcXF .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tcd2IOCcXF .navbar-nav {
  width: 100%!important;
}
.cid-tcd2IOCcXF .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tcd2IOCcXF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tcd2IOCcXF .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-tcd2IOCcXF .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-tcd2IOCcXF .dropdown-item {
  background: #367cbf;
  color: #367cbf !important;
}
.cid-tcd2IOCcXF .dropdown-item:hover,
.cid-tcd2IOCcXF .dropdown-item:active {
  color: #367cbf !important;
}
.cid-tcd2IOCcXF .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tcd2IOCcXF .soc-item {
  width: 45px;
  height: 45px;
  background: #3b3a3a;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-tcd2IOCcXF .soc-item span {
  font-size: 1.2rem;
  color: #3b3a3a !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-tcd2IOCcXF .soc-item:hover span {
  color: #3b3a3a !important;
}
.cid-tcd2IOCcXF .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #367cbf;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-tcd2IOCcXF .navbar-logo {
  margin-right: 0!important;
}
.cid-tcd2IOCcXF .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-tcd2IOCcXF .menu-logo {
  position: fixed!important;
}
.cid-tcd2IOCcXF .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-tcd2IOCcXF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcd2IOCcXF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tcd2IOCcXF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tcd2IOCcXF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tcd2IOCcXF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tcd2IOCcXF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tcd2IOCcXF .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tcd2IOCcXF .navbar-toggler {
  background: #3b3a3a;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-tcd2IOCcXF .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-tcd2IOCcXF .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-tcd2IOCcXF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tcd2IOCcXF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tcd2IOCcXF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tcd2IOCcXF .opened,
.cid-tcd2IOCcXF .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #3b3a3a !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-tcd2IOCcXF .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-tcd2IOCcXF .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-tcd2IOCcXF .opened,
  .cid-tcd2IOCcXF .show,
  .cid-tcd2IOCcXF .navbar {
    width: 100%!important;
  }
  .cid-tcd2IOCcXF .dropdown-toggle {
    margin: auto!important;
  }
  .cid-tcd2IOCcXF .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-tcd2IOCcXF .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-tcd2IOCcXF .nav-item:focus,
.cid-tcd2IOCcXF .nav-link:focus {
  outline: none;
}
.cid-tcd2IOCcXF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-tcd2IOCcXF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tcd2IOCcXF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcd2IOCcXF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tcd2IOCcXF .dropdown .dropdown-menu {
  background: #3b3a3a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tcd2IOCcXF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tcd2IOCcXF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcd2IOCcXF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tcd2IOCcXF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcd2IOCcXF .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-tcd2IOCcXF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tcd2IOCcXF button.navbar-toggler:focus {
  outline: none;
}
.cid-tcd2IOCcXF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-tcd2IOCcXF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcd2IOCcXF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcd2IOCcXF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcd2IOCcXF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcd2IOCcXF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcd2IOCcXF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcd2IOCcXF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcd2IOCcXF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcd2IOCcXF .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tcd2IOCcXF .collapsed .btn {
  display: -webkit-flex;
}
.cid-tcd2IOCcXF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tcd2IOCcXF .collapsed .navbar-collapse.collapsing,
.cid-tcd2IOCcXF .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-tcd2IOCcXF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tcd2IOCcXF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tcd2IOCcXF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tcd2IOCcXF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tcd2IOCcXF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tcd2IOCcXF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tcd2IOCcXF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tcd2IOCcXF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tcd2IOCcXF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tcd2IOCcXF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tcd2IOCcXF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-tcd2IOCcXF .collapsed button.navbar-toggler {
  display: block;
}
.cid-tcd2IOCcXF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tcd2IOCcXF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tcd2IOCcXF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tcd2IOCcXF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tcd2IOCcXF .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tcd2IOCcXF img {
    height: 3.8rem !important;
  }
  .cid-tcd2IOCcXF .btn {
    display: -webkit-flex;
  }
  .cid-tcd2IOCcXF button.navbar-toggler {
    display: block;
  }
  .cid-tcd2IOCcXF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tcd2IOCcXF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tcd2IOCcXF .navbar-collapse.collapsing,
  .cid-tcd2IOCcXF .navbar-collapse.show {
    display: block !important;
  }
  .cid-tcd2IOCcXF .navbar-collapse.collapsing .navbar-nav,
  .cid-tcd2IOCcXF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tcd2IOCcXF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tcd2IOCcXF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tcd2IOCcXF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tcd2IOCcXF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tcd2IOCcXF .navbar-collapse.collapsing .navbar-buttons,
  .cid-tcd2IOCcXF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tcd2IOCcXF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tcd2IOCcXF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tcd2IOCcXF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tcd2IOCcXF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tcd2IOCcXF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-tcd2IOCcXF .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tcd2IPKH6l {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #054184;
}
.cid-tcd2IPKH6l h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcd2IPKH6l h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #efefef;
  margin-left: 10px;
}
.cid-tcd2IPKH6l .mbr-text,
.cid-tcd2IPKH6l .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-tcd2IPKH6l H1 {
  text-align: left;
  color: #efefef;
}
.cid-tcd2IPKH6l H3 {
  color: #efefef;
}
.cid-tckcbcJrRk {
  padding-top: 0px;
  padding-bottom: 90px;
  position: relative;
  background-color: #054184;
}
.cid-tckcbcJrRk .card-header {
  background: transparent;
}
.cid-tckcbcJrRk .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tckcbcJrRk .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tckcbcJrRk .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tckcbcJrRk .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tckcbcJrRk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tckcbcJrRk .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tckcbcJrRk .card .panel-body {
  color: #767676;
}
.cid-tckcbcJrRk h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tckcbcJrRk H4 {
  color: #0b295e;
}
.cid-tckcbcJrRk H2 {
  color: #3b3a3a;
  text-align: left;
}
.cid-tckcbcJrRk .panel-text {
  color: #efefef;
}
.cid-tciX9NQkce {
  padding-top: 195px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/biotonus-1920-1080-2-1920x1080.jpg");
}
.cid-tciX9NQkce DIV {
  text-align: left;
}
.cid-tciX9NQkce .mbr-text,
.cid-tciX9NQkce .mbr-section-btn {
  text-align: left;
}
.cid-tciX9NQkce H1 {
  text-align: left;
}
.cid-tciX9NQkce H3 {
  text-align: left;
}
.cid-tck9DosAtf {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tck9DosAtf .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tck9DosAtf .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tck9DosAtf .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tck9DosAtf h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tck9DosAtf h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #efefef;
  margin-left: 10px;
}
.cid-tck9DosAtf img {
  width: 100%;
}
.cid-tck9DosAtf h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tck9DosAtf .card-title1,
.cid-tck9DosAtf .title-wrap1 {
  color: #ffffff;
}
.cid-tck9DosAtf .card-title,
.cid-tck9DosAtf .title-wrap {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-tck9DosAtf .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tck9DosAtf .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tck9DosAtf H3 {
  color: #efefef;
}
.cid-tckhPJ3UmV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tckhPJ3UmV .mbr-section-subtitle {
  color: #36187d;
}
.cid-tckhPJ3UmV .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tckitwaR2s {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f5fbff;
}
.cid-tckitwaR2s .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tckitwaR2s .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tckitwaR2s .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tckitwaR2s h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tckitwaR2s h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tckitwaR2s img {
  width: 100%;
}
.cid-tckitwaR2s h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tckitwaR2s .card-title1,
.cid-tckitwaR2s .title-wrap1 {
  color: #ffffff;
}
.cid-tckitwaR2s .card-title,
.cid-tckitwaR2s .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tckitwaR2s .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tckitwaR2s .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tckitwaR2s H3 {
  color: #ffffff;
}
.cid-tckiucVQdv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5fbff;
}
.cid-tckiucVQdv .mbr-section-subtitle {
  color: #36187d;
}
.cid-tckiucVQdv .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tckq6k0RpS {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tckq6k0RpS .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tckq6k0RpS .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tckq6k0RpS .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tckq6k0RpS h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tckq6k0RpS h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tckq6k0RpS img {
  width: 100%;
}
.cid-tckq6k0RpS h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tckq6k0RpS .card-title1,
.cid-tckq6k0RpS .title-wrap1 {
  color: #ffffff;
}
.cid-tckq6k0RpS .card-title,
.cid-tckq6k0RpS .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tckq6k0RpS .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tckq6k0RpS .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tckq6k0RpS H3 {
  color: #ffffff;
}
.cid-tckrgePUz8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tckrgePUz8 .mbr-section-subtitle {
  color: #36187d;
}
.cid-tckrgePUz8 .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcA8j3NaoQ {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f5fbff;
}
.cid-tcA8j3NaoQ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcA8j3NaoQ .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcA8j3NaoQ .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcA8j3NaoQ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcA8j3NaoQ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcA8j3NaoQ img {
  width: 100%;
}
.cid-tcA8j3NaoQ h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcA8j3NaoQ .card-title1,
.cid-tcA8j3NaoQ .title-wrap1 {
  color: #ffffff;
}
.cid-tcA8j3NaoQ .card-title,
.cid-tcA8j3NaoQ .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcA8j3NaoQ .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcA8j3NaoQ .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcA8j3NaoQ H3 {
  color: #ffffff;
}
.cid-tcA8jZTRkN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5fbff;
}
.cid-tcA8jZTRkN .mbr-section-subtitle {
  color: #36187d;
}
.cid-tcA8jZTRkN .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcAaUu5wr5 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcAaUu5wr5 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcAaUu5wr5 .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcAaUu5wr5 .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcAaUu5wr5 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcAaUu5wr5 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcAaUu5wr5 img {
  width: 100%;
}
.cid-tcAaUu5wr5 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcAaUu5wr5 .card-title1,
.cid-tcAaUu5wr5 .title-wrap1 {
  color: #ffffff;
}
.cid-tcAaUu5wr5 .card-title,
.cid-tcAaUu5wr5 .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcAaUu5wr5 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcAaUu5wr5 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcAaUu5wr5 H3 {
  color: #ffffff;
}
.cid-tcAaVlmoyP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcAaVlmoyP .mbr-section-subtitle {
  color: #36187d;
}
.cid-tcAaVlmoyP .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcAbLlLWPt {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f5fbff;
}
.cid-tcAbLlLWPt .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcAbLlLWPt .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcAbLlLWPt .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcAbLlLWPt h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcAbLlLWPt h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcAbLlLWPt img {
  width: 100%;
}
.cid-tcAbLlLWPt h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcAbLlLWPt .card-title1,
.cid-tcAbLlLWPt .title-wrap1 {
  color: #ffffff;
}
.cid-tcAbLlLWPt .card-title,
.cid-tcAbLlLWPt .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcAbLlLWPt .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcAbLlLWPt .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcAbLlLWPt H3 {
  color: #ffffff;
}
.cid-tcAbMfWKLb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5fbff;
}
.cid-tcAbMfWKLb .mbr-section-subtitle {
  color: #36187d;
}
.cid-tcAbMfWKLb .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcAd9jrHXm {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcAd9jrHXm .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcAd9jrHXm .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcAd9jrHXm .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcAd9jrHXm h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcAd9jrHXm h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcAd9jrHXm img {
  width: 100%;
}
.cid-tcAd9jrHXm h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcAd9jrHXm .card-title1,
.cid-tcAd9jrHXm .title-wrap1 {
  color: #ffffff;
}
.cid-tcAd9jrHXm .card-title,
.cid-tcAd9jrHXm .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcAd9jrHXm .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcAd9jrHXm .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcAd9jrHXm H3 {
  color: #ffffff;
}
.cid-tcAdab6ObK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcAdab6ObK .mbr-section-subtitle {
  color: #36187d;
}
.cid-tcAdab6ObK .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcAepI0j3o {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f5fbff;
}
.cid-tcAepI0j3o .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcAepI0j3o .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcAepI0j3o .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcAepI0j3o h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcAepI0j3o h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcAepI0j3o img {
  width: 100%;
}
.cid-tcAepI0j3o h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcAepI0j3o .card-title1,
.cid-tcAepI0j3o .title-wrap1 {
  color: #ffffff;
}
.cid-tcAepI0j3o .card-title,
.cid-tcAepI0j3o .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcAepI0j3o .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcAepI0j3o .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcAepI0j3o H3 {
  color: #ffffff;
}
.cid-tcAeqs6q50 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5fbff;
}
.cid-tcAeqs6q50 .mbr-section-subtitle {
  color: #36187d;
}
.cid-tcAeqs6q50 .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcAg7h3x8k {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcAg7h3x8k .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcAg7h3x8k .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcAg7h3x8k .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcAg7h3x8k h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcAg7h3x8k h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcAg7h3x8k img {
  width: 100%;
}
.cid-tcAg7h3x8k h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcAg7h3x8k .card-title1,
.cid-tcAg7h3x8k .title-wrap1 {
  color: #ffffff;
}
.cid-tcAg7h3x8k .card-title,
.cid-tcAg7h3x8k .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcAg7h3x8k .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcAg7h3x8k .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcAg7h3x8k H3 {
  color: #ffffff;
}
.cid-tcAg7MW5Kv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcAg7MW5Kv .mbr-section-subtitle {
  color: #36187d;
}
.cid-tcAg7MW5Kv .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcAhpFDcym {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f5fbff;
}
.cid-tcAhpFDcym .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcAhpFDcym .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcAhpFDcym .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcAhpFDcym h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcAhpFDcym h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcAhpFDcym img {
  width: 100%;
}
.cid-tcAhpFDcym h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcAhpFDcym .card-title1,
.cid-tcAhpFDcym .title-wrap1 {
  color: #ffffff;
}
.cid-tcAhpFDcym .card-title,
.cid-tcAhpFDcym .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcAhpFDcym .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcAhpFDcym .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcAhpFDcym H3 {
  color: #ffffff;
}
.cid-tcAhqLFbyT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5fbff;
}
.cid-tcAhqLFbyT .mbr-section-subtitle {
  color: #36187d;
}
.cid-tcAhqLFbyT .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcAigiFiTy {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcAigiFiTy .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcAigiFiTy .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcAigiFiTy .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcAigiFiTy h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcAigiFiTy h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcAigiFiTy img {
  width: 100%;
}
.cid-tcAigiFiTy h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcAigiFiTy .card-title1,
.cid-tcAigiFiTy .title-wrap1 {
  color: #ffffff;
}
.cid-tcAigiFiTy .card-title,
.cid-tcAigiFiTy .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcAigiFiTy .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcAigiFiTy .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcAigiFiTy H3 {
  color: #ffffff;
}
.cid-tcAigXMAId {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcAigXMAId .mbr-section-subtitle {
  color: #36187d;
}
.cid-tcAigXMAId .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcAiZVXvxd {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f5fbff;
}
.cid-tcAiZVXvxd .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcAiZVXvxd .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcAiZVXvxd .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcAiZVXvxd h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcAiZVXvxd h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcAiZVXvxd img {
  width: 100%;
}
.cid-tcAiZVXvxd h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcAiZVXvxd .card-title1,
.cid-tcAiZVXvxd .title-wrap1 {
  color: #ffffff;
}
.cid-tcAiZVXvxd .card-title,
.cid-tcAiZVXvxd .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcAiZVXvxd .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcAiZVXvxd .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcAiZVXvxd H3 {
  color: #ffffff;
}
.cid-tcAj0y5DDK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5fbff;
}
.cid-tcAj0y5DDK .mbr-section-subtitle {
  color: #36187d;
}
.cid-tcAj0y5DDK .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcAjOjMMpB {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcAjOjMMpB .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcAjOjMMpB .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcAjOjMMpB .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcAjOjMMpB h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcAjOjMMpB h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcAjOjMMpB img {
  width: 100%;
}
.cid-tcAjOjMMpB h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcAjOjMMpB .card-title1,
.cid-tcAjOjMMpB .title-wrap1 {
  color: #ffffff;
}
.cid-tcAjOjMMpB .card-title,
.cid-tcAjOjMMpB .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcAjOjMMpB .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcAjOjMMpB .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcAjOjMMpB H3 {
  color: #ffffff;
}
.cid-tcAjP7DNRy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcAjP7DNRy .mbr-section-subtitle {
  color: #36187d;
}
.cid-tcAjP7DNRy .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcAkRz42G6 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f5fbff;
}
.cid-tcAkRz42G6 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcAkRz42G6 .card-wrap {
  background-color: #054184;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcAkRz42G6 .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcAkRz42G6 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcAkRz42G6 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-tcAkRz42G6 img {
  width: 100%;
}
.cid-tcAkRz42G6 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcAkRz42G6 .card-title1,
.cid-tcAkRz42G6 .title-wrap1 {
  color: #ffffff;
}
.cid-tcAkRz42G6 .card-title,
.cid-tcAkRz42G6 .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tcAkRz42G6 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcAkRz42G6 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcAkRz42G6 H3 {
  color: #ffffff;
}
.cid-tcAkSiNlO0 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f5fbff;
}
.cid-tcAkSiNlO0 .mbr-section-subtitle {
  color: #36187d;
}
.cid-tcAkSiNlO0 .mbr-text {
  color: #3b3a3a;
  text-align: left;
}
.cid-uNfohJ95zW {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #d3d3d3;
}
.cid-uNfohJ95zW h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uNfohJ95zW h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uNfohJ95zW .mbr-text,
.cid-uNfohJ95zW .mbr-section-btn {
  color: #232323;
}
.cid-uNfohJ95zW H1 {
  color: #232323;
}
.cid-uNfohJ95zW H3 {
  color: #232323;
}
.cid-tcNfMs3RMN {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcNfMs3RMN .mbr-section-title,
.cid-tcNfMs3RMN .mbr-text {
  margin-bottom: 0;
}
.cid-tcNfMs3RMN .title__block {
  margin-bottom: 45px;
}
.cid-tcNfMs3RMN .mbr-text {
  color: #535251;
  letter-spacing: 2px;
}
.cid-tcNfMs3RMN .mbr-section-title {
  margin-top: 15px;
  color: #383838;
}
.cid-tcNfMs3RMN .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcNfMs3RMN .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-tcd2IWPyGc {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #cccccc;
}
.cid-tcd2IWPyGc .media-container-row .mbr-text {
  color: #232323;
}
.cid-tcCcvbEdpP .navbar {
  background: #3b3a3a;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-tcCcvbEdpP .navbar .show {
  height: 100vh;
}
.cid-tcCcvbEdpP .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tcCcvbEdpP .navbar-dropdown.bg-color.transparent.opened {
  background: #3b3a3a;
}
.cid-tcCcvbEdpP .bottom {
  padding-bottom: 2rem;
}
.cid-tcCcvbEdpP a {
  font-style: normal;
}
.cid-tcCcvbEdpP .dropdown-backdrop {
  display: none;
}
.cid-tcCcvbEdpP .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-tcCcvbEdpP .nav-dropdown {
  padding-top: 8rem;
}
.cid-tcCcvbEdpP .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-tcCcvbEdpP .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-tcCcvbEdpP .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3b3a3a;
  margin-left: 10px;
}
.cid-tcCcvbEdpP .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-tcCcvbEdpP .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tcCcvbEdpP .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tcCcvbEdpP .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tcCcvbEdpP .navbar-nav {
  width: 100%!important;
}
.cid-tcCcvbEdpP .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tcCcvbEdpP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tcCcvbEdpP .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-tcCcvbEdpP .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-tcCcvbEdpP .dropdown-item {
  background: #367cbf;
  color: #367cbf !important;
}
.cid-tcCcvbEdpP .dropdown-item:hover,
.cid-tcCcvbEdpP .dropdown-item:active {
  color: #367cbf !important;
}
.cid-tcCcvbEdpP .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tcCcvbEdpP .soc-item {
  width: 45px;
  height: 45px;
  background: #3b3a3a;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-tcCcvbEdpP .soc-item span {
  font-size: 1.2rem;
  color: #3b3a3a !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-tcCcvbEdpP .soc-item:hover span {
  color: #3b3a3a !important;
}
.cid-tcCcvbEdpP .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #367cbf;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-tcCcvbEdpP .navbar-logo {
  margin-right: 0!important;
}
.cid-tcCcvbEdpP .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-tcCcvbEdpP .menu-logo {
  position: fixed!important;
}
.cid-tcCcvbEdpP .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-tcCcvbEdpP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcCcvbEdpP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tcCcvbEdpP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tcCcvbEdpP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tcCcvbEdpP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tcCcvbEdpP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tcCcvbEdpP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tcCcvbEdpP .navbar-toggler {
  background: #3b3a3a;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-tcCcvbEdpP .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-tcCcvbEdpP .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-tcCcvbEdpP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tcCcvbEdpP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tcCcvbEdpP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tcCcvbEdpP .opened,
.cid-tcCcvbEdpP .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #3b3a3a !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-tcCcvbEdpP .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-tcCcvbEdpP .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-tcCcvbEdpP .opened,
  .cid-tcCcvbEdpP .show,
  .cid-tcCcvbEdpP .navbar {
    width: 100%!important;
  }
  .cid-tcCcvbEdpP .dropdown-toggle {
    margin: auto!important;
  }
  .cid-tcCcvbEdpP .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-tcCcvbEdpP .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-tcCcvbEdpP .nav-item:focus,
.cid-tcCcvbEdpP .nav-link:focus {
  outline: none;
}
.cid-tcCcvbEdpP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-tcCcvbEdpP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tcCcvbEdpP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcCcvbEdpP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tcCcvbEdpP .dropdown .dropdown-menu {
  background: #3b3a3a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tcCcvbEdpP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tcCcvbEdpP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcCcvbEdpP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tcCcvbEdpP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcCcvbEdpP .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-tcCcvbEdpP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tcCcvbEdpP button.navbar-toggler:focus {
  outline: none;
}
.cid-tcCcvbEdpP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-tcCcvbEdpP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcCcvbEdpP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcCcvbEdpP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcCcvbEdpP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcCcvbEdpP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcCcvbEdpP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcCcvbEdpP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcCcvbEdpP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcCcvbEdpP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tcCcvbEdpP .collapsed .btn {
  display: -webkit-flex;
}
.cid-tcCcvbEdpP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tcCcvbEdpP .collapsed .navbar-collapse.collapsing,
.cid-tcCcvbEdpP .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-tcCcvbEdpP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tcCcvbEdpP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tcCcvbEdpP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tcCcvbEdpP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tcCcvbEdpP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tcCcvbEdpP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tcCcvbEdpP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tcCcvbEdpP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tcCcvbEdpP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tcCcvbEdpP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tcCcvbEdpP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-tcCcvbEdpP .collapsed button.navbar-toggler {
  display: block;
}
.cid-tcCcvbEdpP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tcCcvbEdpP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tcCcvbEdpP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tcCcvbEdpP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tcCcvbEdpP .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tcCcvbEdpP img {
    height: 3.8rem !important;
  }
  .cid-tcCcvbEdpP .btn {
    display: -webkit-flex;
  }
  .cid-tcCcvbEdpP button.navbar-toggler {
    display: block;
  }
  .cid-tcCcvbEdpP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tcCcvbEdpP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tcCcvbEdpP .navbar-collapse.collapsing,
  .cid-tcCcvbEdpP .navbar-collapse.show {
    display: block !important;
  }
  .cid-tcCcvbEdpP .navbar-collapse.collapsing .navbar-nav,
  .cid-tcCcvbEdpP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tcCcvbEdpP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tcCcvbEdpP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tcCcvbEdpP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tcCcvbEdpP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tcCcvbEdpP .navbar-collapse.collapsing .navbar-buttons,
  .cid-tcCcvbEdpP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tcCcvbEdpP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tcCcvbEdpP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tcCcvbEdpP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tcCcvbEdpP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tcCcvbEdpP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-tcCcvbEdpP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tcCcvcMJvX {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #add8f7;
}
.cid-tcCcvcMJvX h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcCcvcMJvX h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3b3a3a;
  margin-left: 10px;
}
.cid-tcCcvcMJvX .mbr-text,
.cid-tcCcvcMJvX .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCcvcMJvX H1 {
  text-align: left;
  color: #3b3a3a;
}
.cid-tcCcvcMJvX H3 {
  color: #3b3a3a;
}
.cid-tcCHKW9DZJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcCHKW9DZJ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcCHKW9DZJ .card-wrap {
  background-color: #add8f7;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcCHKW9DZJ .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcCHKW9DZJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcCHKW9DZJ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3b3a3a;
  margin-left: 10px;
}
.cid-tcCHKW9DZJ img {
  width: 100%;
}
.cid-tcCHKW9DZJ h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcCHKW9DZJ .card-title1,
.cid-tcCHKW9DZJ .title-wrap1 {
  color: #ffffff;
}
.cid-tcCHKW9DZJ .card-title,
.cid-tcCHKW9DZJ .title-wrap {
  color: #3b3a3a;
}
@media (max-width: 992px) {
  .cid-tcCHKW9DZJ .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcCHKW9DZJ .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcCHKW9DZJ H3 {
  color: #3b3a3a;
}
.cid-tcCcvdlLEQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcCcvdlLEQ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcCcvdlLEQ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tcCcvdlLEQ .mbr-text,
.cid-tcCcvdlLEQ .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCcvdlLEQ H1 {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCIowOH3a {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcCIowOH3a .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcCIowOH3a .card-wrap {
  background-color: #add8f7;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcCIowOH3a .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcCIowOH3a h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcCIowOH3a h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3b3a3a;
  margin-left: 10px;
}
.cid-tcCIowOH3a img {
  width: 100%;
}
.cid-tcCIowOH3a h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcCIowOH3a .card-title1,
.cid-tcCIowOH3a .title-wrap1 {
  color: #ffffff;
}
.cid-tcCIowOH3a .card-title,
.cid-tcCIowOH3a .title-wrap {
  color: #3b3a3a;
}
@media (max-width: 992px) {
  .cid-tcCIowOH3a .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcCIowOH3a .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcCIowOH3a H3 {
  color: #3b3a3a;
}
.cid-tcCcvdQFEl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tcCcvdQFEl h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcCcvdQFEl h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tcCcvdQFEl .mbr-text,
.cid-tcCcvdQFEl .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCcvdQFEl H1 {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCIVwiy4W {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcCIVwiy4W .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcCIVwiy4W .card-wrap {
  background-color: #add8f7;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcCIVwiy4W .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcCIVwiy4W h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcCIVwiy4W h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3b3a3a;
  margin-left: 10px;
}
.cid-tcCIVwiy4W img {
  width: 100%;
}
.cid-tcCIVwiy4W h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcCIVwiy4W .card-title1,
.cid-tcCIVwiy4W .title-wrap1 {
  color: #ffffff;
}
.cid-tcCIVwiy4W .card-title,
.cid-tcCIVwiy4W .title-wrap {
  color: #3b3a3a;
}
@media (max-width: 992px) {
  .cid-tcCIVwiy4W .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcCIVwiy4W .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcCIVwiy4W H3 {
  color: #3b3a3a;
}
.cid-tcCcvedVos {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tcCcvedVos h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcCcvedVos h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tcCcvedVos .mbr-text,
.cid-tcCcvedVos .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCcvedVos H1 {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCJo9uwno {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcCJo9uwno .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcCJo9uwno .card-wrap {
  background-color: #add8f7;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcCJo9uwno .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcCJo9uwno h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcCJo9uwno h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3b3a3a;
  margin-left: 10px;
}
.cid-tcCJo9uwno img {
  width: 100%;
}
.cid-tcCJo9uwno h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcCJo9uwno .card-title1,
.cid-tcCJo9uwno .title-wrap1 {
  color: #ffffff;
}
.cid-tcCJo9uwno .card-title,
.cid-tcCJo9uwno .title-wrap {
  color: #3b3a3a;
}
@media (max-width: 992px) {
  .cid-tcCJo9uwno .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcCJo9uwno .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcCJo9uwno H3 {
  color: #3b3a3a;
}
.cid-tcCcvezeTd {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tcCcvezeTd h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcCcvezeTd h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tcCcvezeTd .mbr-text,
.cid-tcCcvezeTd .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCcvezeTd H1 {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCK3Z4Goi {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcCK3Z4Goi .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-tcCK3Z4Goi .card-wrap {
  background-color: #add8f7;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tcCK3Z4Goi .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tcCK3Z4Goi h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tcCK3Z4Goi h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3b3a3a;
  margin-left: 10px;
}
.cid-tcCK3Z4Goi img {
  width: 100%;
}
.cid-tcCK3Z4Goi h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tcCK3Z4Goi .card-title1,
.cid-tcCK3Z4Goi .title-wrap1 {
  color: #ffffff;
}
.cid-tcCK3Z4Goi .card-title,
.cid-tcCK3Z4Goi .title-wrap {
  color: #3b3a3a;
}
@media (max-width: 992px) {
  .cid-tcCK3Z4Goi .mdpb {
    padding-bottom: 2rem;
  }
  .cid-tcCK3Z4Goi .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-tcCK3Z4Goi H3 {
  color: #3b3a3a;
}
.cid-tcCcvf1ZLP {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tcCcvf1ZLP h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcCcvf1ZLP h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tcCcvf1ZLP .mbr-text,
.cid-tcCcvf1ZLP .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCcvf1ZLP H1 {
  color: #3b3a3a;
  text-align: left;
}
.cid-uNfms6OyNY {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #d3d3d3;
}
.cid-uNfms6OyNY h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uNfms6OyNY h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uNfms6OyNY .mbr-text,
.cid-uNfms6OyNY .mbr-section-btn {
  color: #232323;
}
.cid-uNfms6OyNY H1 {
  color: #232323;
}
.cid-uNfms6OyNY H3 {
  color: #232323;
}
.cid-tcNggvqYX4 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcNggvqYX4 .mbr-section-title,
.cid-tcNggvqYX4 .mbr-text {
  margin-bottom: 0;
}
.cid-tcNggvqYX4 .title__block {
  margin-bottom: 45px;
}
.cid-tcNggvqYX4 .mbr-text {
  color: #535251;
  letter-spacing: 2px;
}
.cid-tcNggvqYX4 .mbr-section-title {
  margin-top: 15px;
  color: #383838;
}
.cid-tcNggvqYX4 .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcNggvqYX4 .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-tcCcvgXiiU {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #cccccc;
}
.cid-tcCcvgXiiU .media-container-row .mbr-text {
  color: #232323;
}
.cid-tcC6UT5cU7 .navbar {
  background: #3b3a3a;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-tcC6UT5cU7 .navbar .show {
  height: 100vh;
}
.cid-tcC6UT5cU7 .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tcC6UT5cU7 .navbar-dropdown.bg-color.transparent.opened {
  background: #3b3a3a;
}
.cid-tcC6UT5cU7 .bottom {
  padding-bottom: 2rem;
}
.cid-tcC6UT5cU7 a {
  font-style: normal;
}
.cid-tcC6UT5cU7 .dropdown-backdrop {
  display: none;
}
.cid-tcC6UT5cU7 .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-tcC6UT5cU7 .nav-dropdown {
  padding-top: 8rem;
}
.cid-tcC6UT5cU7 .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-tcC6UT5cU7 .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-tcC6UT5cU7 .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3b3a3a;
  margin-left: 10px;
}
.cid-tcC6UT5cU7 .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-tcC6UT5cU7 .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tcC6UT5cU7 .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tcC6UT5cU7 .navbar-nav {
  width: 100%!important;
}
.cid-tcC6UT5cU7 .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tcC6UT5cU7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tcC6UT5cU7 .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-tcC6UT5cU7 .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-tcC6UT5cU7 .dropdown-item {
  background: #367cbf;
  color: #367cbf !important;
}
.cid-tcC6UT5cU7 .dropdown-item:hover,
.cid-tcC6UT5cU7 .dropdown-item:active {
  color: #367cbf !important;
}
.cid-tcC6UT5cU7 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tcC6UT5cU7 .soc-item {
  width: 45px;
  height: 45px;
  background: #3b3a3a;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-tcC6UT5cU7 .soc-item span {
  font-size: 1.2rem;
  color: #3b3a3a !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-tcC6UT5cU7 .soc-item:hover span {
  color: #3b3a3a !important;
}
.cid-tcC6UT5cU7 .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #367cbf;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-tcC6UT5cU7 .navbar-logo {
  margin-right: 0!important;
}
.cid-tcC6UT5cU7 .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-tcC6UT5cU7 .menu-logo {
  position: fixed!important;
}
.cid-tcC6UT5cU7 .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-tcC6UT5cU7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcC6UT5cU7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tcC6UT5cU7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tcC6UT5cU7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tcC6UT5cU7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tcC6UT5cU7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tcC6UT5cU7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tcC6UT5cU7 .navbar-toggler {
  background: #3b3a3a;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-tcC6UT5cU7 .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-tcC6UT5cU7 .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-tcC6UT5cU7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tcC6UT5cU7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tcC6UT5cU7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tcC6UT5cU7 .opened,
.cid-tcC6UT5cU7 .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #3b3a3a !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-tcC6UT5cU7 .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-tcC6UT5cU7 .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-tcC6UT5cU7 .opened,
  .cid-tcC6UT5cU7 .show,
  .cid-tcC6UT5cU7 .navbar {
    width: 100%!important;
  }
  .cid-tcC6UT5cU7 .dropdown-toggle {
    margin: auto!important;
  }
  .cid-tcC6UT5cU7 .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-tcC6UT5cU7 .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-tcC6UT5cU7 .nav-item:focus,
.cid-tcC6UT5cU7 .nav-link:focus {
  outline: none;
}
.cid-tcC6UT5cU7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-tcC6UT5cU7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tcC6UT5cU7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcC6UT5cU7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tcC6UT5cU7 .dropdown .dropdown-menu {
  background: #3b3a3a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tcC6UT5cU7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tcC6UT5cU7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcC6UT5cU7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tcC6UT5cU7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcC6UT5cU7 .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-tcC6UT5cU7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tcC6UT5cU7 button.navbar-toggler:focus {
  outline: none;
}
.cid-tcC6UT5cU7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-tcC6UT5cU7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcC6UT5cU7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcC6UT5cU7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcC6UT5cU7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcC6UT5cU7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcC6UT5cU7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcC6UT5cU7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcC6UT5cU7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcC6UT5cU7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tcC6UT5cU7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tcC6UT5cU7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.collapsing,
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tcC6UT5cU7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tcC6UT5cU7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-tcC6UT5cU7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tcC6UT5cU7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tcC6UT5cU7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tcC6UT5cU7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tcC6UT5cU7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tcC6UT5cU7 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tcC6UT5cU7 img {
    height: 3.8rem !important;
  }
  .cid-tcC6UT5cU7 .btn {
    display: -webkit-flex;
  }
  .cid-tcC6UT5cU7 button.navbar-toggler {
    display: block;
  }
  .cid-tcC6UT5cU7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tcC6UT5cU7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tcC6UT5cU7 .navbar-collapse.collapsing,
  .cid-tcC6UT5cU7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tcC6UT5cU7 .navbar-collapse.collapsing .navbar-nav,
  .cid-tcC6UT5cU7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tcC6UT5cU7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tcC6UT5cU7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tcC6UT5cU7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tcC6UT5cU7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tcC6UT5cU7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tcC6UT5cU7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tcC6UT5cU7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tcC6UT5cU7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tcC6UT5cU7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tcC6UT5cU7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tcC6UT5cU7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-tcC6UT5cU7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tcC6UUeNA0 {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #8e233e;
}
.cid-tcC6UUeNA0 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcC6UUeNA0 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #efefef;
  margin-left: 10px;
}
.cid-tcC6UUeNA0 .mbr-text,
.cid-tcC6UUeNA0 .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-tcC6UUeNA0 H1 {
  text-align: left;
  color: #efefef;
}
.cid-tcC6UUeNA0 H3 {
  color: #efefef;
}
.cid-tcMuv6zY95 {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/biotonus-parcours-1280x700.jpg");
}
.cid-tcMuv6zY95 DIV {
  text-align: left;
}
.cid-tcMuv6zY95 .mbr-text,
.cid-tcMuv6zY95 .mbr-section-btn {
  text-align: left;
}
.cid-tcMuv6zY95 H1 {
  text-align: left;
}
.cid-tcMuv6zY95 H3 {
  text-align: left;
}
.cid-tcC8syrL8G {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcC8syrL8G h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcC8syrL8G h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tcC8syrL8G .mbr-text,
.cid-tcC8syrL8G .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcC8syrL8G H1 {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcC6UUYg85 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcC6UUYg85 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcC6UUYg85 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tcC6UUYg85 .mbr-text,
.cid-tcC6UUYg85 .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcC6UUYg85 H1 {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcC9xGvlYF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcC9xGvlYF h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcC9xGvlYF h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tcC9xGvlYF .mbr-text,
.cid-tcC9xGvlYF .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcC9xGvlYF H1 {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCa1FJ2x9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcCa1FJ2x9 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcCa1FJ2x9 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tcCa1FJ2x9 .mbr-text,
.cid-tcCa1FJ2x9 .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCa1FJ2x9 H1 {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCato7g7G {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcCato7g7G h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tcCato7g7G h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tcCato7g7G .mbr-text,
.cid-tcCato7g7G .mbr-section-btn {
  color: #3b3a3a;
  text-align: left;
}
.cid-tcCato7g7G H1 {
  color: #3b3a3