body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((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.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #08b5ab !important;
}
.bg-success {
  background-color: #08b5ab !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #08b5ab !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #08b5ab !important;
  border-color: #08b5ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #056c66 !important;
  border-color: #056c66 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #056c66 !important;
  border-color: #056c66 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #08b5ab !important;
  border-color: #08b5ab !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #056c66 !important;
  border-color: #056c66 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #056c66 !important;
  border-color: #056c66 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #08b5ab !important;
  border-color: #08b5ab !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #056c66 !important;
  border-color: #056c66 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #056c66 !important;
  border-color: #056c66 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #04534f;
  color: #04534f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #08b5ab;
  border-color: #08b5ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #08b5ab !important;
  border-color: #08b5ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c0c0c0;
  color: #c0c0c0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #04534f;
  color: #04534f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #08b5ab;
  border-color: #08b5ab;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #08b5ab !important;
  border-color: #08b5ab !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #04534f;
  color: #04534f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #08b5ab;
  border-color: #08b5ab;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #08b5ab !important;
  border-color: #08b5ab !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #08b5ab !important;
}
.text-secondary {
  color: #f3f3f3 !important;
}
.text-success {
  color: #08b5ab !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #08b5ab !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #04534f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c0c0c0 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #04534f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #08b5ab !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #08b5ab;
}
.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: #08b5ab;
  border-color: #08b5ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #08b5ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #46f7ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #46f7ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #46f7ed;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #08b5ab;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #08b5ab;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #08b5ab;
  border-bottom-color: #08b5ab;
}
.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: #08b5ab !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: #f3f3f3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2308b5ab' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
hr {
  border: none;
  background-color: #08b5ab;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #08b5ab;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #08b5ab !important;
}
.btn-danger:hover {
  color: #08b5ab !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #08b5ab !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #f3f3f3 !important;
}
.btn-primary:hover {
  color: #08b5ab !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #08b5ab !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #08b5ab;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #f3f3f3 !important;
}
.btn-success-outline:hover::before {
  background-color: #08b5ab !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #08b5ab !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #08b5ab !important;
}
.cid-svf2FmG0Vt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svf2FmG0Vt .nav-item:focus,
.cid-svf2FmG0Vt .nav-link:focus {
  outline: none;
}
.cid-svf2FmG0Vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svf2FmG0Vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svf2FmG0Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-svf2FmG0Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svf2FmG0Vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svf2FmG0Vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svf2FmG0Vt .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-svf2FmG0Vt .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-svf2FmG0Vt .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-svf2FmG0Vt .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-svf2FmG0Vt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-svf2FmG0Vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svf2FmG0Vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-svf2FmG0Vt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-svf2FmG0Vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svf2FmG0Vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svf2FmG0Vt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-svf2FmG0Vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svf2FmG0Vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svf2FmG0Vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svf2FmG0Vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svf2FmG0Vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svf2FmG0Vt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-svf2FmG0Vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svf2FmG0Vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svf2FmG0Vt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-svf2FmG0Vt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-svf2FmG0Vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svf2FmG0Vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svf2FmG0Vt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-svf2FmG0Vt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-svf2FmG0Vt .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-svf2FmG0Vt .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-svf2FmG0Vt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-svf2FmG0Vt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-svf2FmG0Vt .navbar-short {
  padding: 1rem 0 !important;
}
.cid-svf2FmG0Vt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svf2FmG0Vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svf2FmG0Vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svf2FmG0Vt .dropdown-item.active,
.cid-svf2FmG0Vt .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-svf2FmG0Vt .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-svf2FmG0Vt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-svf2FmG0Vt .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-svf2FmG0Vt .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-svf2FmG0Vt .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-svf2FmG0Vt .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-svf2FmG0Vt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-svf2FmG0Vt .nav-link {
    margin: 1rem 1.25rem !important;
  }
  .cid-svf2FmG0Vt .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-svf2FmG0Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-svf2FmG0Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svf2FmG0Vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svf2FmG0Vt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svf2FmG0Vt .navbar-buttons {
  text-align: center;
}
.cid-svf2FmG0Vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-svf2FmG0Vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-svf2FmG0Vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svf2FmG0Vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svf2FmG0Vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svf2FmG0Vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svf2FmG0Vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svf2FmG0Vt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svf2FmG0Vt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svf2FmG0Vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svf2FmG0Vt .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-svf2FmG0Vt a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-svf2FmG0Vt .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-svf2FmG0Vt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-svf2FmG0Vt .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svf2FmG0Vt .navbar {
    height: 77px;
  }
  .cid-svf2FmG0Vt .navbar.opened {
    height: auto;
  }
  .cid-svf2FmG0Vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svf2FmG0Vt a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-svf2FmG0Vt a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #e9204f;
}
.cid-svf2FmG0Vt .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-svf2FmG0Vt .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-svf2m1c3Gm {
  background-image: url("../../../assets/images/bk-1-2000x1169.png");
}
.cid-svf2m1c3Gm .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-svf2m1c3Gm .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-svf2m1c3Gm .align-center {
    text-align: center;
  }
}
.cid-svf2m1c3Gm h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-svf2m1c3Gm .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-svf2m1c3Gm .row {
    margin: 0;
  }
}
.cid-svf2m1c3Gm .btn {
  margin-left: 0rem;
}
.cid-svf2m1c3Gm .mbr-section-title,
.cid-svf2m1c3Gm .mbr-section-btn {
  color: #ffffff;
}
.cid-rRBL43d8gF {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBL43d8gF h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBL43d8gF .container {
    position: relative;
  }
  .cid-rRBL43d8gF .row {
    margin: 0;
  }
  .cid-rRBL43d8gF h2 {
    margin: 0;
  }
}
.cid-rRBL43d8gF .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRBL43d8gF .mbr-section-subtitle {
  color: #08b5ab;
}
.cid-rRBLdieF82 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rRBLdieF82 .mbr-text {
  color: #767676;
}
.cid-rRBLdieF82 .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-rRBLdieF82 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-rRBLdieF82 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-rRBLdieF82 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBLdieF82 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBLdieF82 .row {
    margin: 0;
  }
}
.cid-svf8Y9u97U {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-svf8Y9u97U h2 {
    margin-bottom: 1rem;
  }
  .cid-svf8Y9u97U .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-svf8Y9u97U .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-svf8Y9u97U .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-svf8Y9u97U .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-svf8Y9u97U .container {
    position: relative;
  }
  .cid-svf8Y9u97U h2 {
    margin: 0;
  }
}
.cid-svf8Y9u97U .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-svf8Y9u97U hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-svf8Y9u97U .mbr-section-subtitle {
  color: #08b5ab;
}
.cid-svf8Y9u97U .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-svf8Y9u97U .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-svf8Y9u97U .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-svf8Y9u97U .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-svf8Y9u97U .btn-secondary-outline:hover::before {
  background-color: #f3f3f3 !important;
}
.cid-svf8Y9u97U .btn-success-outline:hover::before {
  background-color: #08b5ab !important;
}
.cid-svf8Y9u97U .btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.cid-svf8Y9u97U .btn-primary-outline:hover::before {
  background-color: #08b5ab !important;
}
.cid-svf8Y9u97U .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-svf8Y9u97U .btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.cid-svf8Y9u97U .btn-danger-outline:hover::before {
  background-color: #08b5ab !important;
}
.cid-svf8Y9u97U .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-svf8Y9u97U .container-column,
.cid-svf8Y9u97U h2 {
  color: #ffffff;
}
.cid-svfarnZ0z5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-svfarnZ0z5 .mbr-iconfont-1 {
  color: #ffffff;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-svfarnZ0z5 .mbr-iconfont-2 {
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-svfarnZ0z5 .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-svfarnZ0z5 .mbr-section-subtitle {
  margin-bottom: 6.2rem;
  color: #747474;
}
.cid-svfarnZ0z5 .card-img {
  margin-bottom: 1.7rem;
}
.cid-svfarnZ0z5 .card-title {
  margin-bottom: 1.5rem;
}
.cid-svfarnZ0z5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-svfarnZ0z5 .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-svfarnZ0z5 .card-inner {
    padding: 4rem 1rem 0.5rem;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-svfarnZ0z5 .row {
    padding: 0 1rem;
  }
  .cid-svfarnZ0z5 .card-inner {
    padding: 5rem 2.5rem 1.5rem;
  }
}
.cid-svfarnZ0z5 .card-inner {
  background-color: #191919;
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0);
  transition: 0.7s;
}
.cid-svfarnZ0z5 .card-box,
.cid-svfarnZ0z5 .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-svfarnZ0z5 .card:hover .mbr-iconfont-1 {
  color: #08b5ab;
}
.cid-svfarnZ0z5 .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-svfarnZ0z5 .card:hover .card-inner {
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0.11);
}
.cid-svfarnZ0z5 .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-svfarnZ0z5 .card:hover .card-img {
  transform: translateY(-11px);
}
.cid-svfarnZ0z5 .mbr-text {
  margin-bottom: 1.5rem;
  color: #747474;
}
.cid-svfarnZ0z5 .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-svfarnZ0z5 .card-title,
.cid-svfarnZ0z5 .card-img,
.cid-svfarnZ0z5 .card-icon {
  text-align: center;
}
.cid-svfarnZ0z5 .mbr-text,
.cid-svfarnZ0z5 .link {
  text-align: center;
  color: #b8b6b6;
}
.cid-svfaK56rSl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-svfaK56rSl .mbr-iconfont-1 {
  color: #ffffff;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-svfaK56rSl .mbr-iconfont-2 {
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-svfaK56rSl .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-svfaK56rSl .mbr-section-subtitle {
  margin-bottom: 6.2rem;
  color: #747474;
}
.cid-svfaK56rSl .card-img {
  margin-bottom: 1.7rem;
}
.cid-svfaK56rSl .card-title {
  margin-bottom: 1.5rem;
}
.cid-svfaK56rSl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-svfaK56rSl .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-svfaK56rSl .card-inner {
    padding: 4rem 1rem 0.5rem;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-svfaK56rSl .row {
    padding: 0 1rem;
  }
  .cid-svfaK56rSl .card-inner {
    padding: 5rem 2.5rem 1.5rem;
  }
}
.cid-svfaK56rSl .card-inner {
  background-color: #191919;
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0);
  transition: 0.7s;
}
.cid-svfaK56rSl .card-box,
.cid-svfaK56rSl .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-svfaK56rSl .card:hover .mbr-iconfont-1 {
  color: #08b5ab;
}
.cid-svfaK56rSl .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-svfaK56rSl .card:hover .card-inner {
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0.11);
}
.cid-svfaK56rSl .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-svfaK56rSl .card:hover .card-img {
  transform: translateY(-11px);
}
.cid-svfaK56rSl .mbr-text {
  margin-bottom: 1.5rem;
  color: #747474;
}
.cid-svfaK56rSl .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-svfaK56rSl .mbr-text,
.cid-svfaK56rSl .link {
  text-align: center;
  color: #b8b6b6;
}
.cid-svfaK56rSl .card-title,
.cid-svfaK56rSl .card-img,
.cid-svfaK56rSl .card-icon {
  text-align: center;
}
.cid-svkLFLPEkI {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-svkLFLPEkI .mbr-iconfont-1 {
  color: #ffffff;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-svkLFLPEkI .mbr-iconfont-2 {
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-svkLFLPEkI .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-svkLFLPEkI .mbr-section-subtitle {
  margin-bottom: 6.2rem;
  color: #747474;
}
.cid-svkLFLPEkI .card-img {
  margin-bottom: 1.7rem;
}
.cid-svkLFLPEkI .card-title {
  margin-bottom: 1.5rem;
}
.cid-svkLFLPEkI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-svkLFLPEkI .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-svkLFLPEkI .card-inner {
    padding: 4rem 1rem 0.5rem;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-svkLFLPEkI .row {
    padding: 0 1rem;
  }
  .cid-svkLFLPEkI .card-inner {
    padding: 5rem 2.5rem 1.5rem;
  }
}
.cid-svkLFLPEkI .card-inner {
  background-color: #191919;
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0);
  transition: 0.7s;
}
.cid-svkLFLPEkI .card-box,
.cid-svkLFLPEkI .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-svkLFLPEkI .card:hover .mbr-iconfont-1 {
  color: #08b5ab;
}
.cid-svkLFLPEkI .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-svkLFLPEkI .card:hover .card-inner {
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0.11);
}
.cid-svkLFLPEkI .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-svkLFLPEkI .card:hover .card-img {
  transform: translateY(-11px);
}
.cid-svkLFLPEkI .mbr-text {
  margin-bottom: 1.5rem;
  color: #747474;
}
.cid-svkLFLPEkI .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-svkLFLPEkI .mbr-text,
.cid-svkLFLPEkI .link {
  text-align: center;
  color: #b8b6b6;
}
.cid-svkLFLPEkI .card-title,
.cid-svkLFLPEkI .card-img,
.cid-svkLFLPEkI .card-icon {
  text-align: center;
}
.cid-svfb57Fv3s {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svfb57Fv3s h2 {
    margin-bottom: 1rem;
  }
  .cid-svfb57Fv3s .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-svfb57Fv3s .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-svfb57Fv3s .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-svfb57Fv3s .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-svfb57Fv3s .container {
    position: relative;
  }
  .cid-svfb57Fv3s h2 {
    margin: 0;
  }
}
.cid-svfb57Fv3s .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-svfb57Fv3s hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-svfb57Fv3s .mbr-section-subtitle {
  color: #08b5ab;
}
.cid-svfb57Fv3s .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-svfb57Fv3s .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-svfb57Fv3s .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-svfb57Fv3s .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-svfb57Fv3s .btn-secondary-outline:hover::before {
  background-color: #f3f3f3 !important;
}
.cid-svfb57Fv3s .btn-success-outline:hover::before {
  background-color: #08b5ab !important;
}
.cid-svfb57Fv3s .btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.cid-svfb57Fv3s .btn-primary-outline:hover::before {
  background-color: #08b5ab !important;
}
.cid-svfb57Fv3s .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-svfb57Fv3s .btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.cid-svfb57Fv3s .btn-danger-outline:hover::before {
  background-color: #08b5ab !important;
}
.cid-svfb57Fv3s .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-svfbD8PIgp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svfbD8PIgp .mbr-text {
  color: #767676;
}
.cid-svfbD8PIgp .icon-1 {
  color: #ef6384;
  font-size: 3.5rem;
}
.cid-svfbD8PIgp .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-svfbD8PIgp .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #191919;
}
@media (min-width: 767px) {
  .cid-svfbD8PIgp .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-svfbD8PIgp .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-svfbD8PIgp .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-svfbD8PIgp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-svfbD8PIgp .card {
    margin-bottom: 2rem;
  }
}
.cid-svfbD8PIgp .text-link {
  font-weight: 800 !important;
}
.cid-svfbD8PIgp .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-svfbD8PIgp .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-svfbD8PIgp .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-svfbD8PIgp .card:hover .card-inner {
  background-color: #08b5ab;
}
.cid-svfbD8PIgp .card:hover .icon-arrow {
  color: #fff;
}
.cid-svfbD8PIgp .card:hover .text-link {
  color: #fff !important;
}
.cid-svfbD8PIgp .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-svfbD8PIgp .card:hover .link {
  transform: translateX(42px);
}
.cid-svfbD8PIgp .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-svfbD8PIgp h5 {
  color: #101010;
  font-weight: 800;
}
.cid-svfbeyESYJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 90px;
}
.cid-svfbeyESYJ h3 {
  margin-bottom: 0 !important;
}
.cid-svfbeyESYJ figcaption {
  position: relative;
}
.cid-svfbeyESYJ figcaption .wrap {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding: 1rem 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-svfbeyESYJ img {
  width: 100%;
  transition: all 3s;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .cid-svfbeyESYJ .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-svfbeyESYJ .image-block-1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-svfbeyESYJ .img-big {
    height: 100%;
  }
  .cid-svfbeyESYJ .image-block-1 {
    height: 100%;
  }
}
.cid-svfbeyESYJ .image-block-2 {
  margin-bottom: 2rem;
}
.cid-svfbeyESYJ .image-block {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  position: relative;
  background-color: #000;
}
.cid-svfbeyESYJ .image-block:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.cid-svfeZmAuj3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #1b1b1b;
}
.cid-svfeZmAuj3 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-svfeZmAuj3 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #08b5ab;
  transition: all 0.3s;
}
.cid-svfeZmAuj3 .mbr-iconfont-social:hover {
  color: #08b5ab;
}
.cid-svfeZmAuj3 .mbr-section-title,
.cid-svfeZmAuj3 .social-list {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.cid-svfeZmAuj3 .social-list a {
  transition: 0.3s;
}
.cid-svfeZmAuj3 .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-svfeZmAuj3 .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-svfeZmAuj3 .social-list {
    margin-bottom: 2rem;
  }
  .cid-svfeZmAuj3 .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-svfeZmAuj3 .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-svfeZmAuj3 .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-svfeZmAuj3 .row {
    padding: 0 1rem;
  }
}
.cid-svfeZmAuj3 .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-svkNQclMFp {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svkNQclMFp h2 {
    margin-bottom: 1rem;
  }
  .cid-svkNQclMFp .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-svkNQclMFp .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-svkNQclMFp .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-svkNQclMFp .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-svkNQclMFp .container {
    position: relative;
  }
  .cid-svkNQclMFp h2 {
    margin: 0;
  }
}
.cid-svkNQclMFp .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-svkNQclMFp hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-svkNQclMFp .mbr-section-subtitle {
  color: #08b5ab;
}
.cid-svkNQclMFp .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-svkNQclMFp .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-svkNQclMFp .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-svkNQclMFp .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-svkNQclMFp .btn-secondary-outline:hover::before {
  background-color: #f3f3f3 !important;
}
.cid-svkNQclMFp .btn-success-outline:hover::before {
  background-color: #08b5ab !important;
}
.cid-svkNQclMFp .btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.cid-svkNQclMFp .btn-primary-outline:hover::before {
  background-color: #08b5ab !important;
}
.cid-svkNQclMFp .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-svkNQclMFp .btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.cid-svkNQclMFp .btn-danger-outline:hover::before {
  background-color: #08b5ab !important;
}
.cid-svkNQclMFp .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-svkNPgqsJb {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-svkNPgqsJb .mbr-iconfont-1 {
  color: #e9204f;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-svkNPgqsJb .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-svkNPgqsJb .link {
  margin: 0;
}
.cid-svkNPgqsJb .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-svkNPgqsJb .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-svkNPgqsJb .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-svkNPgqsJb .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-svkNPgqsJb .card:hover .card-title {
  color: #08b5ab;
}
.cid-svkNPgqsJb .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-svkNPgqsJb .card {
    padding: 0;
  }
  .cid-svkNPgqsJb .card-inner {
    flex-direction: column;
    text-align: center;
  }
  .cid-svkNPgqsJb .card-title {
    margin-top: 2rem;
  }
  .cid-svkNPgqsJb .mbr-section-title,
  .cid-svkNPgqsJb .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-svkNPgqsJb .row {
    margin: 0;
  }
}
.cid-svkNPgqsJb .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-svkNPgqsJb .mbr-section-subtitle {
  color: #e9204f;
}
.cid-svkNPgqsJb .mbr-section-title {
  font-weight: 800;
}
.cid-svkNPgqsJb h2 {
  margin-bottom: 0;
}
.cid-svkNPgqsJb .title-block {
  margin-bottom: 3rem;
}
.cid-svkNPgqsJb .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-svkNPgqsJb .card-box {
    margin-left: 1.5rem;
  }
}
.cid-svkNPgqsJb .card-title,
.cid-svkNPgqsJb .card-img {
  text-align: left;
}
.cid-svkNPgqsJb .mbr-text,
.cid-svkNPgqsJb .link {
  text-align: left;
}
.cid-swsXcr60nO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
@media (min-width: 400px) {
  .cid-swsXcr60nO h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-swsXcr60nO h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-swsXcr60nO .media-container-row {
  justify-content: space-between;
}
.cid-swsXcr60nO .btn.btn-primary-outline {
  border: 1px solid #08b5ab;
}
.cid-swsXcr60nO .btn.btn-primary-outline:hover {
  background-color: #08b5ab !important;
  color: #ffffff !important;
}
.cid-swsXcr60nO .btn.btn-secondary-outline {
  border: 1px solid #f3f3f3;
}
.cid-swsXcr60nO .btn.btn-secondary-outline:hover {
  background-color: #f3f3f3 !important;
  color: #ffffff !important;
}
.cid-swsXcr60nO .btn.btn-success-outline {
  border: 1px solid #08b5ab;
}
.cid-swsXcr60nO .btn.btn-success-outline:hover {
  background-color: #08b5ab !important;
  color: #ffffff !important;
}
.cid-swsXcr60nO .btn.btn-info-outline {
  border: 1px solid #82786e;
}
.cid-swsXcr60nO .btn.btn-info-outline:hover {
  background-color: #82786e !important;
  color: #ffffff !important;
}
.cid-swsXcr60nO .btn.btn-warning-outline {
  border: 1px solid #879a9f;
}
.cid-swsXcr60nO .btn.btn-warning-outline:hover {
  background-color: #879a9f !important;
  color: #ffffff !important;
}
.cid-swsXcr60nO .btn.btn-danger-outline {
  border: 1px solid #08b5ab;
}
.cid-swsXcr60nO .btn.btn-danger-outline:hover {
  background-color: #08b5ab !important;
  color: #ffffff !important;
}
.cid-swsXcr60nO .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-swsXcr60nO .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-swsXcr60nO .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-swsXcr60nO .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-swsXcr60nO .form-control {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  background: #eef2f7;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  border-collapse: separate;
  color: #333;
  text-align: left;
  cursor: text;
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1.43;
  min-height: 3.5em;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.cid-swsXcr60nO .mbr-section-title {
  color: #ffffff;
}
.cid-svfhiUC9zt {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svfhiUC9zt h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-svfhiUC9zt .container {
    position: relative;
  }
  .cid-svfhiUC9zt .row {
    margin: 0;
  }
  .cid-svfhiUC9zt h2 {
    margin: 0;
  }
}
.cid-svfhiUC9zt .mbr-section-subtitle {
  color: #e9204f;
}
.cid-svfhiUC9zt .mbr-text {
  margin-top: 1.4rem;
}
.cid-swt5cvxRHz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-swt5cvxRHz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-swt5cvxRHz textarea {
  min-height: 150px;
}
.cid-swt5cvxRHz input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-swt5cvxRHz textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-swt5cvxRHz .form-control,
.cid-swt5cvxRHz .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-swt5cvxRHz .form-control input::-webkit-input-placeholder,
.cid-swt5cvxRHz .field-input input::-webkit-input-placeholder,
.cid-swt5cvxRHz .form-control textarea::-webkit-input-placeholder,
.cid-swt5cvxRHz .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-swt5cvxRHz .form-control input:-moz-placeholder,
.cid-swt5cvxRHz .field-input input:-moz-placeholder,
.cid-swt5cvxRHz .form-control textarea:-moz-placeholder,
.cid-swt5cvxRHz .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-swt5cvxRHz .jq-number__spin:hover,
.cid-swt5cvxRHz .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-swt5cvxRHz .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-swt5cvxRHz .jq-selectbox li,
.cid-swt5cvxRHz .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-swt5cvxRHz .jq-selectbox li:hover,
.cid-swt5cvxRHz .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-swt5cvxRHz .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-swt5cvxRHz .jq-number__spin.minus:hover:after,
.cid-swt5cvxRHz .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-swt5cvxRHz .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-swt5cvxRHz .jq-number__spin.minus:after,
.cid-swt5cvxRHz .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-swt5cvxRHz .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-swt5cvxRHz .social-list {
    margin-bottom: 3rem;
  }
  .cid-swt5cvxRHz .email-input {
    margin-top: 2rem;
  }
}
.cid-swt5cvxRHz .mbr-section-subtitle {
  color: #08b5ab;
  margin-bottom: 2.4rem;
}
.cid-swt5cvxRHz .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-swt5cvxRHz .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-swt5cvxRHz .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #08b5ab;
  transition: all 0.3s;
}
.cid-swt5cvxRHz .mbr-iconfont-social:hover {
  color: #08b5ab;
}
.cid-swt5cvxRHz .social-list {
  display: flex;
}
.cid-swt5cvxRHz .social-list a {
  transition: 0.3s;
}
.cid-swt5cvxRHz .social-list a:hover {
  transform: translateY(-8px);
}
.cid-swt5cvxRHz .row {
  align-items: center;
}
.cid-swt5cvxRHz .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-swt5cvxRHz .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-swt5cvxRHz .form-btn {
  margin-top: 2.5rem;
}
.cid-swt5cvxRHz input::-webkit-input-placeholder,
.cid-swt5cvxRHz textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-swt5cvxRHz input:-moz-placeholder,
.cid-swt5cvxRHz textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-swt5cvxRHz .media-content {
    padding-right: 3rem;
  }
  .cid-swt5cvxRHz .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-swt5cvxRHz .row {
    padding: 0 1rem;
  }
}
.cid-swt5cvxRHz .btn:hover {
  background-color: #08b5ab !important;
  border-color: #08b5ab !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-swt5cvxRHz .form-btn {
    width: 100%;
  }
  .cid-swt5cvxRHz .btn {
    width: 100%;
  }
}
.cid-u2XYHFVK4Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u2XYHFVK4Y .media-container-row {
  align-items: center;
}
.cid-u2XYHFVK4Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2XYHFVK4Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2XYHFVK4Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2XYHFVK4Y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u2XYHFVK4Y .foot-menu-item {
  transform: 0.2s;
}
.cid-u2XYHFVK4Y .foot-menu-item:hover a {
  color: #08b5ab !important;
}
.cid-u2XYHFVK4Y .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-u2XYHFVK4Y .foot-menu-item:hover::before {
  width: 60px;
  background-color: #08b5ab;
}
.cid-u2XYHFVK4Y .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-u2XYHFVK4Y .foot-menu {
    justify-content: center;
  }
  .cid-u2XYHFVK4Y .mbr-text {
    text-align: center;
  }
  .cid-u2XYHFVK4Y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2XYHFVK4Y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u2XYHFVK4Y .link:hover {
  color: #ffffff;
}
.cid-swtbdpdT0M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swtbdpdT0M .nav-item:focus,
.cid-swtbdpdT0M .nav-link:focus {
  outline: none;
}
.cid-swtbdpdT0M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swtbdpdT0M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swtbdpdT0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-swtbdpdT0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swtbdpdT0M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swtbdpdT0M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swtbdpdT0M .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-swtbdpdT0M .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-swtbdpdT0M .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-swtbdpdT0M .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-swtbdpdT0M .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-swtbdpdT0M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swtbdpdT0M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-swtbdpdT0M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-swtbdpdT0M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swtbdpdT0M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swtbdpdT0M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-swtbdpdT0M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swtbdpdT0M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swtbdpdT0M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swtbdpdT0M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swtbdpdT0M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swtbdpdT0M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swtbdpdT0M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swtbdpdT0M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swtbdpdT0M .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-swtbdpdT0M .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-swtbdpdT0M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swtbdpdT0M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swtbdpdT0M .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swtbdpdT0M .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swtbdpdT0M .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swtbdpdT0M .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-swtbdpdT0M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swtbdpdT0M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swtbdpdT0M .navbar-short {
  padding: 1rem 0 !important;
}
.cid-swtbdpdT0M .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swtbdpdT0M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swtbdpdT0M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swtbdpdT0M .dropdown-item.active,
.cid-swtbdpdT0M .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-swtbdpdT0M .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-swtbdpdT0M .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-swtbdpdT0M .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-swtbdpdT0M .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-swtbdpdT0M .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-swtbdpdT0M .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-swtbdpdT0M .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-swtbdpdT0M .nav-link {
    margin: 1rem 1.25rem !important;
  }
  .cid-swtbdpdT0M .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-swtbdpdT0M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swtbdpdT0M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swtbdpdT0M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swtbdpdT0M ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swtbdpdT0M .navbar-buttons {
  text-align: center;
}
.cid-swtbdpdT0M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swtbdpdT0M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swtbdpdT0M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swtbdpdT0M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swtbdpdT0M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swtbdpdT0M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swtbdpdT0M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swtbdpdT0M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swtbdpdT0M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swtbdpdT0M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swtbdpdT0M .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-swtbdpdT0M a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-swtbdpdT0M .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-swtbdpdT0M .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-swtbdpdT0M .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swtbdpdT0M .navbar {
    height: 77px;
  }
  .cid-swtbdpdT0M .navbar.opened {
    height: auto;
  }
  .cid-swtbdpdT0M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swtbdpdT0M a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-swtbdpdT0M a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #e9204f;
}
.cid-swtbdpdT0M .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-swtbdpdT0M .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-swtbdpGoX5 {
  background-image: url("../../../assets/images/backgrounwebb-1-2000x1079.jpg");
}
.cid-swtbdpGoX5 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-swtbdpGoX5 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-swtbdpGoX5 .align-center {
    text-align: center;
  }
}
.cid-swtbdpGoX5 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-swtbdpGoX5 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-swtbdpGoX5 .row {
    margin: 0;
  }
}
.cid-swtbdpGoX5 .btn {
  margin-left: 0rem;
}
.cid-swtbdpGoX5 .mbr-section-title,
.cid-swtbdpGoX5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-swtbdpXnDQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (min-width: 400px) {
  .cid-swtbdpXnDQ h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-swtbdpXnDQ h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-swtbdpXnDQ .media-container-row {
  justify-content: space-between;
}
.cid-swtbdpXnDQ .btn.btn-primary-outline {
  border: 1px solid #08b5ab;
}
.cid-swtbdpXnDQ .btn.btn-primary-outline:hover {
  background-color: #08b5ab !important;
  color: #ffffff !important;
}
.cid-swtbdpXnDQ .btn.btn-secondary-outline {
  border: 1px solid #f3f3f3;
}
.cid-swtbdpXnDQ .btn.btn-secondary-outline:hover {
  background-color: #f3f3f3 !important;
  color: #ffffff !important;
}
.cid-swtbdpXnDQ .btn.btn-success-outline {
  border: 1px solid #08b5ab;
}
.cid-swtbdpXnDQ .btn.btn-success-outline:hover {
  background-color: #08b5ab !important;
  color: #ffffff !important;
}
.cid-swtbdpXnDQ .btn.btn-info-outline {
  border: 1px solid #82786e;
}
.cid-swtbdpXnDQ .btn.btn-info-outline:hover {
  background-color: #82786e !important;
  color: #ffffff !important;
}
.cid-swtbdpXnDQ .btn.btn-warning-outline {
  border: 1px solid #879a9f;
}
.cid-swtbdpXnDQ .btn.btn-warning-outline:hover {
  background-color: #879a9f !important;
  color: #ffffff !important;
}
.cid-swtbdpXnDQ .btn.btn-danger-outline {
  border: 1px solid #08b5ab;
}
.cid-swtbdpXnDQ .btn.btn-danger-outline:hover {
  background-color: #08b5ab !important;
  color: #ffffff !important;
}
.cid-swtbdpXnDQ .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-swtbdpXnDQ .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-swtbdpXnDQ .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-swtbdpXnDQ .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-swtbdpXnDQ .form-control {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  background: #eef2f7;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  border-collapse: separate;
  color: #333;
  text-align: left;
  cursor: text;
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1.43;
  min-height: 3.5em;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.cid-swtbdpXnDQ .mbr-section-title {
  color: #ffffff;
}
.cid-swtbdqg8or {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-swtbdqg8or .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-swtbdqg8or textarea {
  min-height: 150px;
}
.cid-swtbdqg8or input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-swtbdqg8or textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-swtbdqg8or .form-control,
.cid-swtbdqg8or .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-swtbdqg8or .form-control input::-webkit-input-placeholder,
.cid-swtbdqg8or .field-input input::-webkit-input-placeholder,
.cid-swtbdqg8or .form-control textarea::-webkit-input-placeholder,
.cid-swtbdqg8or .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-swtbdqg8or .form-control input:-moz-placeholder,
.cid-swtbdqg8or .field-input input:-moz-placeholder,
.cid-swtbdqg8or .form-control textarea:-moz-placeholder,
.cid-swtbdqg8or .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-swtbdqg8or .jq-number__spin:hover,
.cid-swtbdqg8or .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-swtbdqg8or .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-swtbdqg8or .jq-selectbox li,
.cid-swtbdqg8or .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-swtbdqg8or .jq-selectbox li:hover,
.cid-swtbdqg8or .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-swtbdqg8or .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-swtbdqg8or .jq-number__spin.minus:hover:after,
.cid-swtbdqg8or .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-swtbdqg8or .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-swtbdqg8or .jq-number__spin.minus:after,
.cid-swtbdqg8or .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-swtbdqg8or .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-swtbdqg8or .social-list {
    margin-bottom: 3rem;
  }
  .cid-swtbdqg8or .email-input {
    margin-top: 2rem;
  }
}
.cid-swtbdqg8or .mbr-section-subtitle {
  color: #08b5ab;
  margin-bottom: 2.4rem;
}
.cid-swtbdqg8or .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-swtbdqg8or .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-swtbdqg8or .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #08b5ab;
  transition: all 0.3s;
}
.cid-swtbdqg8or .mbr-iconfont-social:hover {
  color: #08b5ab;
}
.cid-swtbdqg8or .social-list {
  display: flex;
}
.cid-swtbdqg8or .social-list a {
  transition: 0.3s;
}
.cid-swtbdqg8or .social-list a:hover {
  transform: translateY(-8px);
}
.cid-swtbdqg8or .row {
  align-items: center;
}
.cid-swtbdqg8or .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-swtbdqg8or .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-swtbdqg8or .form-btn {
  margin-top: 2.5rem;
}
.cid-swtbdqg8or input::-webkit-input-placeholder,
.cid-swtbdqg8or textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-swtbdqg8or input:-moz-placeholder,
.cid-swtbdqg8or textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-swtbdqg8or .media-content {
    padding-right: 3rem;
  }
  .cid-swtbdqg8or .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-swtbdqg8or .row {
    padding: 0 1rem;
  }
}
.cid-swtbdqg8or .btn:hover {
  background-color: #08b5ab !important;
  border-color: #08b5ab !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-swtbdqg8or .form-btn {
    width: 100%;
  }
  .cid-swtbdqg8or .btn {
    width: 100%;
  }
}
.cid-u2XYHFVK4Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u2XYHFVK4Y .media-container-row {
  align-items: center;
}
.cid-u2XYHFVK4Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2XYHFVK4Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2XYHFVK4Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2XYHFVK4Y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u2XYHFVK4Y .foot-menu-item {
  transform: 0.2s;
}
.cid-u2XYHFVK4Y .foot-menu-item:hover a {
  color: #08b5ab !important;
}
.cid-u2XYHFVK4Y .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-u2XYHFVK4Y .foot-menu-item:hover::before {
  width: 60px;
  background-color: #08b5ab;
}
.cid-u2XYHFVK4Y .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-u2XYHFVK4Y .foot-menu {
    justify-content: center;
  }
  .cid-u2XYHFVK4Y .mbr-text {
    text-align: center;
  }
  .cid-u2XYHFVK4Y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2XYHFVK4Y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u2XYHFVK4Y .link:hover {
  color: #ffffff;
}
.cid-sSg8OcAdAA {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sSg8OcAdAA a:hover {
  background-image: none !important;
}
.cid-sSg8OcAdAA .mbr-section-title {
  text-indent: -0.07em;
  color: #ffffff;
}
.cid-sSg8OcAdAA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sSg8OcAdAA .mbr-text {
  color: #ffffff;
}
.cid-sSg8OcAdAA .colored-text {
  color: #a68462 !important;
}
.cid-sSg6r4aKGE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSg6r4aKGE .nav-item:focus,
.cid-sSg6r4aKGE .nav-link:focus {
  outline: none;
}
.cid-sSg6r4aKGE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSg6r4aKGE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSg6r4aKGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sSg6r4aKGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSg6r4aKGE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSg6r4aKGE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSg6r4aKGE .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sSg6r4aKGE .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sSg6r4aKGE .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sSg6r4aKGE .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sSg6r4aKGE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSg6r4aKGE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSg6r4aKGE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sSg6r4aKGE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSg6r4aKGE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSg6r4aKGE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSg6r4aKGE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSg6r4aKGE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSg6r4aKGE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSg6r4aKGE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSg6r4aKGE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSg6r4aKGE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSg6r4aKGE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sSg6r4aKGE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSg6r4aKGE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSg6r4aKGE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSg6r4aKGE .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sSg6r4aKGE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSg6r4aKGE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSg6r4aKGE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sSg6r4aKGE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSg6r4aKGE .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSg6r4aKGE .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sSg6r4aKGE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSg6r4aKGE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSg6r4aKGE .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sSg6r4aKGE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSg6r4aKGE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSg6r4aKGE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSg6r4aKGE .dropdown-item.active,
.cid-sSg6r4aKGE .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sSg6r4aKGE .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sSg6r4aKGE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sSg6r4aKGE .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sSg6r4aKGE .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sSg6r4aKGE .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSg6r4aKGE .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sSg6r4aKGE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sSg6r4aKGE .nav-link {
    margin: 1rem 1.25rem !important;
  }
  .cid-sSg6r4aKGE .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sSg6r4aKGE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sSg6r4aKGE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSg6r4aKGE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSg6r4aKGE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSg6r4aKGE .navbar-buttons {
  text-align: center;
}
.cid-sSg6r4aKGE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSg6r4aKGE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSg6r4aKGE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSg6r4aKGE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSg6r4aKGE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSg6r4aKGE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSg6r4aKGE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSg6r4aKGE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSg6r4aKGE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSg6r4aKGE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSg6r4aKGE .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sSg6r4aKGE a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sSg6r4aKGE .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sSg6r4aKGE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sSg6r4aKGE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSg6r4aKGE .navbar {
    height: 77px;
  }
  .cid-sSg6r4aKGE .navbar.opened {
    height: auto;
  }
  .cid-sSg6r4aKGE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSg6r4aKGE a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sSg6r4aKGE a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #e9204f;
}
.cid-sSg6r4aKGE .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sSg6r4aKGE .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sSg7d0mUfV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sSg7d0mUfV .item {
  margin-right: 25px !imporant;
  margin-left: 25px !imporant;
}
.cid-sSg7d0mUfV img,
.cid-sSg7d0mUfV .item-img {
  transition: all 0.5s;
  width: 100%;
}
.cid-sSg7d0mUfV .item-img {
  height: 100%;
}
.cid-sSg7d0mUfV .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sSg7d0mUfV .item:focus,
.cid-sSg7d0mUfV span:focus {
  outline: none;
}
.cid-sSg7d0mUfV .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sSg7d0mUfV .title-block {
  z-index: 99999;
  min-width: 200px;
  text-align: center;
  top: 90%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sSg7d0mUfV .mbr-text {
  font-family: "Josefin Sans";
  color: #977741;
}
.cid-sSg7d0mUfV .mbr-section-subtitle {
  font-family: "EB Garamond";
  color: #9a948d;
}
.cid-sSg7d0mUfV .item-wrapper:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-sSg7d0mUfV .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-sSg7d0mUfV .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-sSg7d0mUfV .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 38%;
  max-width: 38%;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sSg7d0mUfV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-sSg7d0mUfV .embla__button--next,
.cid-sSg7d0mUfV .embla__button--prev {
  display: flex;
}
.cid-sSg7d0mUfV .embla__button {
  color: #9a948d;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 38px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
.cid-sSg7d0mUfV .embla__button .mobi-mbri {
  display: none;
}
.cid-sSg7d0mUfV .embla__button:hover {
  color: #fff;
  opacity: 1;
}
.cid-sSg7d0mUfV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sSg7d0mUfV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .cid-sSg7d0mUfV .embla__button.embla__button--prev {
    margin-left: 0.5rem;
  }
}
.cid-sSg7d0mUfV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-sSg7d0mUfV .embla__button.embla__button--next {
    margin-right: 0.5rem;
  }
}
.cid-sSg7d0mUfV .embla {
  position: relative;
  width: 100%;
}
.cid-sSg7d0mUfV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-sSg7d0mUfV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sSg7d0mUfV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sSg7d0mUfV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sSg6r7hG7i {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #1b1b1b;
}
.cid-sSg6r7hG7i .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sSg6r7hG7i .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #08b5ab;
  transition: all 0.3s;
}
.cid-sSg6r7hG7i .mbr-iconfont-social:hover {
  color: #08b5ab;
}
.cid-sSg6r7hG7i .mbr-section-title,
.cid-sSg6r7hG7i .social-list {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.cid-sSg6r7hG7i .social-list a {
  transition: 0.3s;
}
.cid-sSg6r7hG7i .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-sSg6r7hG7i .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sSg6r7hG7i .social-list {
    margin-bottom: 2rem;
  }
  .cid-sSg6r7hG7i .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSg6r7hG7i .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-sSg6r7hG7i .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-sSg6r7hG7i .row {
    padding: 0 1rem;
  }
}
.cid-sSg6r7hG7i .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-sSg6r8fuup {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSg6r8fuup h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sSg6r8fuup .container {
    position: relative;
  }
  .cid-sSg6r8fuup .row {
    margin: 0;
  }
  .cid-sSg6r8fuup h2 {
    margin: 0;
  }
}
.cid-sSg6r8fuup .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sSg6r8fuup .mbr-text {
  margin-top: 1.4rem;
}
.cid-sSg6r8rODL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-sSg6r8rODL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSg6r8rODL textarea {
  min-height: 150px;
}
.cid-sSg6r8rODL input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sSg6r8rODL textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sSg6r8rODL .form-control,
.cid-sSg6r8rODL .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sSg6r8rODL .form-control input::-webkit-input-placeholder,
.cid-sSg6r8rODL .field-input input::-webkit-input-placeholder,
.cid-sSg6r8rODL .form-control textarea::-webkit-input-placeholder,
.cid-sSg6r8rODL .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sSg6r8rODL .form-control input:-moz-placeholder,
.cid-sSg6r8rODL .field-input input:-moz-placeholder,
.cid-sSg6r8rODL .form-control textarea:-moz-placeholder,
.cid-sSg6r8rODL .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sSg6r8rODL .jq-number__spin:hover,
.cid-sSg6r8rODL .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sSg6r8rODL .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSg6r8rODL .jq-selectbox li,
.cid-sSg6r8rODL .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sSg6r8rODL .jq-selectbox li:hover,
.cid-sSg6r8rODL .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sSg6r8rODL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSg6r8rODL .jq-number__spin.minus:hover:after,
.cid-sSg6r8rODL .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sSg6r8rODL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSg6r8rODL .jq-number__spin.minus:after,
.cid-sSg6r8rODL .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sSg6r8rODL .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sSg6r8rODL .social-list {
    margin-bottom: 3rem;
  }
  .cid-sSg6r8rODL .email-input {
    margin-top: 2rem;
  }
}
.cid-sSg6r8rODL .mbr-section-subtitle {
  color: #08b5ab;
  margin-bottom: 2.4rem;
}
.cid-sSg6r8rODL .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sSg6r8rODL .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sSg6r8rODL .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #08b5ab;
  transition: all 0.3s;
}
.cid-sSg6r8rODL .mbr-iconfont-social:hover {
  color: #08b5ab;
}
.cid-sSg6r8rODL .social-list {
  display: flex;
}
.cid-sSg6r8rODL .social-list a {
  transition: 0.3s;
}
.cid-sSg6r8rODL .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sSg6r8rODL .row {
  align-items: center;
}
.cid-sSg6r8rODL .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sSg6r8rODL .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sSg6r8rODL .form-btn {
  margin-top: 2.5rem;
}
.cid-sSg6r8rODL input::-webkit-input-placeholder,
.cid-sSg6r8rODL textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sSg6r8rODL input:-moz-placeholder,
.cid-sSg6r8rODL textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sSg6r8rODL .media-content {
    padding-right: 3rem;
  }
  .cid-sSg6r8rODL .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sSg6r8rODL .row {
    padding: 0 1rem;
  }
}
.cid-sSg6r8rODL .btn:hover {
  background-color: #08b5ab !important;
  border-color: #08b5ab !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sSg6r8rODL .form-btn {
    width: 100%;
  }
  .cid-sSg6r8rODL .btn {
    width: 100%;
  }
}
.cid-u2XYHFVK4Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u2XYHFVK4Y .media-container-row {
  align-items: center;
}
.cid-u2XYHFVK4Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2XYHFVK4Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2XYHFVK4Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2XYHFVK4Y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u2XYHFVK4Y .foot-menu-item {
  transform: 0.2s;
}
.cid-u2XYHFVK4Y .foot-menu-item:hover a {
  color: #08b5ab !important;
}
.cid-u2XYHFVK4Y .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-u2XYHFVK4Y .foot-menu-item:hover::before {
  width: 60px;
  background-color: #08b5ab;
}
.cid-u2XYHFVK4Y .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-u2XYHFVK4Y .foot-menu {
    justify-content: center;
  }
  .cid-u2XYHFVK4Y .mbr-text {
    text-align: center;
  }
  .cid-u2XYHFVK4Y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2XYHFVK4Y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u2XYHFVK4Y .link:hover {
  color: #ffffff;
}
.cid-sSg6r4aKGE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSg6r4aKGE .nav-item:focus,
.cid-sSg6r4aKGE .nav-link:focus {
  outline: none;
}
.cid-sSg6r4aKGE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSg6r4aKGE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSg6r4aKGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sSg6r4aKGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSg6r4aKGE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSg6r4aKGE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSg6r4aKGE .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sSg6r4aKGE .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sSg6r4aKGE .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sSg6r4aKGE .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sSg6r4aKGE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSg6r4aKGE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSg6r4aKGE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sSg6r4aKGE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSg6r4aKGE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSg6r4aKGE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSg6r4aKGE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSg6r4aKGE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSg6r4aKGE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSg6r4aKGE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSg6r4aKGE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSg6r4aKGE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSg6r4aKGE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sSg6r4aKGE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSg6r4aKGE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSg6r4aKGE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSg6r4aKGE .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sSg6r4aKGE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSg6r4aKGE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSg6r4aKGE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sSg6r4aKGE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSg6r4aKGE .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSg6r4aKGE .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sSg6r4aKGE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSg6r4aKGE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSg6r4aKGE .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sSg6r4aKGE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSg6r4aKGE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSg6r4aKGE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSg6r4aKGE .dropdown-item.active,
.cid-sSg6r4aKGE .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sSg6r4aKGE .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sSg6r4aKGE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sSg6r4aKGE .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sSg6r4aKGE .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sSg6r4aKGE .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSg6r4aKGE .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sSg6r4aKGE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sSg6r4aKGE .nav-link {
    margin: 1rem 1.25rem !important;
  }
  .cid-sSg6r4aKGE .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sSg6r4aKGE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sSg6r4aKGE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSg6r4aKGE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSg6r4aKGE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSg6r4aKGE .navbar-buttons {
  text-align: center;
}
.cid-sSg6r4aKGE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSg6r4aKGE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSg6r4aKGE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSg6r4aKGE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSg6r4aKGE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSg6r4aKGE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSg6r4aKGE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSg6r4aKGE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSg6r4aKGE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSg6r4aKGE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSg6r4aKGE .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sSg6r4aKGE a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sSg6r4aKGE .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sSg6r4aKGE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sSg6r4aKGE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSg6r4aKGE .navbar {
    height: 77px;
  }
  .cid-sSg6r4aKGE .navbar.opened {
    height: auto;
  }
  .cid-sSg6r4aKGE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSg6r4aKGE a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sSg6r4aKGE a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #e9204f;
}
.cid-sSg6r4aKGE .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sSg6r4aKGE .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2XY31sPN4 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/man-3.jpg");
}
.cid-u2XY31sPN4 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-u2XY31sPN4 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-u2XY31sPN4 .align-center {
    text-align: center;
  }
}
.cid-u2XY31sPN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XY31sPN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2XYdaD9z1 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2XYdaD9z1 h1 {
  margin-bottom: 0.2rem;
}
.cid-u2XYdaD9z1 .container-fluid {
  padding: 0;
}
.cid-u2XYdaD9z1 img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2XYdaD9z1 .mbr-figure {
  height: 100%;
}
.cid-u2XYdaD9z1 .col-lg-6 {
  padding: 0;
}
.cid-u2XYdaD9z1 .mbr-text {
  color: #747474;
}
.cid-u2XYdaD9z1 hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2XYdaD9z1 .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2XYdaD9z1 .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2XYdaD9z1 .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-u2XYdaD9z1 .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2XYdaD9z1 .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2XYdaD9z1 .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2XYdaD9z1 .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2XYdaD9z1 .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2XYdaD9z1 .btn {
  color: #101010 !important;
}
.cid-u2XYdaD9z1 .btn:hover {
  color: #ffffff !important;
}
.cid-u2XYdaD9z1 .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2XYdaD9z1 .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2XYdaD9z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XYdaD9z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2XZuExcJn {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2XZuExcJn h1 {
  margin-bottom: 0.2rem;
}
.cid-u2XZuExcJn .container-fluid {
  padding: 0;
}
.cid-u2XZuExcJn img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2XZuExcJn .mbr-figure {
  height: 100%;
}
.cid-u2XZuExcJn .col-lg-6 {
  padding: 0;
}
.cid-u2XZuExcJn .mbr-text {
  color: #747474;
}
.cid-u2XZuExcJn hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2XZuExcJn .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2XZuExcJn .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2XZuExcJn .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #535353;
}
.cid-u2XZuExcJn .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2XZuExcJn .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2XZuExcJn .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2XZuExcJn .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2XZuExcJn .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2XZuExcJn .btn {
  color: #101010 !important;
}
.cid-u2XZuExcJn .btn:hover {
  color: #ffffff !important;
}
.cid-u2XZuExcJn .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2XZuExcJn .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2XZuExcJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XZuExcJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2XZuExcJn .media-content,
.cid-u2XZuExcJn .mbr-section-title,
.cid-u2XZuExcJn .line-title {
  color: #000000;
}
.cid-u2XZuExcJn .mbr-text,
.cid-u2XZuExcJn .mbr-section-btn {
  color: #7e7e7e;
}
.cid-u2XZMSEvL6 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2XZMSEvL6 h1 {
  margin-bottom: 0.2rem;
}
.cid-u2XZMSEvL6 .container-fluid {
  padding: 0;
}
.cid-u2XZMSEvL6 img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2XZMSEvL6 .mbr-figure {
  height: 100%;
}
.cid-u2XZMSEvL6 .col-lg-6 {
  padding: 0;
}
.cid-u2XZMSEvL6 .mbr-text {
  color: #747474;
}
.cid-u2XZMSEvL6 hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2XZMSEvL6 .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2XZMSEvL6 .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2XZMSEvL6 .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #535353;
}
.cid-u2XZMSEvL6 .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2XZMSEvL6 .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2XZMSEvL6 .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2XZMSEvL6 .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2XZMSEvL6 .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2XZMSEvL6 .btn {
  color: #101010 !important;
}
.cid-u2XZMSEvL6 .btn:hover {
  color: #ffffff !important;
}
.cid-u2XZMSEvL6 .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2XZMSEvL6 .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2XZMSEvL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XZMSEvL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2XZMSEvL6 .media-content,
.cid-u2XZMSEvL6 .mbr-section-title,
.cid-u2XZMSEvL6 .line-title {
  color: #000000;
}
.cid-u2XZMSEvL6 .mbr-text,
.cid-u2XZMSEvL6 .mbr-section-btn {
  color: #7e7e7e;
}
.cid-u2Y7SKFVDL {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2Y7SKFVDL h1 {
  margin-bottom: 0.2rem;
}
.cid-u2Y7SKFVDL .container-fluid {
  padding: 0;
}
.cid-u2Y7SKFVDL img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2Y7SKFVDL .mbr-figure {
  height: 100%;
}
.cid-u2Y7SKFVDL .col-lg-6 {
  padding: 0;
}
.cid-u2Y7SKFVDL .mbr-text {
  color: #747474;
}
.cid-u2Y7SKFVDL hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2Y7SKFVDL .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2Y7SKFVDL .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2Y7SKFVDL .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-u2Y7SKFVDL .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2Y7SKFVDL .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2Y7SKFVDL .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2Y7SKFVDL .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2Y7SKFVDL .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2Y7SKFVDL .btn {
  color: #101010 !important;
}
.cid-u2Y7SKFVDL .btn:hover {
  color: #ffffff !important;
}
.cid-u2Y7SKFVDL .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2Y7SKFVDL .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2Y7SKFVDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Y7SKFVDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Y0dgrHSE {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2Y0dgrHSE h1 {
  margin-bottom: 0.2rem;
}
.cid-u2Y0dgrHSE .container-fluid {
  padding: 0;
}
.cid-u2Y0dgrHSE img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2Y0dgrHSE .mbr-figure {
  height: 100%;
}
.cid-u2Y0dgrHSE .col-lg-6 {
  padding: 0;
}
.cid-u2Y0dgrHSE .mbr-text {
  color: #747474;
}
.cid-u2Y0dgrHSE hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2Y0dgrHSE .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2Y0dgrHSE .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2Y0dgrHSE .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #535353;
}
.cid-u2Y0dgrHSE .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2Y0dgrHSE .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2Y0dgrHSE .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2Y0dgrHSE .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2Y0dgrHSE .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2Y0dgrHSE .btn {
  color: #101010 !important;
}
.cid-u2Y0dgrHSE .btn:hover {
  color: #ffffff !important;
}
.cid-u2Y0dgrHSE .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2Y0dgrHSE .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2Y0dgrHSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Y0dgrHSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Y0dgrHSE .media-content,
.cid-u2Y0dgrHSE .mbr-section-title,
.cid-u2Y0dgrHSE .line-title {
  color: #000000;
}
.cid-u2Y0dgrHSE .mbr-text,
.cid-u2Y0dgrHSE .mbr-section-btn {
  color: #7e7e7e;
}
.cid-u2Y0pzCdXY {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2Y0pzCdXY h1 {
  margin-bottom: 0.2rem;
}
.cid-u2Y0pzCdXY .container-fluid {
  padding: 0;
}
.cid-u2Y0pzCdXY img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2Y0pzCdXY .mbr-figure {
  height: 100%;
}
.cid-u2Y0pzCdXY .col-lg-6 {
  padding: 0;
}
.cid-u2Y0pzCdXY .mbr-text {
  color: #747474;
}
.cid-u2Y0pzCdXY hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2Y0pzCdXY .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2Y0pzCdXY .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2Y0pzCdXY .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-u2Y0pzCdXY .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2Y0pzCdXY .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2Y0pzCdXY .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2Y0pzCdXY .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2Y0pzCdXY .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2Y0pzCdXY .btn {
  color: #101010 !important;
}
.cid-u2Y0pzCdXY .btn:hover {
  color: #ffffff !important;
}
.cid-u2Y0pzCdXY .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2Y0pzCdXY .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2Y0pzCdXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Y0pzCdXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Y0uN2Gcf {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2Y0uN2Gcf h1 {
  margin-bottom: 0.2rem;
}
.cid-u2Y0uN2Gcf .container-fluid {
  padding: 0;
}
.cid-u2Y0uN2Gcf img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2Y0uN2Gcf .mbr-figure {
  height: 100%;
}
.cid-u2Y0uN2Gcf .col-lg-6 {
  padding: 0;
}
.cid-u2Y0uN2Gcf .mbr-text {
  color: #747474;
}
.cid-u2Y0uN2Gcf hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2Y0uN2Gcf .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2Y0uN2Gcf .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2Y0uN2Gcf .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-u2Y0uN2Gcf .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2Y0uN2Gcf .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2Y0uN2Gcf .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2Y0uN2Gcf .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2Y0uN2Gcf .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2Y0uN2Gcf .btn {
  color: #101010 !important;
}
.cid-u2Y0uN2Gcf .btn:hover {
  color: #ffffff !important;
}
.cid-u2Y0uN2Gcf .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2Y0uN2Gcf .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2Y0uN2Gcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Y0uN2Gcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Y0y9D77S {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2Y0y9D77S h1 {
  margin-bottom: 0.2rem;
}
.cid-u2Y0y9D77S .container-fluid {
  padding: 0;
}
.cid-u2Y0y9D77S img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2Y0y9D77S .mbr-figure {
  height: 100%;
}
.cid-u2Y0y9D77S .col-lg-6 {
  padding: 0;
}
.cid-u2Y0y9D77S .mbr-text {
  color: #747474;
}
.cid-u2Y0y9D77S hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2Y0y9D77S .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2Y0y9D77S .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2Y0y9D77S .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-u2Y0y9D77S .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2Y0y9D77S .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2Y0y9D77S .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2Y0y9D77S .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2Y0y9D77S .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2Y0y9D77S .btn {
  color: #101010 !important;
}
.cid-u2Y0y9D77S .btn:hover {
  color: #ffffff !important;
}
.cid-u2Y0y9D77S .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2Y0y9D77S .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2Y0y9D77S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Y0y9D77S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Y0FEVegh {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2Y0FEVegh h1 {
  margin-bottom: 0.2rem;
}
.cid-u2Y0FEVegh .container-fluid {
  padding: 0;
}
.cid-u2Y0FEVegh img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2Y0FEVegh .mbr-figure {
  height: 100%;
}
.cid-u2Y0FEVegh .col-lg-6 {
  padding: 0;
}
.cid-u2Y0FEVegh .mbr-text {
  color: #747474;
}
.cid-u2Y0FEVegh hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2Y0FEVegh .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2Y0FEVegh .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2Y0FEVegh .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-u2Y0FEVegh .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2Y0FEVegh .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2Y0FEVegh .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2Y0FEVegh .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2Y0FEVegh .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2Y0FEVegh .btn {
  color: #101010 !important;
}
.cid-u2Y0FEVegh .btn:hover {
  color: #ffffff !important;
}
.cid-u2Y0FEVegh .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2Y0FEVegh .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2Y0FEVegh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Y0FEVegh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Y0LafZr7 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2Y0LafZr7 h1 {
  margin-bottom: 0.2rem;
}
.cid-u2Y0LafZr7 .container-fluid {
  padding: 0;
}
.cid-u2Y0LafZr7 img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2Y0LafZr7 .mbr-figure {
  height: 100%;
}
.cid-u2Y0LafZr7 .col-lg-6 {
  padding: 0;
}
.cid-u2Y0LafZr7 .mbr-text {
  color: #747474;
}
.cid-u2Y0LafZr7 hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2Y0LafZr7 .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2Y0LafZr7 .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2Y0LafZr7 .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-u2Y0LafZr7 .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2Y0LafZr7 .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2Y0LafZr7 .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2Y0LafZr7 .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2Y0LafZr7 .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2Y0LafZr7 .btn {
  color: #101010 !important;
}
.cid-u2Y0LafZr7 .btn:hover {
  color: #ffffff !important;
}
.cid-u2Y0LafZr7 .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2Y0LafZr7 .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2Y0LafZr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Y0LafZr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Y0PhFimZ {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2Y0PhFimZ h1 {
  margin-bottom: 0.2rem;
}
.cid-u2Y0PhFimZ .container-fluid {
  padding: 0;
}
.cid-u2Y0PhFimZ img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2Y0PhFimZ .mbr-figure {
  height: 100%;
}
.cid-u2Y0PhFimZ .col-lg-6 {
  padding: 0;
}
.cid-u2Y0PhFimZ .mbr-text {
  color: #747474;
}
.cid-u2Y0PhFimZ hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2Y0PhFimZ .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2Y0PhFimZ .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2Y0PhFimZ .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-u2Y0PhFimZ .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2Y0PhFimZ .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2Y0PhFimZ .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2Y0PhFimZ .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2Y0PhFimZ .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2Y0PhFimZ .btn {
  color: #101010 !important;
}
.cid-u2Y0PhFimZ .btn:hover {
  color: #ffffff !important;
}
.cid-u2Y0PhFimZ .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2Y0PhFimZ .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2Y0PhFimZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Y0PhFimZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Y3WoK01E {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2Y3WoK01E h1 {
  margin-bottom: 0.2rem;
}
.cid-u2Y3WoK01E .container-fluid {
  padding: 0;
}
.cid-u2Y3WoK01E img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2Y3WoK01E .mbr-figure {
  height: 100%;
}
.cid-u2Y3WoK01E .col-lg-6 {
  padding: 0;
}
.cid-u2Y3WoK01E .mbr-text {
  color: #747474;
}
.cid-u2Y3WoK01E hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2Y3WoK01E .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2Y3WoK01E .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2Y3WoK01E .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-u2Y3WoK01E .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2Y3WoK01E .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2Y3WoK01E .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2Y3WoK01E .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2Y3WoK01E .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2Y3WoK01E .btn {
  color: #101010 !important;
}
.cid-u2Y3WoK01E .btn:hover {
  color: #ffffff !important;
}
.cid-u2Y3WoK01E .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2Y3WoK01E .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2Y3WoK01E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Y3WoK01E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Y0TCED8m {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u2Y0TCED8m h1 {
  margin-bottom: 0.2rem;
}
.cid-u2Y0TCED8m .container-fluid {
  padding: 0;
}
.cid-u2Y0TCED8m img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u2Y0TCED8m .mbr-figure {
  height: 100%;
}
.cid-u2Y0TCED8m .col-lg-6 {
  padding: 0;
}
.cid-u2Y0TCED8m .mbr-text {
  color: #747474;
}
.cid-u2Y0TCED8m hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u2Y0TCED8m .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u2Y0TCED8m .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-u2Y0TCED8m .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-u2Y0TCED8m .mbr-figure::after {
  content: '';
  background-color: #08b5ab;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2Y0TCED8m .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-u2Y0TCED8m .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2Y0TCED8m .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2Y0TCED8m .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u2Y0TCED8m .btn {
  color: #101010 !important;
}
.cid-u2Y0TCED8m .btn:hover {
  color: #ffffff !important;
}
.cid-u2Y0TCED8m .line-title {
  width: 40px;
  height: 2px;
  background-color: #08b5ab;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2Y0TCED8m .vertical-line:before {
  content: '';
  background-color: #08b5ab;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u2Y0TCED8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Y0TCED8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2XYfrLeQ3 {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u2XYfrLeQ3 .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-u2XYfrLeQ3 .align-center {
    text-align: center;
  }
  .cid-u2XYfrLeQ3 .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u2XYfrLeQ3 .block-btn {
  display: flex;
}
.cid-u2XYfrLeQ3 .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-u2XYfrLeQ3 h1 {
  margin-bottom: 0;
}
.cid-u2XYfrLeQ3 .wrapper {
  background-color: #08b5ab;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-u2XYfrLeQ3 .container {
    padding: 0 3rem;
  }
  .cid-u2XYfrLeQ3 .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u2XYfrLeQ3 .block-btn {
    justify-content: center;
  }
  .cid-u2XYfrLeQ3 .text-block {
    text-align: center;
  }
  .cid-u2XYfrLeQ3 .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2XYfrLeQ3 .block-btn {
    justify-content: flex-end;
  }
  .cid-u2XYfrLeQ3 .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-u2XYfrLeQ3 .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-u2XYfrLeQ3 .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-u2XYfrLeQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XYfrLeQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Y3SsQJfr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-u2Y3SsQJfr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u2Y3SsQJfr textarea {
  min-height: 150px;
}
.cid-u2Y3SsQJfr input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-u2Y3SsQJfr textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-u2Y3SsQJfr .form-control,
.cid-u2Y3SsQJfr .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-u2Y3SsQJfr .form-control input::-webkit-input-placeholder,
.cid-u2Y3SsQJfr .field-input input::-webkit-input-placeholder,
.cid-u2Y3SsQJfr .form-control textarea::-webkit-input-placeholder,
.cid-u2Y3SsQJfr .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-u2Y3SsQJfr .form-control input:-moz-placeholder,
.cid-u2Y3SsQJfr .field-input input:-moz-placeholder,
.cid-u2Y3SsQJfr .form-control textarea:-moz-placeholder,
.cid-u2Y3SsQJfr .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-u2Y3SsQJfr .jq-number__spin:hover,
.cid-u2Y3SsQJfr .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u2Y3SsQJfr .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u2Y3SsQJfr .jq-selectbox li,
.cid-u2Y3SsQJfr .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-u2Y3SsQJfr .jq-selectbox li:hover,
.cid-u2Y3SsQJfr .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-u2Y3SsQJfr .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u2Y3SsQJfr .jq-number__spin.minus:hover:after,
.cid-u2Y3SsQJfr .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-u2Y3SsQJfr .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u2Y3SsQJfr .jq-number__spin.minus:after,
.cid-u2Y3SsQJfr .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-u2Y3SsQJfr .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-u2Y3SsQJfr .social-list {
    margin-bottom: 3rem;
  }
  .cid-u2Y3SsQJfr .email-input {
    margin-top: 2rem;
  }
}
.cid-u2Y3SsQJfr .mbr-section-subtitle {
  color: #08b5ab;
  margin-bottom: 2.4rem;
}
.cid-u2Y3SsQJfr .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-u2Y3SsQJfr .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-u2Y3SsQJfr .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #08b5ab;
  transition: all 0.3s;
}
.cid-u2Y3SsQJfr .mbr-iconfont-social:hover {
  color: #08b5ab;
}
.cid-u2Y3SsQJfr .social-list {
  display: flex;
}
.cid-u2Y3SsQJfr .social-list a {
  transition: 0.3s;
}
.cid-u2Y3SsQJfr .social-list a:hover {
  transform: translateY(-8px);
}
.cid-u2Y3SsQJfr .row {
  align-items: center;
}
.cid-u2Y3SsQJfr .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-u2Y3SsQJfr .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-u2Y3SsQJfr .form-btn {
  margin-top: 2.5rem;
}
.cid-u2Y3SsQJfr input::-webkit-input-placeholder,
.cid-u2Y3SsQJfr textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-u2Y3SsQJfr input:-moz-placeholder,
.cid-u2Y3SsQJfr textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-u2Y3SsQJfr .media-content {
    padding-right: 3rem;
  }
  .cid-u2Y3SsQJfr .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-u2Y3SsQJfr .row {
    padding: 0 1rem;
  }
}
.cid-u2Y3SsQJfr .btn:hover {
  background-color: #08b5ab !important;
  border-color: #08b5ab !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-u2Y3SsQJfr .form-btn {
    width: 100%;
  }
  .cid-u2Y3SsQJfr .btn {
    width: 100%;
  }
}
.cid-u2XYHFVK4Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u2XYHFVK4Y .media-container-row {
  align-items: center;
}
.cid-u2XYHFVK4Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2XYHFVK4Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2XYHFVK4Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2XYHFVK4Y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u2XYHFVK4Y .foot-menu-item {
  transform: 0.2s;
}
.cid-u2XYHFVK4Y .foot-menu-item:hover a {
  color: #08b5ab !important;
}
.cid-u2XYHFVK4Y .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-u2XYHFVK4Y .foot-menu-item:hover::before {
  width: 60px;
  background-color: #08b5ab;
}
.cid-u2XYHFVK4Y .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-u2XYHFVK4Y .foot-menu {
    justify-content: center;
  }
  .cid-u2XYHFVK4Y .mbr-text {
    text-align: center;
  }
  .cid-u2XYHFVK4Y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2XYHFVK4Y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u2XYHFVK4Y .link:hover {
  color: #ffffff;
}
