@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.2rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.85rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.36rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((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 {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f6bf14 !important;
}
.bg-success {
  background-color: #4289a7 !important;
}
.bg-info {
  background-color: #e96188 !important;
}
.bg-warning {
  background-color: #ffda00 !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f6bf14 !important;
  border-color: #f6bf14 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f9d35e !important;
  border-color: #f9d35e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f9d35e !important;
  border-color: #f9d35e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #da7c73 !important;
  border-color: #da7c73 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #da7c73 !important;
  border-color: #da7c73 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e96188 !important;
  border-color: #e96188 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #f2a4bb !important;
  border-color: #f2a4bb !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f2a4bb !important;
  border-color: #f2a4bb !important;
}
.btn-success,
.btn-success:active {
  background-color: #4289a7 !important;
  border-color: #4289a7 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6facc6 !important;
  border-color: #6facc6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6facc6 !important;
  border-color: #6facc6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e2ecee !important;
  border-color: #e2ecee !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e2ecee !important;
  border-color: #e2ecee !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #9e7906;
  color: #9e7906;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f6bf14;
  border-color: #f6bf14;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f6bf14 !important;
  border-color: #f6bf14 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7a2820;
  color: #7a2820;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ca4336;
  border-color: #ca4336;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #c81c4d;
  color: #c81c4d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #e96188;
  border-color: #e96188;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e96188 !important;
  border-color: #e96188 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #254d5e;
  color: #254d5e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #4289a7;
  border-color: #4289a7;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4289a7 !important;
  border-color: #4289a7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f6bf14 !important;
}
.text-secondary {
  color: #ca4336 !important;
}
.text-success {
  color: #4289a7 !important;
}
.text-info {
  color: #e96188 !important;
}
.text-warning {
  color: #ffda00 !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fada76 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #df8e87 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #82b7cd !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f5bbcb !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffe966 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f2f7f8 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e96188;
}
.alert-warning {
  background-color: #ffda00;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f6bf14;
  border-color: #f6bf14;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f6bf14;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef5d8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #94c1d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f6bf14;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f6bf14;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f6bf14;
  border-bottom-color: #f6bf14;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f6bf14 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ca4336 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f6bf14' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-qIuNheldqe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIuNheldqe .nav-item,
.cid-qIuNheldqe .nav-link,
.cid-qIuNheldqe .navbar-caption {
  font-weight: normal;
}
.cid-qIuNheldqe .nav-item:focus,
.cid-qIuNheldqe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qIuNheldqe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIuNheldqe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qIuNheldqe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qIuNheldqe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f6bf14;
}
.cid-qIuNheldqe .navbar.opened {
  transition: all .3s;
  background: #f6bf14 !important;
}
.cid-qIuNheldqe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qIuNheldqe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qIuNheldqe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qIuNheldqe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qIuNheldqe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qIuNheldqe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qIuNheldqe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qIuNheldqe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qIuNheldqe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qIuNheldqe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qIuNheldqe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qIuNheldqe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qIuNheldqe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qIuNheldqe .navbar.navbar-short {
  background: #f6bf14 !important;
  min-height: 60px;
}
.cid-qIuNheldqe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qIuNheldqe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qIuNheldqe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qIuNheldqe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qIuNheldqe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qIuNheldqe .dropdown-item.active,
.cid-qIuNheldqe .dropdown-item:active {
  background-color: transparent;
}
.cid-qIuNheldqe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qIuNheldqe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qIuNheldqe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qIuNheldqe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6bf14;
}
.cid-qIuNheldqe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qIuNheldqe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qIuNheldqe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qIuNheldqe .navbar-buttons {
  text-align: center;
}
.cid-qIuNheldqe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIuNheldqe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qIuNheldqe a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qIuNheldqe .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-qIuNheldqe .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qIuNheldqe .soc-item {
  margin: .5rem .3rem;
}
.cid-qIuNheldqe .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qIuNheldqe .navbar {
    height: 77px;
  }
  .cid-qIuNheldqe .navbar.opened {
    height: auto;
  }
  .cid-qIuNheldqe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rzBfcbdf3b {
  background-image: url("../../../assets/images/resim-3-2000x1327.jpeg");
}
.cid-rzBfcbdf3b .mbr-overlay {
  background: #000000;
}
.cid-rzBfcbdf3b .mbr-section-title {
  letter-spacing: -1px;
  color: #787324;
}
.cid-rzBfcbdf3b .mbr-section-subtitle {
  color: #f6bf14;
}
.cid-sno57tRYao {
  background-color: #efeeee;
}
.cid-sno57tRYao .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sno57tRYao .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/fabrica-2000x1500.jpeg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-sno57tRYao .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #f6bf14;
}
.cid-sno57tRYao .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-sno57tRYao .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sno57tRYao .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-sno57tRYao .wrap:hover .box-title2,
.cid-sno57tRYao .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sno57tRYao .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-sno57tRYao .box-title2,
.cid-sno57tRYao .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sno57tRYao .box-content {
  transition: all 0.3s;
  background: #f6bf14;
  width: 50%;
}
.cid-sno57tRYao .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sno57tRYao .img-content {
    opacity: 1;
  }
  .cid-sno57tRYao .box-title2,
  .cid-sno57tRYao .box-text2 {
    color: #333333 !important;
  }
  .cid-sno57tRYao .content-block,
  .cid-sno57tRYao .box-content {
    padding: 3rem 1rem;
  }
  .cid-sno57tRYao .wrap {
    min-height: 300px;
  }
  .cid-sno57tRYao .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-sno57tRYao .box-text1 {
  color: #333333;
}
.cid-sno57tRYao .box-title2 {
  color: #cccccc;
}
.cid-sno57tRYao .box-text2 {
  color: #ffda00;
}
.cid-sno57tRYao H2 {
  color: #000000;
}
.cid-sno57tRYao .mbr-text,
.cid-sno57tRYao .mbr-section-btn {
  color: #000000;
}
.cid-qIjMfqP1Ii {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6bf14;
}
.cid-qIjMfqP1Ii .mbr-section-subtitle {
  color: #767676;
}
.cid-qIjMfqP1Ii .mbr-section-title {
  color: #000000;
}
.cid-sno3EPB2qj {
  background-color: #ffffff;
}
.cid-sno3EPB2qj .row {
  position: relative;
}
.cid-sno3EPB2qj .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sno3EPB2qj .row {
    margin: 0 2rem;
  }
}
.cid-sno3EPB2qj .row {
  padding-left: 6rem;
}
.cid-sno3EPB2qj h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sno3EPB2qj .content-wrapper {
  max-width: 600px;
}
.cid-sno3EPB2qj H1 {
  color: #000000;
}
.cid-sno3EPB2qj .mbr-text,
.cid-sno3EPB2qj .mbr-section-btn {
  color: #000000;
}
.cid-sno3EPB2qj H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-sno3EPB2qj .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sno3EPB2qj h4 {
    left: 3rem;
  }
  .cid-sno3EPB2qj .row {
    padding-left: 3rem;
  }
}
.cid-snodQWRzQM {
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-snodQWRzQM .row {
  justify-content: flex-end;
}
.cid-snodQWRzQM .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-snodQWRzQM .block {
  background-color: #f6bf14;
}
.cid-snodQWRzQM img {
  width: 100%;
}
.cid-snodQWRzQM .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snodQWRzQM .content {
  max-width: 600px;
}
.cid-snodQWRzQM h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snodQWRzQM .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snodQWRzQM h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-snodQWRzQM .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snodQWRzQM h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-snodQWRzQM .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-snodQWRzQM H1 {
  color: #000000;
}
.cid-snodQWRzQM .mbr-text,
.cid-snodQWRzQM .mbr-section-btn {
  color: #000000;
}
.cid-snYtBTZcY1 {
  background-color: #000000;
}
.cid-snYtBTZcY1 .row {
  position: relative;
}
.cid-snYtBTZcY1 .container {
  max-width: 1500px;
}
.cid-snYtBTZcY1 .container {
  padding-right: 8rem !important;
}
.cid-snYtBTZcY1 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-snYtBTZcY1 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-snYtBTZcY1 .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-snYtBTZcY1 .container {
    padding-right: 4rem !important;
  }
}
.cid-snYtBTZcY1 H1 {
  color: #f6bf14;
}
.cid-snYtAiWvi7 {
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-snYtAiWvi7 .row {
  position: relative;
}
.cid-snYtAiWvi7 .container {
  max-width: 1500px;
}
.cid-snYtAiWvi7 .container {
  padding-right: 8rem !important;
}
.cid-snYtAiWvi7 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-snYtAiWvi7 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-snYtAiWvi7 .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-snYtAiWvi7 .container {
    padding-right: 4rem !important;
  }
}
.cid-snYtAiWvi7 H1 {
  color: #f6bf14;
}
.cid-snYv1UZxsp {
  background-color: #000000;
}
.cid-snYv1UZxsp .row {
  position: relative;
}
.cid-snYv1UZxsp .container {
  max-width: 1500px;
}
.cid-snYv1UZxsp .container {
  padding-right: 8rem !important;
}
.cid-snYv1UZxsp h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-snYv1UZxsp .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-snYv1UZxsp .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-snYv1UZxsp .container {
    padding-right: 4rem !important;
  }
}
.cid-snYv1UZxsp H1 {
  color: #f6bf14;
}
.cid-qIjES4e5vV {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-qIjES4e5vV .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qIjES4e5vV .card .card-wrapper {
  background: #efeeee;
  height: 1%;
}
.cid-qIjES4e5vV .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-qIjES4e5vV .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qIjES4e5vV .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #fac769;
}
.cid-qIjES4e5vV .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-qIjES4e5vV .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-qIjES4e5vV .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-qIjES4e5vV .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qIjES4e5vV .img-text {
  color: #000000;
}
.cid-qIjES4e5vV .mbr-card-text,
.cid-qIjES4e5vV .mbr-section-btn {
  color: #000000;
}
.cid-qIjES4e5vV .mbr-title {
  color: #000000;
}
.cid-qIjES4e5vV .mbr-section-title {
  color: #f6bf14;
}
.cid-qIjES4e5vV .mbr-section-subtitle {
  color: #000000;
}
.cid-qIjGVVeB7i {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-qIjGVVeB7i .mbr-section-subtitle {
  color: #ffda00;
}
@media (max-width: 767px) {
  .cid-qIjGVVeB7i .mbr-section-btn,
  .cid-qIjGVVeB7i .mbr-section-subtitle,
  .cid-qIjGVVeB7i .mbr-section-title {
    text-align: center !important;
  }
}
.cid-qIjGVVeB7i .mbr-section-title {
  color: #ffda00;
}
.cid-qIjKmBgNqd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qIjKmBgNqd .mbr-section-subtitle {
  color: #282124;
}
.cid-snYoWZ5xPu {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1313.jpg");
}
.cid-snYoWZ5xPu .row {
  position: relative;
}
.cid-snYoWZ5xPu .container {
  max-width: 1500px;
}
.cid-snYoWZ5xPu .container {
  padding-right: 8rem !important;
}
.cid-snYoWZ5xPu h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-snYoWZ5xPu .content-wrapper {
  max-width: 800px;
}
.cid-snYoWZ5xPu H1 {
  color: #000000;
}
.cid-snYoWZ5xPu .mbr-text,
.cid-snYoWZ5xPu .mbr-section-btn {
  color: #000000;
}
.cid-snYoWZ5xPu H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-snYoWZ5xPu .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-snYoWZ5xPu .container {
    padding-right: 4rem !important;
  }
}
.cid-qIjKkTKkO4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-qIjKkTKkO4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-qIjKkTKkO4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qIjKkTKkO4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qIjKkTKkO4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qIjKkTKkO4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-snYlZhgrIh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-snYlZhgrIh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-snYlZhgrIh input,
.cid-snYlZhgrIh textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-snYlZhgrIh input:focus,
.cid-snYlZhgrIh textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-snYlZhgrIh .form-control,
.cid-snYlZhgrIh .field-input {
  padding: 0.5rem;
  background-color: #000000;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-snYlZhgrIh .form-control:hover,
.cid-snYlZhgrIh .field-input:hover,
.cid-snYlZhgrIh .form-control:focus,
.cid-snYlZhgrIh .field-input:focus {
  background-color: #000000;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-snYlZhgrIh input::-webkit-input-placeholder,
.cid-snYlZhgrIh textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snYlZhgrIh input:-moz-placeholder,
.cid-snYlZhgrIh textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-snYlZhgrIh .jq-selectbox li,
.cid-snYlZhgrIh .jq-selectbox li {
  background-color: #000000;
  color: #ffffff;
}
.cid-snYlZhgrIh .jq-selectbox li:hover,
.cid-snYlZhgrIh .jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.cid-snYlZhgrIh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000000;
}
.cid-snYlZhgrIh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #000000;
}
.cid-snYlZhgrIh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-snYlZhgrIh .mbr-form {
  max-width: 450px;
}
.cid-snYlZhgrIh textarea {
  min-height: 150px;
}
.cid-snYlZhgrIh .mbr-text {
  color: #cccccc;
}
.cid-snYlZhgrIh .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-snYlZhgrIh .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-snYlZhgrIh H2 {
  color: #f6bf14;
}
.cid-snYlZhgrIh LABEL {
  color: #ffffff;
}
.cid-qIjMDc36tP {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qIjMDc36tP .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qIjMDc36tP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qIjMDc36tP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qIjMDc36tP .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qIjMDc36tP .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qIjMDc36tP .icon-transition span:hover {
  background-color: #f6bf14;
}
.cid-qIjMDc36tP .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-qIjMDc36tP .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qIjMDc36tP .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qIjMDc36tP .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qIuNheldqe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIuNheldqe .nav-item,
.cid-qIuNheldqe .nav-link,
.cid-qIuNheldqe .navbar-caption {
  font-weight: normal;
}
.cid-qIuNheldqe .nav-item:focus,
.cid-qIuNheldqe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qIuNheldqe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIuNheldqe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qIuNheldqe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qIuNheldqe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f6bf14;
}
.cid-qIuNheldqe .navbar.opened {
  transition: all .3s;
  background: #f6bf14 !important;
}
.cid-qIuNheldqe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qIuNheldqe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qIuNheldqe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qIuNheldqe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qIuNheldqe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qIuNheldqe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qIuNheldqe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qIuNheldqe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qIuNheldqe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qIuNheldqe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qIuNheldqe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qIuNheldqe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qIuNheldqe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qIuNheldqe .navbar.navbar-short {
  background: #f6bf14 !important;
  min-height: 60px;
}
.cid-qIuNheldqe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qIuNheldqe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qIuNheldqe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qIuNheldqe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qIuNheldqe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qIuNheldqe .dropdown-item.active,
.cid-qIuNheldqe .dropdown-item:active {
  background-color: transparent;
}
.cid-qIuNheldqe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qIuNheldqe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qIuNheldqe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qIuNheldqe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6bf14;
}
.cid-qIuNheldqe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qIuNheldqe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qIuNheldqe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qIuNheldqe .navbar-buttons {
  text-align: center;
}
.cid-qIuNheldqe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIuNheldqe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qIuNheldqe a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qIuNheldqe .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-qIuNheldqe .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qIuNheldqe .soc-item {
  margin: .5rem .3rem;
}
.cid-qIuNheldqe .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qIuNheldqe .navbar {
    height: 77px;
  }
  .cid-qIuNheldqe .navbar.opened {
    height: auto;
  }
  .cid-qIuNheldqe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snYHROZPKL {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-snYHROZPKL .card-wrapper {
  background-color: #f6bf14;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-snYHROZPKL .card-wrapper {
    padding: 1rem;
  }
}
.cid-snYHROZPKL .text-wrapper {
  max-width: 28rem;
}
.cid-snYHROZPKL .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-snYHROZPKL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-snYHROZPKL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-snYHROZPKL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-snYHROZPKL .content-wrapper {
    padding: 3rem;
  }
  .cid-snYHROZPKL .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-snYHROZPKL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-qIjMDc36tP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qIjMDc36tP .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qIjMDc36tP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qIjMDc36tP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qIjMDc36tP .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qIjMDc36tP .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qIjMDc36tP .icon-transition span:hover {
  background-color: #f6bf14;
}
.cid-qIjMDc36tP .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-qIjMDc36tP .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qIjMDc36tP .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qIjMDc36tP .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-snYIzzmH8j {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-snYIzzmH8j .card-wrapper {
  background-color: #f6bf14;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-snYIzzmH8j .card-wrapper {
    padding: 1rem;
  }
}
.cid-snYIzzmH8j .text-wrapper {
  max-width: 28rem;
}
.cid-snYIzzmH8j .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-snYIzzmH8j .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-snYIzzmH8j .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-snYIzzmH8j .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-snYIzzmH8j .content-wrapper {
    padding: 3rem;
  }
  .cid-snYIzzmH8j .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-snYIzzmH8j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-qIuNheldqe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIuNheldqe .nav-item,
.cid-qIuNheldqe .nav-link,
.cid-qIuNheldqe .navbar-caption {
  font-weight: normal;
}
.cid-qIuNheldqe .nav-item:focus,
.cid-qIuNheldqe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qIuNheldqe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIuNheldqe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qIuNheldqe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qIuNheldqe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f6bf14;
}
.cid-qIuNheldqe .navbar.opened {
  transition: all .3s;
  background: #f6bf14 !important;
}
.cid-qIuNheldqe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qIuNheldqe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qIuNheldqe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qIuNheldqe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qIuNheldqe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qIuNheldqe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qIuNheldqe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qIuNheldqe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qIuNheldqe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qIuNheldqe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qIuNheldqe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qIuNheldqe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qIuNheldqe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qIuNheldqe .navbar.navbar-short {
  background: #f6bf14 !important;
  min-height: 60px;
}
.cid-qIuNheldqe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qIuNheldqe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qIuNheldqe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qIuNheldqe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qIuNheldqe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qIuNheldqe .dropdown-item.active,
.cid-qIuNheldqe .dropdown-item:active {
  background-color: transparent;
}
.cid-qIuNheldqe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qIuNheldqe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qIuNheldqe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qIuNheldqe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6bf14;
}
.cid-qIuNheldqe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qIuNheldqe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qIuNheldqe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qIuNheldqe .navbar-buttons {
  text-align: center;
}
.cid-qIuNheldqe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIuNheldqe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qIuNheldqe a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qIuNheldqe .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-qIuNheldqe .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qIuNheldqe .soc-item {
  margin: .5rem .3rem;
}
.cid-qIuNheldqe .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qIuNheldqe .navbar {
    height: 77px;
  }
  .cid-qIuNheldqe .navbar.opened {
    height: auto;
  }
  .cid-qIuNheldqe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qIjMDc36tP {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qIjMDc36tP .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qIjMDc36tP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qIjMDc36tP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qIjMDc36tP .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qIjMDc36tP .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qIjMDc36tP .icon-transition span:hover {
  background-color: #f6bf14;
}
.cid-qIjMDc36tP .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-qIjMDc36tP .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qIjMDc36tP .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qIjMDc36tP .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qIuNheldqe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIuNheldqe .nav-item,
.cid-qIuNheldqe .nav-link,
.cid-qIuNheldqe .navbar-caption {
  font-weight: normal;
}
.cid-qIuNheldqe .nav-item:focus,
.cid-qIuNheldqe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qIuNheldqe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qIuNheldqe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIuNheldqe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qIuNheldqe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qIuNheldqe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f6bf14;
}
.cid-qIuNheldqe .navbar.opened {
  transition: all .3s;
  background: #f6bf14 !important;
}
.cid-qIuNheldqe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qIuNheldqe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qIuNheldqe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qIuNheldqe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qIuNheldqe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qIuNheldqe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qIuNheldqe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qIuNheldqe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qIuNheldqe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qIuNheldqe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qIuNheldqe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qIuNheldqe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qIuNheldqe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qIuNheldqe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qIuNheldqe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qIuNheldqe .navbar.navbar-short {
  background: #f6bf14 !important;
  min-height: 60px;
}
.cid-qIuNheldqe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qIuNheldqe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qIuNheldqe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qIuNheldqe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qIuNheldqe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qIuNheldqe .dropdown-item.active,
.cid-qIuNheldqe .dropdown-item:active {
  background-color: transparent;
}
.cid-qIuNheldqe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qIuNheldqe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qIuNheldqe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qIuNheldqe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6bf14;
}
.cid-qIuNheldqe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qIuNheldqe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qIuNheldqe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qIuNheldqe .navbar-buttons {
  text-align: center;
}
.cid-qIuNheldqe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qIuNheldqe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qIuNheldqe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIuNheldqe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qIuNheldqe a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qIuNheldqe .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-qIuNheldqe .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qIuNheldqe .soc-item {
  margin: .5rem .3rem;
}
.cid-qIuNheldqe .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qIuNheldqe .navbar {
    height: 77px;
  }
  .cid-qIuNheldqe .navbar.opened {
    height: auto;
  }
  .cid-qIuNheldqe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snYCV9VrRX {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snYCV9VrRX .row {
  position: relative;
}
.cid-snYCV9VrRX .container {
  max-width: 1500px;
}
.cid-snYCV9VrRX h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-snYCV9VrRX .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-snYCV9VrRX .container {
    padding: 0 4rem;
  }
}
.cid-snYCV9VrRX .mbr-text,
.cid-snYCV9VrRX .mbr-section-btn {
  color: #000000;
}
.cid-snYCV9VrRX H1 {
  color: #f6bf14;
}
.cid-snYCVzs4El {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snYCVzs4El .row {
  position: relative;
}
.cid-snYCVzs4El .container {
  max-width: 1500px;
}
.cid-snYCVzs4El h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-snYCVzs4El .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-snYCVzs4El .container {
    padding: 0 4rem;
  }
}
.cid-snYCVzs4El H1 {
  color: #f6bf14;
}
.cid-snYCVzs4El .mbr-text,
.cid-snYCVzs4El .mbr-section-btn {
  color: #000000;
}
.cid-qIjMDc36tP {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qIjMDc36tP .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qIjMDc36tP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qIjMDc36tP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qIjMDc36tP .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qIjMDc36tP .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qIjMDc36tP .icon-transition span:hover {
  background-color: #f6bf14;
}
.cid-qIjMDc36tP .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-qIjMDc36tP .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qIjMDc36tP .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qIjMDc36tP .mbr-text {
    margin-bottom: 1.5rem;
  }
}
