body {
  font-family: Muli;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.37rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.592rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Paytone One', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Paytone One', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Paytone One', 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: 4.296rem;
    font-size: calc( 2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #01b2ae !important;
}
.bg-success {
  background-color: #ffcf18 !important;
}
.bg-info {
  background-color: #444444 !important;
}
.bg-warning {
  background-color: #424a4d !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffcf18 !important;
  border-color: #ffcf18 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #000000 !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #01b2ae;
  color: #01b2ae !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #01b2ae;
  border-color: #01b2ae;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #01b2ae;
  color: #01b2ae !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #01b2ae;
  border-color: #01b2ae;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #444444;
  color: #444444 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #ffcf18;
  color: #ffcf18 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #181300 !important;
  background-color: #ffcf18;
  border-color: #ffcf18;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #181300 !important;
  background-color: #ffcf18 !important;
  border-color: #ffcf18 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #424a4d;
  color: #424a4d !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #424a4d;
  border-color: #424a4d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #01b2ae !important;
}
.text-secondary {
  color: #01b2ae !important;
}
.text-success {
  color: #ffcf18 !important;
}
.text-info {
  color: #444444 !important;
}
.text-warning {
  color: #424a4d !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #444444;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #01b2ae !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #424a4d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffcf18 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #424a4d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #424a4d !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #444444;
}
.alert-warning {
  background-color: #424a4d;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #01b2ae;
  border-color: #01b2ae;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #35fef9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff9e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b5bdc0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #01b2ae;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #01b2ae;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #01b2ae;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Paytone One', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #01b2ae;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #01b2ae;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #01b2ae;
  border-bottom-color: #01b2ae;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #01b2ae !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #01b2ae !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(66, 74, 77, 0.5), rgba(66, 74, 77, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(1, 178, 174, 0.5), rgba(1, 178, 174, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-t2pncjq81m {
  min-height: 120px;
  z-index: 1;
}
.cid-t2pncjq81m .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-t2pncjq81m .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t2pncjq81m .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-t2pncjq81m .dropdown-item:active {
  background-color: transparent;
}
.cid-t2pncjq81m .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-t2pncjq81m .nav-item:focus,
.cid-t2pncjq81m .nav-link:focus {
  outline: none;
}
.cid-t2pncjq81m .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-t2pncjq81m .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-t2pncjq81m .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-t2pncjq81m .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-t2pncjq81m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t2pncjq81m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t2pncjq81m .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-t2pncjq81m .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-t2pncjq81m .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-t2pncjq81m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t2pncjq81m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2pncjq81m .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t2pncjq81m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-t2pncjq81m button.navbar-toggler:focus {
  outline: none;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01b2ae;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2pncjq81m .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-t2pncjq81m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing,
.cid-t2pncjq81m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t2pncjq81m .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t2pncjq81m .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-t2pncjq81m .collapsed button.navbar-toggler {
  display: block;
}
.cid-t2pncjq81m .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t2pncjq81m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t2pncjq81m .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-t2pncjq81m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t2pncjq81m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t2pncjq81m {
    min-height: 85px;
  }
  .cid-t2pncjq81m.navbar-expand {
    flex-direction: column;
  }
  .cid-t2pncjq81m img {
    height: 3.8rem !important;
  }
  .cid-t2pncjq81m button.navbar-toggler {
    display: block;
  }
  .cid-t2pncjq81m .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t2pncjq81m .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing,
  .cid-t2pncjq81m .navbar-collapse.show {
    display: block !important;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-buttons,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2pncjq81m .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-t2pncjq81m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t2pncjq81m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t2pncjq81m .navbar-logo img {
    display: none !important;
  }
  .cid-t2pncjq81m .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-t2pncjq81m .nav-link {
    justify-content: start !important;
  }
  .cid-t2pncjq81m .navbar.opened {
    height: 100vh;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-t2pncjq81m .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-t2pncjq81m .menu-logo {
    flex-shrink: 0;
  }
}
.cid-t2pncjq81m .navbar-collapse {
  flex-basis: auto;
}
.cid-t2pncjq81m .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  transition: 0.4s;
}
.cid-t2pncjq81m .span-link {
  padding: 0 0.5rem;
}
.cid-t2pncjq81m .btn1:before,
.cid-t2pncjq81m .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-t2pncjq81m .btn1:before {
  border: 2px dashed #01b2ae;
}
.cid-t2pncjq81m .btn2::before {
  border: 2px dashed #01b2ae;
}
.cid-t2pncjq81m .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-t2pncjq81m .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-t2pncjq81m .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-t2pncjq81m .dropdown-item {
    color: #fff;
  }
  .cid-t2pncjq81m .nav-item.open .nav-link,
  .cid-t2pncjq81m .link:hover {
    color: #fff;
    background: #01b2ae;
    border-radius: 5px;
  }
  .cid-t2pncjq81m .logo-name {
    margin-top: 0.5rem;
  }
  .cid-t2pncjq81m .navbar-brand {
    justify-content: center;
  }
  .cid-t2pncjq81m .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-t2pncjq81m .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-t2pncjq81m .navbar-nav .nav-link {
    color: #01b2ae;
    display: inline-block;
  }
  .cid-t2pncjq81m .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t2pncjq81m .navbar {
    height: 90px;
  }
  .cid-t2pncjq81m .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-t2pncjq81m .btn1 {
    display: none;
  }
  .cid-t2pncjq81m .mbr-section-title {
    color: #fff;
  }
  .cid-t2pncjq81m .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-t2pncjq81m .span-link {
    color: #fff;
  }
  .cid-t2pncjq81m .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-t2pncjq81m .dropdown-item {
    color: #12265a;
  }
  .cid-t2pncjq81m .nav-item.open .nav-link,
  .cid-t2pncjq81m .link:hover {
    color: #444444 !important;
    background: #01b2ae;
    border-radius: 5px;
  }
  .cid-t2pncjq81m .logo-name {
    margin-top: 2rem;
  }
  .cid-t2pncjq81m .navbar-collapse {
    justify-content: space-between;
  }
  .cid-t2pncjq81m .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t2pncjq81m .container-fluid {
    padding: 0 1rem;
  }
  .cid-t2pncjq81m .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #424a4d;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-t2pncjq81m .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-t2pncjq81m .mbr-section-title {
  font-weight: 900;
}
.cid-t2pncjq81m .mbr-section-subtitle {
  color: #01b2ae;
  text-align: center;
}
.cid-t2pncjq81m .mbr-section-btn {
  display: flex;
}
.cid-t2pncjq81m .dropdown-item:hover {
  color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-primary:hover {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-warning:hover {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.cid-t2pncjq81m .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-t2pncjq81m .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-t2pncjq81m .btn-primary:focus {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-warning:focus {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.cid-t2pncjq81m .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-t2pncjq81m .logo-name .mbr-section-title {
  color: #119b98;
  text-align: center;
}
.cid-sVNOygXrgI {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sVNOygXrgI .title__block {
  margin-bottom: 40px;
}
.cid-sVNOygXrgI .mbr-text {
  margin-bottom: 0;
}
.cid-sVNOygXrgI .carousel-item {
  justify-content: center;
}
.cid-sVNOygXrgI .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sVNOygXrgI .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sVNOygXrgI .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(1, 178, 174, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sVNOygXrgI .carousel-controls a:hover span {
  background: rgba(1, 178, 174, 0.6);
}
.cid-sVNOygXrgI .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-sVNOygXrgI .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sVNOygXrgI .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sVNOygXrgI .user {
    max-width: 87%;
  }
  .cid-sVNOygXrgI .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sVNOygXrgI .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sVNOygXrgI .user {
    max-width: 100%;
  }
  .cid-sVNOygXrgI .carousel-control-prev {
    left: -5%;
  }
  .cid-sVNOygXrgI .carousel-control-next {
    right: -5%;
  }
  .cid-sVNOygXrgI .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sVNOygXrgI .title__block {
    margin-bottom: 20px;
  }
  .cid-sVNOygXrgI .carousel-controls {
    display: none;
  }
}
.cid-sW0aBnkFWC {
  padding-top: 60px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sW0aBnkFWC .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-sW0aBnkFWC .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-sW0aBnkFWC .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-sW0aBnkFWC .socicon {
    margin-right: 0.2rem;
  }
}
.cid-sW0aBnkFWC .social-list {
  display: flex;
  justify-content: center;
}
.cid-sW0aBnkFWC .social-list a:focus {
  text-decoration: none;
}
.cid-sW0aBnkFWC .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sW0aBnkFWC .socion1 {
  background: #01b2ae;
}
.cid-sW0aBnkFWC .socion2 {
  background-color: #9d9d9d;
}
.cid-sW0aBnkFWC .socion3 {
  background-color: #363d3f;
}
.cid-t2l1mDSGlg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2l1mDSGlg .align {
  align-items: center;
}
.cid-t2l1mDSGlg .mbr-section-title {
  text-align: left;
  color: #ffffff;
  margin-bottom: 38px;
}
.cid-t2l1mDSGlg .btn {
  border-left: 1px solid #E5E6EF;
  padding: 0.6rem 20px 0.6rem 30px !important;
  transition: color 300ms ease !important;
  margin-top: 13px;
  margin-bottom: 13px;
  height: 30px;
}
.cid-t2l1mDSGlg .btn:hover {
  border-left: 1px solid #E5E6EF !important;
  padding: 0.6rem 20px 0.6rem 30px !important;
  color: #01b2ae !important;
}
.cid-t2l1mDSGlg .form-group.col-12 {
  padding-left: 26px;
  padding-right: 0 !important;
}
.cid-t2l1mDSGlg .button {
  right: 1px;
  top: 11px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-t2l1mDSGlg .form-control {
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
  background-color: transparent !important;
}
.cid-t2l1mDSGlg .form-control:hover {
  box-shadow: none;
}
.cid-t2l1mDSGlg .form-group {
  margin-bottom: 10px;
  position: relative;
  background-color: #f2f5fb;
  padding-top: 3px;
  padding-bottom: 3px;
}
.cid-t2l1mDSGlg textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-t2l1mDSGlg input:hover {
  border-color: #14142b !important;
}
.cid-t2l1mDSGlg textarea:hover {
  border-color: #14142b !important;
}
.cid-t2l1mDSGlg input:focus {
  border-color: #14142b !important;
  box-shadow: none !important;
}
.cid-t2l1mDSGlg textarea:focus {
  border-color: #14142b !important;
}
.cid-t2l1mDSGlg .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-t2l1mDSGlg .mbr-section-title {
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-t2l1mDSGlg .form-part {
    width: 100%;
  }
  .cid-t2l1mDSGlg .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-t2l1mDSGlg .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-t2l1mDSGlg .form-group.col-12.col-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-t2l1mDSGlg input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    padding: 8px 16px;
  }
  .cid-t2l1mDSGlg .dragArea.row {
    margin-right: 1px;
    margin-left: 1px;
  }
  .cid-t2l1mDSGlg input[type=email] {
    margin-bottom: 0;
  }
}
.cid-t2l1mDSGlg a.btn > span {
  margin-left: 0.5rem;
}
.cid-t2l1mDSGlg .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t2l1mDSGlg input,
.cid-t2l1mDSGlg textarea,
.cid-t2l1mDSGlg select,
.cid-t2l1mDSGlg .form-control-label,
.cid-t2l1mDSGlg .form-check,
.cid-t2l1mDSGlg label {
  color: #040e17;
  font-family: 'DM Sans';
}
.cid-t2l1mDSGlg input::placeholder,
.cid-t2l1mDSGlg textarea::placeholder,
.cid-t2l1mDSGlg select::placeholder {
  color: #52586A;
  font-family: 'DM Sans' !important;
}
.cid-t2l1mDSGlg .form-control,
.cid-t2l1mDSGlg form .btn {
  min-height: initial;
}
.cid-t2l1mDSGlg .iconfont-wrapper > .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #3f37c9;
  margin-bottom: 25px;
}
.cid-t2l1mDSGlg .container {
  max-width: 630px;
}
.cid-t2l1mDSGlg .title,
.cid-t2l1mDSGlg .iconfont-wrapper {
  color: #444444;
  text-align: center;
}
.cid-sVWaoPaxBI {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #e6ecf2;
}
.cid-sVWaoPaxBI .top-info-wrap .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sVWaoPaxBI .top-info-wrap .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sVWaoPaxBI .top-info-wrap .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sVWaoPaxBI .top-info-wrap .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sVWaoPaxBI .top-info-wrap .mbr-text {
  margin: 1.5rem 0;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sVWaoPaxBI .top-info-wrap .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-sVWaoPaxBI .card-wrap {
  position: relative;
  margin-bottom: 8rem;
  height: 320px;
}
.cid-sVWaoPaxBI .card-wrap .image-wrap {
  position: relative;
  height: 100%;
}
.cid-sVWaoPaxBI .card-wrap .image-wrap img {
  width: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
  border-radius: 4px;
}
.cid-sVWaoPaxBI .card-wrap .card-bottom {
  background-color: #ffffff;
  position: absolute;
  bottom: -76px;
  padding: 20px 30px 10px 25px;
  width: calc(100% - 60px);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 4px;
  border-bottom: 3px solid transparent;
  margin: -30px 15px 0;
  overflow: hidden;
}
.cid-sVWaoPaxBI .card-wrap .card-bottom .mbr-role {
  color: #4f87fb;
  letter-spacing: 1px;
  font-weight: 700;
}
.cid-sVWaoPaxBI .card-wrap .card-bottom .mbr-section-title {
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-sVWaoPaxBI .card-wrap .card-bottom .mbr-section-title:hover {
  color: #01b2ae;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVWaoPaxBI .card-wrap .card-bottom .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sVWaoPaxBI .card-wrap .card-bottom .social-media ul {
  height: 0px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sVWaoPaxBI .card-wrap .card-bottom .social-media ul li {
  margin-right: 0.6rem;
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sVWaoPaxBI .card-wrap .card-bottom:hover {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-sVWaoPaxBI .card-wrap .card-bottom:hover .social-media {
  height: 32px;
  opacity: 1;
}
.cid-sVWaoPaxBI .card-wrap .card-bottom .display-4 {
  font-size: 13px !important;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.5;
}
.cid-sVWaoPaxBI .card-wrap .card-bottom .display-7 {
  font-size: 20px !important;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-sVWaoPaxBI .mbr-section-title {
  margin-bottom: 0;
}
.cid-sVWaoPaxBI .mbr-iconfont {
  color: #777777;
  font-size: 1rem;
}
.cid-sVWaoPaxBI .mbr-iconfont:hover {
  color: #01b2ae;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVWaoPaxBI .card-wrap .card-bottom .mbr-role,
.cid-sVWaoPaxBI .social-media {
  color: #424a4d;
}
.cid-sVWaoPaxBI .card-wrap .card-bottom .bottom-wrap .mbr-section-title,
.cid-sVWaoPaxBI .social-media {
  text-align: center;
  color: #01b2ae;
}
.cid-sVWaoPaxBI .top-info-wrap .mbr-section-title {
  color: #333333;
}
.cid-t2jIncRAwV {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #e6ecf2;
}
.cid-t2jIncRAwV .top-info-wrap .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-t2jIncRAwV .top-info-wrap .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-t2jIncRAwV .top-info-wrap .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-t2jIncRAwV .top-info-wrap .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-t2jIncRAwV .top-info-wrap .mbr-text {
  margin: 1.5rem 0;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-t2jIncRAwV .top-info-wrap .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-t2jIncRAwV .card-wrap {
  position: relative;
  margin-bottom: 8rem;
  height: 320px;
}
.cid-t2jIncRAwV .card-wrap .image-wrap {
  position: relative;
  height: 100%;
}
.cid-t2jIncRAwV .card-wrap .image-wrap img {
  width: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
  border-radius: 4px;
}
.cid-t2jIncRAwV .card-wrap .card-bottom {
  background-color: #ffffff;
  position: absolute;
  bottom: -76px;
  padding: 20px 30px 10px 25px;
  width: calc(100% - 60px);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 4px;
  border-bottom: 3px solid transparent;
  margin: -30px 15px 0;
  overflow: hidden;
}
.cid-t2jIncRAwV .card-wrap .card-bottom .mbr-role {
  color: #4f87fb;
  letter-spacing: 1px;
  font-weight: 700;
}
.cid-t2jIncRAwV .card-wrap .card-bottom .mbr-section-title {
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-t2jIncRAwV .card-wrap .card-bottom .mbr-section-title:hover {
  color: #01b2ae;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2jIncRAwV .card-wrap .card-bottom .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-t2jIncRAwV .card-wrap .card-bottom .social-media ul {
  height: 0px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-t2jIncRAwV .card-wrap .card-bottom .social-media ul li {
  margin-right: 0.6rem;
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-t2jIncRAwV .card-wrap .card-bottom:hover {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-t2jIncRAwV .card-wrap .card-bottom:hover .social-media {
  height: 32px;
  opacity: 1;
}
.cid-t2jIncRAwV .card-wrap .card-bottom .display-4 {
  font-size: 13px !important;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.5;
}
.cid-t2jIncRAwV .card-wrap .card-bottom .display-7 {
  font-size: 20px !important;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-t2jIncRAwV .mbr-section-title {
  margin-bottom: 0;
}
.cid-t2jIncRAwV .mbr-iconfont {
  color: #777777;
  font-size: 1rem;
}
.cid-t2jIncRAwV .mbr-iconfont:hover {
  color: #01b2ae;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2jIncRAwV .card-wrap .card-bottom .mbr-role,
.cid-t2jIncRAwV .social-media {
  color: #424a4d;
}
.cid-t2jIncRAwV .card-wrap .card-bottom .bottom-wrap .mbr-section-title,
.cid-t2jIncRAwV .social-media {
  text-align: center;
  color: #119b98;
}
.cid-t2jIncRAwV .top-info-wrap .mbr-section-title {
  color: #333333;
}
.cid-sYbY6chrna {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sYbY6chrna {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-sYbY6chrna .mbr-text {
  margin-top: 2rem;
  color: #333333;
  text-align: center;
}
.cid-sYbY6chrna .container-fluid {
  max-width: 1200px;
}
.cid-sYbY6chrna .row > div,
.cid-sYbY6chrna .mbr-section-title {
  color: #01b2ae;
}
.cid-sYbY6chrna .row > div,
.cid-sYbY6chrna .mbr-section-subtitle {
  color: #54575f;
  text-align: left;
}
.cid-sWGAf9z1wc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sWGAf9z1wc .mbr-shop {
  display: table;
  width: 100%;
}
.cid-sWGAf9z1wc .mbr-shop .row {
  margin: 0;
}
.cid-sWGAf9z1wc .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-sWGAf9z1wc .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sWGAf9z1wc .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sWGAf9z1wc .btn {
  padding: 0.6rem 2rem;
}
.cid-sWGAf9z1wc .mbr-section-btn {
  text-align: left;
}
.cid-sWGAf9z1wc .img_wraper img {
  border-radius: 8px!important;
}
.cid-sWGAf9z1wc .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-sWGAf9z1wc .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sWGAf9z1wc .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sWGAf9z1wc .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-sWGAf9z1wc .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-sWGAf9z1wc .mbr-shop .hide-modal {
  display: none;
}
.cid-sWGAf9z1wc .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-sWGAf9z1wc .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sWGAf9z1wc .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sWGAf9z1wc .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sWGAf9z1wc .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sWGAf9z1wc .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sWGAf9z1wc .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sWGAf9z1wc .mbr-shop .filter-by-pu,
.cid-sWGAf9z1wc .mbr-shop .filter-by-pd,
.cid-sWGAf9z1wc .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sWGAf9z1wc .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sWGAf9z1wc .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sWGAf9z1wc .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sWGAf9z1wc .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-sWGAf9z1wc .mbr-shop .galleryItem h4,
.cid-sWGAf9z1wc .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sWGAf9z1wc .mbr-shop .galleryItem h5,
.cid-sWGAf9z1wc .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sWGAf9z1wc .mbr-shop .galleryItem p,
.cid-sWGAf9z1wc .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sWGAf9z1wc .mbr-shop .item-button {
  text-align: center;
}
.cid-sWGAf9z1wc .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sWGAf9z1wc .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-sWGAf9z1wc .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-sWGAf9z1wc .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sWGAf9z1wc .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-sWGAf9z1wc .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sWGAf9z1wc .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sWGAf9z1wc .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-sWGAf9z1wc .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sWGAf9z1wc .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-sWGAf9z1wc .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sWGAf9z1wc .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sWGAf9z1wc .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sWGAf9z1wc .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sWGAf9z1wc .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sWGAf9z1wc .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sWGAf9z1wc .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-sWGAf9z1wc .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sWGAf9z1wc .mbr-shop .mbr-gallery-item__hided h4,
.cid-sWGAf9z1wc .mbr-shop .mbr-gallery-item__hided h5,
.cid-sWGAf9z1wc .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sWGAf9z1wc .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sWGAf9z1wc .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-sWGAf9z1wc .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-sWGAf9z1wc .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sWGAf9z1wc .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-sWGAf9z1wc .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sWGAf9z1wc .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #01b2ae;
}
.cid-sWGAf9z1wc .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sWGAf9z1wc .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sWGAf9z1wc .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #01b2ae;
  font-weight: bold;
}
.cid-sWGAf9z1wc .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #01b2ae;
  border-radius: 2px;
  font-size: 0;
}
.cid-sWGAf9z1wc .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #01b2ae;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sWGAf9z1wc .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #01b2ae;
}
.cid-sWGAf9z1wc .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sWGAf9z1wc .mbr-shop .range-controls {
  position: relative;
}
.cid-sWGAf9z1wc .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sWGAf9z1wc .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #01b2ae;
}
.cid-sWGAf9z1wc .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #01b2ae;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #01b2ae;
  cursor: pointer;
}
.cid-sWGAf9z1wc .mbr-shop .toggle:hover,
.cid-sWGAf9z1wc .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-sWGAf9z1wc .mbr-shop .min-toggle {
  left: 0;
}
.cid-sWGAf9z1wc .mbr-shop .max-toggle {
  right: 0;
}
.cid-sWGAf9z1wc .mbr-shop .hided-by-price {
  display: none;
}
.cid-sWGAf9z1wc .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sWGAf9z1wc .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sWGAf9z1wc .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sWGAf9z1wc .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sWGAf9z1wc .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sWGAf9z1wc .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sWGAf9z1wc .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sWGAf9z1wc .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sWGAf9z1wc .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sWGAf9z1wc .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sWGAf9z1wc .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sWGAf9z1wc .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sWGAf9z1wc .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sWGAf9z1wc .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-sWGAf9z1wc .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sWGAf9z1wc .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-sWGAf9z1wc .mbr-shop .shop-items .onsale,
.cid-sWGAf9z1wc .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-sWGAf9z1wc .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sWGAf9z1wc .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sWGAf9z1wc .mbr-shop .price-range {
  display: inline-block;
}
.cid-sWGAf9z1wc .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-sWGAf9z1wc .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sWGAf9z1wc .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-sWGAf9z1wc .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sWGAf9z1wc .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sWGAf9z1wc .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sWGAf9z1wc .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sWGAf9z1wc .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sWGAf9z1wc .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sWGAf9z1wc .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sWGAf9z1wc .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sWGAf9z1wc .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sWGAf9z1wc .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-sWGAf9z1wc .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sWGAf9z1wc .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sWGAf9z1wc .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sWGAf9z1wc .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sWGAf9z1wc .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sWGAf9z1wc .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-sWGAf9z1wc .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-sWGAf9z1wc .wrapper-shop-items {
    order: 1;
  }
  .cid-sWGAf9z1wc .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-sWGAf9z1wc .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sWGAf9z1wc .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sWGAf9z1wc .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sWGAf9z1wc .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sWGAf9z1wc .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-sWGAf9z1wc .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sWGAf9z1wc .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sWGAf9z1wc .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sWGAf9z1wc .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sWGAf9z1wc .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sWGAf9z1wc .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sWGAf9z1wc .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sWGAf9z1wc .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-sWGAf9z1wc .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWGAf9z1wc .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sWGAf9z1wc LI {
  color: #57468b;
}
.cid-sWGAf9z1wc .sidebar-title {
  color: #01b2ae;
  text-align: center;
}
.cid-sWGAf9z1wc .item-title {
  text-align: center;
  color: #444444;
}
.cid-sWGAf9z1wc .shop-item-price,
.cid-sWGAf9z1wc .price-block {
  text-align: left;
  color: #01b2ae;
}
@media (max-width: 576px) {
  .cid-sWGAf9z1wc .mbr-shop .mbr-gallery-item,
  .cid-sWGAf9z1wc .wrapper-shop-items,
  .cid-sWGAf9z1wc .sidebar-block,
  .cid-sWGAf9z1wc .sidebar-title,
  .cid-sWGAf9z1wc .sidebar,
  .cid-sWGAf9z1wc .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-sWGAf9z1wc .filter-cost {
    max-width: 100%!important;
  }
  .cid-sWGAf9z1wc .range-slider,
  .cid-sWGAf9z1wc .categories,
  .cid-sWGAf9z1wc .bestseller-block {
    text-align: center;
  }
}
.cid-sVcpY8mCrm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  z-index: 1;
}
.cid-sVcpY8mCrm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sVcpY8mCrm .main-sub-title {
  background: #119b98;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sVcpY8mCrm .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sVcpY8mCrm .btn:before {
  content: none;
}
.cid-sVcpY8mCrm .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sVcpY8mCrm .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
}
.cid-sVcpY8mCrm .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 991px) {
  .cid-sVcpY8mCrm .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sVcpY8mCrm .wrapper {
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sVcpY8mCrm .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sVcpY8mCrm h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sVcpY8mCrm .form-control,
.cid-sVcpY8mCrm .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sVcpY8mCrm .jq-selectbox__select {
  padding: 0 !important;
  position: relative;
}
.cid-sVcpY8mCrm textarea {
  min-height: 200px;
}
.cid-sVcpY8mCrm .form-control,
.cid-sVcpY8mCrm .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #01b2ae;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sVcpY8mCrm .form-control::-webkit-input-placeholder,
.cid-sVcpY8mCrm .field-input::-webkit-input-placeholder,
.cid-sVcpY8mCrm .form-control::-webkit-input-placeholder,
.cid-sVcpY8mCrm .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sVcpY8mCrm .form-control:-moz-placeholder,
.cid-sVcpY8mCrm .field-input:-moz-placeholder,
.cid-sVcpY8mCrm .form-control:-moz-placeholder,
.cid-sVcpY8mCrm .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sVcpY8mCrm .form-control:hover,
.cid-sVcpY8mCrm .field-input:hover,
.cid-sVcpY8mCrm .form-control:focus,
.cid-sVcpY8mCrm .field-input:focus {
  background-color: #f8f8f8;
  border-color: #01b2ae;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sVcpY8mCrm .form-control:hover::-webkit-input-placeholder,
.cid-sVcpY8mCrm .field-input:hover::-webkit-input-placeholder,
.cid-sVcpY8mCrm .form-control:focus::-webkit-input-placeholder,
.cid-sVcpY8mCrm .field-input:focus::-webkit-input-placeholder,
.cid-sVcpY8mCrm .form-control:hover::-webkit-input-placeholder,
.cid-sVcpY8mCrm .field-input:hover::-webkit-input-placeholder,
.cid-sVcpY8mCrm .form-control:focus::-webkit-input-placeholder,
.cid-sVcpY8mCrm .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sVcpY8mCrm .form-control:hover:-moz-placeholder,
.cid-sVcpY8mCrm .field-input:hover:-moz-placeholder,
.cid-sVcpY8mCrm .form-control:focus:-moz-placeholder,
.cid-sVcpY8mCrm .field-input:focus:-moz-placeholder,
.cid-sVcpY8mCrm .form-control:hover:-moz-placeholder,
.cid-sVcpY8mCrm .field-input:hover:-moz-placeholder,
.cid-sVcpY8mCrm .form-control:focus:-moz-placeholder,
.cid-sVcpY8mCrm .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sVcpY8mCrm .jq-number__spin:hover,
.cid-sVcpY8mCrm .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #01b2ae;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sVcpY8mCrm .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #01b2ae;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sVcpY8mCrm .jq-selectbox li,
.cid-sVcpY8mCrm .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sVcpY8mCrm .jq-selectbox li:hover,
.cid-sVcpY8mCrm .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sVcpY8mCrm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sVcpY8mCrm .jq-number__spin.minus:hover:after,
.cid-sVcpY8mCrm .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sVcpY8mCrm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sVcpY8mCrm .jq-number__spin.minus:after,
.cid-sVcpY8mCrm .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sVcpY8mCrm input::-webkit-clear-button {
  display: none;
}
.cid-sVcpY8mCrm input::-webkit-inner-spin-button {
  display: none;
}
.cid-sVcpY8mCrm input::-webkit-outer-spin-button {
  display: none;
}
.cid-sVcpY8mCrm input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sVcpY8mCrm .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-sVcpY8mCrm .card-wrapper {
  display: flex;
  overflow: visible;
  border: 2px solid #01b2ae;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  border-radius: 16px;
}
.cid-sVcpY8mCrm .card-wrapper:hover {
  border-color: black;
}
.cid-sVcpY8mCrm .card-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sVcpY8mCrm .card-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sVcpY8mCrm .card-wrapper:hover .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sVcpY8mCrm .icon1 {
  background: #ffcf18;
}
.cid-sVcpY8mCrm .icon2 {
  background: #e63d16;
}
.cid-sVcpY8mCrm .icon3 {
  background: #01b2ae;
}
.cid-sVcpY8mCrm .card-box {
  padding-left: 1rem;
}
.cid-sVcpY8mCrm .card {
  padding: 0;
}
.cid-sVcpY8mCrm .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sVcpY8mCrm .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sVcpY8mCrm .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sVcpY8mCrm .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sVcpY8mCrm .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #1c1c25;
}
.cid-sVcpY8mCrm .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sVcpY8mCrm .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sVcpY8mCrm .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sVcpY8mCrm .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sVcpY8mCrm .main-sub-title,
.cid-sVcpY8mCrm .align-wrapper {
  color: #ffffff;
}
.cid-sVcpY8mCrm .gdpr-block {
  text-align: left;
  padding: 1.5em 1rem;
}
.cid-sVcpY8mCrm .gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 6px;
}
.cid-sVcpY8mCrm .form-control-label,
.cid-sVcpY8mCrm .form-check {
  margin-left: 1.5rem;
}
.cid-sVcpY8mCrm .form-group[data-for="input-range"] input {
  margin-left: 5px;
}
.cid-sVcpY8mCrm .form-group[data-for="input-range"] .col-auto {
  margin-top: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.cid-sVcpY8mCrm .form-group[data-for="input-range"] .col-auto:before {
  display: none;
}
.cid-sVcpY8mCrm H4 {
  color: #333333;
}
.cid-sVcpY8mCrm H5 {
  text-align: left;
  color: #119b98;
}
.cid-sVKGQnXtSb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/footer-1-2000x1241.png");
}
.cid-sVKGQnXtSb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sVKGQnXtSb .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sVKGQnXtSb .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sVKGQnXtSb .soc-item::before,
.cid-sVKGQnXtSb .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sVKGQnXtSb .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sVKGQnXtSb .soc-item:hover::before {
  border-top-color: #01b2ae;
  border-right-color: #01b2ae;
  border-bottom-color: #01b2ae;
}
.cid-sVKGQnXtSb .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sVKGQnXtSb .soc-item:hover::after {
  border-top: 1px solid #01b2ae;
  border-left-color: #01b2ae;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sVKGQnXtSb .list {
  font-family: "Josefin Sans";
  letter-spacing: 0.2em;
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sVKGQnXtSb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sVKGQnXtSb .list {
    margin-bottom: 0rem;
  }
}
.cid-sVKGQnXtSb .list li {
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.cid-sVKGQnXtSb .mbr-iconfont {
  color: #fff;
  border: none;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.cid-sVKGQnXtSb .form-row > .col,
.cid-sVKGQnXtSb .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cid-sVKGQnXtSb .form-control,
.cid-sVKGQnXtSb .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-sVKGQnXtSb .jq-selectbox__select {
  padding: 0;
}
.cid-sVKGQnXtSb .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-sVKGQnXtSb .jq-number__spin {
  background-color: #01b2ae;
  border-color: #01b2ae;
}
.cid-sVKGQnXtSb .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-sVKGQnXtSb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sVKGQnXtSb .jq-number__spin.minus:after,
.cid-sVKGQnXtSb .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sVKGQnXtSb .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-sVKGQnXtSb .jq-selectbox__dropdown li {
  font-family: "Cormorant Garamond";
}
.cid-sVKGQnXtSb .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sVKGQnXtSb .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-sVKGQnXtSb .form-check-input:checked {
  background-color: #01b2ae;
  border-color: #01b2ae;
}
.cid-sVKGQnXtSb p {
  font-style: italic;
  color: #9a948d;
  font-family: "EB Garamond";
}
.cid-sVKGQnXtSb .form-control::placeholder {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-sVKGQnXtSb input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-sVKGQnXtSb input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-sVKGQnXtSb input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #01b2ae;
}
.cid-sVKGQnXtSb input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-sVKGQnXtSb input[type="range"]::-moz-range-thumb {
  background: #01b2ae;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-sVKGQnXtSb .form-control-label,
.cid-sVKGQnXtSb .form-check-label {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-sVKGQnXtSb input::-webkit-clear-button {
  display: none;
}
.cid-sVKGQnXtSb input::-webkit-inner-spin-button {
  display: none;
}
.cid-sVKGQnXtSb input::-webkit-outer-spin-button {
  display: none;
}
.cid-sVKGQnXtSb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sVKGQnXtSb .wrap {
  position: relative;
}
.cid-sVKGQnXtSb .link {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 4%;
}
.cid-sVKGQnXtSb .btnForm {
  transition: color 0.5s;
  color: #9a948d;
}
.cid-sVKGQnXtSb .btnForm:hover {
  color: #ffffff;
}
.cid-sVKGQnXtSb .copyright {
  font-family: "EB Garamond";
  color: #ffffff;
}
.cid-sVKGQnXtSb .borderTop {
  border-top: 1px solid #4f4e4e;
}
.cid-sVKGQnXtSb .mbr-section-subtitle {
  font-family: "Cormorant Garamond";
  color: #ffffff;
}
.cid-t2pncjq81m {
  min-height: 120px;
  z-index: 1;
}
.cid-t2pncjq81m .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-t2pncjq81m .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t2pncjq81m .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-t2pncjq81m .dropdown-item:active {
  background-color: transparent;
}
.cid-t2pncjq81m .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-t2pncjq81m .nav-item:focus,
.cid-t2pncjq81m .nav-link:focus {
  outline: none;
}
.cid-t2pncjq81m .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-t2pncjq81m .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-t2pncjq81m .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-t2pncjq81m .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-t2pncjq81m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t2pncjq81m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t2pncjq81m .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-t2pncjq81m .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-t2pncjq81m .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-t2pncjq81m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t2pncjq81m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2pncjq81m .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t2pncjq81m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-t2pncjq81m button.navbar-toggler:focus {
  outline: none;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01b2ae;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2pncjq81m .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-t2pncjq81m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing,
.cid-t2pncjq81m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t2pncjq81m .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t2pncjq81m .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-t2pncjq81m .collapsed button.navbar-toggler {
  display: block;
}
.cid-t2pncjq81m .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t2pncjq81m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t2pncjq81m .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-t2pncjq81m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t2pncjq81m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t2pncjq81m {
    min-height: 85px;
  }
  .cid-t2pncjq81m.navbar-expand {
    flex-direction: column;
  }
  .cid-t2pncjq81m img {
    height: 3.8rem !important;
  }
  .cid-t2pncjq81m button.navbar-toggler {
    display: block;
  }
  .cid-t2pncjq81m .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t2pncjq81m .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing,
  .cid-t2pncjq81m .navbar-collapse.show {
    display: block !important;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-buttons,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2pncjq81m .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-t2pncjq81m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t2pncjq81m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t2pncjq81m .navbar-logo img {
    display: none !important;
  }
  .cid-t2pncjq81m .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-t2pncjq81m .nav-link {
    justify-content: start !important;
  }
  .cid-t2pncjq81m .navbar.opened {
    height: 100vh;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-t2pncjq81m .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-t2pncjq81m .menu-logo {
    flex-shrink: 0;
  }
}
.cid-t2pncjq81m .navbar-collapse {
  flex-basis: auto;
}
.cid-t2pncjq81m .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  transition: 0.4s;
}
.cid-t2pncjq81m .span-link {
  padding: 0 0.5rem;
}
.cid-t2pncjq81m .btn1:before,
.cid-t2pncjq81m .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-t2pncjq81m .btn1:before {
  border: 2px dashed #01b2ae;
}
.cid-t2pncjq81m .btn2::before {
  border: 2px dashed #01b2ae;
}
.cid-t2pncjq81m .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-t2pncjq81m .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-t2pncjq81m .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-t2pncjq81m .dropdown-item {
    color: #fff;
  }
  .cid-t2pncjq81m .nav-item.open .nav-link,
  .cid-t2pncjq81m .link:hover {
    color: #fff;
    background: #01b2ae;
    border-radius: 5px;
  }
  .cid-t2pncjq81m .logo-name {
    margin-top: 0.5rem;
  }
  .cid-t2pncjq81m .navbar-brand {
    justify-content: center;
  }
  .cid-t2pncjq81m .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-t2pncjq81m .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-t2pncjq81m .navbar-nav .nav-link {
    color: #01b2ae;
    display: inline-block;
  }
  .cid-t2pncjq81m .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t2pncjq81m .navbar {
    height: 90px;
  }
  .cid-t2pncjq81m .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-t2pncjq81m .btn1 {
    display: none;
  }
  .cid-t2pncjq81m .mbr-section-title {
    color: #fff;
  }
  .cid-t2pncjq81m .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-t2pncjq81m .span-link {
    color: #fff;
  }
  .cid-t2pncjq81m .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-t2pncjq81m .dropdown-item {
    color: #12265a;
  }
  .cid-t2pncjq81m .nav-item.open .nav-link,
  .cid-t2pncjq81m .link:hover {
    color: #444444 !important;
    background: #01b2ae;
    border-radius: 5px;
  }
  .cid-t2pncjq81m .logo-name {
    margin-top: 2rem;
  }
  .cid-t2pncjq81m .navbar-collapse {
    justify-content: space-between;
  }
  .cid-t2pncjq81m .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t2pncjq81m .container-fluid {
    padding: 0 1rem;
  }
  .cid-t2pncjq81m .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #424a4d;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-t2pncjq81m .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-t2pncjq81m .mbr-section-title {
  font-weight: 900;
}
.cid-t2pncjq81m .mbr-section-subtitle {
  color: #01b2ae;
  text-align: center;
}
.cid-t2pncjq81m .mbr-section-btn {
  display: flex;
}
.cid-t2pncjq81m .dropdown-item:hover {
  color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-primary:hover {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-warning:hover {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.cid-t2pncjq81m .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-t2pncjq81m .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-t2pncjq81m .btn-primary:focus {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-warning:focus {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.cid-t2pncjq81m .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-t2pncjq81m .logo-name .mbr-section-title {
  color: #119b98;
  text-align: center;
}
.cid-sVV5h01AUj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVV5h01AUj .content__block {
  padding: 50px 15px;
}
.cid-sVV5h01AUj .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #01b2ae;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sVV5h01AUj .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sVV5h01AUj .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sVV5h01AUj .image {
  perspective: 3500px;
  position: relative;
}
.cid-sVV5h01AUj .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sVV5h01AUj .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVV5h01AUj .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sVV5h01AUj .mbr-section-btn .btn-white-outline:hover {
  color: #01b2ae !important;
}
@media (max-width: 991px) {
  .cid-sVV5h01AUj .content__block {
    padding: 30px 15px;
  }
  .cid-sVV5h01AUj .mbr-figure {
    padding: 0;
  }
  .cid-sVV5h01AUj .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sVV5h01AUj .lg-push {
    right: 5%;
  }
  .cid-sVV5h01AUj .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sVV5h01AUj .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sVV5h01AUj .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sVV5h01AUj .mbr-text,
.cid-sVV5h01AUj .mbr-section-btn {
  color: #000000;
}
.cid-sVV5h01AUj .mbr-section-title {
  color: #01b2ae;
}
.cid-sWHdjidJSy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sWHdjidJSy .mbr-iconfont {
  color: #01b2ae !important;
  font-size: 3.5rem !important;
}
.cid-sWHdjidJSy .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-sWHdjidJSy .link {
  margin: 0;
}
.cid-sWHdjidJSy .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sWHdjidJSy .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sWHdjidJSy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sWHdjidJSy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sWHdjidJSy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sWHdjidJSy .btn {
  margin: 0.2rem !important;
}
.cid-sWHdjidJSy .card-title,
.cid-sWHdjidJSy .card-img {
  color: #424a4d;
  text-align: center;
}
.cid-sWHdjidJSy .mbr-text,
.cid-sWHdjidJSy .link {
  color: #444444;
  text-align: center;
}
.cid-sWHdjidJSy .mbr-maintext,
.cid-sWHdjidJSy .mbr-section-btn {
  color: #01b2ae;
  text-align: center;
}
.cid-sWHdjidJSy H3 {
  color: #333333;
}
.cid-sYc8UcoAPh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sYc8UcoAPh .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-sYc8UcoAPh .shadow {
  border-color: #eff0f6;
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  display: flex;
  flex-direction: row;
  padding: 52px 52px 52px 40px;
  background-color: #ffffff;
}
.cid-sYc8UcoAPh .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-sYc8UcoAPh .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  width: 311px;
  height: 311px;
  border-radius: 30px;
  transform: translate(0px, 0px);
}
.cid-sYc8UcoAPh .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sYc8UcoAPh .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):not(.link2),
.cid-sYc8UcoAPh .shadow:hover .mbr-iconfont,
.cid-sYc8UcoAPh .shadow:hover .number,
.cid-sYc8UcoAPh .shadow:hover .card-title {
  color: #444444 !important;
}
.cid-sYc8UcoAPh .shadow:hover .btn > .mbr-iconfont {
  color: #fff !important;
}
.cid-sYc8UcoAPh .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-sYc8UcoAPh .card-title {
  margin-bottom: 16px;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  color: #01b2ae;
}
.cid-sYc8UcoAPh .card-text {
  margin-bottom: 42px;
  color: #8c8c95;
}
.cid-sYc8UcoAPh H3 {
  color: #14142b;
  text-align: center;
}
.cid-sYc8UcoAPh .mbr-iconfont {
  transition: 0.3s;
  margin-left: 0;
}
.cid-sYc8UcoAPh .link-title {
  display: inline-block;
}
.cid-sYc8UcoAPh .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
  margin-bottom: 12px;
  color: #14142b;
}
.cid-sYc8UcoAPh .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-sYc8UcoAPh .link-row,
.cid-sYc8UcoAPh .title-block {
  align-items: center;
}
.cid-sYc8UcoAPh .link2 {
  display: inline;
}
.cid-sYc8UcoAPh .socicon-bg-youtube {
  background-color: #01b2ae;
}
.cid-sYc8UcoAPh .socicon-bg-facebook {
  background-color: #01b2ae;
}
.cid-sYc8UcoAPh .socicon-bg-twitter {
  background-color: #01b2ae;
}
.cid-sYc8UcoAPh .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-sYc8UcoAPh .socicon-bg-mail {
  background-color: #134785;
}
.cid-sYc8UcoAPh .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #01b2ae;
  cursor: pointer;
}
.cid-sYc8UcoAPh .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sYc8UcoAPh .btn-social .mbr-iconfont:hover {
  color: #fff !important;
}
.cid-sYc8UcoAPh .btn-social:hover {
  color: #fff;
}
.cid-sYc8UcoAPh .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sYc8UcoAPh .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sYc8UcoAPh .right {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-sYc8UcoAPh .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-sYc8UcoAPh .link1 {
  margin-right: 5px;
  color: #8c8c95;
}
.cid-sYc8UcoAPh .al {
  align-items: center;
}
@media (max-width: 765px) {
  .cid-sYc8UcoAPh .row.al {
    display: flex;
    flex-direction: column;
  }
  .cid-sYc8UcoAPh .right {
    margin-left: 0;
  }
  .cid-sYc8UcoAPh .wrap-img {
    margin-bottom: 30px;
    height: 640px;
    width: 640px;
  }
}
@media (max-width: 760px) {
  .cid-sYc8UcoAPh .wrap-img {
    height: 540px;
    width: 540px;
  }
  .cid-sYc8UcoAPh .bottom {
    display: flex;
    flex-direction: column;
  }
  .cid-sYc8UcoAPh .mbr-social-likes {
    margin-top: 10px;
  }
}
@media (max-width: 665px) {
  .cid-sYc8UcoAPh .wrap-img {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 460px) {
  .cid-sYc8UcoAPh .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-sYc8UcoAPh .shadow {
    padding: 32px;
  }
  .cid-sYc8UcoAPh .mbr-social-likes {
    display: flex;
  }
}
@media (max-width: 390px) {
  .cid-sYc8UcoAPh .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-sYc8UcoAPh .shadow {
    padding: 32px;
  }
}
@media (max-width: 550px) {
  .cid-sYc8UcoAPh .shadow {
    padding: 24px 25px 34px 25px;
  }
}
.cid-sYc8UcoAPh .card-title,
.cid-sYc8UcoAPh span {
  transition: 0.35s;
}
.cid-sYcfS9dSeN {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYcfS9dSeN .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sYcfS9dSeN .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sYcfS9dSeN .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sYcfS9dSeN .card-box {
  margin: auto;
}
.cid-sYcfS9dSeN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #01b2ae;
}
@media (max-width: 767px) {
  .cid-sYcfS9dSeN .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sYcfS9dSeN .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
  color: #444444;
  text-align: center;
}
.cid-sYcfS9dSeN .card-text {
  color: #a6a6a6;
}
.cid-sYcfS9dSeN .card-title {
  color: #333333;
}
.cid-sVz2Xq3VQA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVz2Xq3VQA .title__block {
  margin-bottom: 65px;
}
.cid-sVz2Xq3VQA .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #01b2ae !important;
}
.cid-sVz2Xq3VQA .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-sVz2Xq3VQA .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #444444 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-sVz2Xq3VQA .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #01b2ae !important;
}
.cid-sVz2Xq3VQA .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-sVz2Xq3VQA .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-sVz2Xq3VQA .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-sVz2Xq3VQA .card__content {
  display: block;
  width: 100%;
}
.cid-sVz2Xq3VQA .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #444444;
}
.cid-sVz2Xq3VQA .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-sVz2Xq3VQA .title__block {
    margin-bottom: 40px;
  }
  .cid-sVz2Xq3VQA .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-sVz2Xq3VQA .nav-item {
    margin-bottom: 9px;
  }
  .cid-sVz2Xq3VQA .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-sVz2Xq3VQA .card__wrap {
    margin-bottom: 40px;
  }
  .cid-sVz2Xq3VQA .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-sVz2Xq3VQA .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-sVz2Xq3VQA .card__image {
    max-width: 90px;
  }
  .cid-sVz2Xq3VQA .card__image img {
    width: 70%;
  }
}
.cid-sWYMFij7dQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWYMFij7dQ {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-sWYMFij7dQ .mbr-text {
  margin-top: 2rem;
  color: #444444;
}
.cid-sWYMFij7dQ .container-fluid {
  max-width: 1200px;
}
.cid-sWYMFij7dQ .row > div,
.cid-sWYMFij7dQ .mbr-section-title {
  color: #444444;
}
.cid-sWYMFij7dQ .row > div,
.cid-sWYMFij7dQ .mbr-section-subtitle {
  color: #54575f;
}
.cid-sWYMkY7dIA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sWYMkY7dIA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWYMkY7dIA .row {
  flex-direction: row-reverse;
}
.cid-sWYMkY7dIA img {
  width: 100%;
}
.cid-sX3tn4PtUK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sX3tn4PtUK .mbr-section-subtitle {
  color: #716c80;
}
.cid-sX3tn4PtUK .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sX3tn4PtUK .mbr-text {
  color: #767676;
}
.cid-sX3tn4PtUK .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-sX3tn4PtUK .mbr-author-name {
  color: #e63d16;
}
.cid-sX3tn4PtUK .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-sX3tn4PtUK .mbr-testimonial .panel-item:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sX3tn4PtUK .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-sX3tn4PtUK .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sX3tn4PtUK .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sX3tn4PtUK .mbr-testimonial .card-footer {
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sX3tn4PtUK .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sX3tn4PtUK .mbr-iconfont-social {
  font-size: 18px;
}
.cid-sX3tn4PtUK .icon1 {
  color: #01b2ae;
}
.cid-sX3tn4PtUK .icon2 {
  color: #57468b;
}
.cid-sX3tn4PtUK .icon3 {
  color: #5580ff;
}
.cid-sX3tn4PtUK .social-list a:focus {
  text-decoration: none;
}
.cid-sX3tn4PtUK H2 {
  color: #57468b;
}
.cid-sX3wOrUU8c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sX3wOrUU8c {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-sX3wOrUU8c .mbr-text {
  margin-top: 2rem;
  color: #444444;
}
.cid-sX3wOrUU8c .container-fluid {
  max-width: 1200px;
}
.cid-sX3wOrUU8c .row > div,
.cid-sX3wOrUU8c .mbr-section-title {
  color: #01b2ae;
}
.cid-sX3wOrUU8c .row > div,
.cid-sX3wOrUU8c .mbr-section-subtitle {
  color: #54575f;
}
.cid-sX25kUaLBm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sX25kUaLBm .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sX25kUaLBm .carousel-item.active,
.cid-sX25kUaLBm .carousel-item-next,
.cid-sX25kUaLBm .carousel-item-prev {
  display: flex;
}
.cid-sX25kUaLBm .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-sX25kUaLBm .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #bcc2d8;
  opacity: .9;
}
.cid-sX25kUaLBm .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sX25kUaLBm .user_image {
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #bcc2d8;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-sX25kUaLBm .user_image .user_image_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-sX25kUaLBm .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sX25kUaLBm .user_text {
  color: #767676;
}
.cid-sX25kUaLBm .user {
  margin: 1rem;
}
@media (min-width: 992px) {
  .cid-sX25kUaLBm .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-sX25kUaLBm .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sX25kUaLBm .user_desk {
  color: #01b2ae;
}
.cid-sW0bkGG55A {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sW0bkGG55A .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-sW0bkGG55A .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-sW0bkGG55A .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-sW0bkGG55A .socicon {
    margin-right: 0.2rem;
  }
}
.cid-sW0bkGG55A .social-list {
  display: flex;
  justify-content: center;
}
.cid-sW0bkGG55A .social-list a:focus {
  text-decoration: none;
}
.cid-sW0bkGG55A .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sW0bkGG55A .socion1 {
  background: #01b2ae;
}
.cid-sW0bkGG55A .socion2 {
  background-color: #9d9d9d;
}
.cid-sW0bkGG55A .socion3 {
  background-color: #363d3f;
}
.cid-sZM5JuGvvi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/footer-1-2000x1241.png");
}
.cid-sZM5JuGvvi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sZM5JuGvvi .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sZM5JuGvvi .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sZM5JuGvvi .soc-item::before,
.cid-sZM5JuGvvi .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sZM5JuGvvi .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sZM5JuGvvi .soc-item:hover::before {
  border-top-color: #01b2ae;
  border-right-color: #01b2ae;
  border-bottom-color: #01b2ae;
}
.cid-sZM5JuGvvi .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sZM5JuGvvi .soc-item:hover::after {
  border-top: 1px solid #01b2ae;
  border-left-color: #01b2ae;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sZM5JuGvvi .list {
  font-family: "Josefin Sans";
  letter-spacing: 0.2em;
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sZM5JuGvvi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sZM5JuGvvi .list {
    margin-bottom: 0rem;
  }
}
.cid-sZM5JuGvvi .list li {
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.cid-sZM5JuGvvi .mbr-iconfont {
  color: #fff;
  border: none;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.cid-sZM5JuGvvi .form-row > .col,
.cid-sZM5JuGvvi .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cid-sZM5JuGvvi .form-control,
.cid-sZM5JuGvvi .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-sZM5JuGvvi .jq-selectbox__select {
  padding: 0;
}
.cid-sZM5JuGvvi .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-sZM5JuGvvi .jq-number__spin {
  background-color: #01b2ae;
  border-color: #01b2ae;
}
.cid-sZM5JuGvvi .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-sZM5JuGvvi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sZM5JuGvvi .jq-number__spin.minus:after,
.cid-sZM5JuGvvi .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sZM5JuGvvi .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-sZM5JuGvvi .jq-selectbox__dropdown li {
  font-family: "Cormorant Garamond";
}
.cid-sZM5JuGvvi .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sZM5JuGvvi .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-sZM5JuGvvi .form-check-input:checked {
  background-color: #01b2ae;
  border-color: #01b2ae;
}
.cid-sZM5JuGvvi p {
  font-style: italic;
  color: #9a948d;
  font-family: "EB Garamond";
}
.cid-sZM5JuGvvi .form-control::placeholder {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-sZM5JuGvvi input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-sZM5JuGvvi input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-sZM5JuGvvi input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #01b2ae;
}
.cid-sZM5JuGvvi input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-sZM5JuGvvi input[type="range"]::-moz-range-thumb {
  background: #01b2ae;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-sZM5JuGvvi .form-control-label,
.cid-sZM5JuGvvi .form-check-label {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-sZM5JuGvvi input::-webkit-clear-button {
  display: none;
}
.cid-sZM5JuGvvi input::-webkit-inner-spin-button {
  display: none;
}
.cid-sZM5JuGvvi input::-webkit-outer-spin-button {
  display: none;
}
.cid-sZM5JuGvvi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sZM5JuGvvi .wrap {
  position: relative;
}
.cid-sZM5JuGvvi .link {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 4%;
}
.cid-sZM5JuGvvi .btnForm {
  transition: color 0.5s;
  color: #9a948d;
}
.cid-sZM5JuGvvi .btnForm:hover {
  color: #ffffff;
}
.cid-sZM5JuGvvi .copyright {
  font-family: "EB Garamond";
  color: #ffffff;
}
.cid-sZM5JuGvvi .borderTop {
  border-top: 1px solid #4f4e4e;
}
.cid-sZM5JuGvvi .mbr-section-subtitle {
  font-family: "Cormorant Garamond";
  color: #ffffff;
}
.cid-t2pncjq81m {
  min-height: 120px;
  z-index: 1;
}
.cid-t2pncjq81m .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-t2pncjq81m .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t2pncjq81m .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-t2pncjq81m .dropdown-item:active {
  background-color: transparent;
}
.cid-t2pncjq81m .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-t2pncjq81m .nav-item:focus,
.cid-t2pncjq81m .nav-link:focus {
  outline: none;
}
.cid-t2pncjq81m .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-t2pncjq81m .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-t2pncjq81m .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-t2pncjq81m .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-t2pncjq81m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t2pncjq81m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t2pncjq81m .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-t2pncjq81m .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-t2pncjq81m .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-t2pncjq81m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t2pncjq81m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2pncjq81m .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t2pncjq81m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-t2pncjq81m button.navbar-toggler:focus {
  outline: none;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01b2ae;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2pncjq81m .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-t2pncjq81m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing,
.cid-t2pncjq81m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t2pncjq81m .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t2pncjq81m .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-t2pncjq81m .collapsed button.navbar-toggler {
  display: block;
}
.cid-t2pncjq81m .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t2pncjq81m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t2pncjq81m .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-t2pncjq81m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t2pncjq81m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t2pncjq81m {
    min-height: 85px;
  }
  .cid-t2pncjq81m.navbar-expand {
    flex-direction: column;
  }
  .cid-t2pncjq81m img {
    height: 3.8rem !important;
  }
  .cid-t2pncjq81m button.navbar-toggler {
    display: block;
  }
  .cid-t2pncjq81m .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t2pncjq81m .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing,
  .cid-t2pncjq81m .navbar-collapse.show {
    display: block !important;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-buttons,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2pncjq81m .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-t2pncjq81m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t2pncjq81m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t2pncjq81m .navbar-logo img {
    display: none !important;
  }
  .cid-t2pncjq81m .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-t2pncjq81m .nav-link {
    justify-content: start !important;
  }
  .cid-t2pncjq81m .navbar.opened {
    height: 100vh;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-t2pncjq81m .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-t2pncjq81m .menu-logo {
    flex-shrink: 0;
  }
}
.cid-t2pncjq81m .navbar-collapse {
  flex-basis: auto;
}
.cid-t2pncjq81m .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  transition: 0.4s;
}
.cid-t2pncjq81m .span-link {
  padding: 0 0.5rem;
}
.cid-t2pncjq81m .btn1:before,
.cid-t2pncjq81m .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-t2pncjq81m .btn1:before {
  border: 2px dashed #01b2ae;
}
.cid-t2pncjq81m .btn2::before {
  border: 2px dashed #01b2ae;
}
.cid-t2pncjq81m .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-t2pncjq81m .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-t2pncjq81m .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-t2pncjq81m .dropdown-item {
    color: #fff;
  }
  .cid-t2pncjq81m .nav-item.open .nav-link,
  .cid-t2pncjq81m .link:hover {
    color: #fff;
    background: #01b2ae;
    border-radius: 5px;
  }
  .cid-t2pncjq81m .logo-name {
    margin-top: 0.5rem;
  }
  .cid-t2pncjq81m .navbar-brand {
    justify-content: center;
  }
  .cid-t2pncjq81m .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-t2pncjq81m .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-t2pncjq81m .navbar-nav .nav-link {
    color: #01b2ae;
    display: inline-block;
  }
  .cid-t2pncjq81m .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t2pncjq81m .navbar {
    height: 90px;
  }
  .cid-t2pncjq81m .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-t2pncjq81m .btn1 {
    display: none;
  }
  .cid-t2pncjq81m .mbr-section-title {
    color: #fff;
  }
  .cid-t2pncjq81m .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-t2pncjq81m .span-link {
    color: #fff;
  }
  .cid-t2pncjq81m .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-t2pncjq81m .dropdown-item {
    color: #12265a;
  }
  .cid-t2pncjq81m .nav-item.open .nav-link,
  .cid-t2pncjq81m .link:hover {
    color: #444444 !important;
    background: #01b2ae;
    border-radius: 5px;
  }
  .cid-t2pncjq81m .logo-name {
    margin-top: 2rem;
  }
  .cid-t2pncjq81m .navbar-collapse {
    justify-content: space-between;
  }
  .cid-t2pncjq81m .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t2pncjq81m .container-fluid {
    padding: 0 1rem;
  }
  .cid-t2pncjq81m .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #424a4d;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-t2pncjq81m .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-t2pncjq81m .mbr-section-title {
  font-weight: 900;
}
.cid-t2pncjq81m .mbr-section-subtitle {
  color: #01b2ae;
  text-align: center;
}
.cid-t2pncjq81m .mbr-section-btn {
  display: flex;
}
.cid-t2pncjq81m .dropdown-item:hover {
  color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-primary:hover {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-warning:hover {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.cid-t2pncjq81m .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-t2pncjq81m .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-t2pncjq81m .btn-primary:focus {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-warning:focus {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.cid-t2pncjq81m .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-t2pncjq81m .logo-name .mbr-section-title {
  color: #119b98;
  text-align: center;
}
.cid-sWYWrcxSsZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWYWrcxSsZ {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-sWYWrcxSsZ .mbr-text {
  margin-top: 2rem;
  color: #444444;
}
.cid-sWYWrcxSsZ .container-fluid {
  max-width: 1200px;
}
.cid-sWYWrcxSsZ .row > div,
.cid-sWYWrcxSsZ .mbr-section-subtitle {
  color: #444444;
}
.cid-sWYQQV6Ofz {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sWYQQV6Ofz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWYQQV6Ofz .row {
  flex-direction: row-reverse;
}
.cid-sWYQQV6Ofz img {
  width: 100%;
}
.cid-sZM560rvpY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/footer-1-2000x1241.png");
}
.cid-sZM560rvpY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sZM560rvpY .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sZM560rvpY .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sZM560rvpY .soc-item::before,
.cid-sZM560rvpY .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sZM560rvpY .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sZM560rvpY .soc-item:hover::before {
  border-top-color: #01b2ae;
  border-right-color: #01b2ae;
  border-bottom-color: #01b2ae;
}
.cid-sZM560rvpY .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sZM560rvpY .soc-item:hover::after {
  border-top: 1px solid #01b2ae;
  border-left-color: #01b2ae;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sZM560rvpY .list {
  font-family: "Josefin Sans";
  letter-spacing: 0.2em;
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sZM560rvpY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sZM560rvpY .list {
    margin-bottom: 0rem;
  }
}
.cid-sZM560rvpY .list li {
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.cid-sZM560rvpY .mbr-iconfont {
  color: #fff;
  border: none;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.cid-sZM560rvpY .form-row > .col,
.cid-sZM560rvpY .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cid-sZM560rvpY .form-control,
.cid-sZM560rvpY .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-sZM560rvpY .jq-selectbox__select {
  padding: 0;
}
.cid-sZM560rvpY .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-sZM560rvpY .jq-number__spin {
  background-color: #01b2ae;
  border-color: #01b2ae;
}
.cid-sZM560rvpY .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-sZM560rvpY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sZM560rvpY .jq-number__spin.minus:after,
.cid-sZM560rvpY .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sZM560rvpY .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-sZM560rvpY .jq-selectbox__dropdown li {
  font-family: "Cormorant Garamond";
}
.cid-sZM560rvpY .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sZM560rvpY .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-sZM560rvpY .form-check-input:checked {
  background-color: #01b2ae;
  border-color: #01b2ae;
}
.cid-sZM560rvpY p {
  font-style: italic;
  color: #9a948d;
  font-family: "EB Garamond";
}
.cid-sZM560rvpY .form-control::placeholder {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-sZM560rvpY input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-sZM560rvpY input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-sZM560rvpY input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #01b2ae;
}
.cid-sZM560rvpY input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-sZM560rvpY input[type="range"]::-moz-range-thumb {
  background: #01b2ae;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-sZM560rvpY .form-control-label,
.cid-sZM560rvpY .form-check-label {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-sZM560rvpY input::-webkit-clear-button {
  display: none;
}
.cid-sZM560rvpY input::-webkit-inner-spin-button {
  display: none;
}
.cid-sZM560rvpY input::-webkit-outer-spin-button {
  display: none;
}
.cid-sZM560rvpY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sZM560rvpY .wrap {
  position: relative;
}
.cid-sZM560rvpY .link {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 4%;
}
.cid-sZM560rvpY .btnForm {
  transition: color 0.5s;
  color: #9a948d;
}
.cid-sZM560rvpY .btnForm:hover {
  color: #ffffff;
}
.cid-sZM560rvpY .copyright {
  font-family: "EB Garamond";
  color: #ffffff;
}
.cid-sZM560rvpY .borderTop {
  border-top: 1px solid #4f4e4e;
}
.cid-sZM560rvpY .mbr-section-subtitle {
  font-family: "Cormorant Garamond";
  color: #ffffff;
}
.cid-t2pncjq81m {
  min-height: 120px;
  z-index: 1;
}
.cid-t2pncjq81m .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-t2pncjq81m .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t2pncjq81m .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-t2pncjq81m .dropdown-item:active {
  background-color: transparent;
}
.cid-t2pncjq81m .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-t2pncjq81m .nav-item:focus,
.cid-t2pncjq81m .nav-link:focus {
  outline: none;
}
.cid-t2pncjq81m .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-t2pncjq81m .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-t2pncjq81m .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-t2pncjq81m .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-t2pncjq81m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t2pncjq81m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t2pncjq81m .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-t2pncjq81m .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-t2pncjq81m .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-t2pncjq81m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t2pncjq81m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2pncjq81m .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t2pncjq81m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-t2pncjq81m button.navbar-toggler:focus {
  outline: none;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01b2ae;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2pncjq81m .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-t2pncjq81m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing,
.cid-t2pncjq81m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t2pncjq81m .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t2pncjq81m .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-t2pncjq81m .collapsed button.navbar-toggler {
  display: block;
}
.cid-t2pncjq81m .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t2pncjq81m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t2pncjq81m .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-t2pncjq81m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t2pncjq81m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t2pncjq81m {
    min-height: 85px;
  }
  .cid-t2pncjq81m.navbar-expand {
    flex-direction: column;
  }
  .cid-t2pncjq81m img {
    height: 3.8rem !important;
  }
  .cid-t2pncjq81m button.navbar-toggler {
    display: block;
  }
  .cid-t2pncjq81m .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t2pncjq81m .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing,
  .cid-t2pncjq81m .navbar-collapse.show {
    display: block !important;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-buttons,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2pncjq81m .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-t2pncjq81m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t2pncjq81m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t2pncjq81m .navbar-logo img {
    display: none !important;
  }
  .cid-t2pncjq81m .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-t2pncjq81m .nav-link {
    justify-content: start !important;
  }
  .cid-t2pncjq81m .navbar.opened {
    height: 100vh;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-t2pncjq81m .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-t2pncjq81m .menu-logo {
    flex-shrink: 0;
  }
}
.cid-t2pncjq81m .navbar-collapse {
  flex-basis: auto;
}
.cid-t2pncjq81m .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  transition: 0.4s;
}
.cid-t2pncjq81m .span-link {
  padding: 0 0.5rem;
}
.cid-t2pncjq81m .btn1:before,
.cid-t2pncjq81m .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-t2pncjq81m .btn1:before {
  border: 2px dashed #01b2ae;
}
.cid-t2pncjq81m .btn2::before {
  border: 2px dashed #01b2ae;
}
.cid-t2pncjq81m .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-t2pncjq81m .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-t2pncjq81m .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-t2pncjq81m .dropdown-item {
    color: #fff;
  }
  .cid-t2pncjq81m .nav-item.open .nav-link,
  .cid-t2pncjq81m .link:hover {
    color: #fff;
    background: #01b2ae;
    border-radius: 5px;
  }
  .cid-t2pncjq81m .logo-name {
    margin-top: 0.5rem;
  }
  .cid-t2pncjq81m .navbar-brand {
    justify-content: center;
  }
  .cid-t2pncjq81m .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-t2pncjq81m .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-t2pncjq81m .navbar-nav .nav-link {
    color: #01b2ae;
    display: inline-block;
  }
  .cid-t2pncjq81m .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t2pncjq81m .navbar {
    height: 90px;
  }
  .cid-t2pncjq81m .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-t2pncjq81m .btn1 {
    display: none;
  }
  .cid-t2pncjq81m .mbr-section-title {
    color: #fff;
  }
  .cid-t2pncjq81m .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-t2pncjq81m .span-link {
    color: #fff;
  }
  .cid-t2pncjq81m .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-t2pncjq81m .dropdown-item {
    color: #12265a;
  }
  .cid-t2pncjq81m .nav-item.open .nav-link,
  .cid-t2pncjq81m .link:hover {
    color: #444444 !important;
    background: #01b2ae;
    border-radius: 5px;
  }
  .cid-t2pncjq81m .logo-name {
    margin-top: 2rem;
  }
  .cid-t2pncjq81m .navbar-collapse {
    justify-content: space-between;
  }
  .cid-t2pncjq81m .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t2pncjq81m .container-fluid {
    padding: 0 1rem;
  }
  .cid-t2pncjq81m .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #424a4d;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-t2pncjq81m .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-t2pncjq81m .mbr-section-title {
  font-weight: 900;
}
.cid-t2pncjq81m .mbr-section-subtitle {
  color: #01b2ae;
  text-align: center;
}
.cid-t2pncjq81m .mbr-section-btn {
  display: flex;
}
.cid-t2pncjq81m .dropdown-item:hover {
  color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-primary:hover {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-warning:hover {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.cid-t2pncjq81m .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-t2pncjq81m .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-t2pncjq81m .btn-primary:focus {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-warning:focus {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.cid-t2pncjq81m .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-t2pncjq81m .logo-name .mbr-section-title {
  color: #119b98;
  text-align: center;
}
.cid-sYWqxM3Y2f {
  padding-top: 40px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-sYWqxM3Y2f .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sYWqxM3Y2f .mbr-overlay {
  background: #ffffff;
}
.cid-sYWqxM3Y2f .mbr-section-title {
  margin: 0;
}
.cid-sYWqxM3Y2f .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-sYWqxM3Y2f H1 {
  color: #0d0101;
}
.cid-sYWqxM3Y2f H3 {
  color: #2c1616;
}
.cid-sYWqxM3Y2f .mbr-text,
.cid-sYWqxM3Y2f .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-t2pncjq81m {
  min-height: 120px;
  z-index: 1;
}
.cid-t2pncjq81m .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-t2pncjq81m .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t2pncjq81m .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-t2pncjq81m .dropdown-item:active {
  background-color: transparent;
}
.cid-t2pncjq81m .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-t2pncjq81m .nav-item:focus,
.cid-t2pncjq81m .nav-link:focus {
  outline: none;
}
.cid-t2pncjq81m .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-t2pncjq81m .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-t2pncjq81m .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-t2pncjq81m .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-t2pncjq81m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t2pncjq81m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t2pncjq81m .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-t2pncjq81m .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-t2pncjq81m .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-t2pncjq81m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t2pncjq81m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2pncjq81m .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t2pncjq81m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-t2pncjq81m button.navbar-toggler:focus {
  outline: none;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01b2ae;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2pncjq81m .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-t2pncjq81m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing,
.cid-t2pncjq81m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t2pncjq81m .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t2pncjq81m .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-t2pncjq81m .collapsed button.navbar-toggler {
  display: block;
}
.cid-t2pncjq81m .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t2pncjq81m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t2pncjq81m .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-t2pncjq81m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t2pncjq81m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t2pncjq81m {
    min-height: 85px;
  }
  .cid-t2pncjq81m.navbar-expand {
    flex-direction: column;
  }
  .cid-t2pncjq81m img {
    height: 3.8rem !important;
  }
  .cid-t2pncjq81m button.navbar-toggler {
    display: block;
  }
  .cid-t2pncjq81m .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t2pncjq81m .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing,
  .cid-t2pncjq81m .navbar-collapse.show {
    display: block !important;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-buttons,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2pncjq81m .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-t2pncjq81m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t2pncjq81m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t2pncjq81m .navbar-logo img {
    display: none !important;
  }
  .cid-t2pncjq81m .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-t2pncjq81m .nav-link {
    justify-content: start !important;
  }
  .cid-t2pncjq81m .navbar.opened {
    height: 100vh;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-t2pncjq81m .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-t2pncjq81m .menu-logo {
    flex-shrink: 0;
  }
}
.cid-t2pncjq81m .navbar-collapse {
  flex-basis: auto;
}
.cid-t2pncjq81m .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  transition: 0.4s;
}
.cid-t2pncjq81m .span-link {
  padding: 0 0.5rem;
}
.cid-t2pncjq81m .btn1:before,
.cid-t2pncjq81m .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-t2pncjq81m .btn1:before {
  border: 2px dashed #01b2ae;
}
.cid-t2pncjq81m .btn2::before {
  border: 2px dashed #01b2ae;
}
.cid-t2pncjq81m .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-t2pncjq81m .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-t2pncjq81m .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-t2pncjq81m .dropdown-item {
    color: #fff;
  }
  .cid-t2pncjq81m .nav-item.open .nav-link,
  .cid-t2pncjq81m .link:hover {
    color: #fff;
    background: #01b2ae;
    border-radius: 5px;
  }
  .cid-t2pncjq81m .logo-name {
    margin-top: 0.5rem;
  }
  .cid-t2pncjq81m .navbar-brand {
    justify-content: center;
  }
  .cid-t2pncjq81m .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-t2pncjq81m .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-t2pncjq81m .navbar-nav .nav-link {
    color: #01b2ae;
    display: inline-block;
  }
  .cid-t2pncjq81m .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t2pncjq81m .navbar {
    height: 90px;
  }
  .cid-t2pncjq81m .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-t2pncjq81m .btn1 {
    display: none;
  }
  .cid-t2pncjq81m .mbr-section-title {
    color: #fff;
  }
  .cid-t2pncjq81m .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-t2pncjq81m .span-link {
    color: #fff;
  }
  .cid-t2pncjq81m .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-t2pncjq81m .dropdown-item {
    color: #12265a;
  }
  .cid-t2pncjq81m .nav-item.open .nav-link,
  .cid-t2pncjq81m .link:hover {
    color: #444444 !important;
    background: #01b2ae;
    border-radius: 5px;
  }
  .cid-t2pncjq81m .logo-name {
    margin-top: 2rem;
  }
  .cid-t2pncjq81m .navbar-collapse {
    justify-content: space-between;
  }
  .cid-t2pncjq81m .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t2pncjq81m .container-fluid {
    padding: 0 1rem;
  }
  .cid-t2pncjq81m .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #424a4d;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-t2pncjq81m .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-t2pncjq81m .mbr-section-title {
  font-weight: 900;
}
.cid-t2pncjq81m .mbr-section-subtitle {
  color: #01b2ae;
  text-align: center;
}
.cid-t2pncjq81m .mbr-section-btn {
  display: flex;
}
.cid-t2pncjq81m .dropdown-item:hover {
  color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-primary:hover {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-warning:hover {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.cid-t2pncjq81m .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-t2pncjq81m .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-t2pncjq81m .btn-primary:focus {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-warning:focus {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.cid-t2pncjq81m .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-t2pncjq81m .logo-name .mbr-section-title {
  color: #119b98;
  text-align: center;
}
.cid-sYWpWDKKs8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-sYWpWDKKs8 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sYWpWDKKs8 .mbr-overlay {
  background: #ffffff;
}
.cid-sYWpWDKKs8 .mbr-section-title {
  margin: 0;
}
.cid-sYWpWDKKs8 .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-sYWpWDKKs8 H1 {
  color: #0d0101;
}
.cid-sYWpWDKKs8 H3 {
  color: #2c1616;
}
.cid-sYWpWDKKs8 .mbr-text,
.cid-sYWpWDKKs8 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-t2pncjq81m {
  min-height: 120px;
  z-index: 1;
}
.cid-t2pncjq81m .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-t2pncjq81m .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t2pncjq81m .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-t2pncjq81m .dropdown-item:active {
  background-color: transparent;
}
.cid-t2pncjq81m .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-t2pncjq81m .nav-item:focus,
.cid-t2pncjq81m .nav-link:focus {
  outline: none;
}
.cid-t2pncjq81m .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-t2pncjq81m .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-t2pncjq81m .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-t2pncjq81m .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-t2pncjq81m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t2pncjq81m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t2pncjq81m .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-t2pncjq81m .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-t2pncjq81m .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-t2pncjq81m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t2pncjq81m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2pncjq81m .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t2pncjq81m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-t2pncjq81m button.navbar-toggler:focus {
  outline: none;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01b2ae;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2pncjq81m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t2pncjq81m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2pncjq81m .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-t2pncjq81m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing,
.cid-t2pncjq81m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t2pncjq81m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t2pncjq81m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t2pncjq81m .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t2pncjq81m .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-t2pncjq81m .collapsed button.navbar-toggler {
  display: block;
}
.cid-t2pncjq81m .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t2pncjq81m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t2pncjq81m .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-t2pncjq81m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t2pncjq81m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t2pncjq81m {
    min-height: 85px;
  }
  .cid-t2pncjq81m.navbar-expand {
    flex-direction: column;
  }
  .cid-t2pncjq81m img {
    height: 3.8rem !important;
  }
  .cid-t2pncjq81m button.navbar-toggler {
    display: block;
  }
  .cid-t2pncjq81m .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t2pncjq81m .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing,
  .cid-t2pncjq81m .navbar-collapse.show {
    display: block !important;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-buttons,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t2pncjq81m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t2pncjq81m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2pncjq81m .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-t2pncjq81m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t2pncjq81m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t2pncjq81m .navbar-logo img {
    display: none !important;
  }
  .cid-t2pncjq81m .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-t2pncjq81m .nav-link {
    justify-content: start !important;
  }
  .cid-t2pncjq81m .navbar.opened {
    height: 100vh;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-t2pncjq81m .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-t2pncjq81m .menu-logo {
    flex-shrink: 0;
  }
}
.cid-t2pncjq81m .navbar-collapse {
  flex-basis: auto;
}
.cid-t2pncjq81m .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  transition: 0.4s;
}
.cid-t2pncjq81m .span-link {
  padding: 0 0.5rem;
}
.cid-t2pncjq81m .btn1:before,
.cid-t2pncjq81m .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-t2pncjq81m .btn1:before {
  border: 2px dashed #01b2ae;
}
.cid-t2pncjq81m .btn2::before {
  border: 2px dashed #01b2ae;
}
.cid-t2pncjq81m .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-t2pncjq81m .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-t2pncjq81m .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-t2pncjq81m .dropdown-item {
    color: #fff;
  }
  .cid-t2pncjq81m .nav-item.open .nav-link,
  .cid-t2pncjq81m .link:hover {
    color: #fff;
    background: #01b2ae;
    border-radius: 5px;
  }
  .cid-t2pncjq81m .logo-name {
    margin-top: 0.5rem;
  }
  .cid-t2pncjq81m .navbar-brand {
    justify-content: center;
  }
  .cid-t2pncjq81m .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-t2pncjq81m .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-t2pncjq81m .navbar-nav .nav-link {
    color: #01b2ae;
    display: inline-block;
  }
  .cid-t2pncjq81m .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t2pncjq81m .navbar {
    height: 90px;
  }
  .cid-t2pncjq81m .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-t2pncjq81m .btn1 {
    display: none;
  }
  .cid-t2pncjq81m .mbr-section-title {
    color: #fff;
  }
  .cid-t2pncjq81m .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-t2pncjq81m .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-t2pncjq81m .span-link {
    color: #fff;
  }
  .cid-t2pncjq81m .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-t2pncjq81m .dropdown-item {
    color: #12265a;
  }
  .cid-t2pncjq81m .nav-item.open .nav-link,
  .cid-t2pncjq81m .link:hover {
    color: #444444 !important;
    background: #01b2ae;
    border-radius: 5px;
  }
  .cid-t2pncjq81m .logo-name {
    margin-top: 2rem;
  }
  .cid-t2pncjq81m .navbar-collapse {
    justify-content: space-between;
  }
  .cid-t2pncjq81m .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t2pncjq81m .container-fluid {
    padding: 0 1rem;
  }
  .cid-t2pncjq81m .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #424a4d;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-t2pncjq81m .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-t2pncjq81m .mbr-section-title {
  font-weight: 900;
}
.cid-t2pncjq81m .mbr-section-subtitle {
  color: #01b2ae;
  text-align: center;
}
.cid-t2pncjq81m .mbr-section-btn {
  display: flex;
}
.cid-t2pncjq81m .dropdown-item:hover {
  color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-primary:hover {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-warning:hover {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.cid-t2pncjq81m .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-t2pncjq81m .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-t2pncjq81m .btn-primary:focus {
  background-color: #01b2ae !important;
  border-color: #01b2ae !important;
}
.cid-t2pncjq81m .btn-warning:focus {
  background-color: #424a4d !important;
  border-color: #424a4d !important;
}
.cid-t2pncjq81m .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-t2pncjq81m .logo-name .mbr-section-title {
  color: #119b98;
  text-align: center;
}
.cid-sYWrH9v0lG {
  padding-top: 40px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-sYWrH9v0lG .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sYWrH9v0lG .mbr-overlay {
  background: #ffffff;
}
.cid-sYWrH9v0lG .mbr-section-title {
  margin: 0;
}
.cid-sYWrH9v0lG .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-sYWrH9v0lG H1 {
  color: #0d0101;
}
.cid-sYWrH9v0lG H3 {
  color: #2c1616;
}
.cid-sYWrH9v0lG .mbr-text,
.cid-sYWrH9v0lG .mbr-section-btn {
  text-align: left;
  color: #232323;
}
