@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Cardo:400,400i,700);




body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 4.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Cardo', serif;
  font-size: 1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Ultima';
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e4d295 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #60632a !important;
}
.bg-danger {
  background-color: #5e427b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !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: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #60632a !important;
  border-color: #60632a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2c2d13 !important;
  border-color: #2c2d13 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2c2d13 !important;
  border-color: #2c2d13 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5e427b !important;
  border-color: #5e427b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #382749 !important;
  border-color: #382749 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #382749 !important;
  border-color: #382749 !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: #cfaf44;
  color: #cfaf44;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #1b1b0c;
  color: #1b1b0c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #60632a;
  border-color: #60632a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #60632a !important;
  border-color: #60632a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #2b1e39;
  color: #2b1e39;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #5e427b;
  border-color: #5e427b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5e427b !important;
  border-color: #5e427b !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: #e4d295 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #60632a !important;
}
.text-danger {
  color: #5e427b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cfaf44 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #1b1b0c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2b1e39 !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: #82786e;
}
.alert-warning {
  background-color: #60632a;
}
.alert-danger {
  background-color: #5e427b;
}
.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: #e4d295;
  border-color: #e4d295;
  color: #76621e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #e4d295;
}
.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: #ffffff;
}
.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: #b2b755;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9e81bb;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Ultima';
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #e4d295;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* 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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #e4d295;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #e4d295;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e4d295;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e4d295;
}
.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;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qOmlF68Zi5 {
  background-image: url("../../../assets/images/main-front-image-james-1280x853.jpg");
}
.cid-qOmlF68Zi5 H1 {
  text-align: left;
  color: #efefef;
}
.cid-qOmlF68Zi5 H3 {
  text-align: left;
}
.cid-qOmlF68Zi5 P {
  color: #ffffff;
  text-align: center;
}
.cid-qPAFluW5jq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #767676;
}
.cid-qPAFluW5jq .card-box {
  padding: 0 2rem;
}
.cid-qPAFluW5jq .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qPAFluW5jq .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qPAFluW5jq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qPAFluW5jq p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qPAFluW5jq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-qPAFluW5jq .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #465052;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qPAFluW5jq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qPAFluW5jq .card-title {
  color: #ffffff;
}
.cid-qOmvbZ3hqT .navbar {
  padding: .5rem 0;
  background: #465052;
  transition: none;
  min-height: 77px;
}
.cid-qOmvbZ3hqT .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-qOmvbZ3hqT a {
  font-style: normal;
}
.cid-qOmvbZ3hqT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qOmvbZ3hqT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qOmvbZ3hqT .nav-item:focus,
.cid-qOmvbZ3hqT .nav-link:focus {
  outline: none;
}
.cid-qOmvbZ3hqT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qOmvbZ3hqT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qOmvbZ3hqT .menu-logo {
  margin-right: auto;
}
.cid-qOmvbZ3hqT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qOmvbZ3hqT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qOmvbZ3hqT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qOmvbZ3hqT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qOmvbZ3hqT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qOmvbZ3hqT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qOmvbZ3hqT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qOmvbZ3hqT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qOmvbZ3hqT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qOmvbZ3hqT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qOmvbZ3hqT .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qOmvbZ3hqT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qOmvbZ3hqT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qOmvbZ3hqT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qOmvbZ3hqT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qOmvbZ3hqT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qOmvbZ3hqT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qOmvbZ3hqT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qOmvbZ3hqT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qOmvbZ3hqT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qOmvbZ3hqT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qOmvbZ3hqT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qOmvbZ3hqT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qOmvbZ3hqT button.navbar-toggler:focus {
  outline: none;
}
.cid-qOmvbZ3hqT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qOmvbZ3hqT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qOmvbZ3hqT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qOmvbZ3hqT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qOmvbZ3hqT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qOmvbZ3hqT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOmvbZ3hqT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qOmvbZ3hqT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qOmvbZ3hqT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOmvbZ3hqT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qOmvbZ3hqT .collapsed .btn {
  display: flex;
}
.cid-qOmvbZ3hqT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qOmvbZ3hqT .collapsed .navbar-collapse.collapsing,
.cid-qOmvbZ3hqT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qOmvbZ3hqT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qOmvbZ3hqT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qOmvbZ3hqT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qOmvbZ3hqT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qOmvbZ3hqT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qOmvbZ3hqT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qOmvbZ3hqT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qOmvbZ3hqT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qOmvbZ3hqT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qOmvbZ3hqT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qOmvbZ3hqT .collapsed button.navbar-toggler {
  display: block;
}
.cid-qOmvbZ3hqT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qOmvbZ3hqT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qOmvbZ3hqT .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-qOmvbZ3hqT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qOmvbZ3hqT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qOmvbZ3hqT .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-qOmvbZ3hqT .navbar-expand {
    flex-direction: column;
  }
  .cid-qOmvbZ3hqT img {
    height: 3.8rem !important;
  }
  .cid-qOmvbZ3hqT .btn {
    display: flex;
  }
  .cid-qOmvbZ3hqT button.navbar-toggler {
    display: block;
  }
  .cid-qOmvbZ3hqT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qOmvbZ3hqT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qOmvbZ3hqT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qOmvbZ3hqT .navbar-collapse.collapsing,
  .cid-qOmvbZ3hqT .navbar-collapse.show {
    display: block !important;
  }
  .cid-qOmvbZ3hqT .navbar-collapse.collapsing .navbar-nav,
  .cid-qOmvbZ3hqT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qOmvbZ3hqT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qOmvbZ3hqT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qOmvbZ3hqT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qOmvbZ3hqT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qOmvbZ3hqT .navbar-collapse.collapsing .navbar-buttons,
  .cid-qOmvbZ3hqT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qOmvbZ3hqT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qOmvbZ3hqT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qOmvbZ3hqT .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-qOmvbZ3hqT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qOmvbZ3hqT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qOmvbZ3hqT .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: 767px) {
  .cid-qOmvbZ3hqT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qOmvbZ3hqT .navbar-collapse {
  flex-basis: auto;
}
.cid-qOmvbZ3hqT .nav-link:hover,
.cid-qOmvbZ3hqT .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qOmIQjUaAp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qOmIQjUaAp .content {
    text-align: center;
  }
  .cid-qOmIQjUaAp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qOmIQjUaAp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qOmIQjUaAp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qOmIQjUaAp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qOmIQjUaAp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qOmIQjUaAp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qOmIQjUaAp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qOmIQjUaAp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qOmIQjUaAp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qOmIQjUaAp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qOmIQjUaAp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qOmIQjUaAp .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qPFT2YsBeq {
  background-image: url("../../../assets/images/image-1665-2000x1333.jpg");
}
.cid-qPFT2YsBeq H1 {
  text-align: center;
  color: #efefef;
}
.cid-qPFT2YsBeq H3 {
  text-align: left;
}
.cid-qPFT2YsBeq P {
  color: #ffffff;
  text-align: center;
}
.cid-qPFUTABctN {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qPFUTABctN h2 {
  text-align: center;
}
.cid-qPFUTABctN h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qPFUTABctN p {
  color: #767676;
}
.cid-qPFUTABctN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qPFUTABctN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qPFUTABctN .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qPFUTABctN .mbr-section-subtitle {
  color: #232323;
}
.cid-qPFUTABctN .card-title {
  font-weight: 500;
}
.cid-qPFUTABctN .card-img {
  text-align: inherit;
}
.cid-qPFUTABctN .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qPFUTABctN .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qPFUTABctN .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qPFUTABctN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qPFUTABctN .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qPFUTABctN .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qPFUTABctN .mbr-section-text {
  text-align: left;
  color: #232323;
}
.cid-qPFUTABctN .mbr-crt-title {
  text-align: center;
}
.cid-qPG3IOFWPt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qPG3IOFWPt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qPG3IOFWPt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qPG3IOFWPt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qPG3IOFWPt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qPG3IOFWPt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qPG3IOFWPt .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-qPG3IOFWPt .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-qPG3IOFWPt .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-qPG3IOFWPt .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-qPG3IOFWPt .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-qPG3IOFWPt .mbr-gallery-filter ul {
  display: block;
}
.cid-qPG3IOFWPt .mbr-gallery-filter ul li {
  position: relative;
}
.cid-qPG3IOFWPt .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-qPG3IOFWPt .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-qPG3IOFWPt .mbr-gallery-filter li.active::after,
.cid-qPG3IOFWPt .mbr-gallery-filter li:hover::after {
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-qPG3IOFWPt .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-qPG3IOFWPt .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-qPG3IOFWPt .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-qPG3IOFWPt .icon-focus:before {
  content: '\e95e';
}
.cid-qPG3IOFWPt .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-qPG3IOFWPt .mbr-section-title {
  margin: 0;
}
.cid-qPG3IOFWPt .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qPG3IOFWPt .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-qPFT2ZRwNy .navbar {
  padding: .5rem 0;
  background: #465052;
  transition: none;
  min-height: 77px;
}
.cid-qPFT2ZRwNy .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-qPFT2ZRwNy a {
  font-style: normal;
}
.cid-qPFT2ZRwNy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qPFT2ZRwNy .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qPFT2ZRwNy .nav-item:focus,
.cid-qPFT2ZRwNy .nav-link:focus {
  outline: none;
}
.cid-qPFT2ZRwNy .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qPFT2ZRwNy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qPFT2ZRwNy .menu-logo {
  margin-right: auto;
}
.cid-qPFT2ZRwNy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qPFT2ZRwNy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qPFT2ZRwNy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qPFT2ZRwNy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qPFT2ZRwNy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qPFT2ZRwNy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qPFT2ZRwNy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qPFT2ZRwNy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qPFT2ZRwNy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qPFT2ZRwNy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qPFT2ZRwNy .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qPFT2ZRwNy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qPFT2ZRwNy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qPFT2ZRwNy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qPFT2ZRwNy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qPFT2ZRwNy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qPFT2ZRwNy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qPFT2ZRwNy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qPFT2ZRwNy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qPFT2ZRwNy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qPFT2ZRwNy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qPFT2ZRwNy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qPFT2ZRwNy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qPFT2ZRwNy button.navbar-toggler:focus {
  outline: none;
}
.cid-qPFT2ZRwNy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qPFT2ZRwNy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qPFT2ZRwNy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qPFT2ZRwNy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qPFT2ZRwNy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qPFT2ZRwNy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qPFT2ZRwNy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qPFT2ZRwNy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qPFT2ZRwNy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qPFT2ZRwNy .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qPFT2ZRwNy .collapsed .btn {
  display: flex;
}
.cid-qPFT2ZRwNy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qPFT2ZRwNy .collapsed .navbar-collapse.collapsing,
.cid-qPFT2ZRwNy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qPFT2ZRwNy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qPFT2ZRwNy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qPFT2ZRwNy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qPFT2ZRwNy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qPFT2ZRwNy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qPFT2ZRwNy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qPFT2ZRwNy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qPFT2ZRwNy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qPFT2ZRwNy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qPFT2ZRwNy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qPFT2ZRwNy .collapsed button.navbar-toggler {
  display: block;
}
.cid-qPFT2ZRwNy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qPFT2ZRwNy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qPFT2ZRwNy .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-qPFT2ZRwNy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qPFT2ZRwNy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qPFT2ZRwNy .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-qPFT2ZRwNy .navbar-expand {
    flex-direction: column;
  }
  .cid-qPFT2ZRwNy img {
    height: 3.8rem !important;
  }
  .cid-qPFT2ZRwNy .btn {
    display: flex;
  }
  .cid-qPFT2ZRwNy button.navbar-toggler {
    display: block;
  }
  .cid-qPFT2ZRwNy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qPFT2ZRwNy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qPFT2ZRwNy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qPFT2ZRwNy .navbar-collapse.collapsing,
  .cid-qPFT2ZRwNy .navbar-collapse.show {
    display: block !important;
  }
  .cid-qPFT2ZRwNy .navbar-collapse.collapsing .navbar-nav,
  .cid-qPFT2ZRwNy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qPFT2ZRwNy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qPFT2ZRwNy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qPFT2ZRwNy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qPFT2ZRwNy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qPFT2ZRwNy .navbar-collapse.collapsing .navbar-buttons,
  .cid-qPFT2ZRwNy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qPFT2ZRwNy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qPFT2ZRwNy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qPFT2ZRwNy .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-qPFT2ZRwNy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qPFT2ZRwNy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qPFT2ZRwNy .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: 767px) {
  .cid-qPFT2ZRwNy .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qPFT2ZRwNy .navbar-collapse {
  flex-basis: auto;
}
.cid-qPFT2ZRwNy .nav-link:hover,
.cid-qPFT2ZRwNy .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qPFT30psH9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qPFT30psH9 .content {
    text-align: center;
  }
  .cid-qPFT30psH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qPFT30psH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qPFT30psH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qPFT30psH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qPFT30psH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qPFT30psH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qPFT30psH9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qPFT30psH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qPFT30psH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qPFT30psH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qPFT30psH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qPFT30psH9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qPGcMnFxI9 {
  background-image: url("../../../assets/images/20150912-144644-resized-2000x1125.jpg");
}
.cid-qPGcMnFxI9 H1 {
  text-align: center;
  color: #efefef;
}
.cid-qPGcMnFxI9 H3 {
  text-align: left;
}
.cid-qPGcMnFxI9 P {
  color: #ffffff;
  text-align: center;
}
.cid-qPGeoW1gI9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #465052, #232323);
}
@media (min-width: 992px) {
  .cid-qPGeoW1gI9 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qPGeoW1gI9 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qPGeoW1gI9 .mbr-text,
.cid-qPGeoW1gI9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-qPGeoW1gI9 .mbr-section-title {
  color: #ffffff;
}
.cid-qPGglC4KKn {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #465052;
}
.cid-qPGglC4KKn .counter-container {
  color: #767676;
}
.cid-qPGglC4KKn .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-qPGglC4KKn .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-qPGglC4KKn .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-qPGglC4KKn .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-qPGglC4KKn .mbr-text B {
  color: #ffffff;
}
.cid-qPGglC4KKn .mbr-text LI {
  color: #ffffff;
}
.cid-qPGhg3UUEm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qPGhg3UUEm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qPGhg3UUEm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qPGhg3UUEm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qPGhg3UUEm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qPGhg3UUEm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qPGhg3UUEm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qPGhg3UUEm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qPGhg3UUEm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qPGhg3UUEm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qPGcMoVJhR .navbar {
  padding: .5rem 0;
  background: #465052;
  transition: none;
  min-height: 77px;
}
.cid-qPGcMoVJhR .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-qPGcMoVJhR a {
  font-style: normal;
}
.cid-qPGcMoVJhR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qPGcMoVJhR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qPGcMoVJhR .nav-item:focus,
.cid-qPGcMoVJhR .nav-link:focus {
  outline: none;
}
.cid-qPGcMoVJhR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qPGcMoVJhR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qPGcMoVJhR .menu-logo {
  margin-right: auto;
}
.cid-qPGcMoVJhR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qPGcMoVJhR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qPGcMoVJhR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qPGcMoVJhR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qPGcMoVJhR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qPGcMoVJhR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qPGcMoVJhR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qPGcMoVJhR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qPGcMoVJhR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qPGcMoVJhR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qPGcMoVJhR .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qPGcMoVJhR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qPGcMoVJhR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qPGcMoVJhR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qPGcMoVJhR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qPGcMoVJhR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qPGcMoVJhR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qPGcMoVJhR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qPGcMoVJhR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qPGcMoVJhR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qPGcMoVJhR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qPGcMoVJhR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qPGcMoVJhR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qPGcMoVJhR button.navbar-toggler:focus {
  outline: none;
}
.cid-qPGcMoVJhR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qPGcMoVJhR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qPGcMoVJhR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qPGcMoVJhR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qPGcMoVJhR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qPGcMoVJhR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qPGcMoVJhR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qPGcMoVJhR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qPGcMoVJhR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qPGcMoVJhR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qPGcMoVJhR .collapsed .btn {
  display: flex;
}
.cid-qPGcMoVJhR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qPGcMoVJhR .collapsed .navbar-collapse.collapsing,
.cid-qPGcMoVJhR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qPGcMoVJhR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qPGcMoVJhR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qPGcMoVJhR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qPGcMoVJhR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qPGcMoVJhR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qPGcMoVJhR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qPGcMoVJhR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qPGcMoVJhR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qPGcMoVJhR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qPGcMoVJhR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qPGcMoVJhR .collapsed button.navbar-toggler {
  display: block;
}
.cid-qPGcMoVJhR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qPGcMoVJhR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qPGcMoVJhR .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-qPGcMoVJhR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qPGcMoVJhR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qPGcMoVJhR .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-qPGcMoVJhR .navbar-expand {
    flex-direction: column;
  }
  .cid-qPGcMoVJhR img {
    height: 3.8rem !important;
  }
  .cid-qPGcMoVJhR .btn {
    display: flex;
  }
  .cid-qPGcMoVJhR button.navbar-toggler {
    display: block;
  }
  .cid-qPGcMoVJhR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qPGcMoVJhR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qPGcMoVJhR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qPGcMoVJhR .navbar-collapse.collapsing,
  .cid-qPGcMoVJhR .navbar-collapse.show {
    display: block !important;
  }
  .cid-qPGcMoVJhR .navbar-collapse.collapsing .navbar-nav,
  .cid-qPGcMoVJhR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qPGcMoVJhR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qPGcMoVJhR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qPGcMoVJhR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qPGcMoVJhR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qPGcMoVJhR .navbar-collapse.collapsing .navbar-buttons,
  .cid-qPGcMoVJhR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qPGcMoVJhR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qPGcMoVJhR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qPGcMoVJhR .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-qPGcMoVJhR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qPGcMoVJhR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qPGcMoVJhR .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: 767px) {
  .cid-qPGcMoVJhR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qPGcMoVJhR .navbar-collapse {
  flex-basis: auto;
}
.cid-qPGcMoVJhR .nav-link:hover,
.cid-qPGcMoVJhR .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qPGcMppRBG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qPGcMppRBG .content {
    text-align: center;
  }
  .cid-qPGcMppRBG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qPGcMppRBG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qPGcMppRBG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qPGcMppRBG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qPGcMppRBG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qPGcMppRBG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qPGcMppRBG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qPGcMppRBG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qPGcMppRBG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qPGcMppRBG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qPGcMppRBG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qPGcMppRBG .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qPGmB4gf2n {
  background-image: url("../../../assets/images/img-19-2000x1499.jpg");
}
.cid-qPGmB4gf2n H1 {
  text-align: center;
  color: #efefef;
}
.cid-qPGmB4gf2n H3 {
  text-align: left;
}
.cid-qPGmB4gf2n P {
  color: #ffffff;
  text-align: center;
}
.cid-qPGnmdsTwx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qPGnmdsTwx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qPGnmdsTwx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qPGnmdsTwx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qPGnmdsTwx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qPGnmdsTwx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qPGnmdsTwx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qPGnmdsTwx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qPGnmdsTwx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qPGnmdsTwx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qPGmB6eNq8 .navbar {
  padding: .5rem 0;
  background: #465052;
  transition: none;
  min-height: 77px;
}
.cid-qPGmB6eNq8 .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-qPGmB6eNq8 a {
  font-style: normal;
}
.cid-qPGmB6eNq8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qPGmB6eNq8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qPGmB6eNq8 .nav-item:focus,
.cid-qPGmB6eNq8 .nav-link:focus {
  outline: none;
}
.cid-qPGmB6eNq8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qPGmB6eNq8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qPGmB6eNq8 .menu-logo {
  margin-right: auto;
}
.cid-qPGmB6eNq8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qPGmB6eNq8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qPGmB6eNq8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qPGmB6eNq8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qPGmB6eNq8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qPGmB6eNq8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qPGmB6eNq8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qPGmB6eNq8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qPGmB6eNq8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qPGmB6eNq8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qPGmB6eNq8 .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qPGmB6eNq8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qPGmB6eNq8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qPGmB6eNq8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qPGmB6eNq8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qPGmB6eNq8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qPGmB6eNq8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qPGmB6eNq8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qPGmB6eNq8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qPGmB6eNq8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qPGmB6eNq8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qPGmB6eNq8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qPGmB6eNq8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qPGmB6eNq8 button.navbar-toggler:focus {
  outline: none;
}
.cid-qPGmB6eNq8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qPGmB6eNq8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qPGmB6eNq8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qPGmB6eNq8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qPGmB6eNq8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qPGmB6eNq8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qPGmB6eNq8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qPGmB6eNq8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qPGmB6eNq8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qPGmB6eNq8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qPGmB6eNq8 .collapsed .btn {
  display: flex;
}
.cid-qPGmB6eNq8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qPGmB6eNq8 .collapsed .navbar-collapse.collapsing,
.cid-qPGmB6eNq8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qPGmB6eNq8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qPGmB6eNq8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qPGmB6eNq8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qPGmB6eNq8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qPGmB6eNq8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qPGmB6eNq8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qPGmB6eNq8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qPGmB6eNq8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qPGmB6eNq8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qPGmB6eNq8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qPGmB6eNq8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qPGmB6eNq8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qPGmB6eNq8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qPGmB6eNq8 .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-qPGmB6eNq8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qPGmB6eNq8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qPGmB6eNq8 .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-qPGmB6eNq8 .navbar-expand {
    flex-direction: column;
  }
  .cid-qPGmB6eNq8 img {
    height: 3.8rem !important;
  }
  .cid-qPGmB6eNq8 .btn {
    display: flex;
  }
  .cid-qPGmB6eNq8 button.navbar-toggler {
    display: block;
  }
  .cid-qPGmB6eNq8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qPGmB6eNq8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qPGmB6eNq8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qPGmB6eNq8 .navbar-collapse.collapsing,
  .cid-qPGmB6eNq8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qPGmB6eNq8 .navbar-collapse.collapsing .navbar-nav,
  .cid-qPGmB6eNq8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qPGmB6eNq8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qPGmB6eNq8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qPGmB6eNq8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qPGmB6eNq8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qPGmB6eNq8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qPGmB6eNq8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qPGmB6eNq8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qPGmB6eNq8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qPGmB6eNq8 .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-qPGmB6eNq8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qPGmB6eNq8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qPGmB6eNq8 .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: 767px) {
  .cid-qPGmB6eNq8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qPGmB6eNq8 .navbar-collapse {
  flex-basis: auto;
}
.cid-qPGmB6eNq8 .nav-link:hover,
.cid-qPGmB6eNq8 .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qPGmB6PkR9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qPGmB6PkR9 .content {
    text-align: center;
  }
  .cid-qPGmB6PkR9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qPGmB6PkR9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qPGmB6PkR9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qPGmB6PkR9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qPGmB6PkR9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qPGmB6PkR9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qPGmB6PkR9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qPGmB6PkR9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qPGmB6PkR9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qPGmB6PkR9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qPGmB6PkR9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qPGmB6PkR9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qPGsS5z513 {
  background-image: url("../../../assets/images/slider1-lady-1024x1006.png");
}
.cid-qPGsS5z513 H1 {
  text-align: center;
  color: #efefef;
}
.cid-qPGsS5z513 H3 {
  text-align: left;
}
.cid-qPGsS5z513 P {
  color: #ffffff;
  text-align: center;
}
.cid-qPGAnO8GTv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qPGAnO8GTv .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qPGAnO8GTv .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-qPGAnO8GTv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qPGAnO8GTv .inner-container {
    width: 100% !important;
  }
}
#custom-html-14 {
  /* Type valid CSS here */
}
#custom-html-14 .my-image {
  width: 100%;
}
.cid-qPGsS71CgR .navbar {
  padding: .5rem 0;
  background: #465052;
  transition: none;
  min-height: 77px;
}
.cid-qPGsS71CgR .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-qPGsS71CgR a {
  font-style: normal;
}
.cid-qPGsS71CgR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qPGsS71CgR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qPGsS71CgR .nav-item:focus,
.cid-qPGsS71CgR .nav-link:focus {
  outline: none;
}
.cid-qPGsS71CgR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qPGsS71CgR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qPGsS71CgR .menu-logo {
  margin-right: auto;
}
.cid-qPGsS71CgR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qPGsS71CgR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qPGsS71CgR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qPGsS71CgR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qPGsS71CgR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qPGsS71CgR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qPGsS71CgR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qPGsS71CgR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qPGsS71CgR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qPGsS71CgR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qPGsS71CgR .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qPGsS71CgR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qPGsS71CgR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qPGsS71CgR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qPGsS71CgR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qPGsS71CgR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qPGsS71CgR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qPGsS71CgR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qPGsS71CgR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qPGsS71CgR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qPGsS71CgR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qPGsS71CgR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qPGsS71CgR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qPGsS71CgR button.navbar-toggler:focus {
  outline: none;
}
.cid-qPGsS71CgR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qPGsS71CgR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qPGsS71CgR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qPGsS71CgR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qPGsS71CgR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qPGsS71CgR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qPGsS71CgR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qPGsS71CgR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qPGsS71CgR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qPGsS71CgR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qPGsS71CgR .collapsed .btn {
  display: flex;
}
.cid-qPGsS71CgR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qPGsS71CgR .collapsed .navbar-collapse.collapsing,
.cid-qPGsS71CgR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qPGsS71CgR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qPGsS71CgR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qPGsS71CgR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qPGsS71CgR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qPGsS71CgR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qPGsS71CgR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qPGsS71CgR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qPGsS71CgR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qPGsS71CgR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qPGsS71CgR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qPGsS71CgR .collapsed button.navbar-toggler {
  display: block;
}
.cid-qPGsS71CgR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qPGsS71CgR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qPGsS71CgR .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-qPGsS71CgR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qPGsS71CgR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qPGsS71CgR .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-qPGsS71CgR .navbar-expand {
    flex-direction: column;
  }
  .cid-qPGsS71CgR img {
    height: 3.8rem !important;
  }
  .cid-qPGsS71CgR .btn {
    display: flex;
  }
  .cid-qPGsS71CgR button.navbar-toggler {
    display: block;
  }
  .cid-qPGsS71CgR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qPGsS71CgR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qPGsS71CgR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qPGsS71CgR .navbar-collapse.collapsing,
  .cid-qPGsS71CgR .navbar-collapse.show {
    display: block !important;
  }
  .cid-qPGsS71CgR .navbar-collapse.collapsing .navbar-nav,
  .cid-qPGsS71CgR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qPGsS71CgR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qPGsS71CgR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qPGsS71CgR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qPGsS71CgR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qPGsS71CgR .navbar-collapse.collapsing .navbar-buttons,
  .cid-qPGsS71CgR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qPGsS71CgR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qPGsS71CgR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qPGsS71CgR .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-qPGsS71CgR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qPGsS71CgR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qPGsS71CgR .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: 767px) {
  .cid-qPGsS71CgR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qPGsS71CgR .navbar-collapse {
  flex-basis: auto;
}
.cid-qPGsS71CgR .nav-link:hover,
.cid-qPGsS71CgR .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qPGsS7Dkvf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qPGsS7Dkvf .content {
    text-align: center;
  }
  .cid-qPGsS7Dkvf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qPGsS7Dkvf .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qPGsS7Dkvf .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qPGsS7Dkvf .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qPGsS7Dkvf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qPGsS7Dkvf .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qPGsS7Dkvf .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qPGsS7Dkvf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qPGsS7Dkvf .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qPGsS7Dkvf .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qPGsS7Dkvf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qPGsS7Dkvf .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
