body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #eb4b88 !important;
}
.bg-success {
  background-color: #e6740f !important;
}
.bg-info {
  background-color: #55b4d4 !important;
}
.bg-warning {
  background-color: #3e3d3d !important;
}
.bg-danger {
  background-color: #1da50f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eb4b88 !important;
  border-color: #eb4b88 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d2175f !important;
  border-color: #d2175f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d2175f !important;
  border-color: #d2175f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eb4b88 !important;
  border-color: #eb4b88 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d2175f !important;
  border-color: #d2175f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d2175f !important;
  border-color: #d2175f !important;
}
.btn-info,
.btn-info:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e6740f !important;
  border-color: #e6740f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9e500a !important;
  border-color: #9e500a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9e500a !important;
  border-color: #9e500a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3e3d3d !important;
  border-color: #3e3d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #171717 !important;
  border-color: #171717 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #171717 !important;
  border-color: #171717 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1da50f !important;
  border-color: #1da50f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #115f09 !important;
  border-color: #115f09 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #115f09 !important;
  border-color: #115f09 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #bb1554;
  color: #bb1554;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #eb4b88;
  border-color: #eb4b88;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #eb4b88 !important;
  border-color: #eb4b88 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #bb1554;
  color: #bb1554;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #eb4b88;
  border-color: #eb4b88;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #eb4b88 !important;
  border-color: #eb4b88 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #864409;
  color: #864409;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e6740f;
  border-color: #e6740f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e6740f !important;
  border-color: #e6740f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0b0a0a;
  color: #0b0a0a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #3e3d3d;
  border-color: #3e3d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3e3d3d !important;
  border-color: #3e3d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0d4807;
  color: #0d4807;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1da50f;
  border-color: #1da50f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1da50f !important;
  border-color: #1da50f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #eb4b88 !important;
}
.text-secondary {
  color: #eb4b88 !important;
}
.text-success {
  color: #e6740f !important;
}
.text-info {
  color: #55b4d4 !important;
}
.text-warning {
  color: #3e3d3d !important;
}
.text-danger {
  color: #1da50f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #bb1554 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #bb1554 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #864409 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #277e9c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0b0a0a !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0d4807 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #55b4d4;
}
.alert-warning {
  background-color: #3e3d3d;
}
.alert-danger {
  background-color: #1da50f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #eb4b88;
  border-color: #eb4b88;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #eb4b88;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbdfc6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b1b0b0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #55ee45;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #eb4b88;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #eb4b88;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #eb4b88;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #eb4b88;
  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: #eb4b88;
  border-bottom-color: #eb4b88;
}
.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: #eb4b88 !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: #eb4b88 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23eb4b88' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-uX3X6aMBU1 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ff9437;
  background: linear-gradient(45deg, #ff9437, #c3215f);
}
@media (min-width: 992px) {
  .cid-uX3X6aMBU1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3X6aMBU1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uX3X6aMBU1 .mbr-text {
    text-align: center;
  }
}
.cid-uX3X6aMBU1 H1 {
  text-align: left;
}
.cid-uX3X6aMBU1 H3 {
  text-align: left;
}
.cid-uX3X6aMBU1 .mbr-text,
.cid-uX3X6aMBU1 .mbr-section-btn {
  text-align: left;
}
.cid-s9o1LCYert {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffdebf;
}
.cid-s9o1LCYert .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffe9d5;
  color: #444444;
  padding: 0;
}
.cid-s9o1LCYert .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-s9o1LCYert .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-s9o1LCYert p {
  line-height: 1.6;
}
.cid-s9o1LCYert .rev,
.cid-s9o1LCYert .mbr-iconfont {
  display: inline-block;
}
.cid-s9o1LCYert .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #f9903c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-s9o1LCYert .card-title {
  color: #f9903c;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-s9o1LCYert .card-box {
  padding: 1.5rem;
}
.cid-s9o1LCYert .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-s9o1LCYert .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-s9o1LCYert .mbr-section-title,
.cid-s9o1LCYert .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-s9o1LCYert .rev {
  color: #0a1c44;
}
.cid-s9o1LCYert .card-text,
.cid-s9o1LCYert .mbr-section-btn,
.cid-s9o1LCYert .ico-line {
  color: #232323;
}
.cid-uXy1TTdA0V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffdebf;
}
.cid-uXy1TTdA0V .mbr-section-subtitle {
  color: #767676;
}
.cid-uXxXRnHg93 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffdebf;
}
.cid-uXxXRnHg93 .mbr-text {
  color: #232323;
}
.cid-uXxXRnHg93 h4 {
  text-align: center;
}
.cid-uXxXRnHg93 p {
  text-align: center;
}
.cid-uXxXRnHg93 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uXyvNPBuVY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXyvNPBuVY .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffe9d5;
  color: #444444;
  padding: 0;
}
.cid-uXyvNPBuVY .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-uXyvNPBuVY .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uXyvNPBuVY p {
  line-height: 1.6;
}
.cid-uXyvNPBuVY .rev,
.cid-uXyvNPBuVY .mbr-iconfont {
  display: inline-block;
}
.cid-uXyvNPBuVY .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #232323;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uXyvNPBuVY .card-title {
  color: #f9903c;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uXyvNPBuVY .card-box {
  padding: 1.5rem;
}
.cid-uXyvNPBuVY .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uXyvNPBuVY .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-uXyvNPBuVY .mbr-section-title,
.cid-uXyvNPBuVY .line-wrap {
  text-align: center;
  color: #ff9437;
}
.cid-uXyvNPBuVY .rev {
  color: #0a1c44;
}
.cid-uXyvNPBuVY .card-text,
.cid-uXyvNPBuVY .mbr-section-btn,
.cid-uXyvNPBuVY .ico-line {
  color: #232323;
}
.cid-uXyvPVZnrm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXyvPVZnrm .mbr-section-subtitle {
  color: #767676;
}
.cid-uXQrTOin65 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uXQrTOin65 .card-img {
  background-color: #fff;
}
.cid-uXQrTOin65 .card {
  align-self: stretch;
}
.cid-uXQrTOin65 .card-box {
  padding: 2rem;
  background-color: #ffdebf;
}
.cid-uXQrTOin65 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXQrTOin65 p {
  text-align: left;
}
.cid-uXQrTOin65 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uXQrTOin65 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uXQrTOin65 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uXQrTOin65 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uXQrTOin65 .card-title {
  text-align: center;
}
.cid-uXyzK0mxsq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffdebf;
}
.cid-uXyzK0mxsq .mbr-section-btn > * {
  margin: 0;
}
.cid-uXyzK0mxsq h4 {
  font-weight: 500;
}
.cid-uXyzK0mxsq p {
  color: #232323;
}
.cid-uXyzK0mxsq .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uXyzK0mxsq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uXyzK0mxsq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXyzK0mxsq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uXyzK0mxsq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uXyzK0mxsq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uXyzK0mxsq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uXyzK0mxsq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uXyzK0mxsq .card-img span {
    font-size: 40px !important;
  }
}
.cid-uXyzK0mxsq .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uXyzK0mxsq H2 {
  color: #232323;
  text-align: left;
}
.cid-uXyzK0mxsq .text1 {
  text-align: left;
}
.cid-uXyzK0mxsq .text2,
.cid-uXyzK0mxsq .mbr-section-btn {
  text-align: left;
}
.cid-uXyBXdiHaP {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXyBXdiHaP .mbr-section-subtitle {
  color: #232323;
}
.cid-uXyBXdiHaP .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXyBXdiHaP .mbr-text {
  color: #232323;
}
.cid-uXyBXdiHaP .mbr-author-desc {
  display: block;
  color: #232323;
}
.cid-uXyBXdiHaP .mbr-author-name {
  color: #ff4076;
  text-align: center;
}
.cid-uXyBXdiHaP .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-uXyBXdiHaP .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-uXyBXdiHaP .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uXyBXdiHaP .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uXyBXdiHaP .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uXyBXdiHaP .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uXyBXdiHaP H2 {
  color: #ff9437;
}
.cid-uXIYbpUS9a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/imagem20artigo203-1024x1024.png");
}
.cid-uXIYbpUS9a H1 {
  text-align: left;
}
.cid-uXIYbpUS9a .mbr-text,
.cid-uXIYbpUS9a .mbr-section-btn {
  text-align: left;
}
.cid-uXIYbpUS9a H3 {
  text-align: justify;
}
.cid-uXEV4D7Wtb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffdebf;
}
.cid-uXEV4D7Wtb .mbr-section-btn > * {
  margin: 0;
}
.cid-uXEV4D7Wtb h4 {
  font-weight: 500;
}
.cid-uXEV4D7Wtb p {
  color: #232323;
}
.cid-uXEV4D7Wtb .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uXEV4D7Wtb .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uXEV4D7Wtb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXEV4D7Wtb .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uXEV4D7Wtb .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uXEV4D7Wtb .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uXEV4D7Wtb .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uXEV4D7Wtb .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uXEV4D7Wtb .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uXEV4D7Wtb .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uXEV4D7Wtb .card-img span {
    font-size: 40px !important;
  }
}
.cid-uXEV4D7Wtb .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uXEV4D7Wtb H2 {
  color: #232323;
  text-align: left;
}
.cid-uXEV4D7Wtb .text1 {
  text-align: left;
}
.cid-uXEV4D7Wtb .text2,
.cid-uXEV4D7Wtb .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uXJOwJ8Vx6 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXJOwJ8Vx6 .mbr-section-subtitle {
  color: #232323;
}
.cid-uXJOwJ8Vx6 H2 {
  color: #ff9437;
}
.cid-uXJNhvvdl0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXJNhvvdl0 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uXJNhvvdl0 .number-wrap {
  color: #ff9437;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uXJNhvvdl0 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uXJNhvvdl0 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uXJNhvvdl0 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uXJNhvvdl0 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uXJNhvvdl0 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uXJNhvvdl0 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uXJNhvvdl0 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uXJNhvvdl0 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uXJNhvvdl0 .number,
  .cid-uXJNhvvdl0 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uXJNhvvdl0 .period {
    font-size: 0.8rem;
  }
}
.cid-uXJodMFBZz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXJodMFBZz h3 {
  font-weight: 300;
}
.cid-uXJodMFBZz .card-img {
  width: initial;
}
.cid-uXJodMFBZz .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uXJodMFBZz .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uXJodMFBZz .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXJodMFBZz .mbr-section-subtitle {
  color: #232323;
}
.cid-uXJodMFBZz .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uXJodMFBZz .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXJodMFBZz .mbr-al-i-c {
  align-items: center;
}
.cid-uXJodMFBZz .mbr-section-title {
  color: #ff9437;
}
.cid-uXJodMFBZz .card-title {
  color: #ff4076;
}
.cid-uXJodMFBZz .card-title,
.cid-uXJodMFBZz .card-img {
  text-align: left;
  color: #232323;
}
.cid-uXEVeGpyKJ {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXEVeGpyKJ p {
  color: #767676;
}
.cid-uXEVeGpyKJ .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uXEVeGpyKJ .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uXEVeGpyKJ .panel-group {
  width: 100%;
}
.cid-uXEVeGpyKJ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uXEVeGpyKJ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uXEVeGpyKJ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uXEVeGpyKJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uXEVeGpyKJ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uXEVeGpyKJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uXEVeGpyKJ .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uXEVeGpyKJ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uXEVeGpyKJ H2 {
  text-align: left;
}
.cid-uXEVeGpyKJ H4 {
  color: #ff4076;
}
.cid-uXEVeGpyKJ .panel-text {
  color: #232323;
}
.cid-uVzpgXRFMG {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uVzpgXRFMG .mbr-iconfont-social {
  font-size: 32px;
  color: #f9903c;
}
.cid-uVzpgXRFMG .social-list a:focus {
  text-decoration: none;
}
.cid-uVzpeEeMlp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/meninos201-1556x2000.jpg");
}
.cid-uVzpeEeMlp .title {
  margin-bottom: 2rem;
}
.cid-uVzpeEeMlp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVzpeEeMlp a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uVzpeEeMlp a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uVzpeEeMlp textarea.form-control {
  min-height: 188px;
}
.cid-uVzpeEeMlp H2 {
  color: #ffffff;
}
.cid-s9o7LMv88M {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .cid-s9o7LMv88M .content {
    text-align: center;
  }
  .cid-s9o7LMv88M .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s9o7LMv88M .logo-subtitle {
  color: #8d97ad;
}
.cid-s9o7LMv88M .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-s9o7LMv88M .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s9o7LMv88M .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s9o7LMv88M .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s9o7LMv88M .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s9o7LMv88M .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-s9o7LMv88M .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s9o7LMv88M .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s9o7LMv88M .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s9o7LMv88M .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s9o7LMv88M .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s9o7LMv88M .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s9o7LMv88M .list-item {
  display: flex;
}
.cid-s9o7LMv88M .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-s9o7LMv88M ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-s9o7LMv88M ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-s9o7LMv88M ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-s9o7LMv88M P {
  color: #232323;
  text-align: left;
}
.cid-s9o7LMv88M .mbr-text {
  color: #232323;
}
.cid-s9o7LMv88M .column-title {
  color: #ff9437;
  text-align: left;
}
.cid-s9o7LMv88M .mbr-text UL {
  text-align: left;
}
.cid-s9o7LMv88M .logo-subtitle,
.cid-s9o7LMv88M .media-wrap {
  color: #232323;
}
.cid-s4tJGKCCle {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe8d2;
}
.cid-s4tJGKCCle .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-s4tJGKCCle .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s4tJGKCCle .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s4tJGKCCle .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-s4tJGKCCle .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #e6740f;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-s4tJGKCCle .icon-transition span:hover {
  background-color: #232323;
}
.cid-s4tJGKCCle .mbr-text {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-s4tJGKCCle .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-s4tJGKCCle .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-s4tJGKCCle .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-s8NVkbxI0v .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s8NVkbxI0v .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8NVkbxI0v .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-s8NVkbxI0v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s8NVkbxI0v .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s8NVkbxI0v a {
  font-style: normal;
}
.cid-s8NVkbxI0v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s8NVkbxI0v .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s8NVkbxI0v .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8NVkbxI0v .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s8NVkbxI0v .content-text {
  margin-bottom: 0;
}
.cid-s8NVkbxI0v .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #eb4b88;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s8NVkbxI0v .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s8NVkbxI0v .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s8NVkbxI0v .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s8NVkbxI0v .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s8NVkbxI0v .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s8NVkbxI0v .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s8NVkbxI0v .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s8NVkbxI0v .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8NVkbxI0v .nav-dropdown .link {
  font-weight: 400;
}
.cid-s8NVkbxI0v .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s8NVkbxI0v .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s8NVkbxI0v .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s8NVkbxI0v .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s8NVkbxI0v .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s8NVkbxI0v .menu-content-top.show {
  display: block;
}
.cid-s8NVkbxI0v .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s8NVkbxI0v .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s8NVkbxI0v .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s8NVkbxI0v .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s8NVkbxI0v .dropdown-item:before {
    display: none;
  }
  .cid-s8NVkbxI0v .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s8NVkbxI0v .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s8NVkbxI0v img {
    height: 3.8rem !important;
  }
  .cid-s8NVkbxI0v .btn {
    display: flex;
  }
  .cid-s8NVkbxI0v button.navbar-toggler {
    display: block;
  }
  .cid-s8NVkbxI0v .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s8NVkbxI0v .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s8NVkbxI0v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing,
  .cid-s8NVkbxI0v .navbar-collapse.show {
    display: block !important;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-nav,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-buttons,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s8NVkbxI0v .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-s8NVkbxI0v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s8NVkbxI0v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s8NVkbxI0v .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .navbar .menu-content-top {
    display: block;
  }
  .cid-s8NVkbxI0v .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s8NVkbxI0v .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s8NVkbxI0v .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s8NVkbxI0v .menu-bottom {
    display: flex;
  }
  .cid-s8NVkbxI0v .navbar {
    display: block;
    padding: 0;
  }
  .cid-s8NVkbxI0v .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s8NVkbxI0v .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s8NVkbxI0v .navbar-toggler {
    display: none;
  }
}
.cid-s8NVkbxI0v .navbar-short .menu-content-top {
  border: none;
}
.cid-s8NVkbxI0v .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8NVkbxI0v .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s8NVkbxI0v .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s8NVkbxI0v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s8NVkbxI0v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s8NVkbxI0v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s8NVkbxI0v button.navbar-toggler:focus {
  outline: none;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8NVkbxI0v .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s8NVkbxI0v .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8NVkbxI0v .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s8NVkbxI0v .collapsed .btn {
  display: flex;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem  - 1rem);
  }
  .cid-s8NVkbxI0v .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s8NVkbxI0v .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8NVkbxI0v .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s8NVkbxI0v .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s8NVkbxI0v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s8NVkbxI0v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s8NVkbxI0v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s8NVkbxI0v .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;
}
.cid-s8NVkbxI0v .collapsed .dropdown-item:before {
  display: none;
}
.cid-s8NVkbxI0v .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s8NVkbxI0v .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s8NVkbxI0v .nav-link:focus {
  outline: none;
}
.cid-s8NVkbxI0v .navbar-toggler {
  position: relative;
}
.cid-s8NVkbxI0v .dropdown-item.active,
.cid-s8NVkbxI0v .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s8NVkbxI0v .nav-link:hover,
.cid-s8NVkbxI0v .dropdown-item:hover {
  color: #918259;
}
.cid-s4yWdRK5mf {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/office-chairs-1-872x581.jpg");
}
.cid-s4yWoIywXO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4yWoIywXO .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s4yWoIywXO .section-text {
  padding: 2rem 0;
}
.cid-s4yWoIywXO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s4yWoIywXO .inner-container {
    width: 100% !important;
  }
}
.cid-s4yWpeKwZh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s9o6W1vcHM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .cid-s9o6W1vcHM .content {
    text-align: center;
  }
  .cid-s9o6W1vcHM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s9o6W1vcHM .logo-subtitle {
  color: #8d97ad;
}
.cid-s9o6W1vcHM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-s9o6W1vcHM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s9o6W1vcHM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s9o6W1vcHM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s9o6W1vcHM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s9o6W1vcHM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-s9o6W1vcHM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s9o6W1vcHM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s9o6W1vcHM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s9o6W1vcHM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s9o6W1vcHM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s9o6W1vcHM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s9o6W1vcHM .list-item {
  display: flex;
}
.cid-s9o6W1vcHM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-s9o6W1vcHM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-s9o6W1vcHM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-s9o6W1vcHM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-s9o6W1vcHM P {
  color: #232323;
  text-align: left;
}
.cid-s9o6W1vcHM .mbr-text {
  color: #232323;
}
.cid-s9o6W1vcHM .column-title {
  color: #ff9437;
  text-align: left;
}
.cid-s9o6W1vcHM .mbr-text UL {
  text-align: left;
}
.cid-s9o6W1vcHM .logo-subtitle,
.cid-s9o6W1vcHM .media-wrap {
  color: #232323;
}
.cid-s4yWdWyU5Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe8d2;
}
.cid-s4yWdWyU5Z .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-s4yWdWyU5Z .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s4yWdWyU5Z .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s4yWdWyU5Z .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-s4yWdWyU5Z .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #e6740f;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-s4yWdWyU5Z .icon-transition span:hover {
  background-color: #232323;
}
.cid-s4yWdWyU5Z .mbr-text {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-s4yWdWyU5Z .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-s4yWdWyU5Z .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-s4yWdWyU5Z .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-s8NVkbxI0v .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s8NVkbxI0v .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8NVkbxI0v .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-s8NVkbxI0v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s8NVkbxI0v .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s8NVkbxI0v a {
  font-style: normal;
}
.cid-s8NVkbxI0v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s8NVkbxI0v .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s8NVkbxI0v .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8NVkbxI0v .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s8NVkbxI0v .content-text {
  margin-bottom: 0;
}
.cid-s8NVkbxI0v .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #eb4b88;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s8NVkbxI0v .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s8NVkbxI0v .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s8NVkbxI0v .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s8NVkbxI0v .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s8NVkbxI0v .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s8NVkbxI0v .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s8NVkbxI0v .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s8NVkbxI0v .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8NVkbxI0v .nav-dropdown .link {
  font-weight: 400;
}
.cid-s8NVkbxI0v .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s8NVkbxI0v .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s8NVkbxI0v .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s8NVkbxI0v .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s8NVkbxI0v .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s8NVkbxI0v .menu-content-top.show {
  display: block;
}
.cid-s8NVkbxI0v .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s8NVkbxI0v .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s8NVkbxI0v .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s8NVkbxI0v .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s8NVkbxI0v .dropdown-item:before {
    display: none;
  }
  .cid-s8NVkbxI0v .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s8NVkbxI0v .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s8NVkbxI0v img {
    height: 3.8rem !important;
  }
  .cid-s8NVkbxI0v .btn {
    display: flex;
  }
  .cid-s8NVkbxI0v button.navbar-toggler {
    display: block;
  }
  .cid-s8NVkbxI0v .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s8NVkbxI0v .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s8NVkbxI0v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing,
  .cid-s8NVkbxI0v .navbar-collapse.show {
    display: block !important;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-nav,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-buttons,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s8NVkbxI0v .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-s8NVkbxI0v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s8NVkbxI0v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s8NVkbxI0v .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .navbar .menu-content-top {
    display: block;
  }
  .cid-s8NVkbxI0v .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s8NVkbxI0v .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s8NVkbxI0v .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s8NVkbxI0v .menu-bottom {
    display: flex;
  }
  .cid-s8NVkbxI0v .navbar {
    display: block;
    padding: 0;
  }
  .cid-s8NVkbxI0v .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s8NVkbxI0v .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s8NVkbxI0v .navbar-toggler {
    display: none;
  }
}
.cid-s8NVkbxI0v .navbar-short .menu-content-top {
  border: none;
}
.cid-s8NVkbxI0v .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8NVkbxI0v .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s8NVkbxI0v .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s8NVkbxI0v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s8NVkbxI0v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s8NVkbxI0v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s8NVkbxI0v button.navbar-toggler:focus {
  outline: none;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8NVkbxI0v .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s8NVkbxI0v .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8NVkbxI0v .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s8NVkbxI0v .collapsed .btn {
  display: flex;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem  - 1rem);
  }
  .cid-s8NVkbxI0v .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s8NVkbxI0v .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8NVkbxI0v .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s8NVkbxI0v .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s8NVkbxI0v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s8NVkbxI0v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s8NVkbxI0v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s8NVkbxI0v .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;
}
.cid-s8NVkbxI0v .collapsed .dropdown-item:before {
  display: none;
}
.cid-s8NVkbxI0v .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s8NVkbxI0v .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s8NVkbxI0v .nav-link:focus {
  outline: none;
}
.cid-s8NVkbxI0v .navbar-toggler {
  position: relative;
}
.cid-s8NVkbxI0v .dropdown-item.active,
.cid-s8NVkbxI0v .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s8NVkbxI0v .nav-link:hover,
.cid-s8NVkbxI0v .dropdown-item:hover {
  color: #918259;
}
