@import url(https://fonts.googleapis.com/css?family=Barlow:300,300i,400,400i,500,500i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !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: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.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: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rUrH0k2LM2 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-rUrH0k2LM2 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-rUrH0k2LM2 img {
  width: 100%;
}
.cid-rUrH0k2LM2 p {
  margin-top: 6rem;
}
.cid-rUrH0k2LM2 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rUrH0k2LM2 .content-wrapper {
  padding-top: 6rem;
}
.cid-rUrH0k2LM2 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rUrH0k2LM2 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rUrH0k2LM2 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rUrH0k2LM2 .back {
    width: 100%;
    height: 75%;
  }
  .cid-rUrH0k2LM2 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rUrH0k2LM2 p {
    margin-top: 4rem;
  }
}
.cid-rUrH0k2LM2 .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-rUrH0k2LM2 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rUrH0k2LM2 .content-wrapper {
    padding-right: 3rem;
  }
  .cid-rUrH0k2LM2 h4 {
    right: 2rem;
  }
}
.cid-rUrJkRnvkb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUrJkRnvkb [class^="socicon-"]:before,
.cid-rUrJkRnvkb [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rUrJkRnvkb .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-rUrJkRnvkb .btn-social,
.cid-rUrJkRnvkb .mbr-section-title {
  color: #57468b;
}
.cid-rUrJkRnvkb .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-rUrJkRnvkb .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-rUrJkRnvkb .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-rUrJkRnvkb .align-left {
    text-align: center;
  }
  .cid-rUrJkRnvkb .align-right {
    text-align: center;
  }
  .cid-rUrJkRnvkb .social-list {
    justify-content: center;
  }
  .cid-rUrJkRnvkb .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-rTSTzcSq5e {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background18.jpg");
}
.cid-rTSTzcSq5e P {
  color: #282124;
}
.cid-rTSTzcSq5e H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-rTSTzcSq5e h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rTSTzcSq5e h5:hover {
  background-size: 100% 100%;
}
.cid-rTSTzcSq5e .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-rTSTzcSq5e H4 {
  text-align: left;
}
.cid-rTT6i1jbCq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTT6i1jbCq .media-container-row .mbr-text {
  color: #333333;
}
.cid-rwG64JC5c0 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG64JC5c0 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwG64JC5c0 a {
  font-style: normal;
}
.cid-rwG64JC5c0 .show {
  overflow: visible;
}
.cid-rwG64JC5c0 .dropdown-menu {
  max-height: 400px;
}
.cid-rwG64JC5c0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG64JC5c0 .nav-link {
  font-weight: 600!important;
}
.cid-rwG64JC5c0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG64JC5c0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .nav-item:focus,
.cid-rwG64JC5c0 .nav-link:focus {
  outline: none;
}
.cid-rwG64JC5c0 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG64JC5c0 .menu-logo {
  margin-right: auto;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu {
  background: #f7ed4a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #ff3366 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwG64JC5c0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG64JC5c0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG64JC5c0 button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG64JC5c0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-rwG64JC5c0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG64JC5c0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwG64JC5c0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwG64JC5c0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 img {
    height: 3.8rem !important;
  }
  .cid-rwG64JC5c0 .btn {
    display: -webkit-flex;
  }
  .cid-rwG64JC5c0 button.navbar-toggler {
    display: block;
  }
  .cid-rwG64JC5c0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing,
  .cid-rwG64JC5c0 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwG64JC5c0 .nav-link {
    justify-content: start!important;
  }
  .cid-rwG64JC5c0 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG64JC5c0 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG64JC5c0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG64JC5c0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG64JC5c0 .nav-link:hover,
.cid-rwG64JC5c0 .dropdown-item:hover {
  color: #ffda00 !important;
}
@media (min-width: 1500px) {
  .cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG64JC5c0 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s3p35tn68g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background18.jpg");
}
.cid-s3p35tn68g .card-wrapper {
  z-index: 3;
}
.cid-s3p35tn68g .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-s3p35tn68g:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-s3p35tn68g .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s3p35tn68g .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-s3p35uao86 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3p35uao86 [class^="socicon-"]:before,
.cid-s3p35uao86 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3p35uao86 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3p35uao86 .btn-social,
.cid-s3p35uao86 .mbr-section-title {
  color: #57468b;
}
.cid-s3p35uao86 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3p35uao86 .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-s3p35uao86 .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-s3p35uao86 .align-left {
    text-align: center;
  }
  .cid-s3p35uao86 .align-right {
    text-align: center;
  }
  .cid-s3p35uao86 .social-list {
    justify-content: center;
  }
  .cid-s3p35uao86 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3p4S7hWhH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3p4S7hWhH .counter-container {
  color: #464646;
}
.cid-s3p4S7hWhH .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s3p4S7hWhH .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s3p4S7hWhH .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s3p4S7hWhH P {
  text-align: left;
}
.cid-s3p35vgJqH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s3p35vgJqH .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-s3p35vgJqH .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-s3p35vgJqH .block2 {
  background-image: url("../../../assets/images/mbr-2-1920x1440.jpeg");
}
.cid-s3p35vgJqH .block2:hover .block2-over {
  opacity: 0;
}
.cid-s3p35vgJqH .block1 {
  background-image: url("../../../assets/images/05.jpg");
}
.cid-s3p35vgJqH .block1:hover .block1-over {
  opacity: 0;
}
.cid-s3p35vgJqH .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #c1c1c1;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-s3p35vgJqH .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ffda00;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-s3p35vgJqH .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-s3p35vgJqH .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-s3p35vgJqH .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-s3p35vgJqH .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-s3p35vgJqH .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-s3p35vgJqH .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-s3p35vgJqH .col:hover .box-title2,
.cid-s3p35vgJqH .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-s3p35vgJqH .box-title2,
.cid-s3p35vgJqH .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-s3p35vgJqH .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-s3p35vgJqH .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-s3p35vgJqH .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-s3p35vgJqH .img-content {
    opacity: 1;
  }
  .cid-s3p35vgJqH .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-s3p35vgJqH .box-content {
    width: 100%;
  }
  .cid-s3p35vgJqH .box-title2,
  .cid-s3p35vgJqH .box-text2 {
    color: #333333 !important;
  }
  .cid-s3p35vgJqH .content-block,
  .cid-s3p35vgJqH .content1 {
    padding: 3rem 1rem;
  }
}
.cid-s3p35vgJqH .box-text1 {
  color: #333333;
}
.cid-s3p35vgJqH .box-title2 {
  color: #cccccc;
}
.cid-s3p35vgJqH .block1-text,
.cid-s3p35vgJqH .mbr-section-btn {
  color: #333333;
}
.cid-s3p35vgJqH .block2-text,
.cid-s3p35vgJqH .mbr-section-btn {
  color: #333333;
}
.cid-s3p35vgJqH .block2-title {
  color: #333333;
}
.cid-s3p35DUxOi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3p35DUxOi [class^="socicon-"]:before,
.cid-s3p35DUxOi [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3p35DUxOi .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3p35DUxOi .btn-social,
.cid-s3p35DUxOi .mbr-section-title {
  color: #57468b;
}
.cid-s3p35DUxOi .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3p35DUxOi .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-s3p35DUxOi .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-s3p35DUxOi .align-left {
    text-align: center;
  }
  .cid-s3p35DUxOi .align-right {
    text-align: center;
  }
  .cid-s3p35DUxOi .social-list {
    justify-content: center;
  }
  .cid-s3p35DUxOi .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3p35EU8rQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background18.jpg");
}
.cid-s3p35EU8rQ P {
  color: #282124;
}
.cid-s3p35EU8rQ H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-s3p35EU8rQ h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-s3p35EU8rQ h5:hover {
  background-size: 100% 100%;
}
.cid-s3p35EU8rQ .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-s3p35EU8rQ H4 {
  text-align: left;
}
.cid-s3p35FLPq7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3p35FLPq7 .media-container-row .mbr-text {
  color: #333333;
}
.cid-s3p35GtFtZ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3p35GtFtZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s3p35GtFtZ a {
  font-style: normal;
}
.cid-s3p35GtFtZ .show {
  overflow: visible;
}
.cid-s3p35GtFtZ .dropdown-menu {
  max-height: 400px;
}
.cid-s3p35GtFtZ .dropdown-item:active {
  background-color: transparent;
}
.cid-s3p35GtFtZ .nav-link {
  font-weight: 600!important;
}
.cid-s3p35GtFtZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3p35GtFtZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-s3p35GtFtZ .nav-item:focus,
.cid-s3p35GtFtZ .nav-link:focus {
  outline: none;
}
.cid-s3p35GtFtZ .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3p35GtFtZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3p35GtFtZ .menu-logo {
  margin-right: auto;
}
.cid-s3p35GtFtZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3p35GtFtZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s3p35GtFtZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-s3p35GtFtZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3p35GtFtZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3p35GtFtZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3p35GtFtZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3p35GtFtZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s3p35GtFtZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3p35GtFtZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3p35GtFtZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3p35GtFtZ .dropdown .dropdown-menu {
  background: #f7ed4a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3p35GtFtZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #ff3366 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-s3p35GtFtZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3p35GtFtZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3p35GtFtZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3p35GtFtZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s3p35GtFtZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3p35GtFtZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3p35GtFtZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3p35GtFtZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3p35GtFtZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3p35GtFtZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3p35GtFtZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3p35GtFtZ button.navbar-toggler:focus {
  outline: none;
}
.cid-s3p35GtFtZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3p35GtFtZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3p35GtFtZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3p35GtFtZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3p35GtFtZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3p35GtFtZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3p35GtFtZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3p35GtFtZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3p35GtFtZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3p35GtFtZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3p35GtFtZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3p35GtFtZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3p35GtFtZ .collapsed .navbar-collapse.collapsing,
.cid-s3p35GtFtZ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s3p35GtFtZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3p35GtFtZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3p35GtFtZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3p35GtFtZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3p35GtFtZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s3p35GtFtZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s3p35GtFtZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3p35GtFtZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3p35GtFtZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3p35GtFtZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3p35GtFtZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-s3p35GtFtZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3p35GtFtZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3p35GtFtZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3p35GtFtZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s3p35GtFtZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3p35GtFtZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3p35GtFtZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s3p35GtFtZ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3p35GtFtZ img {
    height: 3.8rem !important;
  }
  .cid-s3p35GtFtZ .btn {
    display: -webkit-flex;
  }
  .cid-s3p35GtFtZ button.navbar-toggler {
    display: block;
  }
  .cid-s3p35GtFtZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3p35GtFtZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3p35GtFtZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3p35GtFtZ .navbar-collapse.collapsing,
  .cid-s3p35GtFtZ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s3p35GtFtZ .navbar-collapse.collapsing .navbar-nav,
  .cid-s3p35GtFtZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3p35GtFtZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3p35GtFtZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3p35GtFtZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s3p35GtFtZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3p35GtFtZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3p35GtFtZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3p35GtFtZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3p35GtFtZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3p35GtFtZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s3p35GtFtZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3p35GtFtZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3p35GtFtZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-s3p35GtFtZ .nav-link {
    justify-content: start!important;
  }
  .cid-s3p35GtFtZ .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s3p35GtFtZ .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s3p35GtFtZ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s3p35GtFtZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3p35GtFtZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3p35GtFtZ .nav-link:hover,
.cid-s3p35GtFtZ .dropdown-item:hover {
  color: #ffda00 !important;
}
@media (min-width: 1500px) {
  .cid-s3p35GtFtZ .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s3p35GtFtZ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s3p36awTxx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background18.jpg");
}
.cid-s3p36awTxx .card-wrapper {
  z-index: 3;
}
.cid-s3p36awTxx .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-s3p36awTxx:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-s3p36awTxx .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s3p36awTxx .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-s3p36dmkBG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3p36dmkBG [class^="socicon-"]:before,
.cid-s3p36dmkBG [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3p36dmkBG .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3p36dmkBG .btn-social,
.cid-s3p36dmkBG .mbr-section-title {
  color: #57468b;
}
.cid-s3p36dmkBG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3p36dmkBG .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-s3p36dmkBG .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-s3p36dmkBG .align-left {
    text-align: center;
  }
  .cid-s3p36dmkBG .align-right {
    text-align: center;
  }
  .cid-s3p36dmkBG .social-list {
    justify-content: center;
  }
  .cid-s3p36dmkBG .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3p36fphXU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-2-1920x1440.jpeg");
}
.cid-s3p36fphXU .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-s3p36fphXU .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-s3p36fphXU .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-s3p36fphXU .wrap-img {
  padding-bottom: 1rem;
}
.cid-s3p36fphXU .wrap-img img {
  max-width: 100%;
}
.cid-s3p36fphXU .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-s3p36l1MZ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3p36l1MZ3 [class^="socicon-"]:before,
.cid-s3p36l1MZ3 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3p36l1MZ3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3p36l1MZ3 .btn-social,
.cid-s3p36l1MZ3 .mbr-section-title {
  color: #57468b;
}
.cid-s3p36l1MZ3 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3p36l1MZ3 .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-s3p36l1MZ3 .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-s3p36l1MZ3 .align-left {
    text-align: center;
  }
  .cid-s3p36l1MZ3 .align-right {
    text-align: center;
  }
  .cid-s3p36l1MZ3 .social-list {
    justify-content: center;
  }
  .cid-s3p36l1MZ3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3p36m57FU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background18.jpg");
}
.cid-s3p36m57FU P {
  color: #282124;
}
.cid-s3p36m57FU H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-s3p36m57FU h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-s3p36m57FU h5:hover {
  background-size: 100% 100%;
}
.cid-s3p36m57FU .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-s3p36m57FU H4 {
  text-align: left;
}
.cid-s3p36mXbDQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3p36mXbDQ .media-container-row .mbr-text {
  color: #333333;
}
.cid-s3p36nJGzL .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3p36nJGzL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s3p36nJGzL a {
  font-style: normal;
}
.cid-s3p36nJGzL .show {
  overflow: visible;
}
.cid-s3p36nJGzL .dropdown-menu {
  max-height: 400px;
}
.cid-s3p36nJGzL .dropdown-item:active {
  background-color: transparent;
}
.cid-s3p36nJGzL .nav-link {
  font-weight: 600!important;
}
.cid-s3p36nJGzL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3p36nJGzL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-s3p36nJGzL .nav-item:focus,
.cid-s3p36nJGzL .nav-link:focus {
  outline: none;
}
.cid-s3p36nJGzL .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3p36nJGzL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3p36nJGzL .menu-logo {
  margin-right: auto;
}
.cid-s3p36nJGzL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3p36nJGzL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s3p36nJGzL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-s3p36nJGzL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3p36nJGzL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3p36nJGzL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3p36nJGzL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3p36nJGzL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s3p36nJGzL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3p36nJGzL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3p36nJGzL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3p36nJGzL .dropdown .dropdown-menu {
  background: #f7ed4a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3p36nJGzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #ff3366 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-s3p36nJGzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3p36nJGzL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3p36nJGzL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3p36nJGzL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s3p36nJGzL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3p36nJGzL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3p36nJGzL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3p36nJGzL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3p36nJGzL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3p36nJGzL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3p36nJGzL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3p36nJGzL button.navbar-toggler:focus {
  outline: none;
}
.cid-s3p36nJGzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3p36nJGzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3p36nJGzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3p36nJGzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3p36nJGzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3p36nJGzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3p36nJGzL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3p36nJGzL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3p36nJGzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3p36nJGzL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3p36nJGzL .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3p36nJGzL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3p36nJGzL .collapsed .navbar-collapse.collapsing,
.cid-s3p36nJGzL .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s3p36nJGzL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3p36nJGzL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3p36nJGzL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3p36nJGzL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3p36nJGzL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s3p36nJGzL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s3p36nJGzL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3p36nJGzL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3p36nJGzL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3p36nJGzL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3p36nJGzL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-s3p36nJGzL .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3p36nJGzL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3p36nJGzL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3p36nJGzL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s3p36nJGzL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3p36nJGzL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3p36nJGzL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s3p36nJGzL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3p36nJGzL img {
    height: 3.8rem !important;
  }
  .cid-s3p36nJGzL .btn {
    display: -webkit-flex;
  }
  .cid-s3p36nJGzL button.navbar-toggler {
    display: block;
  }
  .cid-s3p36nJGzL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3p36nJGzL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3p36nJGzL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3p36nJGzL .navbar-collapse.collapsing,
  .cid-s3p36nJGzL .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s3p36nJGzL .navbar-collapse.collapsing .navbar-nav,
  .cid-s3p36nJGzL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3p36nJGzL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3p36nJGzL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3p36nJGzL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s3p36nJGzL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3p36nJGzL .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3p36nJGzL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3p36nJGzL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3p36nJGzL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3p36nJGzL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s3p36nJGzL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3p36nJGzL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3p36nJGzL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-s3p36nJGzL .nav-link {
    justify-content: start!important;
  }
  .cid-s3p36nJGzL .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s3p36nJGzL .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s3p36nJGzL .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s3p36nJGzL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3p36nJGzL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3p36nJGzL .nav-link:hover,
.cid-s3p36nJGzL .dropdown-item:hover {
  color: #ffda00 !important;
}
@media (min-width: 1500px) {
  .cid-s3p36nJGzL .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s3p36nJGzL .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s3p37ax9Qd {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-s3p37ax9Qd .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-s3p37ax9Qd img {
  width: 100%;
}
.cid-s3p37ax9Qd p {
  margin-top: 6rem;
}
.cid-s3p37ax9Qd .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-s3p37ax9Qd .content-wrapper {
  padding-top: 6rem;
}
.cid-s3p37ax9Qd h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s3p37ax9Qd .content-wrapper {
    padding-top: 0rem;
  }
  .cid-s3p37ax9Qd p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s3p37ax9Qd .back {
    width: 100%;
    height: 75%;
  }
  .cid-s3p37ax9Qd .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-s3p37ax9Qd p {
    margin-top: 4rem;
  }
}
.cid-s3p37ax9Qd .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-s3p37ax9Qd .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-s3p37ax9Qd .content-wrapper {
    padding-right: 3rem;
  }
  .cid-s3p37ax9Qd h4 {
    right: 2rem;
  }
}
.cid-s3p37b9i9p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background18.jpg");
}
.cid-s3p37b9i9p .card-wrapper {
  z-index: 3;
}
.cid-s3p37b9i9p .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-s3p37b9i9p:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-s3p37b9i9p .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s3p37b9i9p .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-s3p37bRlx3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3p37bRlx3 [class^="socicon-"]:before,
.cid-s3p37bRlx3 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3p37bRlx3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3p37bRlx3 .btn-social,
.cid-s3p37bRlx3 .mbr-section-title {
  color: #57468b;
}
.cid-s3p37bRlx3 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3p37bRlx3 .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-s3p37bRlx3 .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-s3p37bRlx3 .align-left {
    text-align: center;
  }
  .cid-s3p37bRlx3 .align-right {
    text-align: center;
  }
  .cid-s3p37bRlx3 .social-list {
    justify-content: center;
  }
  .cid-s3p37bRlx3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3p37cQtIt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s3p37cQtIt .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-s3p37cQtIt .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-s3p37cQtIt .block2 {
  background-image: url("../../../assets/images/mbr-2-1920x1440.jpeg");
}
.cid-s3p37cQtIt .block2:hover .block2-over {
  opacity: 0;
}
.cid-s3p37cQtIt .block1 {
  background-image: url("../../../assets/images/05.jpg");
}
.cid-s3p37cQtIt .block1:hover .block1-over {
  opacity: 0;
}
.cid-s3p37cQtIt .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #c1c1c1;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-s3p37cQtIt .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ffda00;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-s3p37cQtIt .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-s3p37cQtIt .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-s3p37cQtIt .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-s3p37cQtIt .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-s3p37cQtIt .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-s3p37cQtIt .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-s3p37cQtIt .col:hover .box-title2,
.cid-s3p37cQtIt .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-s3p37cQtIt .box-title2,
.cid-s3p37cQtIt .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-s3p37cQtIt .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-s3p37cQtIt .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-s3p37cQtIt .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-s3p37cQtIt .img-content {
    opacity: 1;
  }
  .cid-s3p37cQtIt .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-s3p37cQtIt .box-content {
    width: 100%;
  }
  .cid-s3p37cQtIt .box-title2,
  .cid-s3p37cQtIt .box-text2 {
    color: #333333 !important;
  }
  .cid-s3p37cQtIt .content-block,
  .cid-s3p37cQtIt .content1 {
    padding: 3rem 1rem;
  }
}
.cid-s3p37cQtIt .box-text1 {
  color: #333333;
}
.cid-s3p37cQtIt .box-title2 {
  color: #cccccc;
}
.cid-s3p37cQtIt .block1-text,
.cid-s3p37cQtIt .mbr-section-btn {
  color: #333333;
}
.cid-s3p37cQtIt .block2-text,
.cid-s3p37cQtIt .mbr-section-btn {
  color: #333333;
}
.cid-s3p37cQtIt .block2-title {
  color: #333333;
}
.cid-s3p37dIkS4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3p37dIkS4 [class^="socicon-"]:before,
.cid-s3p37dIkS4 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3p37dIkS4 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3p37dIkS4 .btn-social,
.cid-s3p37dIkS4 .mbr-section-title {
  color: #57468b;
}
.cid-s3p37dIkS4 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3p37dIkS4 .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-s3p37dIkS4 .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-s3p37dIkS4 .align-left {
    text-align: center;
  }
  .cid-s3p37dIkS4 .align-right {
    text-align: center;
  }
  .cid-s3p37dIkS4 .social-list {
    justify-content: center;
  }
  .cid-s3p37dIkS4 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3p37eIVxU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffda00;
}
.cid-s3p37eIVxU .row {
  position: relative;
}
.cid-s3p37eIVxU .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-s3p37eIVxU .row {
    margin: 0 2rem;
  }
}
.cid-s3p37eIVxU .row {
  padding-left: 6rem;
}
.cid-s3p37eIVxU h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-s3p37eIVxU .content-wrapper {
  max-width: 600px;
}
.cid-s3p37eIVxU H1 {
  color: #333333;
}
.cid-s3p37eIVxU .mbr-text,
.cid-s3p37eIVxU .mbr-section-btn {
  color: #333333;
}
.cid-s3p37eIVxU H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-s3p37eIVxU .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s3p37eIVxU h4 {
    left: 3rem;
  }
  .cid-s3p37eIVxU .row {
    padding-left: 3rem;
  }
}
.cid-s3p37fxj7Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-2-1920x1440.jpeg");
}
.cid-s3p37fxj7Z .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-s3p37fxj7Z .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-s3p37fxj7Z .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-s3p37fxj7Z .wrap-img {
  padding-bottom: 1rem;
}
.cid-s3p37fxj7Z .wrap-img img {
  max-width: 100%;
}
.cid-s3p37fxj7Z .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-s3p37hajz4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s3p37hajz4 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s3p37hajz4 img:hover {
  transform: scale(1.1);
}
.cid-s3p37hajz4 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s3p37hajz4 h2 {
  padding: 0;
  margin: 0;
}
.cid-s3p37hajz4 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s3p37hajz4 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s3p37hajz4 .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-s3p37hajz4 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-s3p37hajz4 .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-s3p37hajz4 .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-s3p37hajz4 .mbr-iconfont {
  margin: 0!important;
}
.cid-s3p37hajz4 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s3p37hajz4 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s3p37hajz4 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-s3p37hajz4 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-s3p37hajz4 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s3p37hajz4 H2 {
  color: #333333;
}
.cid-s3p37hajz4 .mbr-text {
  color: #767676;
}
.cid-s3p37hVm08 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-s3p37hVm08 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-s3p37hVm08 .btn-col {
  margin: auto;
}
.cid-s3p37hVm08 .btn-col .btn {
  margin: 0.4rem;
  max-width: 100px;
  padding: 1.8rem 0.8rem;
}
.cid-s3p37hVm08 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
}
.cid-s3p37hVm08 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-s3p37hVm08 .card-box {
  padding: 3rem 2.2rem;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-s3p37hVm08 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-s3p37hVm08 .card-wrapper {
  height: 100%;
}
.cid-s3p37hVm08 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-s3p37hVm08 .card-wrapper:hover .card-title a {
  color: #ff3366 !important;
}
.cid-s3p37hVm08 .text {
  color: #767676;
}
.cid-s3p37hVm08 .card-title {
  color: #36404c;
}
.cid-s3p37hVm08 H3 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-s3p37hVm08 .btn-col .btn {
    margin-top: 2rem;
    max-width: auto;
    padding: 0.8rem 0.8rem;
  }
}
.cid-s3p37j0iS3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3p37j0iS3 .mbr-section-title {
  margin: 0;
}
.cid-s3p37j0iS3 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s3p37j0iS3 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-s3p37j0iS3 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3p37j0iS3 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-s3p37j0iS3 .team-item .item-image {
  position: relative !important;
}
.cid-s3p37j0iS3 .team-item .item-image img {
  width: 100%;
}
.cid-s3p37j0iS3 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-s3p37j0iS3 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s3p37j0iS3 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s3p37j0iS3 .team-item .item-caption {
  background: #efefef;
}
.cid-s3p37j0iS3 .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-s3p37j0iS3 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-s3p37j0iS3 .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-s3p37j0iS3 .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-s3p37j0iS3 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-s3p37j0iS3 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-s3p37j0iS3 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-s3p37j0iS3 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-s3p37j0iS3 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-s3p37j0iS3 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-s3p37j0iS3 .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-s3p37j0iS3 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-s3p37lcPSs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3p37lcPSs [class^="socicon-"]:before,
.cid-s3p37lcPSs [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3p37lcPSs .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3p37lcPSs .btn-social,
.cid-s3p37lcPSs .mbr-section-title {
  color: #57468b;
}
.cid-s3p37lcPSs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3p37lcPSs .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-s3p37lcPSs .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-s3p37lcPSs .align-left {
    text-align: center;
  }
  .cid-s3p37lcPSs .align-right {
    text-align: center;
  }
  .cid-s3p37lcPSs .social-list {
    justify-content: center;
  }
  .cid-s3p37lcPSs .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3p37m5ldo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background18.jpg");
}
.cid-s3p37m5ldo P {
  color: #282124;
}
.cid-s3p37m5ldo H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-s3p37m5ldo h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-s3p37m5ldo h5:hover {
  background-size: 100% 100%;
}
.cid-s3p37m5ldo .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-s3p37m5ldo H4 {
  text-align: left;
}
.cid-s3p37n1kRW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3p37n1kRW .media-container-row .mbr-text {
  color: #333333;
}
.cid-s3p37nILXW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3p37nILXW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s3p37nILXW a {
  font-style: normal;
}
.cid-s3p37nILXW .show {
  overflow: visible;
}
.cid-s3p37nILXW .dropdown-menu {
  max-height: 400px;
}
.cid-s3p37nILXW .dropdown-item:active {
  background-color: transparent;
}
.cid-s3p37nILXW .nav-link {
  font-weight: 600!important;
}
.cid-s3p37nILXW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3p37nILXW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-s3p37nILXW .nav-item:focus,
.cid-s3p37nILXW .nav-link:focus {
  outline: none;
}
.cid-s3p37nILXW .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3p37nILXW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3p37nILXW .menu-logo {
  margin-right: auto;
}
.cid-s3p37nILXW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3p37nILXW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s3p37nILXW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-s3p37nILXW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3p37nILXW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3p37nILXW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3p37nILXW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3p37nILXW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s3p37nILXW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3p37nILXW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3p37nILXW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3p37nILXW .dropdown .dropdown-menu {
  background: #f7ed4a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3p37nILXW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #ff3366 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-s3p37nILXW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3p37nILXW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3p37nILXW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3p37nILXW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s3p37nILXW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3p37nILXW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3p37nILXW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3p37nILXW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3p37nILXW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3p37nILXW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3p37nILXW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3p37nILXW button.navbar-toggler:focus {
  outline: none;
}
.cid-s3p37nILXW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3p37nILXW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3p37nILXW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3p37nILXW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3p37nILXW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3p37nILXW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3p37nILXW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3p37nILXW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3p37nILXW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3p37nILXW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3p37nILXW .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3p37nILXW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3p37nILXW .collapsed .navbar-collapse.collapsing,
.cid-s3p37nILXW .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s3p37nILXW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3p37nILXW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3p37nILXW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3p37nILXW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3p37nILXW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s3p37nILXW .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s3p37nILXW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3p37nILXW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3p37nILXW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3p37nILXW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3p37nILXW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-s3p37nILXW .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3p37nILXW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3p37nILXW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3p37nILXW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s3p37nILXW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3p37nILXW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3p37nILXW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s3p37nILXW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3p37nILXW img {
    height: 3.8rem !important;
  }
  .cid-s3p37nILXW .btn {
    display: -webkit-flex;
  }
  .cid-s3p37nILXW button.navbar-toggler {
    display: block;
  }
  .cid-s3p37nILXW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3p37nILXW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3p37nILXW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3p37nILXW .navbar-collapse.collapsing,
  .cid-s3p37nILXW .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s3p37nILXW .navbar-collapse.collapsing .navbar-nav,
  .cid-s3p37nILXW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3p37nILXW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3p37nILXW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3p37nILXW .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s3p37nILXW .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3p37nILXW .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3p37nILXW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3p37nILXW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3p37nILXW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3p37nILXW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s3p37nILXW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3p37nILXW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3p37nILXW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-s3p37nILXW .nav-link {
    justify-content: start!important;
  }
  .cid-s3p37nILXW .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s3p37nILXW .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s3p37nILXW .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s3p37nILXW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3p37nILXW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3p37nILXW .nav-link:hover,
.cid-s3p37nILXW .dropdown-item:hover {
  color: #ffda00 !important;
}
@media (min-width: 1500px) {
  .cid-s3p37nILXW .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s3p37nILXW .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s3p38hz5pv {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-s3p38hz5pv .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-s3p38hz5pv img {
  width: 100%;
}
.cid-s3p38hz5pv p {
  margin-top: 6rem;
}
.cid-s3p38hz5pv .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-s3p38hz5pv .content-wrapper {
  padding-top: 6rem;
}
.cid-s3p38hz5pv h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s3p38hz5pv .content-wrapper {
    padding-top: 0rem;
  }
  .cid-s3p38hz5pv p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s3p38hz5pv .back {
    width: 100%;
    height: 75%;
  }
  .cid-s3p38hz5pv .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-s3p38hz5pv p {
    margin-top: 4rem;
  }
}
.cid-s3p38hz5pv .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-s3p38hz5pv .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-s3p38hz5pv .content-wrapper {
    padding-right: 3rem;
  }
  .cid-s3p38hz5pv h4 {
    right: 2rem;
  }
}
.cid-s3p38ibKp1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background18.jpg");
}
.cid-s3p38ibKp1 .card-wrapper {
  z-index: 3;
}
.cid-s3p38ibKp1 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-s3p38ibKp1:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-s3p38ibKp1 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s3p38ibKp1 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-s3p38j0yQp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3p38j0yQp [class^="socicon-"]:before,
.cid-s3p38j0yQp [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3p38j0yQp .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3p38j0yQp .btn-social,
.cid-s3p38j0yQp .mbr-section-title {
  color: #57468b;
}
.cid-s3p38j0yQp .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3p38j0yQp .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-s3p38j0yQp .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-s3p38j0yQp .align-left {
    text-align: center;
  }
  .cid-s3p38j0yQp .align-right {
    text-align: center;
  }
  .cid-s3p38j0yQp .social-list {
    justify-content: center;
  }
  .cid-s3p38j0yQp .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3p38k36s5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s3p38k36s5 .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-s3p38k36s5 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-s3p38k36s5 .block2 {
  background-image: url("../../../assets/images/mbr-2-1920x1440.jpeg");
}
.cid-s3p38k36s5 .block2:hover .block2-over {
  opacity: 0;
}
.cid-s3p38k36s5 .block1 {
  background-image: url("../../../assets/images/05.jpg");
}
.cid-s3p38k36s5 .block1:hover .block1-over {
  opacity: 0;
}
.cid-s3p38k36s5 .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #c1c1c1;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-s3p38k36s5 .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ffda00;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-s3p38k36s5 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-s3p38k36s5 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-s3p38k36s5 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-s3p38k36s5 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-s3p38k36s5 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-s3p38k36s5 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-s3p38k36s5 .col:hover .box-title2,
.cid-s3p38k36s5 .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-s3p38k36s5 .box-title2,
.cid-s3p38k36s5 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-s3p38k36s5 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-s3p38k36s5 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-s3p38k36s5 .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-s3p38k36s5 .img-content {
    opacity: 1;
  }
  .cid-s3p38k36s5 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-s3p38k36s5 .box-content {
    width: 100%;
  }
  .cid-s3p38k36s5 .box-title2,
  .cid-s3p38k36s5 .box-text2 {
    color: #333333 !important;
  }
  .cid-s3p38k36s5 .content-block,
  .cid-s3p38k36s5 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-s3p38k36s5 .box-text1 {
  color: #333333;
}
.cid-s3p38k36s5 .box-title2 {
  color: #cccccc;
}
.cid-s3p38k36s5 .block1-text,
.cid-s3p38k36s5 .mbr-section-btn {
  color: #333333;
}
.cid-s3p38k36s5 .block2-text,
.cid-s3p38k36s5 .mbr-section-btn {
  color: #333333;
}
.cid-s3p38k36s5 .block2-title {
  color: #333333;
}
.cid-s3p38l0qmy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3p38l0qmy [class^="socicon-"]:before,
.cid-s3p38l0qmy [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3p38l0qmy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3p38l0qmy .btn-social,
.cid-s3p38l0qmy .mbr-section-title {
  color: #57468b;
}
.cid-s3p38l0qmy .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3p38l0qmy .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-s3p38l0qmy .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-s3p38l0qmy .align-left {
    text-align: center;
  }
  .cid-s3p38l0qmy .align-right {
    text-align: center;
  }
  .cid-s3p38l0qmy .social-list {
    justify-content: center;
  }
  .cid-s3p38l0qmy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3p38lZPCW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffda00;
}
.cid-s3p38lZPCW .row {
  position: relative;
}
.cid-s3p38lZPCW .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-s3p38lZPCW .row {
    margin: 0 2rem;
  }
}
.cid-s3p38lZPCW .row {
  padding-left: 6rem;
}
.cid-s3p38lZPCW h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-s3p38lZPCW .content-wrapper {
  max-width: 600px;
}
.cid-s3p38lZPCW H1 {
  color: #333333;
}
.cid-s3p38lZPCW .mbr-text,
.cid-s3p38lZPCW .mbr-section-btn {
  color: #333333;
}
.cid-s3p38lZPCW H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-s3p38lZPCW .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s3p38lZPCW h4 {
    left: 3rem;
  }
  .cid-s3p38lZPCW .row {
    padding-left: 3rem;
  }
}
.cid-s3p38mQG4m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-2-1920x1440.jpeg");
}
.cid-s3p38mQG4m .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-s3p38mQG4m .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-s3p38mQG4m .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-s3p38mQG4m .wrap-img {
  padding-bottom: 1rem;
}
.cid-s3p38mQG4m .wrap-img img {
  max-width: 100%;
}
.cid-s3p38mQG4m .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-s3p38ox5Vd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s3p38ox5Vd img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s3p38ox5Vd img:hover {
  transform: scale(1.1);
}
.cid-s3p38ox5Vd .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s3p38ox5Vd h2 {
  padding: 0;
  margin: 0;
}
.cid-s3p38ox5Vd .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s3p38ox5Vd .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s3p38ox5Vd .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-s3p38ox5Vd .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-s3p38ox5Vd .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-s3p38ox5Vd .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-s3p38ox5Vd .mbr-iconfont {
  margin: 0!important;
}
.cid-s3p38ox5Vd .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s3p38ox5Vd .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s3p38ox5Vd .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-s3p38ox5Vd .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-s3p38ox5Vd .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s3p38ox5Vd H2 {
  color: #333333;
}
.cid-s3p38ox5Vd .mbr-text {
  color: #767676;
}
.cid-s3p38pm3G2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-s3p38pm3G2 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-s3p38pm3G2 .btn-col {
  margin: auto;
}
.cid-s3p38pm3G2 .btn-col .btn {
  margin: 0.4rem;
  max-width: 100px;
  padding: 1.8rem 0.8rem;
}
.cid-s3p38pm3G2 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
}
.cid-s3p38pm3G2 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-s3p38pm3G2 .card-box {
  padding: 3rem 2.2rem;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-s3p38pm3G2 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-s3p38pm3G2 .card-wrapper {
  height: 100%;
}
.cid-s3p38pm3G2 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-s3p38pm3G2 .card-wrapper:hover .card-title a {
  color: #ff3366 !important;
}
.cid-s3p38pm3G2 .text {
  color: #767676;
}
.cid-s3p38pm3G2 .card-title {
  color: #36404c;
}
.cid-s3p38pm3G2 H3 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-s3p38pm3G2 .btn-col .btn {
    margin-top: 2rem;
    max-width: auto;
    padding: 0.8rem 0.8rem;
  }
}
.cid-s3p38qsl90 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3p38qsl90 .mbr-section-title {
  margin: 0;
}
.cid-s3p38qsl90 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s3p38qsl90 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-s3p38qsl90 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3p38qsl90 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-s3p38qsl90 .team-item .item-image {
  position: relative !important;
}
.cid-s3p38qsl90 .team-item .item-image img {
  width: 100%;
}
.cid-s3p38qsl90 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-s3p38qsl90 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s3p38qsl90 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s3p38qsl90 .team-item .item-caption {
  background: #efefef;
}
.cid-s3p38qsl90 .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-s3p38qsl90 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-s3p38qsl90 .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-s3p38qsl90 .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-s3p38qsl90 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-s3p38qsl90 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-s3p38qsl90 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-s3p38qsl90 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-s3p38qsl90 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-s3p38qsl90 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-s3p38qsl90 .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-s3p38qsl90 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-s3p38suZ7e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3p38suZ7e [class^="socicon-"]:before,
.cid-s3p38suZ7e [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3p38suZ7e .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3p38suZ7e .btn-social,
.cid-s3p38suZ7e .mbr-section-title {
  color: #57468b;
}
.cid-s3p38suZ7e .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3p38suZ7e .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-s3p38suZ7e .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-s3p38suZ7e .align-left {
    text-align: center;
  }
  .cid-s3p38suZ7e .align-right {
    text-align: center;
  }
  .cid-s3p38suZ7e .social-list {
    justify-content: center;
  }
  .cid-s3p38suZ7e .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3p38tEjsq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background18.jpg");
}
.cid-s3p38tEjsq P {
  color: #282124;
}
.cid-s3p38tEjsq H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-s3p38tEjsq h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-s3p38tEjsq h5:hover {
  background-size: 100% 100%;
}
.cid-s3p38tEjsq .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-s3p38tEjsq H4 {
  text-align: left;
}
.cid-s3p38uyovl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3p38uyovl .media-container-row .mbr-text {
  color: #333333;
}
.cid-s3p38vgbbr .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3p38vgbbr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s3p38vgbbr a {
  font-style: normal;
}
.cid-s3p38vgbbr .show {
  overflow: visible;
}
.cid-s3p38vgbbr .dropdown-menu {
  max-height: 400px;
}
.cid-s3p38vgbbr .dropdown-item:active {
  background-color: transparent;
}
.cid-s3p38vgbbr .nav-link {
  font-weight: 600!important;
}
.cid-s3p38vgbbr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3p38vgbbr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-s3p38vgbbr .nav-item:focus,
.cid-s3p38vgbbr .nav-link:focus {
  outline: none;
}
.cid-s3p38vgbbr .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3p38vgbbr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3p38vgbbr .menu-logo {
  margin-right: auto;
}
.cid-s3p38vgbbr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3p38vgbbr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s3p38vgbbr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-s3p38vgbbr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3p38vgbbr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3p38vgbbr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3p38vgbbr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3p38vgbbr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s3p38vgbbr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3p38vgbbr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3p38vgbbr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3p38vgbbr .dropdown .dropdown-menu {
  background: #f7ed4a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3p38vgbbr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #ff3366 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-s3p38vgbbr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3p38vgbbr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3p38vgbbr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3p38vgbbr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s3p38vgbbr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3p38vgbbr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3p38vgbbr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3p38vgbbr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3p38vgbbr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3p38vgbbr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3p38vgbbr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3p38vgbbr button.navbar-toggler:focus {
  outline: none;
}
.cid-s3p38vgbbr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3p38vgbbr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3p38vgbbr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3p38vgbbr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3p38vgbbr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3p38vgbbr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3p38vgbbr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3p38vgbbr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3p38vgbbr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3p38vgbbr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3p38vgbbr .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3p38vgbbr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3p38vgbbr .collapsed .navbar-collapse.collapsing,
.cid-s3p38vgbbr .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s3p38vgbbr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3p38vgbbr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3p38vgbbr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3p38vgbbr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3p38vgbbr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s3p38vgbbr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s3p38vgbbr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3p38vgbbr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3p38vgbbr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3p38vgbbr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3p38vgbbr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-s3p38vgbbr .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3p38vgbbr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3p38vgbbr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3p38vgbbr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s3p38vgbbr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3p38vgbbr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3p38vgbbr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s3p38vgbbr.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3p38vgbbr img {
    height: 3.8rem !important;
  }
  .cid-s3p38vgbbr .btn {
    display: -webkit-flex;
  }
  .cid-s3p38vgbbr button.navbar-toggler {
    display: block;
  }
  .cid-s3p38vgbbr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3p38vgbbr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3p38vgbbr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3p38vgbbr .navbar-collapse.collapsing,
  .cid-s3p38vgbbr .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s3p38vgbbr .navbar-collapse.collapsing .navbar-nav,
  .cid-s3p38vgbbr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3p38vgbbr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3p38vgbbr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3p38vgbbr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s3p38vgbbr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3p38vgbbr .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3p38vgbbr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3p38vgbbr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3p38vgbbr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3p38vgbbr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s3p38vgbbr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3p38vgbbr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3p38vgbbr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-s3p38vgbbr .nav-link {
    justify-content: start!important;
  }
  .cid-s3p38vgbbr .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s3p38vgbbr .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s3p38vgbbr .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s3p38vgbbr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3p38vgbbr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3p38vgbbr .nav-link:hover,
.cid-s3p38vgbbr .dropdown-item:hover {
  color: #ffda00 !important;
}
@media (min-width: 1500px) {
  .cid-s3p38vgbbr .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s3p38vgbbr .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
