body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #997100;
  color: #997100 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffbc00 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #000000;
}
.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: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.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: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffbc00;
}
/* 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;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffbc00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffbc00;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  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: #ffbc00;
  border-bottom-color: #ffbc00;
}
.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: #ffbc00 !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: #3e97d1 !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='%23ffbc00' %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-v96PDHbC9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v96PDHbC9d .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v96PDHbC9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v96PDHbC9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v96PDHbC9d .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-v96PDHbC9d .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v96PDHbC9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v96PDHbC9d .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-v96PDHbC9d .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v96PDHbC9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v96PDHbC9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v96PDHbC9d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v96PDHbC9d .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v96PDHbC9d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v96PDHbC9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v96PDHbC9d .dropdown-item.active,
.cid-v96PDHbC9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v96PDHbC9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v96PDHbC9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v96PDHbC9d ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v96PDHbC9d .navbar-buttons {
  text-align: center;
}
.cid-v96PDHbC9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v96PDHbC9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-v96PDHbC9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-link:hover,
.cid-v96PDHbC9d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rzMt37x8iA {
  background-image: url("../../../assets/images/36011-ket220082-img-14-0000-1-1024x768.webp");
}
.cid-rzMt37x8iA .mbr-text,
.cid-rzMt37x8iA .typed-text,
.cid-rzMt37x8iA .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rzMt37x8iA .btn {
  margin-left: 4px !important;
}
.cid-rzMt37x8iA .animated-element {
  color: #65a6d1;
}
.cid-rzMt37x8iA .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #65a6d1;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rzMt37x8iA .mbr-section-text,
.cid-rzMt37x8iA .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-rzMt37x8iA .typed-text {
  color: #65a6d1;
  text-align: right;
}
.cid-v7UqFUhnPJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7UqFUhnPJ blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-v7UqFUhnPJ .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-v7UqFUhnPJ .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-MHdT1P8lWV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-MHdT1P8lWV .container-fluid {
  padding: 0 3rem;
}
.cid-MHdT1P8lWV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ffbc00 50%, #3e97d1 120%);
  display: inline-block;
}
.cid-MHdT1P8lWV .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-MHdT1P8lWV .timeline-text-content p {
  margin-bottom: 0;
}
.cid-MHdT1P8lWV .time-line-date-content {
  margin-right: 2rem;
}
.cid-MHdT1P8lWV .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-MHdT1P8lWV .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-MHdT1P8lWV .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fe525b;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-MHdT1P8lWV .separline:before,
.cid-MHdT1P8lWV .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-MHdT1P8lWV .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-MHdT1P8lWV .container-fluid {
    padding: 0 1rem;
  }
  .cid-MHdT1P8lWV .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-MHdT1P8lWV .separline:before,
  .cid-MHdT1P8lWV .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-MHdT1P8lWV .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-MHdT1P8lWV .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-MHdT1P8lWV .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-MHdT1P8lWV .time-line-date-content p {
    float: left !important;
  }
  .cid-MHdT1P8lWV .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-MHdT1P8lWV .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-MHdT1P8lWV .mbr-timeline-date {
  text-align: right;
}
.cid-va07EVfaF8.popup-builder {
  background-color: #ffffff;
}
.cid-va07EVfaF8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-va07EVfaF8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-va07EVfaF8 .modal-content,
.cid-va07EVfaF8 .modal-dialog {
  height: auto;
}
.cid-va07EVfaF8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-va07EVfaF8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-va07EVfaF8 .form-wrapper .mbr-form .form-group,
  .cid-va07EVfaF8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-va07EVfaF8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-va07EVfaF8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va07EVfaF8 .mbr-text {
  text-align: center;
}
.cid-va07EVfaF8 .pt-0 {
  padding-top: 0 !important;
}
.cid-va07EVfaF8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-va07EVfaF8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-va07EVfaF8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-va07EVfaF8 .modal-open {
  overflow: hidden;
}
.cid-va07EVfaF8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-va07EVfaF8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-va07EVfaF8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-va07EVfaF8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-va07EVfaF8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-va07EVfaF8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-va07EVfaF8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-va07EVfaF8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-va07EVfaF8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-va07EVfaF8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-va07EVfaF8 .modal-backdrop.show {
  opacity: .5;
}
.cid-va07EVfaF8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-va07EVfaF8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-va07EVfaF8 .modal-header .close:hover {
  opacity: 1;
}
.cid-va07EVfaF8 .modal-header .close:focus {
  outline: none;
}
.cid-va07EVfaF8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-va07EVfaF8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-va07EVfaF8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-va07EVfaF8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-va07EVfaF8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-va07EVfaF8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-va07EVfaF8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-va07EVfaF8 .modal-sm {
    max-width: 300px;
  }
  .cid-va07EVfaF8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-va07EVfaF8 .modal-lg,
  .cid-va07EVfaF8 .modal-xl {
    max-width: 800px;
  }
  .cid-va07EVfaF8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-va07EVfaF8 .modal-xl {
    max-width: 1140px;
  }
  .cid-va07EVfaF8 .container {
    max-width: 1140px;
  }
}
.cid-va07EVfaF8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-va07EVfaF8 .container {
    max-width: 720px;
  }
}
.cid-va07EVfaF8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-va07EVfaF8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-va07EVfaF8 .form-group {
  margin-bottom: 1rem;
}
.cid-va07EVfaF8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-va07EVfaF8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-va07EVfaF8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rzMraftkbp {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzMraftkbp .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rzMraftkbp .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rzMraftkbp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rzMraftkbp .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rzMraftkbp .process-icon,
.cid-rzMraftkbp .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rzMraftkbp .wrapper,
.cid-rzMraftkbp .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-rzMraftkbp .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-rzMraftkbp .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-rzMraftkbp .icon-container a {
  display: inherit;
}
.cid-rzMraftkbp .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffbc00 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-rzMraftkbp .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rzMraftkbp .icon-main:hover .icon-wrapper {
  background-color: #ffbc00 !important;
}
.cid-rzMraftkbp .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-rzMraftkbp .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-rzMraftkbp .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-rzMraftkbp .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rzMraftkbp .third-elem .wrapper:before {
    display: none;
  }
}
.cid-rzMraftkbp .mbr-section-title {
  margin: 0;
}
.cid-rzMraftkbp .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-v7ZHGDm4Q6.popup-builder {
  background-color: #ffffff;
}
.cid-v7ZHGDm4Q6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v7ZHGDm4Q6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v7ZHGDm4Q6 .modal-content,
.cid-v7ZHGDm4Q6 .modal-dialog {
  height: auto;
}
.cid-v7ZHGDm4Q6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v7ZHGDm4Q6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v7ZHGDm4Q6 .form-wrapper .mbr-form .form-group,
  .cid-v7ZHGDm4Q6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v7ZHGDm4Q6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v7ZHGDm4Q6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7ZHGDm4Q6 .mbr-text {
  text-align: center;
}
.cid-v7ZHGDm4Q6 .pt-0 {
  padding-top: 0 !important;
}
.cid-v7ZHGDm4Q6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v7ZHGDm4Q6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v7ZHGDm4Q6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v7ZHGDm4Q6 .modal-open {
  overflow: hidden;
}
.cid-v7ZHGDm4Q6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v7ZHGDm4Q6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v7ZHGDm4Q6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v7ZHGDm4Q6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v7ZHGDm4Q6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v7ZHGDm4Q6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v7ZHGDm4Q6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v7ZHGDm4Q6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v7ZHGDm4Q6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v7ZHGDm4Q6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v7ZHGDm4Q6 .modal-backdrop.show {
  opacity: .5;
}
.cid-v7ZHGDm4Q6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v7ZHGDm4Q6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v7ZHGDm4Q6 .modal-header .close:hover {
  opacity: 1;
}
.cid-v7ZHGDm4Q6 .modal-header .close:focus {
  outline: none;
}
.cid-v7ZHGDm4Q6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v7ZHGDm4Q6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v7ZHGDm4Q6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v7ZHGDm4Q6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v7ZHGDm4Q6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v7ZHGDm4Q6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v7ZHGDm4Q6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v7ZHGDm4Q6 .modal-sm {
    max-width: 300px;
  }
  .cid-v7ZHGDm4Q6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v7ZHGDm4Q6 .modal-lg,
  .cid-v7ZHGDm4Q6 .modal-xl {
    max-width: 800px;
  }
  .cid-v7ZHGDm4Q6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v7ZHGDm4Q6 .modal-xl {
    max-width: 1140px;
  }
  .cid-v7ZHGDm4Q6 .container {
    max-width: 1140px;
  }
}
.cid-v7ZHGDm4Q6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v7ZHGDm4Q6 .container {
    max-width: 720px;
  }
}
.cid-v7ZHGDm4Q6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v7ZHGDm4Q6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v7ZHGDm4Q6 .form-group {
  margin-bottom: 1rem;
}
.cid-v7ZHGDm4Q6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v7ZHGDm4Q6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v7ZHGDm4Q6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v7VfmCIqrx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v7VfmCIqrx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rzMrdh7IU7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rzMrdh7IU7 a:link {
  text-decoration: none;
}
.cid-rzMrdh7IU7 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rzMrdh7IU7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzMrdh7IU7 .inner-text {
  line-height: 3em;
}
.cid-rzMrdh7IU7 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMrdh7IU7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMrdh7IU7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzMrdh7IU7 .content-text,
.cid-rzMrdh7IU7 .inner-text {
  color: #c1c1c1;
}
.cid-v9jJU9ylLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-v96PDHbC9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v96PDHbC9d .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v96PDHbC9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v96PDHbC9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v96PDHbC9d .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-v96PDHbC9d .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v96PDHbC9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v96PDHbC9d .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-v96PDHbC9d .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v96PDHbC9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v96PDHbC9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v96PDHbC9d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v96PDHbC9d .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v96PDHbC9d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v96PDHbC9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v96PDHbC9d .dropdown-item.active,
.cid-v96PDHbC9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v96PDHbC9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v96PDHbC9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v96PDHbC9d ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v96PDHbC9d .navbar-buttons {
  text-align: center;
}
.cid-v96PDHbC9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v96PDHbC9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-v96PDHbC9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-link:hover,
.cid-v96PDHbC9d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v81hmz4Wb9 {
  background-image: url("../../../assets/images/20250430-81757-720x405.webp");
}
.cid-v81hmz4Wb9 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-v81hmz4Wb9 .mbr-section-title {
  color: #232323;
  text-align: right;
}
.cid-v81hmz4Wb9 .mbr-section-title span {
  color: #ffbc00;
}
.cid-v81hmz4Wb9 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v81hmz4Wb9 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-v96WKPbUoi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v96WKPbUoi .mbr-text {
  text-align: center;
}
.cid-v96WKPbUoi .mbr-title {
  text-align: center;
}
.cid-v96RhVRbVI {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v96RhVRbVI .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-v96RhVRbVI * {
  box-sizing: border-box;
}
.cid-v96RhVRbVI body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 5rem 1rem;
}
.cid-v96RhVRbVI p {
  margin: 0 0 1rem;
}
.cid-v96RhVRbVI img {
  display: block;
  width: 100%;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}
.cid-v96RhVRbVI .flex-container {
  max-width: 59rem;
  margin: 0 auto 5rem auto;
  filter: drop-shadow(16px 16px 9px #232323);
}
.cid-v96RhVRbVI .col {
  position: relative;
}
.cid-v96RhVRbVI .col--img {
  flex: 0 0 35%;
  align-self: flex-start;
}
.cid-v96RhVRbVI .col--text {
  background-color: #cccccc;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}
@media (min-width: 40em) {
  .cid-v96RhVRbVI h3 {
    font-size: 2rem;
  }
  .cid-v96RhVRbVI .flex-container {
    display: flex;
  }
  .cid-v96RhVRbVI .col--text {
    padding: 2rem 4rem;
    margin-top: 2rem;
    margin-left: -2rem;
    z-index: -1;
  }
}
.cid-v96RhVRbVI .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v96RhVRbVI P {
  color: #ffffff;
  text-align: justify;
}
.cid-v96RhVRbVI H3 {
  text-align: left;
  color: #ffffff;
}
.cid-v7Z3TFYVR1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7Z3TFYVR1 .mbr-text {
  text-align: center;
}
.cid-v7Z3TFYVR1 .mbr-title {
  text-align: center;
}
.cid-v96Ywrldm4 {
  background: #ffffff;
}
.cid-v96Ywrldm4 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-v96Ywrldm4 .image-block {
    width: 100% !important;
  }
}
.cid-v9jJU9ylLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-v96PDHbC9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v96PDHbC9d .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v96PDHbC9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v96PDHbC9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v96PDHbC9d .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-v96PDHbC9d .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v96PDHbC9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v96PDHbC9d .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-v96PDHbC9d .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v96PDHbC9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v96PDHbC9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v96PDHbC9d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v96PDHbC9d .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v96PDHbC9d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v96PDHbC9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v96PDHbC9d .dropdown-item.active,
.cid-v96PDHbC9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v96PDHbC9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v96PDHbC9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v96PDHbC9d ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v96PDHbC9d .navbar-buttons {
  text-align: center;
}
.cid-v96PDHbC9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v96PDHbC9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-v96PDHbC9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-link:hover,
.cid-v96PDHbC9d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v8zgqdisOT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/162028-1-906x722.webp");
}
.cid-v8zgqdisOT .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-v8zgqdisOT .mbr-text {
  width: 100%;
  height: auto;
}
.cid-v8zgqdisOT .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-v8zgqdisOT .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8zgqdisOT .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-v9jJU9ylLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-v96PDHbC9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v96PDHbC9d .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v96PDHbC9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v96PDHbC9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v96PDHbC9d .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-v96PDHbC9d .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v96PDHbC9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v96PDHbC9d .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-v96PDHbC9d .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v96PDHbC9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v96PDHbC9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v96PDHbC9d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v96PDHbC9d .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v96PDHbC9d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v96PDHbC9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v96PDHbC9d .dropdown-item.active,
.cid-v96PDHbC9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v96PDHbC9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v96PDHbC9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v96PDHbC9d ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v96PDHbC9d .navbar-buttons {
  text-align: center;
}
.cid-v96PDHbC9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v96PDHbC9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-v96PDHbC9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-link:hover,
.cid-v96PDHbC9d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v7Z6ZKTVhq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/20250430-81757-2000x1125.webp");
}
.cid-v7Z6ZKTVhq .mbr-text,
.cid-v7Z6ZKTVhq .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-v7Z6ZKTVhq .mbr-section-title {
  margin-left: -0.2rem;
}
.cid-v7Z6ZKTVhq .mbr-section-title span {
  color: #ffbc00;
}
.cid-v7Z6ZKTVhq .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-v7Z6ZKTVhq .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-v9jJU9ylLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-v96PDHbC9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v96PDHbC9d .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v96PDHbC9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v96PDHbC9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v96PDHbC9d .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-v96PDHbC9d .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v96PDHbC9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v96PDHbC9d .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-v96PDHbC9d .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v96PDHbC9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v96PDHbC9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v96PDHbC9d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v96PDHbC9d .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v96PDHbC9d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v96PDHbC9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v96PDHbC9d .dropdown-item.active,
.cid-v96PDHbC9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v96PDHbC9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v96PDHbC9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v96PDHbC9d ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v96PDHbC9d .navbar-buttons {
  text-align: center;
}
.cid-v96PDHbC9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v96PDHbC9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-v96PDHbC9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-link:hover,
.cid-v96PDHbC9d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v7ZhJZIGDO {
  padding-top: 135px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/36011-ket220082-img-01-1024x768.webp");
}
.cid-v7ZhJZIGDO .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-v7ZhJZIGDO .mbr-section-title {
  color: #232323;
}
.cid-v7ZhJZIGDO .mbr-section-title span {
  color: #ffbc00;
}
.cid-v7ZhJZIGDO .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7ZhJZIGDO .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-v7ZhMQSvNi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffc173;
}
.cid-v7ZhMQSvNi blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-v7ZhMQSvNi .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-v7ZhMQSvNi .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-v7ZhMQSvNi P {
  text-align: center;
}
.cid-v7ZhRl3lkn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/162028-906x722.webp");
}
.cid-v7ZhRl3lkn .mbr-section-title {
  margin: 0;
}
.cid-v7ZhRl3lkn .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-v7ZhRl3lkn .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-v7ZhRl3lkn .slider-testimonials {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-v7ZhRl3lkn .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7ZhRl3lkn .carousel-item.active,
.cid-v7ZhRl3lkn .carousel-item-next,
.cid-v7ZhRl3lkn .carousel-item-prev {
  display: flex;
}
.cid-v7ZhRl3lkn .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 46%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-v7ZhRl3lkn .carousel-control.carousel-control-prev {
  left: -25px;
}
.cid-v7ZhRl3lkn .carousel-control.carousel-control-prev:hover {
  left: -30px;
}
.cid-v7ZhRl3lkn .carousel-control.carousel-control-next {
  right: -25px;
}
.cid-v7ZhRl3lkn .carousel-control.carousel-control-next:hover {
  right: -30px;
}
.cid-v7ZhRl3lkn .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-v7ZhRl3lkn .carousel-control:hover {
  background-color: #ffbc00;
}
.cid-v7ZhRl3lkn .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-v7ZhRl3lkn .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  .cid-v7ZhRl3lkn .carousel-control-prev,
  .cid-v7ZhRl3lkn .carousel-control-next {
    display: none;
  }
  .cid-v7ZhRl3lkn .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-v7ZhRl3lkn .slider-testimonials {
    padding: 2rem 1rem;
  }
}
@media (max-width: 230px) {
  .cid-v7ZhRl3lkn .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-v7ZhRl3lkn .carousel-row:hover .carousel-control {
  visibility: visible;
}
.cid-v7ZhRl3lkn .user_name,
.cid-v7ZhRl3lkn .user_desk {
  text-align: right;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7ZhRl3lkn .slider-testimonials {
    min-width: 100%;
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-v7ZhRl3lkn .carousel-control-prev {
    left: -40px !important;
  }
  .cid-v7ZhRl3lkn .carousel-control-prev:hover {
    left: -45px !important;
  }
  .cid-v7ZhRl3lkn .carousel-control-next {
    right: -40px !important;
  }
  .cid-v7ZhRl3lkn .carousel-control-next:hover {
    right: -45px !important;
  }
}
.cid-veDbpGkFk1.popup-builder {
  background-color: #ffffff;
}
.cid-veDbpGkFk1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-veDbpGkFk1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-veDbpGkFk1 .modal-content,
.cid-veDbpGkFk1 .modal-dialog {
  height: auto;
}
.cid-veDbpGkFk1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-veDbpGkFk1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-veDbpGkFk1 .form-wrapper .mbr-form .form-group,
  .cid-veDbpGkFk1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-veDbpGkFk1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-veDbpGkFk1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veDbpGkFk1 .mbr-text {
  text-align: center;
}
.cid-veDbpGkFk1 .pt-0 {
  padding-top: 0 !important;
}
.cid-veDbpGkFk1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-veDbpGkFk1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-veDbpGkFk1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-veDbpGkFk1 .modal-open {
  overflow: hidden;
}
.cid-veDbpGkFk1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-veDbpGkFk1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-veDbpGkFk1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-veDbpGkFk1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-veDbpGkFk1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-veDbpGkFk1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-veDbpGkFk1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-veDbpGkFk1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-veDbpGkFk1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-veDbpGkFk1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-veDbpGkFk1 .modal-backdrop.show {
  opacity: .5;
}
.cid-veDbpGkFk1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-veDbpGkFk1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-veDbpGkFk1 .modal-header .close:hover {
  opacity: 1;
}
.cid-veDbpGkFk1 .modal-header .close:focus {
  outline: none;
}
.cid-veDbpGkFk1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-veDbpGkFk1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-veDbpGkFk1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-veDbpGkFk1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-veDbpGkFk1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-veDbpGkFk1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-veDbpGkFk1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-veDbpGkFk1 .modal-sm {
    max-width: 300px;
  }
  .cid-veDbpGkFk1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-veDbpGkFk1 .modal-lg,
  .cid-veDbpGkFk1 .modal-xl {
    max-width: 800px;
  }
  .cid-veDbpGkFk1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-veDbpGkFk1 .modal-xl {
    max-width: 1140px;
  }
  .cid-veDbpGkFk1 .container {
    max-width: 1140px;
  }
}
.cid-veDbpGkFk1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-veDbpGkFk1 .container {
    max-width: 720px;
  }
}
.cid-veDbpGkFk1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-veDbpGkFk1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-veDbpGkFk1 .form-group {
  margin-bottom: 1rem;
}
.cid-veDbpGkFk1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-veDbpGkFk1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-veDbpGkFk1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-veCRY6PJma.popup-builder {
  background-color: #ffffff;
}
.cid-veCRY6PJma.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-veCRY6PJma.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-veCRY6PJma .modal-content,
.cid-veCRY6PJma .modal-dialog {
  height: auto;
}
.cid-veCRY6PJma .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-veCRY6PJma .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-veCRY6PJma .form-wrapper .mbr-form .form-group,
  .cid-veCRY6PJma .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-veCRY6PJma .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-veCRY6PJma .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veCRY6PJma .mbr-text {
  text-align: center;
}
.cid-veCRY6PJma .pt-0 {
  padding-top: 0 !important;
}
.cid-veCRY6PJma .pb-0 {
  padding-bottom: 0 !important;
}
.cid-veCRY6PJma .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-veCRY6PJma .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-veCRY6PJma .modal-open {
  overflow: hidden;
}
.cid-veCRY6PJma .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-veCRY6PJma .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-veCRY6PJma .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-veCRY6PJma .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-veCRY6PJma .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-veCRY6PJma .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-veCRY6PJma .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-veCRY6PJma .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-veCRY6PJma .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-veCRY6PJma .modal-backdrop.fade {
  opacity: 0;
}
.cid-veCRY6PJma .modal-backdrop.show {
  opacity: .5;
}
.cid-veCRY6PJma .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-veCRY6PJma .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-veCRY6PJma .modal-header .close:hover {
  opacity: 1;
}
.cid-veCRY6PJma .modal-header .close:focus {
  outline: none;
}
.cid-veCRY6PJma .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-veCRY6PJma .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-veCRY6PJma .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-veCRY6PJma .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-veCRY6PJma .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-veCRY6PJma .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-veCRY6PJma .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-veCRY6PJma .modal-sm {
    max-width: 300px;
  }
  .cid-veCRY6PJma .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-veCRY6PJma .modal-lg,
  .cid-veCRY6PJma .modal-xl {
    max-width: 800px;
  }
  .cid-veCRY6PJma .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-veCRY6PJma .modal-xl {
    max-width: 1140px;
  }
  .cid-veCRY6PJma .container {
    max-width: 1140px;
  }
}
.cid-veCRY6PJma .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-veCRY6PJma .container {
    max-width: 720px;
  }
}
.cid-veCRY6PJma .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-veCRY6PJma .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-veCRY6PJma .form-group {
  margin-bottom: 1rem;
}
.cid-veCRY6PJma .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-veCRY6PJma .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-veCRY6PJma .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-va99szVc0r.popup-builder {
  background-color: #ffffff;
}
.cid-va99szVc0r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-va99szVc0r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-va99szVc0r .modal-content,
.cid-va99szVc0r .modal-dialog {
  height: auto;
}
.cid-va99szVc0r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-va99szVc0r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-va99szVc0r .form-wrapper .mbr-form .form-group,
  .cid-va99szVc0r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-va99szVc0r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-va99szVc0r .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va99szVc0r .mbr-text {
  text-align: center;
}
.cid-va99szVc0r .pt-0 {
  padding-top: 0 !important;
}
.cid-va99szVc0r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-va99szVc0r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-va99szVc0r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-va99szVc0r .modal-open {
  overflow: hidden;
}
.cid-va99szVc0r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-va99szVc0r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-va99szVc0r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-va99szVc0r .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-va99szVc0r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-va99szVc0r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-va99szVc0r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-va99szVc0r .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-va99szVc0r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-va99szVc0r .modal-backdrop.fade {
  opacity: 0;
}
.cid-va99szVc0r .modal-backdrop.show {
  opacity: .5;
}
.cid-va99szVc0r .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-va99szVc0r .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-va99szVc0r .modal-header .close:hover {
  opacity: 1;
}
.cid-va99szVc0r .modal-header .close:focus {
  outline: none;
}
.cid-va99szVc0r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-va99szVc0r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-va99szVc0r .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-va99szVc0r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-va99szVc0r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-va99szVc0r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-va99szVc0r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-va99szVc0r .modal-sm {
    max-width: 300px;
  }
  .cid-va99szVc0r .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-va99szVc0r .modal-lg,
  .cid-va99szVc0r .modal-xl {
    max-width: 800px;
  }
  .cid-va99szVc0r .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-va99szVc0r .modal-xl {
    max-width: 1140px;
  }
  .cid-va99szVc0r .container {
    max-width: 1140px;
  }
}
.cid-va99szVc0r .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-va99szVc0r .container {
    max-width: 720px;
  }
}
.cid-va99szVc0r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-va99szVc0r .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-va99szVc0r .form-group {
  margin-bottom: 1rem;
}
.cid-va99szVc0r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-va99szVc0r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-va99szVc0r .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vbdHBSYUqd.popup-builder {
  background-color: #ffffff;
}
.cid-vbdHBSYUqd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vbdHBSYUqd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vbdHBSYUqd .modal-content,
.cid-vbdHBSYUqd .modal-dialog {
  height: auto;
}
.cid-vbdHBSYUqd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vbdHBSYUqd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vbdHBSYUqd .form-wrapper .mbr-form .form-group,
  .cid-vbdHBSYUqd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vbdHBSYUqd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vbdHBSYUqd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbdHBSYUqd .mbr-text {
  text-align: center;
}
.cid-vbdHBSYUqd .pt-0 {
  padding-top: 0 !important;
}
.cid-vbdHBSYUqd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vbdHBSYUqd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vbdHBSYUqd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vbdHBSYUqd .modal-open {
  overflow: hidden;
}
.cid-vbdHBSYUqd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vbdHBSYUqd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vbdHBSYUqd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vbdHBSYUqd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vbdHBSYUqd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vbdHBSYUqd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vbdHBSYUqd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vbdHBSYUqd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vbdHBSYUqd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vbdHBSYUqd .modal-backdrop.fade {
  opacity: 0;
}
.cid-vbdHBSYUqd .modal-backdrop.show {
  opacity: .5;
}
.cid-vbdHBSYUqd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-vbdHBSYUqd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vbdHBSYUqd .modal-header .close:hover {
  opacity: 1;
}
.cid-vbdHBSYUqd .modal-header .close:focus {
  outline: none;
}
.cid-vbdHBSYUqd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vbdHBSYUqd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-vbdHBSYUqd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-vbdHBSYUqd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vbdHBSYUqd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vbdHBSYUqd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vbdHBSYUqd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vbdHBSYUqd .modal-sm {
    max-width: 300px;
  }
  .cid-vbdHBSYUqd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-vbdHBSYUqd .modal-lg,
  .cid-vbdHBSYUqd .modal-xl {
    max-width: 800px;
  }
  .cid-vbdHBSYUqd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-vbdHBSYUqd .modal-xl {
    max-width: 1140px;
  }
  .cid-vbdHBSYUqd .container {
    max-width: 1140px;
  }
}
.cid-vbdHBSYUqd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vbdHBSYUqd .container {
    max-width: 720px;
  }
}
.cid-vbdHBSYUqd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vbdHBSYUqd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vbdHBSYUqd .form-group {
  margin-bottom: 1rem;
}
.cid-vbdHBSYUqd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vbdHBSYUqd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vbdHBSYUqd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9j6t7MZAP.popup-builder {
  background-color: #ffffff;
}
.cid-v9j6t7MZAP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9j6t7MZAP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9j6t7MZAP .modal-content,
.cid-v9j6t7MZAP .modal-dialog {
  height: auto;
}
.cid-v9j6t7MZAP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9j6t7MZAP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9j6t7MZAP .form-wrapper .mbr-form .form-group,
  .cid-v9j6t7MZAP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9j6t7MZAP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9j6t7MZAP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9j6t7MZAP .mbr-text {
  text-align: center;
}
.cid-v9j6t7MZAP .pt-0 {
  padding-top: 0 !important;
}
.cid-v9j6t7MZAP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9j6t7MZAP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9j6t7MZAP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9j6t7MZAP .modal-open {
  overflow: hidden;
}
.cid-v9j6t7MZAP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9j6t7MZAP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9j6t7MZAP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9j6t7MZAP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9j6t7MZAP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9j6t7MZAP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9j6t7MZAP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9j6t7MZAP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9j6t7MZAP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9j6t7MZAP .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9j6t7MZAP .modal-backdrop.show {
  opacity: .5;
}
.cid-v9j6t7MZAP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v9j6t7MZAP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9j6t7MZAP .modal-header .close:hover {
  opacity: 1;
}
.cid-v9j6t7MZAP .modal-header .close:focus {
  outline: none;
}
.cid-v9j6t7MZAP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v9j6t7MZAP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v9j6t7MZAP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v9j6t7MZAP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9j6t7MZAP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9j6t7MZAP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9j6t7MZAP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9j6t7MZAP .modal-sm {
    max-width: 300px;
  }
  .cid-v9j6t7MZAP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v9j6t7MZAP .modal-lg,
  .cid-v9j6t7MZAP .modal-xl {
    max-width: 800px;
  }
  .cid-v9j6t7MZAP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v9j6t7MZAP .modal-xl {
    max-width: 1140px;
  }
  .cid-v9j6t7MZAP .container {
    max-width: 1140px;
  }
}
.cid-v9j6t7MZAP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v9j6t7MZAP .container {
    max-width: 720px;
  }
}
.cid-v9j6t7MZAP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9j6t7MZAP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9j6t7MZAP .form-group {
  margin-bottom: 1rem;
}
.cid-v9j6t7MZAP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9j6t7MZAP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9j6t7MZAP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9UlQXMuJY.popup-builder {
  background-color: #ffffff;
}
.cid-v9UlQXMuJY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9UlQXMuJY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9UlQXMuJY .modal-content,
.cid-v9UlQXMuJY .modal-dialog {
  height: auto;
}
.cid-v9UlQXMuJY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9UlQXMuJY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9UlQXMuJY .form-wrapper .mbr-form .form-group,
  .cid-v9UlQXMuJY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9UlQXMuJY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9UlQXMuJY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9UlQXMuJY .mbr-text {
  text-align: center;
}
.cid-v9UlQXMuJY .pt-0 {
  padding-top: 0 !important;
}
.cid-v9UlQXMuJY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9UlQXMuJY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9UlQXMuJY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9UlQXMuJY .modal-open {
  overflow: hidden;
}
.cid-v9UlQXMuJY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9UlQXMuJY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9UlQXMuJY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9UlQXMuJY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9UlQXMuJY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9UlQXMuJY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9UlQXMuJY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9UlQXMuJY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9UlQXMuJY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9UlQXMuJY .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9UlQXMuJY .modal-backdrop.show {
  opacity: .5;
}
.cid-v9UlQXMuJY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v9UlQXMuJY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9UlQXMuJY .modal-header .close:hover {
  opacity: 1;
}
.cid-v9UlQXMuJY .modal-header .close:focus {
  outline: none;
}
.cid-v9UlQXMuJY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v9UlQXMuJY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v9UlQXMuJY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v9UlQXMuJY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9UlQXMuJY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9UlQXMuJY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9UlQXMuJY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9UlQXMuJY .modal-sm {
    max-width: 300px;
  }
  .cid-v9UlQXMuJY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v9UlQXMuJY .modal-lg,
  .cid-v9UlQXMuJY .modal-xl {
    max-width: 800px;
  }
  .cid-v9UlQXMuJY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v9UlQXMuJY .modal-xl {
    max-width: 1140px;
  }
  .cid-v9UlQXMuJY .container {
    max-width: 1140px;
  }
}
.cid-v9UlQXMuJY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v9UlQXMuJY .container {
    max-width: 720px;
  }
}
.cid-v9UlQXMuJY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9UlQXMuJY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9UlQXMuJY .form-group {
  margin-bottom: 1rem;
}
.cid-v9UlQXMuJY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9UlQXMuJY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9UlQXMuJY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vakWPUcYC0.popup-builder {
  background-color: #ffffff;
}
.cid-vakWPUcYC0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vakWPUcYC0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vakWPUcYC0 .modal-content,
.cid-vakWPUcYC0 .modal-dialog {
  height: auto;
}
.cid-vakWPUcYC0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vakWPUcYC0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vakWPUcYC0 .form-wrapper .mbr-form .form-group,
  .cid-vakWPUcYC0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vakWPUcYC0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vakWPUcYC0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vakWPUcYC0 .mbr-text {
  text-align: center;
}
.cid-vakWPUcYC0 .pt-0 {
  padding-top: 0 !important;
}
.cid-vakWPUcYC0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vakWPUcYC0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vakWPUcYC0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vakWPUcYC0 .modal-open {
  overflow: hidden;
}
.cid-vakWPUcYC0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vakWPUcYC0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vakWPUcYC0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vakWPUcYC0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vakWPUcYC0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vakWPUcYC0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vakWPUcYC0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vakWPUcYC0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vakWPUcYC0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vakWPUcYC0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vakWPUcYC0 .modal-backdrop.show {
  opacity: .5;
}
.cid-vakWPUcYC0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-vakWPUcYC0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vakWPUcYC0 .modal-header .close:hover {
  opacity: 1;
}
.cid-vakWPUcYC0 .modal-header .close:focus {
  outline: none;
}
.cid-vakWPUcYC0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vakWPUcYC0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-vakWPUcYC0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-vakWPUcYC0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vakWPUcYC0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vakWPUcYC0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vakWPUcYC0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vakWPUcYC0 .modal-sm {
    max-width: 300px;
  }
  .cid-vakWPUcYC0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-vakWPUcYC0 .modal-lg,
  .cid-vakWPUcYC0 .modal-xl {
    max-width: 800px;
  }
  .cid-vakWPUcYC0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-vakWPUcYC0 .modal-xl {
    max-width: 1140px;
  }
  .cid-vakWPUcYC0 .container {
    max-width: 1140px;
  }
}
.cid-vakWPUcYC0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vakWPUcYC0 .container {
    max-width: 720px;
  }
}
.cid-vakWPUcYC0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vakWPUcYC0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vakWPUcYC0 .form-group {
  margin-bottom: 1rem;
}
.cid-vakWPUcYC0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vakWPUcYC0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vakWPUcYC0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9jByHJa01.popup-builder {
  background-color: #ffffff;
}
.cid-v9jByHJa01.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9jByHJa01.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9jByHJa01 .modal-content,
.cid-v9jByHJa01 .modal-dialog {
  height: auto;
}
.cid-v9jByHJa01 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9jByHJa01 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9jByHJa01 .form-wrapper .mbr-form .form-group,
  .cid-v9jByHJa01 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9jByHJa01 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9jByHJa01 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9jByHJa01 .mbr-text {
  text-align: center;
}
.cid-v9jByHJa01 .pt-0 {
  padding-top: 0 !important;
}
.cid-v9jByHJa01 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9jByHJa01 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9jByHJa01 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9jByHJa01 .modal-open {
  overflow: hidden;
}
.cid-v9jByHJa01 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9jByHJa01 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9jByHJa01 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9jByHJa01 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9jByHJa01 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9jByHJa01 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9jByHJa01 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9jByHJa01 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9jByHJa01 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9jByHJa01 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9jByHJa01 .modal-backdrop.show {
  opacity: .5;
}
.cid-v9jByHJa01 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v9jByHJa01 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9jByHJa01 .modal-header .close:hover {
  opacity: 1;
}
.cid-v9jByHJa01 .modal-header .close:focus {
  outline: none;
}
.cid-v9jByHJa01 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v9jByHJa01 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v9jByHJa01 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v9jByHJa01 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9jByHJa01 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9jByHJa01 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9jByHJa01 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9jByHJa01 .modal-sm {
    max-width: 300px;
  }
  .cid-v9jByHJa01 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v9jByHJa01 .modal-lg,
  .cid-v9jByHJa01 .modal-xl {
    max-width: 800px;
  }
  .cid-v9jByHJa01 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v9jByHJa01 .modal-xl {
    max-width: 1140px;
  }
  .cid-v9jByHJa01 .container {
    max-width: 1140px;
  }
}
.cid-v9jByHJa01 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v9jByHJa01 .container {
    max-width: 720px;
  }
}
.cid-v9jByHJa01 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9jByHJa01 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9jByHJa01 .form-group {
  margin-bottom: 1rem;
}
.cid-v9jByHJa01 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9jByHJa01 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9jByHJa01 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9jGAMItoT.popup-builder {
  background-color: #ffffff;
}
.cid-v9jGAMItoT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9jGAMItoT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9jGAMItoT .modal-content,
.cid-v9jGAMItoT .modal-dialog {
  height: auto;
}
.cid-v9jGAMItoT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9jGAMItoT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9jGAMItoT .form-wrapper .mbr-form .form-group,
  .cid-v9jGAMItoT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9jGAMItoT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9jGAMItoT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9jGAMItoT .mbr-text {
  text-align: center;
}
.cid-v9jGAMItoT .pt-0 {
  padding-top: 0 !important;
}
.cid-v9jGAMItoT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9jGAMItoT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9jGAMItoT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9jGAMItoT .modal-open {
  overflow: hidden;
}
.cid-v9jGAMItoT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9jGAMItoT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9jGAMItoT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9jGAMItoT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9jGAMItoT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9jGAMItoT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9jGAMItoT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9jGAMItoT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9jGAMItoT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9jGAMItoT .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9jGAMItoT .modal-backdrop.show {
  opacity: .5;
}
.cid-v9jGAMItoT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v9jGAMItoT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9jGAMItoT .modal-header .close:hover {
  opacity: 1;
}
.cid-v9jGAMItoT .modal-header .close:focus {
  outline: none;
}
.cid-v9jGAMItoT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v9jGAMItoT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v9jGAMItoT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v9jGAMItoT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9jGAMItoT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9jGAMItoT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9jGAMItoT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9jGAMItoT .modal-sm {
    max-width: 300px;
  }
  .cid-v9jGAMItoT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v9jGAMItoT .modal-lg,
  .cid-v9jGAMItoT .modal-xl {
    max-width: 800px;
  }
  .cid-v9jGAMItoT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v9jGAMItoT .modal-xl {
    max-width: 1140px;
  }
  .cid-v9jGAMItoT .container {
    max-width: 1140px;
  }
}
.cid-v9jGAMItoT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v9jGAMItoT .container {
    max-width: 720px;
  }
}
.cid-v9jGAMItoT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9jGAMItoT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9jGAMItoT .form-group {
  margin-bottom: 1rem;
}
.cid-v9jGAMItoT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9jGAMItoT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9jGAMItoT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v7Zw50KHdv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/162028-1-906x722.webp");
}
.cid-v7Zw50KHdv .mbr-section-title {
  margin: 0;
}
.cid-v7Zw50KHdv .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-v7Zw50KHdv .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-v7Zw50KHdv .slider-testimonials {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-v7Zw50KHdv .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7Zw50KHdv .carousel-item.active,
.cid-v7Zw50KHdv .carousel-item-next,
.cid-v7Zw50KHdv .carousel-item-prev {
  display: flex;
}
.cid-v7Zw50KHdv .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 46%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-v7Zw50KHdv .carousel-control.carousel-control-prev {
  left: -25px;
}
.cid-v7Zw50KHdv .carousel-control.carousel-control-prev:hover {
  left: -30px;
}
.cid-v7Zw50KHdv .carousel-control.carousel-control-next {
  right: -25px;
}
.cid-v7Zw50KHdv .carousel-control.carousel-control-next:hover {
  right: -30px;
}
.cid-v7Zw50KHdv .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-v7Zw50KHdv .carousel-control:hover {
  background-color: #ffbc00;
}
.cid-v7Zw50KHdv .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-v7Zw50KHdv .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  .cid-v7Zw50KHdv .carousel-control-prev,
  .cid-v7Zw50KHdv .carousel-control-next {
    display: none;
  }
  .cid-v7Zw50KHdv .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-v7Zw50KHdv .slider-testimonials {
    padding: 2rem 1rem;
  }
}
@media (max-width: 230px) {
  .cid-v7Zw50KHdv .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-v7Zw50KHdv .carousel-row:hover .carousel-control {
  visibility: visible;
}
.cid-v7Zw50KHdv .user_name,
.cid-v7Zw50KHdv .user_desk {
  text-align: right;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7Zw50KHdv .slider-testimonials {
    min-width: 100%;
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-v7Zw50KHdv .carousel-control-prev {
    left: -40px !important;
  }
  .cid-v7Zw50KHdv .carousel-control-prev:hover {
    left: -45px !important;
  }
  .cid-v7Zw50KHdv .carousel-control-next {
    right: -40px !important;
  }
  .cid-v7Zw50KHdv .carousel-control-next:hover {
    right: -45px !important;
  }
}
.cid-veH8pb4T6x.popup-builder {
  background-color: #ffffff;
}
.cid-veH8pb4T6x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-veH8pb4T6x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-veH8pb4T6x .modal-content,
.cid-veH8pb4T6x .modal-dialog {
  height: auto;
}
.cid-veH8pb4T6x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-veH8pb4T6x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-veH8pb4T6x .form-wrapper .mbr-form .form-group,
  .cid-veH8pb4T6x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-veH8pb4T6x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-veH8pb4T6x .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veH8pb4T6x .mbr-text {
  text-align: center;
}
.cid-veH8pb4T6x .pt-0 {
  padding-top: 0 !important;
}
.cid-veH8pb4T6x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-veH8pb4T6x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-veH8pb4T6x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-veH8pb4T6x .modal-open {
  overflow: hidden;
}
.cid-veH8pb4T6x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-veH8pb4T6x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-veH8pb4T6x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-veH8pb4T6x .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-veH8pb4T6x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-veH8pb4T6x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-veH8pb4T6x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-veH8pb4T6x .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-veH8pb4T6x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-veH8pb4T6x .modal-backdrop.fade {
  opacity: 0;
}
.cid-veH8pb4T6x .modal-backdrop.show {
  opacity: .5;
}
.cid-veH8pb4T6x .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-veH8pb4T6x .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-veH8pb4T6x .modal-header .close:hover {
  opacity: 1;
}
.cid-veH8pb4T6x .modal-header .close:focus {
  outline: none;
}
.cid-veH8pb4T6x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-veH8pb4T6x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-veH8pb4T6x .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-veH8pb4T6x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-veH8pb4T6x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-veH8pb4T6x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-veH8pb4T6x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-veH8pb4T6x .modal-sm {
    max-width: 300px;
  }
  .cid-veH8pb4T6x .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-veH8pb4T6x .modal-lg,
  .cid-veH8pb4T6x .modal-xl {
    max-width: 800px;
  }
  .cid-veH8pb4T6x .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-veH8pb4T6x .modal-xl {
    max-width: 1140px;
  }
  .cid-veH8pb4T6x .container {
    max-width: 1140px;
  }
}
.cid-veH8pb4T6x .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-veH8pb4T6x .container {
    max-width: 720px;
  }
}
.cid-veH8pb4T6x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-veH8pb4T6x .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-veH8pb4T6x .form-group {
  margin-bottom: 1rem;
}
.cid-veH8pb4T6x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-veH8pb4T6x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-veH8pb4T6x .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-veH2ziTNWg.popup-builder {
  background-color: #ffffff;
}
.cid-veH2ziTNWg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-veH2ziTNWg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-veH2ziTNWg .modal-content,
.cid-veH2ziTNWg .modal-dialog {
  height: auto;
}
.cid-veH2ziTNWg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-veH2ziTNWg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-veH2ziTNWg .form-wrapper .mbr-form .form-group,
  .cid-veH2ziTNWg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-veH2ziTNWg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-veH2ziTNWg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veH2ziTNWg .mbr-text {
  text-align: center;
}
.cid-veH2ziTNWg .pt-0 {
  padding-top: 0 !important;
}
.cid-veH2ziTNWg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-veH2ziTNWg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-veH2ziTNWg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-veH2ziTNWg .modal-open {
  overflow: hidden;
}
.cid-veH2ziTNWg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-veH2ziTNWg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-veH2ziTNWg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-veH2ziTNWg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-veH2ziTNWg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-veH2ziTNWg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-veH2ziTNWg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-veH2ziTNWg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-veH2ziTNWg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-veH2ziTNWg .modal-backdrop.fade {
  opacity: 0;
}
.cid-veH2ziTNWg .modal-backdrop.show {
  opacity: .5;
}
.cid-veH2ziTNWg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-veH2ziTNWg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-veH2ziTNWg .modal-header .close:hover {
  opacity: 1;
}
.cid-veH2ziTNWg .modal-header .close:focus {
  outline: none;
}
.cid-veH2ziTNWg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-veH2ziTNWg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-veH2ziTNWg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-veH2ziTNWg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-veH2ziTNWg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-veH2ziTNWg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-veH2ziTNWg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-veH2ziTNWg .modal-sm {
    max-width: 300px;
  }
  .cid-veH2ziTNWg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-veH2ziTNWg .modal-lg,
  .cid-veH2ziTNWg .modal-xl {
    max-width: 800px;
  }
  .cid-veH2ziTNWg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-veH2ziTNWg .modal-xl {
    max-width: 1140px;
  }
  .cid-veH2ziTNWg .container {
    max-width: 1140px;
  }
}
.cid-veH2ziTNWg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-veH2ziTNWg .container {
    max-width: 720px;
  }
}
.cid-veH2ziTNWg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-veH2ziTNWg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-veH2ziTNWg .form-group {
  margin-bottom: 1rem;
}
.cid-veH2ziTNWg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-veH2ziTNWg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-veH2ziTNWg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-veG8lTBhih.popup-builder {
  background-color: #ffffff;
}
.cid-veG8lTBhih.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-veG8lTBhih.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-veG8lTBhih .modal-content,
.cid-veG8lTBhih .modal-dialog {
  height: auto;
}
.cid-veG8lTBhih .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-veG8lTBhih .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-veG8lTBhih .form-wrapper .mbr-form .form-group,
  .cid-veG8lTBhih .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-veG8lTBhih .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-veG8lTBhih .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veG8lTBhih .mbr-text {
  text-align: center;
}
.cid-veG8lTBhih .pt-0 {
  padding-top: 0 !important;
}
.cid-veG8lTBhih .pb-0 {
  padding-bottom: 0 !important;
}
.cid-veG8lTBhih .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-veG8lTBhih .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-veG8lTBhih .modal-open {
  overflow: hidden;
}
.cid-veG8lTBhih .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-veG8lTBhih .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-veG8lTBhih .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-veG8lTBhih .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-veG8lTBhih .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-veG8lTBhih .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-veG8lTBhih .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-veG8lTBhih .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-veG8lTBhih .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-veG8lTBhih .modal-backdrop.fade {
  opacity: 0;
}
.cid-veG8lTBhih .modal-backdrop.show {
  opacity: .5;
}
.cid-veG8lTBhih .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-veG8lTBhih .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-veG8lTBhih .modal-header .close:hover {
  opacity: 1;
}
.cid-veG8lTBhih .modal-header .close:focus {
  outline: none;
}
.cid-veG8lTBhih .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-veG8lTBhih .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-veG8lTBhih .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-veG8lTBhih .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-veG8lTBhih .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-veG8lTBhih .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-veG8lTBhih .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-veG8lTBhih .modal-sm {
    max-width: 300px;
  }
  .cid-veG8lTBhih .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-veG8lTBhih .modal-lg,
  .cid-veG8lTBhih .modal-xl {
    max-width: 800px;
  }
  .cid-veG8lTBhih .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-veG8lTBhih .modal-xl {
    max-width: 1140px;
  }
  .cid-veG8lTBhih .container {
    max-width: 1140px;
  }
}
.cid-veG8lTBhih .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-veG8lTBhih .container {
    max-width: 720px;
  }
}
.cid-veG8lTBhih .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-veG8lTBhih .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-veG8lTBhih .form-group {
  margin-bottom: 1rem;
}
.cid-veG8lTBhih .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-veG8lTBhih .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-veG8lTBhih .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vduKMYfEvD.popup-builder {
  background-color: #ffffff;
}
.cid-vduKMYfEvD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vduKMYfEvD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vduKMYfEvD .modal-content,
.cid-vduKMYfEvD .modal-dialog {
  height: auto;
}
.cid-vduKMYfEvD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vduKMYfEvD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vduKMYfEvD .form-wrapper .mbr-form .form-group,
  .cid-vduKMYfEvD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vduKMYfEvD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vduKMYfEvD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vduKMYfEvD .mbr-text {
  text-align: center;
}
.cid-vduKMYfEvD .pt-0 {
  padding-top: 0 !important;
}
.cid-vduKMYfEvD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vduKMYfEvD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vduKMYfEvD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vduKMYfEvD .modal-open {
  overflow: hidden;
}
.cid-vduKMYfEvD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vduKMYfEvD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vduKMYfEvD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vduKMYfEvD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vduKMYfEvD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vduKMYfEvD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vduKMYfEvD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vduKMYfEvD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vduKMYfEvD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vduKMYfEvD .modal-backdrop.fade {
  opacity: 0;
}
.cid-vduKMYfEvD .modal-backdrop.show {
  opacity: .5;
}
.cid-vduKMYfEvD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-vduKMYfEvD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vduKMYfEvD .modal-header .close:hover {
  opacity: 1;
}
.cid-vduKMYfEvD .modal-header .close:focus {
  outline: none;
}
.cid-vduKMYfEvD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vduKMYfEvD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-vduKMYfEvD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-vduKMYfEvD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vduKMYfEvD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vduKMYfEvD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vduKMYfEvD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vduKMYfEvD .modal-sm {
    max-width: 300px;
  }
  .cid-vduKMYfEvD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-vduKMYfEvD .modal-lg,
  .cid-vduKMYfEvD .modal-xl {
    max-width: 800px;
  }
  .cid-vduKMYfEvD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-vduKMYfEvD .modal-xl {
    max-width: 1140px;
  }
  .cid-vduKMYfEvD .container {
    max-width: 1140px;
  }
}
.cid-vduKMYfEvD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vduKMYfEvD .container {
    max-width: 720px;
  }
}
.cid-vduKMYfEvD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vduKMYfEvD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vduKMYfEvD .form-group {
  margin-bottom: 1rem;
}
.cid-vduKMYfEvD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vduKMYfEvD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vduKMYfEvD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9jJU9ylLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vduPpm3r2J.popup-builder {
  background-color: #ffffff;
}
.cid-vduPpm3r2J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vduPpm3r2J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vduPpm3r2J .modal-content,
.cid-vduPpm3r2J .modal-dialog {
  height: auto;
}
.cid-vduPpm3r2J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vduPpm3r2J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vduPpm3r2J .form-wrapper .mbr-form .form-group,
  .cid-vduPpm3r2J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vduPpm3r2J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vduPpm3r2J .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vduPpm3r2J .mbr-text {
  text-align: center;
}
.cid-vduPpm3r2J .pt-0 {
  padding-top: 0 !important;
}
.cid-vduPpm3r2J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vduPpm3r2J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vduPpm3r2J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vduPpm3r2J .modal-open {
  overflow: hidden;
}
.cid-vduPpm3r2J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vduPpm3r2J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vduPpm3r2J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vduPpm3r2J .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vduPpm3r2J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vduPpm3r2J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vduPpm3r2J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vduPpm3r2J .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vduPpm3r2J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vduPpm3r2J .modal-backdrop.fade {
  opacity: 0;
}
.cid-vduPpm3r2J .modal-backdrop.show {
  opacity: .5;
}
.cid-vduPpm3r2J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-vduPpm3r2J .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vduPpm3r2J .modal-header .close:hover {
  opacity: 1;
}
.cid-vduPpm3r2J .modal-header .close:focus {
  outline: none;
}
.cid-vduPpm3r2J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vduPpm3r2J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-vduPpm3r2J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-vduPpm3r2J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vduPpm3r2J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vduPpm3r2J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vduPpm3r2J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vduPpm3r2J .modal-sm {
    max-width: 300px;
  }
  .cid-vduPpm3r2J .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-vduPpm3r2J .modal-lg,
  .cid-vduPpm3r2J .modal-xl {
    max-width: 800px;
  }
  .cid-vduPpm3r2J .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-vduPpm3r2J .modal-xl {
    max-width: 1140px;
  }
  .cid-vduPpm3r2J .container {
    max-width: 1140px;
  }
}
.cid-vduPpm3r2J .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vduPpm3r2J .container {
    max-width: 720px;
  }
}
.cid-vduPpm3r2J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vduPpm3r2J .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vduPpm3r2J .form-group {
  margin-bottom: 1rem;
}
.cid-vduPpm3r2J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vduPpm3r2J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vduPpm3r2J .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v96PDHbC9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v96PDHbC9d .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v96PDHbC9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v96PDHbC9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v96PDHbC9d .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-v96PDHbC9d .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v96PDHbC9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v96PDHbC9d .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-v96PDHbC9d .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v96PDHbC9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v96PDHbC9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v96PDHbC9d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v96PDHbC9d .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v96PDHbC9d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v96PDHbC9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v96PDHbC9d .dropdown-item.active,
.cid-v96PDHbC9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v96PDHbC9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v96PDHbC9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v96PDHbC9d ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v96PDHbC9d .navbar-buttons {
  text-align: center;
}
.cid-v96PDHbC9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v96PDHbC9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-v96PDHbC9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-link:hover,
.cid-v96PDHbC9d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v81rdX9Mbb {
  background-image: url("../../../assets/images/36011-ket220082-img-01-1024x768.webp");
}
.cid-v81rdX9Mbb .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-v81rdX9Mbb .mbr-section-title {
  color: #232323;
}
.cid-v81rdX9Mbb .mbr-section-title span {
  color: #ffbc00;
}
.cid-v81rdX9Mbb .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v81rdX9Mbb .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-v81rgsqpjW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-v81rgsqpjW .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-v81rgsqpjW .mbr-text {
  width: 100%;
  height: auto;
}
.cid-v81rgsqpjW .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-v81rgsqpjW .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v81rgsqpjW .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-v8zkXZ9TLo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8zkXZ9TLo .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-v8zkXZ9TLo .card {
  margin-bottom: 2rem;
}
.cid-v8zkXZ9TLo .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-v8zkXZ9TLo .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-v8zkXZ9TLo .btn {
  margin: .3rem;
}
.cid-v8zkXZ9TLo .mbr-section-title {
  margin: 0;
}
.cid-v8zkXZ9TLo .card-underline,
.cid-v8zkXZ9TLo .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-v8zkXZ9TLo .card-underline .line,
.cid-v8zkXZ9TLo .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-v8zkXZ9TLo .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-v8zkXZ9TLo .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-v8zkXZ9TLo .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8zkXZ9TLo .row-content {
    min-width: 100%;
  }
  .cid-v8zkXZ9TLo .card {
    display: block;
  }
}
.cid-vhveAkUfwk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhveAkUfwk .content {
  padding: 50px 75px;
  background-color: #ffc658;
}
.cid-vhveAkUfwk .content a {
  background-size: 100% 0%;
}
.cid-vhveAkUfwk .content a:hover {
  background-size: 100% 100%;
}
.cid-vhveAkUfwk .content .list {
  margin-bottom: 0;
}
.cid-vhveAkUfwk ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .cid-vhveAkUfwk .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .cid-vhveAkUfwk .content {
    padding: 12% 9% 12% 9%;
  }
}
.cid-v9jJU9ylLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-v96PDHbC9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v96PDHbC9d .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v96PDHbC9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v96PDHbC9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v96PDHbC9d .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-v96PDHbC9d .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v96PDHbC9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v96PDHbC9d .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-v96PDHbC9d .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v96PDHbC9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v96PDHbC9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v96PDHbC9d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v96PDHbC9d .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v96PDHbC9d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v96PDHbC9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v96PDHbC9d .dropdown-item.active,
.cid-v96PDHbC9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v96PDHbC9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v96PDHbC9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v96PDHbC9d ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v96PDHbC9d .navbar-buttons {
  text-align: center;
}
.cid-v96PDHbC9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v96PDHbC9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-v96PDHbC9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-link:hover,
.cid-v96PDHbC9d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v81s0JXdAN {
  background-image: url("../../../assets/images/20250120-113215-2000x1416.webp");
}
.cid-v81s0JXdAN .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-v81s0JXdAN .mbr-section-title {
  color: #232323;
}
.cid-v81s0JXdAN .mbr-section-title span {
  color: #ffbc00;
}
.cid-v81s0JXdAN .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v81s0JXdAN .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-v81s0LjtHT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-v81s0LjtHT .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-v81s0LjtHT .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.cid-v81s0LjtHT .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-v81s0LjtHT .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v81s0LjtHT .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-qwahOLMxCc {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
.cid-qwahOLMxCc .b-0 {
  bottom: 0;
}
.cid-qwahOLMxCc .bg-shadow {
  background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}
.cid-qwahOLMxCc .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.cid-qwahOLMxCc .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.cid-qwahOLMxCc .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.cid-qwahOLMxCc .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .cid-qwahOLMxCc .carousel-indicators li {
    transition: none;
  }
}
.cid-qwahOLMxCc .carousel-indicators .active {
  opacity: 1;
}
.cid-qwahOLMxCc .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.cid-qwahOLMxCc .badge-primary {
  color: #fff;
  background-color: #ff3366;
}
.cid-qwahOLMxCc a.badge-primary:hover,
.cid-qwahOLMxCc a.badge-primary:focus {
  color: #fff;
  background-color: #008cff;
}
.cid-qwahOLMxCc a.badge-primary:focus,
.cid-qwahOLMxCc a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #008cff;
}
.cid-qwahOLMxCc .badge {
  border: 1px solid #000;
}
.cid-qwahOLMxCc .top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}
.cid-qwahOLMxCc .overflow {
  position: relative;
  overflow: hidden;
}
.cid-qwahOLMxCc .zoom img {
  transition: all 0.2s linear;
}
.cid-qwahOLMxCc .zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-qwahOLMxCc img {
  vertical-align: middle;
  border-style: none;
}
.cid-qwahOLMxCc svg {
  overflow: hidden;
  vertical-align: middle;
}
.cid-qwahOLMxCc .img-fluid {
  max-width: 100%;
  height: auto;
}
.cid-qwahOLMxCc .w-100 {
  width: 100% !important;
}
.cid-qwahOLMxCc H1 {
  color: #ffffff;
}
.cid-qwahOLMxCc P {
  color: #ffffff;
}
.cid-qwahOLMxCc H2 {
  text-align: center;
  color: #ffffff;
}
.cid-qwahOLMxCc DIV {
  color: #ff3366;
}
.cid-qwahOLMxCc .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-qwahOLMxCc H6 {
  text-align: left;
}
.cid-v8mdQs1hmH {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ffffff, #fcecc1);
}
.cid-v8mdQs1hmH .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-v8mdQs1hmH * {
  box-sizing: border-box;
}
.cid-v8mdQs1hmH body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 5rem 1rem;
}
.cid-v8mdQs1hmH p {
  margin: 0 0 1rem;
}
.cid-v8mdQs1hmH img {
  display: block;
  width: 100%;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}
.cid-v8mdQs1hmH .flex-container {
  max-width: 59rem;
  margin: 0 auto 5rem auto;
  filter: drop-shadow(16px 16px 9px #232323);
}
.cid-v8mdQs1hmH .col {
  position: relative;
}
.cid-v8mdQs1hmH .col--img {
  flex: 0 0 40%;
  align-self: flex-start;
}
.cid-v8mdQs1hmH .col--text {
  background-color: #ffda73;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}
@media (min-width: 40em) {
  .cid-v8mdQs1hmH h3 {
    font-size: 2rem;
  }
  .cid-v8mdQs1hmH .flex-container {
    display: flex;
  }
  .cid-v8mdQs1hmH .col--text {
    padding: 2rem 4rem;
    margin-top: 2rem;
    margin-left: -2rem;
    z-index: -1;
  }
}
.cid-v8mdQs1hmH .mbr-section-subtitle {
  text-align: left;
  color: #a65c00;
}
.cid-v8mdQs1hmH P {
  color: #a65c00;
  text-align: left;
}
.cid-v8mdQs1hmH H3 {
  text-align: left;
  color: #ffffff;
}
.cid-v8mdm6HSXL.popup-builder {
  background-color: #ffffff;
}
.cid-v8mdm6HSXL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v8mdm6HSXL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v8mdm6HSXL .modal-content,
.cid-v8mdm6HSXL .modal-dialog {
  height: auto;
}
.cid-v8mdm6HSXL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v8mdm6HSXL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v8mdm6HSXL .form-wrapper .mbr-form .form-group,
  .cid-v8mdm6HSXL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v8mdm6HSXL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v8mdm6HSXL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8mdm6HSXL .mbr-text {
  text-align: center;
}
.cid-v8mdm6HSXL .pt-0 {
  padding-top: 0 !important;
}
.cid-v8mdm6HSXL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v8mdm6HSXL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v8mdm6HSXL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v8mdm6HSXL .modal-open {
  overflow: hidden;
}
.cid-v8mdm6HSXL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v8mdm6HSXL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v8mdm6HSXL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v8mdm6HSXL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v8mdm6HSXL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v8mdm6HSXL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v8mdm6HSXL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v8mdm6HSXL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v8mdm6HSXL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v8mdm6HSXL .modal-backdrop.fade {
  opacity: 0;
}
.cid-v8mdm6HSXL .modal-backdrop.show {
  opacity: .5;
}
.cid-v8mdm6HSXL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v8mdm6HSXL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v8mdm6HSXL .modal-header .close:hover {
  opacity: 1;
}
.cid-v8mdm6HSXL .modal-header .close:focus {
  outline: none;
}
.cid-v8mdm6HSXL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v8mdm6HSXL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v8mdm6HSXL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v8mdm6HSXL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v8mdm6HSXL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v8mdm6HSXL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v8mdm6HSXL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v8mdm6HSXL .modal-sm {
    max-width: 300px;
  }
  .cid-v8mdm6HSXL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v8mdm6HSXL .modal-lg,
  .cid-v8mdm6HSXL .modal-xl {
    max-width: 800px;
  }
  .cid-v8mdm6HSXL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v8mdm6HSXL .modal-xl {
    max-width: 1140px;
  }
  .cid-v8mdm6HSXL .container {
    max-width: 1140px;
  }
}
.cid-v8mdm6HSXL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v8mdm6HSXL .container {
    max-width: 720px;
  }
}
.cid-v8mdm6HSXL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v8mdm6HSXL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v8mdm6HSXL .form-group {
  margin-bottom: 1rem;
}
.cid-v8mdm6HSXL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v8mdm6HSXL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v8mdm6HSXL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9jJU9ylLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-v96PDHbC9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v96PDHbC9d .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v96PDHbC9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v96PDHbC9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v96PDHbC9d .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-v96PDHbC9d .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v96PDHbC9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v96PDHbC9d .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-v96PDHbC9d .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v96PDHbC9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v96PDHbC9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v96PDHbC9d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v96PDHbC9d .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v96PDHbC9d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v96PDHbC9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v96PDHbC9d .dropdown-item.active,
.cid-v96PDHbC9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v96PDHbC9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v96PDHbC9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v96PDHbC9d ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v96PDHbC9d .navbar-buttons {
  text-align: center;
}
.cid-v96PDHbC9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v96PDHbC9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-v96PDHbC9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-link:hover,
.cid-v96PDHbC9d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v8jm4kVikn {
  background-image: url("../../../assets/images/36011-ket220082-img-11-1024x768.webp");
}
.cid-v8jm4kVikn .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-v8jm4kVikn .mbr-section-title {
  color: #232323;
}
.cid-v8jm4kVikn .mbr-section-title span {
  color: #ffbc00;
}
.cid-v8jm4kVikn .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8jm4kVikn .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-v8jm4lNADa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-v8jm4lNADa .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-v8jm4lNADa .mbr-text {
  width: 100%;
  height: auto;
}
.cid-v8jm4lNADa .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-v8jm4lNADa .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8jm4lNADa .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-vdFYu6o9BE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #fcecc1;
}
.cid-vdFYu6o9BE .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-vdFYu6o9BE .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #a65c00;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-vdFYu6o9BE .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vdFYu6o9BE .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-vdFYu6o9BE .mbr-timeline-title,
.cid-vdFYu6o9BE .mbr-timeline-text {
  color: #ffffff;
}
.cid-vdFYu6o9BE .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-vdFYu6o9BE .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-vdFYu6o9BE .timeline-element:hover .timeline-text-content h4,
.cid-vdFYu6o9BE .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ff8f00 !important;
}
.cid-vdFYu6o9BE .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ff8f00 !important;
}
.cid-vdFYu6o9BE .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #ff8f00 !important;
}
.cid-vdFYu6o9BE .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vdFYu6o9BE .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-vdFYu6o9BE .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #a65c00;
  top: 20px;
  margin-left: -30px;
}
.cid-vdFYu6o9BE .iconsBackground span {
  color: #ffffff;
}
.cid-vdFYu6o9BE .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-vdFYu6o9BE .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #a65c00;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-vdFYu6o9BE .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-vdFYu6o9BE .iconsBackground {
    left: 1.5rem;
  }
  .cid-vdFYu6o9BE .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-vdFYu6o9BE .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-vdFYu6o9BE .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-vdFYu6o9BE .mbr-timeline-text {
  color: #ffffff;
}
.cid-v9jJU9ylLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-v96PDHbC9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v96PDHbC9d .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v96PDHbC9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v96PDHbC9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v96PDHbC9d .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-v96PDHbC9d .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v96PDHbC9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v96PDHbC9d .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-v96PDHbC9d .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v96PDHbC9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v96PDHbC9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v96PDHbC9d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v96PDHbC9d .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v96PDHbC9d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v96PDHbC9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v96PDHbC9d .dropdown-item.active,
.cid-v96PDHbC9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v96PDHbC9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v96PDHbC9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v96PDHbC9d ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v96PDHbC9d .navbar-buttons {
  text-align: center;
}
.cid-v96PDHbC9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v96PDHbC9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-v96PDHbC9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-link:hover,
.cid-v96PDHbC9d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v9jJU9ylLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-v9jKrGXOZz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v9jKrGXOZz .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v9jKrGXOZz .photo-split {
  padding: 0;
}
.cid-v9jKrGXOZz .photo-split img {
  width: 100%;
}
.cid-v9jKrGXOZz .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-v9jKrGXOZz .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v9jKrGXOZz .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-v9jKrGXOZz .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-v9jKrGXOZz .wrap-block {
  padding: 3rem 3rem;
}
.cid-v9jKrGXOZz .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v9jKrGXOZz .wrap-block ul li {
  display: inline-block;
}
.cid-v9jKrGXOZz .wrap-block ul li span {
  text-align: center;
}
.cid-v9jKrGXOZz .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-v9jKrGXOZz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v9jKrGXOZz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-v9jKrGXOZz .mbr-list,
.cid-v9jKrGXOZz .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-v9jKrGXOZz .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v9jKrGXOZz .mbr-section-title,
  .cid-v9jKrGXOZz .mbr-section-subtitle,
  .cid-v9jKrGXOZz .mbr-text {
    text-align: center !important;
  }
  .cid-v9jKrGXOZz .social-list {
    text-align: center !important;
  }
}
.cid-v96PDHbC9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v96PDHbC9d .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v96PDHbC9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v96PDHbC9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v96PDHbC9d .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-v96PDHbC9d .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v96PDHbC9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v96PDHbC9d .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-v96PDHbC9d .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v96PDHbC9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v96PDHbC9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v96PDHbC9d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v96PDHbC9d .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v96PDHbC9d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v96PDHbC9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v96PDHbC9d .dropdown-item.active,
.cid-v96PDHbC9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v96PDHbC9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v96PDHbC9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v96PDHbC9d ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v96PDHbC9d .navbar-buttons {
  text-align: center;
}
.cid-v96PDHbC9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v96PDHbC9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-v96PDHbC9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-link:hover,
.cid-v96PDHbC9d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v9jJU9ylLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-v9LOpOMkBB {
  background-image: url("../../../assets/images/untitled-575x666.webp");
}
.cid-v9LOpOMkBB .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-v9LOpOMkBB .mbr-section-title {
  color: #232323;
}
.cid-v9LOpOMkBB .mbr-section-title span {
  color: #ffbc00;
}
.cid-v9LOpOMkBB .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9LOpOMkBB .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-v9LOkg9hGT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v9LQTTpVhD {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffc173, #a65c00);
}
.cid-v9LQTTpVhD .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-v9LQTTpVhD #mu-about {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
}
.cid-v9LQTTpVhD .mu-about-area {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}
.cid-v9LQTTpVhD .mu-about-left {
  display: inline;
  float: left;
  width: 100%;
}
.cid-v9LQTTpVhD .mu-about-right {
  display: inline;
  float: left;
  margin-top: 35px;
  width: 130%;
  background-color: #ffffff;
  padding: 40px;
  margin-left: -175px;
  box-shadow: 20px 20px 22px 4px #232323;
}
.cid-v9LQTTpVhD .mu-about-right p {
  font-size: 15px;
}
.cid-v9LQTTpVhD img {
  border: none;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .cid-v9LQTTpVhD .mu-about-right {
    margin-top: 20px;
    width: 140%;
    padding: 25px;
    margin-left: -190px;
  }
}
@media (max-width: 991px) {
  .cid-v9LQTTpVhD .mu-about-left img {
    max-width: none;
    width: 115%;
  }
  .cid-v9LQTTpVhD .mu-about-right {
    margin-top: 75px;
    width: 160%;
    padding: 20px;
    margin-left: -190px;
  }
  .cid-v9LQTTpVhD .mu-about-right p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cid-v9LQTTpVhD .mu-about-area {
    padding: 50px 0;
  }
  .cid-v9LQTTpVhD .mu-about-left img {
    max-width: 100%;
    width: auto;
  }
  .cid-v9LQTTpVhD .mu-about-right {
    margin-top: 30px;
    width: 100%;
    padding: 0;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v9LQTTpVhD .mu-about-right p {
    font-size: 15px;
  }
}
.cid-v9LQTTpVhD .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-v9LQTTpVhD P {
  text-align: left;
  color: #232323;
}
.cid-v9LOlEdt7w {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-v9LOlEdt7w .images-container.container-fluid {
  padding: 0;
}
.cid-v9LOlEdt7w .media-container-row {
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9LOlEdt7w .media-container-row .img-item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-v9LOlEdt7w .media-container-row .img-item img {
  width: 100%;
}
.cid-v9LOlEdt7w .media-container-row .img-item .img-caption {
  background: #ffbc00;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.cid-v9LOlEdt7w .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-v9LOlEdt7w .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-v9LOlEdt7w .media-container-row .img-item.item1 .img-caption {
  right: 2rem;
}
@media (max-width: 992px) {
  .cid-v9LOlEdt7w .img-item {
    width: 100% !important;
  }
  .cid-v9LOlEdt7w .img-item.item1 {
    width: 100%;
    -webkit-flex-basis: initial !important;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
  .cid-v9LOlEdt7w .img-item .img-caption {
    position: relative !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9LOlEdt7w .media-container-row .img-item {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.cid-vaxzFItODB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-vaxzFItODB .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-vaxzFItODB .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-vaxzFItODB .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vaxzFItODB .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vaxzFItODB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaxzFItODB .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vaxzFItODB .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-vaxzFItODB .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vaxzFItODB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaxzFItODB .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vaxzFItODB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaxzFItODB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaxzFItODB .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-vaxzFItODB .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vaxzFItODB .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vaxzFItODB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaxzFItODB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vaxzFItODB .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vaxzFItODB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaxzFItODB .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vaxzFItODB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaxzFItODB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaxzFItODB .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-vaxzFItODB .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vaxzFItODB .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vaxzFItODB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaxzFItODB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaxzFItODB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vaxzFItODB .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vaxzFItODB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaxzFItODB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaxzFItODB .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-vaxzFItODB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaxzFItODB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaxzFItODB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaxzFItODB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaxzFItODB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaxzFItODB .dropdown-item.active,
.cid-vaxzFItODB .dropdown-item:active {
  background-color: transparent;
}
.cid-vaxzFItODB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaxzFItODB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaxzFItODB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaxzFItODB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-vaxzFItODB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vaxzFItODB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaxzFItODB ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vaxzFItODB .navbar-buttons {
  text-align: center;
}
.cid-vaxzFItODB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaxzFItODB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaxzFItODB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaxzFItODB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaxzFItODB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaxzFItODB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaxzFItODB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaxzFItODB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vaxzFItODB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vaxzFItODB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaxzFItODB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vaxzFItODB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vaxzFItODB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaxzFItODB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vaxzFItODB .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vaxzFItODB .nav-link:hover,
.cid-vaxzFItODB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vaxzFIXEdV {
  padding-top: 135px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/36011-ket220082-img-01-1024x768.webp");
}
.cid-vaxzFIXEdV .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-vaxzFIXEdV .mbr-section-title {
  color: #232323;
}
.cid-vaxzFIXEdV .mbr-section-title span {
  color: #ffbc00;
}
.cid-vaxzFIXEdV .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaxzFIXEdV .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-vdAtNdCxpv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffc173;
}
.cid-vaxzFJcHC9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffc173;
}
.cid-vaxzFJcHC9 blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vaxzFJcHC9 .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-vaxzFJcHC9 .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-vaxzFJcHC9 P {
  text-align: center;
}
.cid-vay5MSw37D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vay5MSw37D .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vay5MSw37D .photo-split {
  padding: 0;
}
.cid-vay5MSw37D .photo-split img {
  width: 100%;
}
.cid-vay5MSw37D .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vay5MSw37D .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vay5MSw37D .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vay5MSw37D .wrap-block {
  padding: 3rem 3rem;
}
.cid-vay5MSw37D .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vay5MSw37D .wrap-block ul li {
  display: inline-block;
}
.cid-vay5MSw37D .wrap-block ul li span {
  text-align: center;
}
.cid-vay5MSw37D .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vay5MSw37D .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vay5MSw37D .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vay5MSw37D .mbr-list,
.cid-vay5MSw37D .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vay5MSw37D .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vay5MSw37D .mbr-section-title,
  .cid-vay5MSw37D .mbr-section-subtitle,
  .cid-vay5MSw37D .mbr-text {
    text-align: center !important;
  }
  .cid-vay5MSw37D .social-list {
    text-align: center !important;
  }
}
.cid-vay5MSw37D .mbr-text DIV {
  text-align: right;
}
.cid-vay5MSw37D .mbr-text {
  text-align: right;
}
.cid-vcptYCc78t.popup-builder {
  background-color: #ffffff;
}
.cid-vcptYCc78t.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vcptYCc78t.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vcptYCc78t .modal-content,
.cid-vcptYCc78t .modal-dialog {
  height: auto;
}
.cid-vcptYCc78t .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vcptYCc78t .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vcptYCc78t .form-wrapper .mbr-form .form-group,
  .cid-vcptYCc78t .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vcptYCc78t .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vcptYCc78t .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcptYCc78t .mbr-text {
  text-align: center;
}
.cid-vcptYCc78t .pt-0 {
  padding-top: 0 !important;
}
.cid-vcptYCc78t .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vcptYCc78t .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vcptYCc78t .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vcptYCc78t .modal-open {
  overflow: hidden;
}
.cid-vcptYCc78t .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vcptYCc78t .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vcptYCc78t .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vcptYCc78t .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vcptYCc78t .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vcptYCc78t .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vcptYCc78t .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vcptYCc78t .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vcptYCc78t .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vcptYCc78t .modal-backdrop.fade {
  opacity: 0;
}
.cid-vcptYCc78t .modal-backdrop.show {
  opacity: .5;
}
.cid-vcptYCc78t .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-vcptYCc78t .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vcptYCc78t .modal-header .close:hover {
  opacity: 1;
}
.cid-vcptYCc78t .modal-header .close:focus {
  outline: none;
}
.cid-vcptYCc78t .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vcptYCc78t .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-vcptYCc78t .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-vcptYCc78t .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vcptYCc78t .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vcptYCc78t .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vcptYCc78t .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vcptYCc78t .modal-sm {
    max-width: 300px;
  }
  .cid-vcptYCc78t .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-vcptYCc78t .modal-lg,
  .cid-vcptYCc78t .modal-xl {
    max-width: 800px;
  }
  .cid-vcptYCc78t .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-vcptYCc78t .modal-xl {
    max-width: 1140px;
  }
  .cid-vcptYCc78t .container {
    max-width: 1140px;
  }
}
.cid-vcptYCc78t .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vcptYCc78t .container {
    max-width: 720px;
  }
}
.cid-vcptYCc78t .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vcptYCc78t .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vcptYCc78t .form-group {
  margin-bottom: 1rem;
}
.cid-vcptYCc78t .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vcptYCc78t .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vcptYCc78t .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vayahpvqGI.popup-builder {
  background-color: #ffffff;
}
.cid-vayahpvqGI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vayahpvqGI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vayahpvqGI .modal-content,
.cid-vayahpvqGI .modal-dialog {
  height: auto;
}
.cid-vayahpvqGI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vayahpvqGI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vayahpvqGI .form-wrapper .mbr-form .form-group,
  .cid-vayahpvqGI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vayahpvqGI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vayahpvqGI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vayahpvqGI .mbr-text {
  text-align: center;
}
.cid-vayahpvqGI .pt-0 {
  padding-top: 0 !important;
}
.cid-vayahpvqGI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vayahpvqGI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vayahpvqGI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vayahpvqGI .modal-open {
  overflow: hidden;
}
.cid-vayahpvqGI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vayahpvqGI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vayahpvqGI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vayahpvqGI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vayahpvqGI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vayahpvqGI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vayahpvqGI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vayahpvqGI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vayahpvqGI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vayahpvqGI .modal-backdrop.fade {
  opacity: 0;
}
.cid-vayahpvqGI .modal-backdrop.show {
  opacity: .5;
}
.cid-vayahpvqGI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-vayahpvqGI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vayahpvqGI .modal-header .close:hover {
  opacity: 1;
}
.cid-vayahpvqGI .modal-header .close:focus {
  outline: none;
}
.cid-vayahpvqGI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vayahpvqGI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-vayahpvqGI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-vayahpvqGI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vayahpvqGI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vayahpvqGI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vayahpvqGI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vayahpvqGI .modal-sm {
    max-width: 300px;
  }
  .cid-vayahpvqGI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-vayahpvqGI .modal-lg,
  .cid-vayahpvqGI .modal-xl {
    max-width: 800px;
  }
  .cid-vayahpvqGI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-vayahpvqGI .modal-xl {
    max-width: 1140px;
  }
  .cid-vayahpvqGI .container {
    max-width: 1140px;
  }
}
.cid-vayahpvqGI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vayahpvqGI .container {
    max-width: 720px;
  }
}
.cid-vayahpvqGI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vayahpvqGI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vayahpvqGI .form-group {
  margin-bottom: 1rem;
}
.cid-vayahpvqGI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vayahpvqGI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vayahpvqGI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaxOxFrS5g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vaxOxFrS5g .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vaxOxFrS5g .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vaxOxFrS5g .photo-split {
  padding: 0;
}
.cid-vaxOxFrS5g .photo-split img {
  width: 100%;
}
.cid-vaxOxFrS5g .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vaxOxFrS5g .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaxOxFrS5g .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vaxOxFrS5g .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vaxOxFrS5g .wrap-block {
  padding: 3rem 3rem;
}
.cid-vaxOxFrS5g .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vaxOxFrS5g .wrap-block ul li {
  display: inline-block;
}
.cid-vaxOxFrS5g .wrap-block ul li span {
  text-align: center;
}
.cid-vaxOxFrS5g .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vaxOxFrS5g .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vaxOxFrS5g .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vaxOxFrS5g .mbr-list,
.cid-vaxOxFrS5g .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vaxOxFrS5g .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vaxOxFrS5g .mbr-section-title,
  .cid-vaxOxFrS5g .mbr-section-subtitle,
  .cid-vaxOxFrS5g .mbr-text {
    text-align: center !important;
  }
  .cid-vaxOxFrS5g .social-list {
    text-align: center !important;
  }
}
.cid-vaxOxFrS5g .mbr-text {
  text-align: justify;
}
.cid-vaxOxFrS5g .mbr-section-subtitle {
  text-align: right;
}
.cid-vaxOxFrS5g .mbr-section-title {
  text-align: right;
}
.cid-vaxMiG4YjP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vaxMiG4YjP .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vaxMiG4YjP .photo-split {
  padding: 0;
}
.cid-vaxMiG4YjP .photo-split img {
  width: 100%;
}
.cid-vaxMiG4YjP .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vaxMiG4YjP .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaxMiG4YjP .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vaxMiG4YjP .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vaxMiG4YjP .wrap-block {
  padding: 3rem 3rem;
}
.cid-vaxMiG4YjP .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vaxMiG4YjP .wrap-block ul li {
  display: inline-block;
}
.cid-vaxMiG4YjP .wrap-block ul li span {
  text-align: center;
}
.cid-vaxMiG4YjP .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vaxMiG4YjP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vaxMiG4YjP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vaxMiG4YjP .mbr-list,
.cid-vaxMiG4YjP .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vaxMiG4YjP .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vaxMiG4YjP .mbr-section-title,
  .cid-vaxMiG4YjP .mbr-section-subtitle,
  .cid-vaxMiG4YjP .mbr-text {
    text-align: center !important;
  }
  .cid-vaxMiG4YjP .social-list {
    text-align: center !important;
  }
}
.cid-vaxMiG4YjP .mbr-text {
  text-align: right;
}
.cid-vaxMiG4YjP .mbr-section-title {
  text-align: justify;
}
.cid-vaxMiG4YjP .mbr-section-subtitle {
  text-align: justify;
}
.cid-vaxOyjBOJ5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vaxOyjBOJ5 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vaxOyjBOJ5 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vaxOyjBOJ5 .photo-split {
  padding: 0;
}
.cid-vaxOyjBOJ5 .photo-split img {
  width: 100%;
}
.cid-vaxOyjBOJ5 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vaxOyjBOJ5 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaxOyjBOJ5 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vaxOyjBOJ5 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vaxOyjBOJ5 .wrap-block {
  padding: 3rem 3rem;
}
.cid-vaxOyjBOJ5 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vaxOyjBOJ5 .wrap-block ul li {
  display: inline-block;
}
.cid-vaxOyjBOJ5 .wrap-block ul li span {
  text-align: center;
}
.cid-vaxOyjBOJ5 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vaxOyjBOJ5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vaxOyjBOJ5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vaxOyjBOJ5 .mbr-list,
.cid-vaxOyjBOJ5 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vaxOyjBOJ5 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vaxOyjBOJ5 .mbr-section-title,
  .cid-vaxOyjBOJ5 .mbr-section-subtitle,
  .cid-vaxOyjBOJ5 .mbr-text {
    text-align: center !important;
  }
  .cid-vaxOyjBOJ5 .social-list {
    text-align: center !important;
  }
}
.cid-vaxOyjBOJ5 .mbr-text {
  text-align: justify;
}
.cid-vaxOyjBOJ5 .mbr-section-subtitle {
  text-align: right;
}
.cid-vaxOyjBOJ5 .mbr-section-title {
  text-align: right;
}
.cid-vcvrges3YU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vcvrges3YU .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vcvrges3YU .photo-split {
  padding: 0;
}
.cid-vcvrges3YU .photo-split img {
  width: 100%;
}
.cid-vcvrges3YU .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vcvrges3YU .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vcvrges3YU .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vcvrges3YU .wrap-block {
  padding: 3rem 3rem;
}
.cid-vcvrges3YU .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vcvrges3YU .wrap-block ul li {
  display: inline-block;
}
.cid-vcvrges3YU .wrap-block ul li span {
  text-align: center;
}
.cid-vcvrges3YU .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vcvrges3YU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vcvrges3YU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vcvrges3YU .mbr-list,
.cid-vcvrges3YU .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vcvrges3YU .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcvrges3YU .mbr-section-title,
  .cid-vcvrges3YU .mbr-section-subtitle,
  .cid-vcvrges3YU .mbr-text {
    text-align: center !important;
  }
  .cid-vcvrges3YU .social-list {
    text-align: center !important;
  }
}
.cid-vcvrges3YU .mbr-text {
  text-align: right;
}
.cid-vayjMkbdYm.popup-builder {
  background-color: #ffffff;
}
.cid-vayjMkbdYm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vayjMkbdYm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vayjMkbdYm .modal-content,
.cid-vayjMkbdYm .modal-dialog {
  height: auto;
}
.cid-vayjMkbdYm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vayjMkbdYm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vayjMkbdYm .form-wrapper .mbr-form .form-group,
  .cid-vayjMkbdYm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vayjMkbdYm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vayjMkbdYm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vayjMkbdYm .mbr-text {
  text-align: center;
}
.cid-vayjMkbdYm .pt-0 {
  padding-top: 0 !important;
}
.cid-vayjMkbdYm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vayjMkbdYm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vayjMkbdYm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vayjMkbdYm .modal-open {
  overflow: hidden;
}
.cid-vayjMkbdYm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vayjMkbdYm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vayjMkbdYm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vayjMkbdYm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vayjMkbdYm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vayjMkbdYm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vayjMkbdYm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vayjMkbdYm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vayjMkbdYm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vayjMkbdYm .modal-backdrop.fade {
  opacity: 0;
}
.cid-vayjMkbdYm .modal-backdrop.show {
  opacity: .5;
}
.cid-vayjMkbdYm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-vayjMkbdYm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vayjMkbdYm .modal-header .close:hover {
  opacity: 1;
}
.cid-vayjMkbdYm .modal-header .close:focus {
  outline: none;
}
.cid-vayjMkbdYm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vayjMkbdYm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-vayjMkbdYm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-vayjMkbdYm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vayjMkbdYm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vayjMkbdYm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vayjMkbdYm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vayjMkbdYm .modal-sm {
    max-width: 300px;
  }
  .cid-vayjMkbdYm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-vayjMkbdYm .modal-lg,
  .cid-vayjMkbdYm .modal-xl {
    max-width: 800px;
  }
  .cid-vayjMkbdYm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-vayjMkbdYm .modal-xl {
    max-width: 1140px;
  }
  .cid-vayjMkbdYm .container {
    max-width: 1140px;
  }
}
.cid-vayjMkbdYm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vayjMkbdYm .container {
    max-width: 720px;
  }
}
.cid-vayjMkbdYm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vayjMkbdYm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vayjMkbdYm .form-group {
  margin-bottom: 1rem;
}
.cid-vayjMkbdYm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vayjMkbdYm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vayjMkbdYm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaxS8O0h2y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vaxS8O0h2y .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vaxS8O0h2y .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vaxS8O0h2y .photo-split {
  padding: 0;
}
.cid-vaxS8O0h2y .photo-split img {
  width: 100%;
}
.cid-vaxS8O0h2y .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vaxS8O0h2y .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaxS8O0h2y .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vaxS8O0h2y .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vaxS8O0h2y .wrap-block {
  padding: 3rem 3rem;
}
.cid-vaxS8O0h2y .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vaxS8O0h2y .wrap-block ul li {
  display: inline-block;
}
.cid-vaxS8O0h2y .wrap-block ul li span {
  text-align: center;
}
.cid-vaxS8O0h2y .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vaxS8O0h2y .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vaxS8O0h2y .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vaxS8O0h2y .mbr-list,
.cid-vaxS8O0h2y .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vaxS8O0h2y .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vaxS8O0h2y .mbr-section-title,
  .cid-vaxS8O0h2y .mbr-section-subtitle,
  .cid-vaxS8O0h2y .mbr-text {
    text-align: center !important;
  }
  .cid-vaxS8O0h2y .social-list {
    text-align: center !important;
  }
}
.cid-vaxS8O0h2y .mbr-section-subtitle {
  text-align: right;
}
.cid-vaxS8O0h2y .mbr-section-title {
  text-align: right;
}
.cid-vaxQGd2Szw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vaxQGd2Szw .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vaxQGd2Szw .photo-split {
  padding: 0;
}
.cid-vaxQGd2Szw .photo-split img {
  width: 100%;
}
.cid-vaxQGd2Szw .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vaxQGd2Szw .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaxQGd2Szw .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vaxQGd2Szw .wrap-block {
  padding: 3rem 3rem;
}
.cid-vaxQGd2Szw .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vaxQGd2Szw .wrap-block ul li {
  display: inline-block;
}
.cid-vaxQGd2Szw .wrap-block ul li span {
  text-align: center;
}
.cid-vaxQGd2Szw .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vaxQGd2Szw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vaxQGd2Szw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vaxQGd2Szw .mbr-list,
.cid-vaxQGd2Szw .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vaxQGd2Szw .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vaxQGd2Szw .mbr-section-title,
  .cid-vaxQGd2Szw .mbr-section-subtitle,
  .cid-vaxQGd2Szw .mbr-text {
    text-align: center !important;
  }
  .cid-vaxQGd2Szw .social-list {
    text-align: center !important;
  }
}
.cid-vaxQGd2Szw .mbr-text {
  text-align: right;
}
.cid-vcwyTVCZP3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffc173;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vcwyTVCZP3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vcwyTVCZP3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcwyTVCZP3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcwyTVCZP3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vcwyTVCZP3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #444444;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vcwyTVCZP3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vcwyTVCZP3 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-vcwyTVCZP3 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-vcwyTVCZP3 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-vcwyTVCZP3 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-vcwyTVCZP3 .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-vcwyTVCZP3 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-vcwyTVCZP3 .mbr-gallery-filter ul {
  display: block;
}
.cid-vcwyTVCZP3 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-vcwyTVCZP3 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-vcwyTVCZP3 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-vcwyTVCZP3 .mbr-gallery-filter li.active::after,
.cid-vcwyTVCZP3 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-vcwyTVCZP3 .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vcwyTVCZP3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #444444 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vcwyTVCZP3 .icon-focus:before {
  content: '\e95e';
}
.cid-vcwyTVCZP3 .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-vcwyTVCZP3 .mbr-section-title {
  margin: 0;
}
.cid-vcwyTVCZP3 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vcwyTVCZP3 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vaxTbYPjWM {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fcecc1;
}
.cid-vaxTbYPjWM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-vaxTbYPjWM .video-block {
    width: 100% !important;
  }
  .cid-vaxTbYPjWM .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-vaxTbYPjWM .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-vaxTbYPjWM .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vaxTbYPjWM .row {
  margin-top: 1rem;
}
.cid-vaxTbYPjWM .mbr-section-subtitle {
  margin-bottom: 1rem;
}
.cid-vaxzFO3iTD {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vaynFSt5lP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-vaynFSt5lP .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-vaynFSt5lP .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-vaynFSt5lP .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vaynFSt5lP .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vaynFSt5lP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaynFSt5lP .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vaynFSt5lP .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-vaynFSt5lP .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vaynFSt5lP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaynFSt5lP .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vaynFSt5lP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaynFSt5lP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaynFSt5lP .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-vaynFSt5lP .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vaynFSt5lP .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vaynFSt5lP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaynFSt5lP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vaynFSt5lP .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vaynFSt5lP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaynFSt5lP .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vaynFSt5lP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaynFSt5lP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaynFSt5lP .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-vaynFSt5lP .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vaynFSt5lP .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vaynFSt5lP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaynFSt5lP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaynFSt5lP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vaynFSt5lP .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vaynFSt5lP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaynFSt5lP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaynFSt5lP .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-vaynFSt5lP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaynFSt5lP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaynFSt5lP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaynFSt5lP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaynFSt5lP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaynFSt5lP .dropdown-item.active,
.cid-vaynFSt5lP .dropdown-item:active {
  background-color: transparent;
}
.cid-vaynFSt5lP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaynFSt5lP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaynFSt5lP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaynFSt5lP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-vaynFSt5lP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vaynFSt5lP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaynFSt5lP ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vaynFSt5lP .navbar-buttons {
  text-align: center;
}
.cid-vaynFSt5lP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaynFSt5lP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaynFSt5lP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaynFSt5lP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaynFSt5lP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaynFSt5lP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaynFSt5lP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaynFSt5lP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vaynFSt5lP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vaynFSt5lP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaynFSt5lP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vaynFSt5lP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vaynFSt5lP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaynFSt5lP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vaynFSt5lP .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vaynFSt5lP .nav-link:hover,
.cid-vaynFSt5lP .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vaynFSLs0I {
  padding-top: 135px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/36011-ket220082-img-01-1024x768.webp");
}
.cid-vaynFSLs0I .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-vaynFSLs0I .mbr-section-title {
  color: #232323;
}
.cid-vaynFSLs0I .mbr-section-title span {
  color: #ffbc00;
}
.cid-vaynFSLs0I .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaynFSLs0I .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-vaynFT6HPw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffc173;
}
.cid-vaynFT6HPw blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vaynFT6HPw .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-vaynFT6HPw .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-vaynFT6HPw P {
  text-align: center;
}
.cid-vbKtaQXyfi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbKtaQXyfi blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vbKtaQXyfi .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-vbKtaQXyfi .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-vbKEGsgVmB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vbKEGsgVmB .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vbKEGsgVmB .photo-split {
  padding: 0;
}
.cid-vbKEGsgVmB .photo-split img {
  width: 100%;
}
.cid-vbKEGsgVmB .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vbKEGsgVmB .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vbKEGsgVmB .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vbKEGsgVmB .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vbKEGsgVmB .wrap-block {
  padding: 3rem 3rem;
}
.cid-vbKEGsgVmB .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vbKEGsgVmB .wrap-block ul li {
  display: inline-block;
}
.cid-vbKEGsgVmB .wrap-block ul li span {
  text-align: center;
}
.cid-vbKEGsgVmB .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vbKEGsgVmB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vbKEGsgVmB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vbKEGsgVmB .mbr-list,
.cid-vbKEGsgVmB .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vbKEGsgVmB .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vbKEGsgVmB .mbr-section-title,
  .cid-vbKEGsgVmB .mbr-section-subtitle,
  .cid-vbKEGsgVmB .mbr-text {
    text-align: center !important;
  }
  .cid-vbKEGsgVmB .social-list {
    text-align: center !important;
  }
}
.cid-vbKLjJo2f0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vbKLjJo2f0 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vbKLjJo2f0 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vbKLjJo2f0 .photo-split {
  padding: 0;
}
.cid-vbKLjJo2f0 .photo-split img {
  width: 100%;
}
.cid-vbKLjJo2f0 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vbKLjJo2f0 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vbKLjJo2f0 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vbKLjJo2f0 .wrap-block {
  padding: 3rem 3rem;
}
.cid-vbKLjJo2f0 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vbKLjJo2f0 .wrap-block ul li {
  display: inline-block;
}
.cid-vbKLjJo2f0 .wrap-block ul li span {
  text-align: center;
}
.cid-vbKLjJo2f0 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vbKLjJo2f0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vbKLjJo2f0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vbKLjJo2f0 .mbr-list,
.cid-vbKLjJo2f0 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vbKLjJo2f0 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vbKLjJo2f0 .mbr-section-title,
  .cid-vbKLjJo2f0 .mbr-section-subtitle,
  .cid-vbKLjJo2f0 .mbr-text {
    text-align: center !important;
  }
  .cid-vbKLjJo2f0 .social-list {
    text-align: center !important;
  }
}
.cid-vbQACOWeWQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vbQACOWeWQ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vbQACOWeWQ .photo-split {
  padding: 0;
}
.cid-vbQACOWeWQ .photo-split img {
  width: 100%;
}
.cid-vbQACOWeWQ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vbQACOWeWQ .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vbQACOWeWQ .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vbQACOWeWQ .wrap-block {
  padding: 3rem 3rem;
}
.cid-vbQACOWeWQ .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vbQACOWeWQ .wrap-block ul li {
  display: inline-block;
}
.cid-vbQACOWeWQ .wrap-block ul li span {
  text-align: center;
}
.cid-vbQACOWeWQ .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vbQACOWeWQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vbQACOWeWQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vbQACOWeWQ .mbr-list,
.cid-vbQACOWeWQ .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vbQACOWeWQ .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vbQACOWeWQ .mbr-section-title,
  .cid-vbQACOWeWQ .mbr-section-subtitle,
  .cid-vbQACOWeWQ .mbr-text {
    text-align: center !important;
  }
  .cid-vbQACOWeWQ .social-list {
    text-align: center !important;
  }
}
.cid-vayoJU9gn6 {
  background: #ffffff;
}
.cid-vayoJU9gn6 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-vayoJU9gn6 .image-block {
    width: 100% !important;
  }
}
.cid-vaU3OMKotE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vaynFWSnvo {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vaU8cKEn4g.popup-builder {
  background-color: #ffffff;
}
.cid-vaU8cKEn4g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaU8cKEn4g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaU8cKEn4g .modal-content,
.cid-vaU8cKEn4g .modal-dialog {
  height: auto;
}
.cid-vaU8cKEn4g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaU8cKEn4g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaU8cKEn4g .form-wrapper .mbr-form .form-group,
  .cid-vaU8cKEn4g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaU8cKEn4g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaU8cKEn4g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaU8cKEn4g .mbr-text {
  text-align: center;
}
.cid-vaU8cKEn4g .pt-0 {
  padding-top: 0 !important;
}
.cid-vaU8cKEn4g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaU8cKEn4g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaU8cKEn4g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaU8cKEn4g .modal-open {
  overflow: hidden;
}
.cid-vaU8cKEn4g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaU8cKEn4g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaU8cKEn4g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaU8cKEn4g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaU8cKEn4g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaU8cKEn4g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaU8cKEn4g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaU8cKEn4g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaU8cKEn4g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaU8cKEn4g .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaU8cKEn4g .modal-backdrop.show {
  opacity: .5;
}
.cid-vaU8cKEn4g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-vaU8cKEn4g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaU8cKEn4g .modal-header .close:hover {
  opacity: 1;
}
.cid-vaU8cKEn4g .modal-header .close:focus {
  outline: none;
}
.cid-vaU8cKEn4g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vaU8cKEn4g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-vaU8cKEn4g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-vaU8cKEn4g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaU8cKEn4g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaU8cKEn4g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaU8cKEn4g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaU8cKEn4g .modal-sm {
    max-width: 300px;
  }
  .cid-vaU8cKEn4g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-vaU8cKEn4g .modal-lg,
  .cid-vaU8cKEn4g .modal-xl {
    max-width: 800px;
  }
  .cid-vaU8cKEn4g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-vaU8cKEn4g .modal-xl {
    max-width: 1140px;
  }
  .cid-vaU8cKEn4g .container {
    max-width: 1140px;
  }
}
.cid-vaU8cKEn4g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vaU8cKEn4g .container {
    max-width: 720px;
  }
}
.cid-vaU8cKEn4g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaU8cKEn4g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaU8cKEn4g .form-group {
  margin-bottom: 1rem;
}
.cid-vaU8cKEn4g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaU8cKEn4g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaU8cKEn4g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaCylU3lgz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-vaCylU3lgz .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-vaCylU3lgz .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-vaCylU3lgz .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vaCylU3lgz .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vaCylU3lgz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaCylU3lgz .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vaCylU3lgz .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-vaCylU3lgz .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vaCylU3lgz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaCylU3lgz .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vaCylU3lgz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaCylU3lgz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaCylU3lgz .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-vaCylU3lgz .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vaCylU3lgz .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vaCylU3lgz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaCylU3lgz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vaCylU3lgz .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vaCylU3lgz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaCylU3lgz .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vaCylU3lgz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaCylU3lgz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaCylU3lgz .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-vaCylU3lgz .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vaCylU3lgz .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vaCylU3lgz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaCylU3lgz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaCylU3lgz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vaCylU3lgz .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vaCylU3lgz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaCylU3lgz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaCylU3lgz .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-vaCylU3lgz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaCylU3lgz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaCylU3lgz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaCylU3lgz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaCylU3lgz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaCylU3lgz .dropdown-item.active,
.cid-vaCylU3lgz .dropdown-item:active {
  background-color: transparent;
}
.cid-vaCylU3lgz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaCylU3lgz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaCylU3lgz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaCylU3lgz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-vaCylU3lgz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vaCylU3lgz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaCylU3lgz ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vaCylU3lgz .navbar-buttons {
  text-align: center;
}
.cid-vaCylU3lgz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaCylU3lgz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaCylU3lgz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaCylU3lgz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaCylU3lgz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaCylU3lgz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaCylU3lgz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaCylU3lgz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vaCylU3lgz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vaCylU3lgz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaCylU3lgz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vaCylU3lgz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vaCylU3lgz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaCylU3lgz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vaCylU3lgz .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vaCylU3lgz .nav-link:hover,
.cid-vaCylU3lgz .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vaCylVxg8p {
  padding-top: 135px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/36011-ket220082-img-01-1024x768.webp");
}
.cid-vaCylVxg8p .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-vaCylVxg8p .mbr-section-title {
  color: #232323;
}
.cid-vaCylVxg8p .mbr-section-title span {
  color: #ffbc00;
}
.cid-vaCylVxg8p .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaCylVxg8p .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-vaCylVVxpS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffc173;
}
.cid-vaCylVVxpS blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vaCylVVxpS .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-vaCylVVxpS .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-vaCylVVxpS P {
  text-align: center;
}
.cid-vaCGF1LMh2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vaCGF1LMh2 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vaCGF1LMh2 .photo-split {
  padding: 0;
}
.cid-vaCGF1LMh2 .photo-split img {
  width: 100%;
}
.cid-vaCGF1LMh2 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vaCGF1LMh2 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaCGF1LMh2 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vaCGF1LMh2 .wrap-block {
  padding: 3rem 3rem;
}
.cid-vaCGF1LMh2 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vaCGF1LMh2 .wrap-block ul li {
  display: inline-block;
}
.cid-vaCGF1LMh2 .wrap-block ul li span {
  text-align: center;
}
.cid-vaCGF1LMh2 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vaCGF1LMh2 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vaCGF1LMh2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vaCGF1LMh2 .mbr-list,
.cid-vaCGF1LMh2 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vaCGF1LMh2 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vaCGF1LMh2 .mbr-section-title,
  .cid-vaCGF1LMh2 .mbr-section-subtitle,
  .cid-vaCGF1LMh2 .mbr-text {
    text-align: center !important;
  }
  .cid-vaCGF1LMh2 .social-list {
    text-align: center !important;
  }
}
.cid-vaCGF1LMh2 .mbr-list,
.cid-vaCGF1LMh2 .social-media UL {
  text-align: right;
}
.cid-vaCFUvmvcA {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/plantation-990x632.webp");
}
.cid-vaCFUvmvcA .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-vaCFUvmvcA .mbr-text {
  width: 100%;
  height: auto;
  color: #ffc173;
}
.cid-vaCFUvmvcA .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-vaCFUvmvcA .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vaCFUvmvcA .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-vaCFUvmvcA .mbr-section-title {
  color: #ffc173;
}
.cid-vaCEgxrdzK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/plate-2-retreat-of-lt-brady-1520x968.webp");
}
.cid-vaCEgxrdzK .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-vaCEgxrdzK .mbr-section-title,
.cid-vaCEgxrdzK .mbr-section-subtitle {
  color: #232323;
}
.cid-vaCEgxrdzK .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-vaCEgxrdzK .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-vaCEgxrdzK .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-vaCEgxrdzK .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaCEgxrdzK .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-vaCEgxrdzK .mbr-text,
.cid-vaCEgxrdzK .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-vaCAtrL6OZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ff8f00, #ffc173);
}
.cid-vaCAtrL6OZ .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-vaCAtrL6OZ * {
  box-sizing: border-box;
}
.cid-vaCAtrL6OZ body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 5rem 1rem;
}
.cid-vaCAtrL6OZ p {
  margin: 0 0 1rem;
}
.cid-vaCAtrL6OZ img {
  display: block;
  width: 100%;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}
.cid-vaCAtrL6OZ .flex-container {
  max-width: 73rem;
  margin: 0 auto 5rem auto;
  filter: drop-shadow(16px 16px 9px #232323);
}
.cid-vaCAtrL6OZ .col {
  position: relative;
}
.cid-vaCAtrL6OZ .col--img {
  flex: 0 0 38%;
  align-self: flex-start;
}
.cid-vaCAtrL6OZ .col--text {
  background-color: #ffda73;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}
@media (min-width: 40em) {
  .cid-vaCAtrL6OZ h3 {
    font-size: 2rem;
  }
  .cid-vaCAtrL6OZ .flex-container {
    display: flex;
  }
  .cid-vaCAtrL6OZ .col--text {
    padding: 2rem 4rem;
    margin-top: 2rem;
    margin-left: -2rem;
    z-index: -1;
  }
}
.cid-vaCAtrL6OZ .mbr-section-subtitle {
  text-align: left;
  color: #a65c00;
}
.cid-vaCAtrL6OZ P {
  color: #a65c00;
  text-align: left;
}
.cid-vaCAtrL6OZ H3 {
  text-align: left;
  color: #ffffff;
}
.cid-vaCylWDq8a {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vbhEEXcNu5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-vbhEEXcNu5 .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-vbhEEXcNu5 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-vbhEEXcNu5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vbhEEXcNu5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vbhEEXcNu5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbhEEXcNu5 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vbhEEXcNu5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-vbhEEXcNu5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vbhEEXcNu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbhEEXcNu5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vbhEEXcNu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbhEEXcNu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbhEEXcNu5 .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-vbhEEXcNu5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vbhEEXcNu5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vbhEEXcNu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbhEEXcNu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vbhEEXcNu5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vbhEEXcNu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbhEEXcNu5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vbhEEXcNu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbhEEXcNu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbhEEXcNu5 .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-vbhEEXcNu5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vbhEEXcNu5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vbhEEXcNu5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vbhEEXcNu5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbhEEXcNu5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vbhEEXcNu5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vbhEEXcNu5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vbhEEXcNu5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vbhEEXcNu5 .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-vbhEEXcNu5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vbhEEXcNu5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vbhEEXcNu5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbhEEXcNu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbhEEXcNu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbhEEXcNu5 .dropdown-item.active,
.cid-vbhEEXcNu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbhEEXcNu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbhEEXcNu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbhEEXcNu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbhEEXcNu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-vbhEEXcNu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vbhEEXcNu5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbhEEXcNu5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vbhEEXcNu5 .navbar-buttons {
  text-align: center;
}
.cid-vbhEEXcNu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbhEEXcNu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vbhEEXcNu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vbhEEXcNu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vbhEEXcNu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vbhEEXcNu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vbhEEXcNu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vbhEEXcNu5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vbhEEXcNu5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vbhEEXcNu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vbhEEXcNu5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vbhEEXcNu5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vbhEEXcNu5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vbhEEXcNu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vbhEEXcNu5 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vbhEEXcNu5 .nav-link:hover,
.cid-vbhEEXcNu5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vbhEEXIRso {
  padding-top: 135px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/36011-ket220082-img-01-1024x768.webp");
}
.cid-vbhEEXIRso .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-vbhEEXIRso .mbr-section-title {
  color: #232323;
}
.cid-vbhEEXIRso .mbr-section-title span {
  color: #ffbc00;
}
.cid-vbhEEXIRso .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbhEEXIRso .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-vbhEEY90Se {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffc173;
}
.cid-vbhEEY90Se blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vbhEEY90Se .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-vbhEEY90Se .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-vbhEEY90Se P {
  text-align: center;
}
.cid-vbhHOnN0Qi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbhHOnN0Qi .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-vbhHOnN0Qi .card {
  margin-bottom: 2rem;
}
.cid-vbhHOnN0Qi .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vbhHOnN0Qi .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vbhHOnN0Qi .btn {
  margin: .3rem;
}
.cid-vbhHOnN0Qi .mbr-section-title {
  margin: 0;
}
.cid-vbhHOnN0Qi .card-underline,
.cid-vbhHOnN0Qi .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vbhHOnN0Qi .card-underline .line,
.cid-vbhHOnN0Qi .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vbhHOnN0Qi .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vbhHOnN0Qi .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-vbhHOnN0Qi .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbhHOnN0Qi .row-content {
    min-width: 100%;
  }
  .cid-vbhHOnN0Qi .card {
    display: block;
  }
}
.cid-vbjat1qZt3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ffc173, #a65c00);
}
.cid-vbjat1qZt3 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-vbjat1qZt3 * {
  box-sizing: border-box;
}
.cid-vbjat1qZt3 body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 5rem 1rem;
}
.cid-vbjat1qZt3 p {
  margin: 0 0 1rem;
}
.cid-vbjat1qZt3 img {
  display: block;
  width: 100%;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}
.cid-vbjat1qZt3 .flex-container {
  max-width: 59rem;
  margin: 0 auto 5rem auto;
  filter: drop-shadow(16px 16px 9px #232323);
}
.cid-vbjat1qZt3 .col {
  position: relative;
}
.cid-vbjat1qZt3 .col--img {
  flex: 0 0 46%;
  align-self: flex-start;
}
.cid-vbjat1qZt3 .col--text {
  background-color: #cccccc;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media (min-width: 40em) {
  .cid-vbjat1qZt3 h3 {
    font-size: 2rem;
  }
  .cid-vbjat1qZt3 .flex-container {
    display: flex;
  }
  .cid-vbjat1qZt3 .col--text {
    padding: 2rem 4rem;
    margin-top: 2rem;
    margin-left: -2rem;
    z-index: -1;
  }
}
.cid-vbjat1qZt3 .mbr-section-subtitle {
  text-align: left;
  color: #a65c00;
}
.cid-vbjat1qZt3 P {
  color: #a65c00;
  text-align: left;
}
.cid-vbjat1qZt3 H3 {
  text-align: left;
  color: #ffffff;
}
.cid-vbj92oETGr {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background: linear-gradient(0deg, #a65c00, #ffc173);
}
.cid-vbj92oETGr p {
  color: #767676;
}
.cid-vbj92oETGr .fondcolor {
  margin-top: 0px;
  border-radius: 8px;
  border: 0px solid #232323;
  background: #333333;
}
.cid-vbj92oETGr .card {
  border-radius: 8px;
  margin-bottom: 6px;
}
.cid-vbj92oETGr .card .card-header {
  border-radius: 8px;
  border: 0px;
  padding: 0;
}
.cid-vbj92oETGr .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-vbj92oETGr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vbj92oETGr .card .card-header a.panel-title h4 {
  padding: 0.5rem 2rem;
  border: 0px solid #232323;
  margin-bottom: 0;
  border-radius: 8px;
  background-color: #ffc173;
  display: -webkit-flex;
}
.cid-vbj92oETGr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-vbj92oETGr H2 {
  color: #ffffff;
}
.cid-vbj92oETGr .panel-text {
  color: #ffffff;
}
.cid-vbj92oETGr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbj92oETGr .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-vbj92oETGr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vbj92oETGr .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-vbjKk4oLat {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vbjKk4oLat .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vbjKk4oLat .photo-split {
  padding: 0;
}
.cid-vbjKk4oLat .photo-split img {
  width: 100%;
}
.cid-vbjKk4oLat .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vbjKk4oLat .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vbjKk4oLat .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vbjKk4oLat .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vbjKk4oLat .wrap-block {
  padding: 3rem 3rem;
}
.cid-vbjKk4oLat .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vbjKk4oLat .wrap-block ul li {
  display: inline-block;
}
.cid-vbjKk4oLat .wrap-block ul li span {
  text-align: center;
}
.cid-vbjKk4oLat .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vbjKk4oLat .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vbjKk4oLat .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vbjKk4oLat .mbr-list,
.cid-vbjKk4oLat .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vbjKk4oLat .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vbjKk4oLat .mbr-section-title,
  .cid-vbjKk4oLat .mbr-section-subtitle,
  .cid-vbjKk4oLat .mbr-text {
    text-align: center !important;
  }
  .cid-vbjKk4oLat .social-list {
    text-align: center !important;
  }
}
.cid-vbhS3EQh6u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #444444;
}
.cid-vbhS3EQh6u .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vbhS3EQh6u .photo-split {
  padding: 0;
}
.cid-vbhS3EQh6u .photo-split img {
  width: 100%;
}
.cid-vbhS3EQh6u .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vbhS3EQh6u .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vbhS3EQh6u .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vbhS3EQh6u .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vbhS3EQh6u .wrap-block {
  padding: 3rem 3rem;
}
.cid-vbhS3EQh6u .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vbhS3EQh6u .wrap-block ul li {
  display: inline-block;
}
.cid-vbhS3EQh6u .wrap-block ul li span {
  text-align: center;
}
.cid-vbhS3EQh6u .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vbhS3EQh6u .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vbhS3EQh6u .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vbhS3EQh6u .mbr-list,
.cid-vbhS3EQh6u .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vbhS3EQh6u .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vbhS3EQh6u .mbr-section-title,
  .cid-vbhS3EQh6u .mbr-section-subtitle,
  .cid-vbhS3EQh6u .mbr-text {
    text-align: center !important;
  }
  .cid-vbhS3EQh6u .social-list {
    text-align: center !important;
  }
}
.cid-vbhS3EQh6u .mbr-section-title {
  color: #ffc173;
}
.cid-vbhS3EQh6u .mbr-text {
  color: #ffc173;
}
.cid-vbhEEZAGdS.popup-builder {
  background-color: #ffffff;
}
.cid-vbhEEZAGdS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vbhEEZAGdS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vbhEEZAGdS .modal-content,
.cid-vbhEEZAGdS .modal-dialog {
  height: auto;
}
.cid-vbhEEZAGdS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vbhEEZAGdS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vbhEEZAGdS .form-wrapper .mbr-form .form-group,
  .cid-vbhEEZAGdS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vbhEEZAGdS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vbhEEZAGdS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbhEEZAGdS .mbr-text {
  text-align: center;
}
.cid-vbhEEZAGdS .pt-0 {
  padding-top: 0 !important;
}
.cid-vbhEEZAGdS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vbhEEZAGdS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vbhEEZAGdS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vbhEEZAGdS .modal-open {
  overflow: hidden;
}
.cid-vbhEEZAGdS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vbhEEZAGdS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vbhEEZAGdS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vbhEEZAGdS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vbhEEZAGdS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vbhEEZAGdS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vbhEEZAGdS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vbhEEZAGdS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vbhEEZAGdS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vbhEEZAGdS .modal-backdrop.fade {
  opacity: 0;
}
.cid-vbhEEZAGdS .modal-backdrop.show {
  opacity: .5;
}
.cid-vbhEEZAGdS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-vbhEEZAGdS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vbhEEZAGdS .modal-header .close:hover {
  opacity: 1;
}
.cid-vbhEEZAGdS .modal-header .close:focus {
  outline: none;
}
.cid-vbhEEZAGdS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vbhEEZAGdS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-vbhEEZAGdS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-vbhEEZAGdS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vbhEEZAGdS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vbhEEZAGdS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vbhEEZAGdS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vbhEEZAGdS .modal-sm {
    max-width: 300px;
  }
  .cid-vbhEEZAGdS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-vbhEEZAGdS .modal-lg,
  .cid-vbhEEZAGdS .modal-xl {
    max-width: 800px;
  }
  .cid-vbhEEZAGdS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-vbhEEZAGdS .modal-xl {
    max-width: 1140px;
  }
  .cid-vbhEEZAGdS .container {
    max-width: 1140px;
  }
}
.cid-vbhEEZAGdS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vbhEEZAGdS .container {
    max-width: 720px;
  }
}
.cid-vbhEEZAGdS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vbhEEZAGdS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vbhEEZAGdS .form-group {
  margin-bottom: 1rem;
}
.cid-vbhEEZAGdS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vbhEEZAGdS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vbhEEZAGdS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vddt5Lg6UD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-vddt5Lg6UD .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-vddt5Lg6UD .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-vddt5Lg6UD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vddt5Lg6UD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vddt5Lg6UD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vddt5Lg6UD .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vddt5Lg6UD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-vddt5Lg6UD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vddt5Lg6UD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vddt5Lg6UD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vddt5Lg6UD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vddt5Lg6UD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vddt5Lg6UD .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-vddt5Lg6UD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vddt5Lg6UD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vddt5Lg6UD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vddt5Lg6UD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vddt5Lg6UD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vddt5Lg6UD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vddt5Lg6UD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vddt5Lg6UD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vddt5Lg6UD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vddt5Lg6UD .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-vddt5Lg6UD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vddt5Lg6UD .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vddt5Lg6UD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vddt5Lg6UD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vddt5Lg6UD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vddt5Lg6UD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vddt5Lg6UD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vddt5Lg6UD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vddt5Lg6UD .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-vddt5Lg6UD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vddt5Lg6UD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vddt5Lg6UD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vddt5Lg6UD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vddt5Lg6UD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vddt5Lg6UD .dropdown-item.active,
.cid-vddt5Lg6UD .dropdown-item:active {
  background-color: transparent;
}
.cid-vddt5Lg6UD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vddt5Lg6UD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vddt5Lg6UD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vddt5Lg6UD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-vddt5Lg6UD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vddt5Lg6UD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vddt5Lg6UD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vddt5Lg6UD .navbar-buttons {
  text-align: center;
}
.cid-vddt5Lg6UD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vddt5Lg6UD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vddt5Lg6UD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vddt5Lg6UD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vddt5Lg6UD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vddt5Lg6UD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vddt5Lg6UD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vddt5Lg6UD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vddt5Lg6UD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vddt5Lg6UD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vddt5Lg6UD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vddt5Lg6UD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vddt5Lg6UD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vddt5Lg6UD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vddt5Lg6UD .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vddt5Lg6UD .nav-link:hover,
.cid-vddt5Lg6UD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vddt5N7sNP {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vddusXQoLd {
  padding-top: 135px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/36011-ket220082-img-1-1024x768.webp");
}
.cid-vddusXQoLd .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-vddusXQoLd .mbr-section-title {
  color: #232323;
}
.cid-vddusXQoLd .mbr-section-title span {
  color: #ffbc00;
}
.cid-vddusXQoLd .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vddusXQoLd .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-vdduw2ulIV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffaa40;
}
.cid-vdduw2ulIV .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vdduw2ulIV .mbr-section-title {
  margin: 0;
}
.cid-vdduw2ulIV .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdduw2ulIV .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdduw2ulIV .card-img {
  text-align: left;
}
.cid-vdduw2ulIV .row-item {
  padding-bottom: 2rem;
}
.cid-vdduw2ulIV .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vdduw2ulIV .card-img,
  .cid-vdduw2ulIV .mbr-text,
  .cid-vdduw2ulIV .mbr-card-title,
  .cid-vdduw2ulIV .mbr-section-subtitle,
  .cid-vdduw2ulIV .mbr-section-title,
  .cid-vdduw2ulIV .underline {
    text-align: center !important;
  }
}
.cid-vdduw2ulIV .mbr-card-title,
.cid-vdduw2ulIV .card-img {
  text-align: center;
}
.cid-vdduwLdR9l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffaa40;
}
.cid-vdduwLdR9l .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-vdduwLdR9l .mbr-section-title {
  margin: 0;
}
.cid-vdduwLdR9l .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdduwLdR9l .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdduwLdR9l .card-img {
  text-align: left;
}
.cid-vdduwLdR9l .row-item {
  padding-bottom: 2rem;
}
.cid-vdduwLdR9l .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-vdduwLdR9l .card-img,
  .cid-vdduwLdR9l .mbr-text,
  .cid-vdduwLdR9l .mbr-card-title,
  .cid-vdduwLdR9l .mbr-section-subtitle,
  .cid-vdduwLdR9l .mbr-section-title,
  .cid-vdduwLdR9l .underline {
    text-align: center !important;
  }
}
.cid-vdduwLdR9l .mbr-card-title,
.cid-vdduwLdR9l .card-img {
  text-align: center;
}
.cid-vdduxPfLPs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fcecc1;
}
.cid-vdduxPfLPs .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-vdduxPfLPs .card {
  margin-bottom: 2rem;
}
.cid-vdduxPfLPs .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vdduxPfLPs .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vdduxPfLPs .btn {
  margin: .3rem;
}
.cid-vdduxPfLPs .mbr-section-title {
  margin: 0;
}
.cid-vdduxPfLPs .card-underline,
.cid-vdduxPfLPs .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdduxPfLPs .card-underline .line,
.cid-vdduxPfLPs .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdduxPfLPs .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vdduxPfLPs .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-vdduxPfLPs .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdduxPfLPs .row-content {
    min-width: 100%;
  }
  .cid-vdduxPfLPs .card {
    display: block;
  }
}
.cid-vdduyyksF7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffaa40;
}
.cid-vdduyyksF7 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdduyyksF7 .photo-split {
  padding: 0;
}
.cid-vdduyyksF7 .photo-split img {
  width: 100%;
}
.cid-vdduyyksF7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdduyyksF7 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdduyyksF7 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vdduyyksF7 .wrap-block {
  padding: 3rem 3rem;
}
.cid-vdduyyksF7 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vdduyyksF7 .wrap-block ul li {
  display: inline-block;
}
.cid-vdduyyksF7 .wrap-block ul li span {
  text-align: center;
}
.cid-vdduyyksF7 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vdduyyksF7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdduyyksF7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdduyyksF7 .mbr-list,
.cid-vdduyyksF7 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vdduyyksF7 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdduyyksF7 .mbr-section-title,
  .cid-vdduyyksF7 .mbr-section-subtitle,
  .cid-vdduyyksF7 .mbr-text {
    text-align: center !important;
  }
  .cid-vdduyyksF7 .social-list {
    text-align: center !important;
  }
}
.cid-vdArEufJ3c .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-vdArEufJ3c .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-vdArEufJ3c .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-vdArEufJ3c .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdArEufJ3c .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdArEufJ3c .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdArEufJ3c .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdArEufJ3c .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-vdArEufJ3c .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdArEufJ3c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdArEufJ3c .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdArEufJ3c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdArEufJ3c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdArEufJ3c .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-vdArEufJ3c .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdArEufJ3c .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdArEufJ3c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdArEufJ3c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdArEufJ3c .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdArEufJ3c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdArEufJ3c .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdArEufJ3c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdArEufJ3c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdArEufJ3c .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-vdArEufJ3c .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdArEufJ3c .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdArEufJ3c .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdArEufJ3c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdArEufJ3c .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdArEufJ3c .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdArEufJ3c .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdArEufJ3c .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdArEufJ3c .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-vdArEufJ3c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdArEufJ3c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdArEufJ3c .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdArEufJ3c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdArEufJ3c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdArEufJ3c .dropdown-item.active,
.cid-vdArEufJ3c .dropdown-item:active {
  background-color: transparent;
}
.cid-vdArEufJ3c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdArEufJ3c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdArEufJ3c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdArEufJ3c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-vdArEufJ3c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdArEufJ3c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdArEufJ3c ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdArEufJ3c .navbar-buttons {
  text-align: center;
}
.cid-vdArEufJ3c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdArEufJ3c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdArEufJ3c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdArEufJ3c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdArEufJ3c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdArEufJ3c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdArEufJ3c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdArEufJ3c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdArEufJ3c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdArEufJ3c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdArEufJ3c .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdArEufJ3c a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdArEufJ3c .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdArEufJ3c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdArEufJ3c .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdArEufJ3c .nav-link:hover,
.cid-vdArEufJ3c .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vdArEuAHW3 {
  padding-top: 135px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/36011-ket220082-img-01-1024x768.webp");
}
.cid-vdArEuAHW3 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-vdArEuAHW3 .mbr-section-title {
  color: #232323;
}
.cid-vdArEuAHW3 .mbr-section-title span {
  color: #ffbc00;
}
.cid-vdArEuAHW3 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdArEuAHW3 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-vdAsSqtU3C {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffc173;
}
.cid-vdArEuSrVh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffc173;
}
.cid-vdArEuSrVh blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vdArEuSrVh .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-vdArEuSrVh .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-vdArEuSrVh P {
  text-align: center;
}
.cid-vdArEv2XVp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vdArEv2XVp .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdArEv2XVp .photo-split {
  padding: 0;
}
.cid-vdArEv2XVp .photo-split img {
  width: 100%;
}
.cid-vdArEv2XVp .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdArEv2XVp .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdArEv2XVp .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vdArEv2XVp .wrap-block {
  padding: 3rem 3rem;
}
.cid-vdArEv2XVp .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vdArEv2XVp .wrap-block ul li {
  display: inline-block;
}
.cid-vdArEv2XVp .wrap-block ul li span {
  text-align: center;
}
.cid-vdArEv2XVp .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vdArEv2XVp .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdArEv2XVp .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdArEv2XVp .mbr-list,
.cid-vdArEv2XVp .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vdArEv2XVp .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdArEv2XVp .mbr-section-title,
  .cid-vdArEv2XVp .mbr-section-subtitle,
  .cid-vdArEv2XVp .mbr-text {
    text-align: center !important;
  }
  .cid-vdArEv2XVp .social-list {
    text-align: center !important;
  }
}
.cid-vdArEv2XVp .mbr-text DIV {
  text-align: right;
}
.cid-vdArEv2XVp .mbr-text {
  text-align: right;
}
.cid-vdArEw1V0k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vdArEw1V0k .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdArEw1V0k .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vdArEw1V0k .photo-split {
  padding: 0;
}
.cid-vdArEw1V0k .photo-split img {
  width: 100%;
}
.cid-vdArEw1V0k .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdArEw1V0k .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdArEw1V0k .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vdArEw1V0k .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vdArEw1V0k .wrap-block {
  padding: 3rem 3rem;
}
.cid-vdArEw1V0k .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vdArEw1V0k .wrap-block ul li {
  display: inline-block;
}
.cid-vdArEw1V0k .wrap-block ul li span {
  text-align: center;
}
.cid-vdArEw1V0k .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vdArEw1V0k .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdArEw1V0k .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdArEw1V0k .mbr-list,
.cid-vdArEw1V0k .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vdArEw1V0k .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdArEw1V0k .mbr-section-title,
  .cid-vdArEw1V0k .mbr-section-subtitle,
  .cid-vdArEw1V0k .mbr-text {
    text-align: center !important;
  }
  .cid-vdArEw1V0k .social-list {
    text-align: center !important;
  }
}
.cid-vdArEw1V0k .mbr-text {
  text-align: justify;
}
.cid-vdArEw1V0k .mbr-section-subtitle {
  text-align: right;
}
.cid-vdArEw1V0k .mbr-section-title {
  text-align: right;
}
.cid-vdB06H8ruI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffc173;
}
.cid-vdB06H8ruI .mbr-text {
  text-align: center;
}
.cid-vdB06H8ruI .mbr-title {
  text-align: center;
}
.cid-vdArEwrmr7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vdArEwrmr7 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdArEwrmr7 .photo-split {
  padding: 0;
}
.cid-vdArEwrmr7 .photo-split img {
  width: 100%;
}
.cid-vdArEwrmr7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdArEwrmr7 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdArEwrmr7 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vdArEwrmr7 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vdArEwrmr7 .wrap-block {
  padding: 3rem 3rem;
}
.cid-vdArEwrmr7 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vdArEwrmr7 .wrap-block ul li {
  display: inline-block;
}
.cid-vdArEwrmr7 .wrap-block ul li span {
  text-align: center;
}
.cid-vdArEwrmr7 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vdArEwrmr7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdArEwrmr7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdArEwrmr7 .mbr-list,
.cid-vdArEwrmr7 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vdArEwrmr7 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdArEwrmr7 .mbr-section-title,
  .cid-vdArEwrmr7 .mbr-section-subtitle,
  .cid-vdArEwrmr7 .mbr-text {
    text-align: center !important;
  }
  .cid-vdArEwrmr7 .social-list {
    text-align: center !important;
  }
}
.cid-vdArEwrmr7 .mbr-text {
  text-align: right;
}
.cid-vdArEwrmr7 .mbr-section-title {
  text-align: justify;
}
.cid-vdArEwrmr7 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vdArEwKBel {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vdArEwKBel .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdArEwKBel .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vdArEwKBel .photo-split {
  padding: 0;
}
.cid-vdArEwKBel .photo-split img {
  width: 100%;
}
.cid-vdArEwKBel .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdArEwKBel .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdArEwKBel .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vdArEwKBel .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vdArEwKBel .wrap-block {
  padding: 3rem 3rem;
}
.cid-vdArEwKBel .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vdArEwKBel .wrap-block ul li {
  display: inline-block;
}
.cid-vdArEwKBel .wrap-block ul li span {
  text-align: center;
}
.cid-vdArEwKBel .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vdArEwKBel .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdArEwKBel .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdArEwKBel .mbr-list,
.cid-vdArEwKBel .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vdArEwKBel .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdArEwKBel .mbr-section-title,
  .cid-vdArEwKBel .mbr-section-subtitle,
  .cid-vdArEwKBel .mbr-text {
    text-align: center !important;
  }
  .cid-vdArEwKBel .social-list {
    text-align: center !important;
  }
}
.cid-vdArEwKBel .mbr-text {
  text-align: justify;
}
.cid-vdArEwKBel .mbr-section-subtitle {
  text-align: right;
}
.cid-vdArEwKBel .mbr-section-title {
  text-align: right;
}
.cid-vdArEx2Ofo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vdArEx2Ofo .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdArEx2Ofo .photo-split {
  padding: 0;
}
.cid-vdArEx2Ofo .photo-split img {
  width: 100%;
}
.cid-vdArEx2Ofo .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdArEx2Ofo .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdArEx2Ofo .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vdArEx2Ofo .wrap-block {
  padding: 3rem 3rem;
}
.cid-vdArEx2Ofo .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vdArEx2Ofo .wrap-block ul li {
  display: inline-block;
}
.cid-vdArEx2Ofo .wrap-block ul li span {
  text-align: center;
}
.cid-vdArEx2Ofo .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vdArEx2Ofo .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdArEx2Ofo .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdArEx2Ofo .mbr-list,
.cid-vdArEx2Ofo .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vdArEx2Ofo .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdArEx2Ofo .mbr-section-title,
  .cid-vdArEx2Ofo .mbr-section-subtitle,
  .cid-vdArEx2Ofo .mbr-text {
    text-align: center !important;
  }
  .cid-vdArEx2Ofo .social-list {
    text-align: center !important;
  }
}
.cid-vdArEx2Ofo .mbr-text {
  text-align: right;
}
.cid-vdAER8ULc4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vdAER8ULc4 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdAER8ULc4 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vdAER8ULc4 .photo-split {
  padding: 0;
}
.cid-vdAER8ULc4 .photo-split img {
  width: 100%;
}
.cid-vdAER8ULc4 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdAER8ULc4 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdAER8ULc4 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vdAER8ULc4 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vdAER8ULc4 .wrap-block {
  padding: 3rem 3rem;
}
.cid-vdAER8ULc4 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vdAER8ULc4 .wrap-block ul li {
  display: inline-block;
}
.cid-vdAER8ULc4 .wrap-block ul li span {
  text-align: center;
}
.cid-vdAER8ULc4 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vdAER8ULc4 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdAER8ULc4 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdAER8ULc4 .mbr-list,
.cid-vdAER8ULc4 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vdAER8ULc4 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdAER8ULc4 .mbr-section-title,
  .cid-vdAER8ULc4 .mbr-section-subtitle,
  .cid-vdAER8ULc4 .mbr-text {
    text-align: center !important;
  }
  .cid-vdAER8ULc4 .social-list {
    text-align: center !important;
  }
}
.cid-vdAER8ULc4 .mbr-section-subtitle {
  text-align: right;
}
.cid-vdAER8ULc4 .mbr-section-title {
  text-align: right;
}
.cid-vdArEy9FFW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vdArEy9FFW .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdArEy9FFW .photo-split {
  padding: 0;
}
.cid-vdArEy9FFW .photo-split img {
  width: 100%;
}
.cid-vdArEy9FFW .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdArEy9FFW .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdArEy9FFW .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vdArEy9FFW .wrap-block {
  padding: 3rem 3rem;
}
.cid-vdArEy9FFW .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vdArEy9FFW .wrap-block ul li {
  display: inline-block;
}
.cid-vdArEy9FFW .wrap-block ul li span {
  text-align: center;
}
.cid-vdArEy9FFW .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vdArEy9FFW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdArEy9FFW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdArEy9FFW .mbr-list,
.cid-vdArEy9FFW .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vdArEy9FFW .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdArEy9FFW .mbr-section-title,
  .cid-vdArEy9FFW .mbr-section-subtitle,
  .cid-vdArEy9FFW .mbr-text {
    text-align: center !important;
  }
  .cid-vdArEy9FFW .social-list {
    text-align: center !important;
  }
}
.cid-vdArEy9FFW .mbr-text {
  text-align: right;
}
.cid-vdArExPHvX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vdArExPHvX .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdArExPHvX .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vdArExPHvX .photo-split {
  padding: 0;
}
.cid-vdArExPHvX .photo-split img {
  width: 100%;
}
.cid-vdArExPHvX .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdArExPHvX .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdArExPHvX .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vdArExPHvX .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vdArExPHvX .wrap-block {
  padding: 3rem 3rem;
}
.cid-vdArExPHvX .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vdArExPHvX .wrap-block ul li {
  display: inline-block;
}
.cid-vdArExPHvX .wrap-block ul li span {
  text-align: center;
}
.cid-vdArExPHvX .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vdArExPHvX .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdArExPHvX .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdArExPHvX .mbr-list,
.cid-vdArExPHvX .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vdArExPHvX .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdArExPHvX .mbr-section-title,
  .cid-vdArExPHvX .mbr-section-subtitle,
  .cid-vdArExPHvX .mbr-text {
    text-align: center !important;
  }
  .cid-vdArExPHvX .social-list {
    text-align: center !important;
  }
}
.cid-vdArExPHvX .mbr-section-subtitle {
  text-align: right;
}
.cid-vdArExPHvX .mbr-section-title {
  text-align: right;
}
.cid-vdAGrQVgBi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdAGrQVgBi .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-vdAGrQVgBi .card {
  margin-bottom: 2rem;
}
.cid-vdAGrQVgBi .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vdAGrQVgBi .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vdAGrQVgBi .btn {
  margin: .3rem;
}
.cid-vdAGrQVgBi .mbr-section-title {
  margin: 0;
}
.cid-vdAGrQVgBi .card-underline,
.cid-vdAGrQVgBi .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdAGrQVgBi .card-underline .line,
.cid-vdAGrQVgBi .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdAGrQVgBi .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vdAGrQVgBi .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-vdAGrQVgBi .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdAGrQVgBi .row-content {
    min-width: 100%;
  }
  .cid-vdAGrQVgBi .card {
    display: block;
  }
}
.cid-vdAK2Doui4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffc173, #ffc173);
}
.cid-vdAK2Doui4 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-vdAK2Doui4 * {
  box-sizing: border-box;
}
.cid-vdAK2Doui4 body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 5rem 1rem;
}
.cid-vdAK2Doui4 p {
  margin: 0 0 1rem;
}
.cid-vdAK2Doui4 img {
  display: block;
  width: 100%;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}
.cid-vdAK2Doui4 .flex-container {
  max-width: 61rem;
  margin: 0 auto 5rem auto;
  filter: drop-shadow(16px 16px 9px #232323);
}
.cid-vdAK2Doui4 .col {
  position: relative;
}
.cid-vdAK2Doui4 .col--img {
  flex: 0 0 37%;
  align-self: flex-start;
}
.cid-vdAK2Doui4 .col--text {
  background-color: #ff8f00;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}
@media (min-width: 40em) {
  .cid-vdAK2Doui4 h3 {
    font-size: 2rem;
  }
  .cid-vdAK2Doui4 .flex-container {
    display: flex;
  }
  .cid-vdAK2Doui4 .col--text {
    padding: 2rem 4rem;
    margin-top: 2rem;
    margin-left: -2rem;
    z-index: -1;
  }
}
.cid-vdAK2Doui4 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vdAK2Doui4 P {
  color: #ffffff;
  text-align: left;
}
.cid-vdAK2Doui4 H3 {
  text-align: left;
  color: #ffffff;
}
.cid-vdAN0FbvlO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdAN0FbvlO .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-vdAN0FbvlO .card {
  margin-bottom: 2rem;
}
.cid-vdAN0FbvlO .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vdAN0FbvlO .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vdAN0FbvlO .btn {
  margin: .3rem;
}
.cid-vdAN0FbvlO .mbr-section-title {
  margin: 0;
}
.cid-vdAN0FbvlO .card-underline,
.cid-vdAN0FbvlO .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdAN0FbvlO .card-underline .line,
.cid-vdAN0FbvlO .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdAN0FbvlO .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vdAN0FbvlO .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-vdAN0FbvlO .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdAN0FbvlO .row-content {
    min-width: 100%;
  }
  .cid-vdAN0FbvlO .card {
    display: block;
  }
}
.cid-vdAN1Oe0V3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdAN1Oe0V3 .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-vdAN1Oe0V3 .card {
  margin-bottom: 2rem;
}
.cid-vdAN1Oe0V3 .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vdAN1Oe0V3 .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vdAN1Oe0V3 .btn {
  margin: .3rem;
}
.cid-vdAN1Oe0V3 .mbr-section-title {
  margin: 0;
}
.cid-vdAN1Oe0V3 .card-underline,
.cid-vdAN1Oe0V3 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdAN1Oe0V3 .card-underline .line,
.cid-vdAN1Oe0V3 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdAN1Oe0V3 .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vdAN1Oe0V3 .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-vdAN1Oe0V3 .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdAN1Oe0V3 .row-content {
    min-width: 100%;
  }
  .cid-vdAN1Oe0V3 .card {
    display: block;
  }
}
.cid-vdAT0RySi8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdAT0RySi8 .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-vdAT0RySi8 .card {
  margin-bottom: 2rem;
}
.cid-vdAT0RySi8 .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vdAT0RySi8 .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vdAT0RySi8 .btn {
  margin: .3rem;
}
.cid-vdAT0RySi8 .mbr-section-title {
  margin: 0;
}
.cid-vdAT0RySi8 .card-underline,
.cid-vdAT0RySi8 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdAT0RySi8 .card-underline .line,
.cid-vdAT0RySi8 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdAT0RySi8 .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vdAT0RySi8 .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-vdAT0RySi8 .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdAT0RySi8 .row-content {
    min-width: 100%;
  }
  .cid-vdAT0RySi8 .card {
    display: block;
  }
}
.cid-vdAUZdLO29 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdAUZdLO29 .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-vdAUZdLO29 .card {
  margin-bottom: 2rem;
}
.cid-vdAUZdLO29 .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vdAUZdLO29 .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vdAUZdLO29 .btn {
  margin: .3rem;
}
.cid-vdAUZdLO29 .mbr-section-title {
  margin: 0;
}
.cid-vdAUZdLO29 .card-underline,
.cid-vdAUZdLO29 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdAUZdLO29 .card-underline .line,
.cid-vdAUZdLO29 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdAUZdLO29 .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vdAUZdLO29 .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-vdAUZdLO29 .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdAUZdLO29 .row-content {
    min-width: 100%;
  }
  .cid-vdAUZdLO29 .card {
    display: block;
  }
}
.cid-vdAJmmAwbU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-vdAJmmAwbU .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdAJmmAwbU .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vdAJmmAwbU .photo-split {
  padding: 0;
}
.cid-vdAJmmAwbU .photo-split img {
  width: 100%;
}
.cid-vdAJmmAwbU .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdAJmmAwbU .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdAJmmAwbU .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-vdAJmmAwbU .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-vdAJmmAwbU .wrap-block {
  padding: 3rem 3rem;
}
.cid-vdAJmmAwbU .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vdAJmmAwbU .wrap-block ul li {
  display: inline-block;
}
.cid-vdAJmmAwbU .wrap-block ul li span {
  text-align: center;
}
.cid-vdAJmmAwbU .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-vdAJmmAwbU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdAJmmAwbU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdAJmmAwbU .mbr-list,
.cid-vdAJmmAwbU .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-vdAJmmAwbU .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdAJmmAwbU .mbr-section-title,
  .cid-vdAJmmAwbU .mbr-section-subtitle,
  .cid-vdAJmmAwbU .mbr-text {
    text-align: center !important;
  }
  .cid-vdAJmmAwbU .social-list {
    text-align: center !important;
  }
}
.cid-vdAJmmAwbU .mbr-section-subtitle {
  text-align: right;
}
.cid-vdAJmmAwbU .mbr-section-title {
  text-align: right;
}
.cid-vdArEzhbKB {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vdMzUkQBpn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-vdMzUkQBpn .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-vdMzUkQBpn .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-vdMzUkQBpn .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdMzUkQBpn .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdMzUkQBpn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdMzUkQBpn .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdMzUkQBpn .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-vdMzUkQBpn .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdMzUkQBpn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdMzUkQBpn .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdMzUkQBpn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdMzUkQBpn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdMzUkQBpn .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-vdMzUkQBpn .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdMzUkQBpn .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdMzUkQBpn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdMzUkQBpn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdMzUkQBpn .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdMzUkQBpn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdMzUkQBpn .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdMzUkQBpn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdMzUkQBpn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdMzUkQBpn .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-vdMzUkQBpn .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdMzUkQBpn .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdMzUkQBpn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdMzUkQBpn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdMzUkQBpn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdMzUkQBpn .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdMzUkQBpn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdMzUkQBpn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdMzUkQBpn .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-vdMzUkQBpn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdMzUkQBpn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdMzUkQBpn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdMzUkQBpn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdMzUkQBpn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdMzUkQBpn .dropdown-item.active,
.cid-vdMzUkQBpn .dropdown-item:active {
  background-color: transparent;
}
.cid-vdMzUkQBpn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdMzUkQBpn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdMzUkQBpn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdMzUkQBpn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-vdMzUkQBpn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdMzUkQBpn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdMzUkQBpn ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdMzUkQBpn .navbar-buttons {
  text-align: center;
}
.cid-vdMzUkQBpn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdMzUkQBpn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdMzUkQBpn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdMzUkQBpn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdMzUkQBpn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdMzUkQBpn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdMzUkQBpn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdMzUkQBpn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdMzUkQBpn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdMzUkQBpn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdMzUkQBpn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdMzUkQBpn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdMzUkQBpn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdMzUkQBpn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdMzUkQBpn .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdMzUkQBpn .nav-link:hover,
.cid-vdMzUkQBpn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vdMzUlrME2 {
  padding-top: 135px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/36011-ket220082-img-01-1024x768.webp");
}
.cid-vdMzUlrME2 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-vdMzUlrME2 .mbr-section-title {
  color: #232323;
}
.cid-vdMzUlrME2 .mbr-section-title span {
  color: #ffbc00;
}
.cid-vdMzUlrME2 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdMzUlrME2 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-vdMzUlWAz7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffc173;
}
.cid-vdMzUlWAz7 blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vdMzUlWAz7 .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-vdMzUlWAz7 .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-vdMzUlWAz7 P {
  text-align: center;
}
.cid-vdMC18bQAV {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vdMC18bQAV .image-wrapper {
    transform: scale(1.6);
    transform-origin: left top;
    z-index: 0;
    margin-top: -4rem;
  }
}
.cid-vdMC18bQAV .mbr-section-title {
  margin: 0;
  color: #21224b;
}
.cid-vdMC18bQAV .card {
  z-index: 2;
  background: #ffffff;
  padding: 3rem;
}
@media (max-width: 992px) {
  .cid-vdMC18bQAV .card {
    padding: 2rem 1rem;
  }
}
.cid-vdMC18bQAV img {
  width: 100%;
}
.cid-vdMC18bQAV .text-wrapper {
  z-index: 11;
}
.cid-vdMC18bQAV .wrapper {
  display: flex;
}
.cid-vdMC18bQAV .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-vdMC18bQAV .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vdMC18bQAV .wrapper {
    flex-direction: column;
  }
  .cid-vdMC18bQAV .iconfont-wrapper {
    margin: auto;
  }
  .cid-vdMC18bQAV .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-vdMC18bQAV .mbr-text,
.cid-vdMC18bQAV .mbr-section-btn {
  color: #161734;
}
.cid-vdMC18bQAV .mbr-section-subtitle,
.cid-vdMC18bQAV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vdPkAmLuwk {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/martha-2000x619.webp");
}
.cid-vdPkAmLuwk H2 {
  color: #e7272d;
}
.cid-vdPkAmLuwk img {
  max-width: 500px;
  margin: auto;
}
.cid-vdPkAmLuwk H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-vdPkAmLuwk .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-vdPkAmLuwk .span-row {
  width: 100%;
}
.cid-vdPkAmLuwk .mbr-section-title,
.cid-vdPkAmLuwk .span-row {
  color: #ffc173;
}
.cid-vdPonZocfn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdPonZocfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdPonZocfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdPonZocfn .content-wrapper {
  background: #ffc173;
}
@media (max-width: 991px) {
  .cid-vdPonZocfn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdPonZocfn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdPonZocfn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdPonZocfn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vdPonZocfn .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vdPonZocfn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vdMzUpueO7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-veD1zWbePe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-veD1zWbePe .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-veD1zWbePe .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-veD1zWbePe .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-veD1zWbePe .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-veD1zWbePe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-veD1zWbePe .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-veD1zWbePe .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-veD1zWbePe .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-veD1zWbePe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veD1zWbePe .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-veD1zWbePe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veD1zWbePe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veD1zWbePe .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-veD1zWbePe .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-veD1zWbePe .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-veD1zWbePe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veD1zWbePe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-veD1zWbePe .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-veD1zWbePe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veD1zWbePe .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-veD1zWbePe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veD1zWbePe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veD1zWbePe .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-veD1zWbePe .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-veD1zWbePe .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-veD1zWbePe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-veD1zWbePe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veD1zWbePe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-veD1zWbePe .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-veD1zWbePe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veD1zWbePe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-veD1zWbePe .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-veD1zWbePe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veD1zWbePe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veD1zWbePe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veD1zWbePe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veD1zWbePe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veD1zWbePe .dropdown-item.active,
.cid-veD1zWbePe .dropdown-item:active {
  background-color: transparent;
}
.cid-veD1zWbePe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veD1zWbePe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veD1zWbePe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veD1zWbePe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-veD1zWbePe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-veD1zWbePe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veD1zWbePe ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-veD1zWbePe .navbar-buttons {
  text-align: center;
}
.cid-veD1zWbePe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veD1zWbePe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veD1zWbePe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veD1zWbePe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veD1zWbePe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veD1zWbePe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veD1zWbePe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veD1zWbePe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veD1zWbePe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veD1zWbePe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veD1zWbePe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-veD1zWbePe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-veD1zWbePe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-veD1zWbePe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-veD1zWbePe .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-veD1zWbePe .nav-link:hover,
.cid-veD1zWbePe .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-veD1zWs8fx {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-veD1zWKjYA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-veD1zWKjYA .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-veD1zWKjYA .photo-split {
  padding: 0;
}
.cid-veD1zWKjYA .photo-split img {
  width: 100%;
}
.cid-veD1zWKjYA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-veD1zWKjYA .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-veD1zWKjYA .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-veD1zWKjYA .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-veD1zWKjYA .wrap-block {
  padding: 3rem 3rem;
}
.cid-veD1zWKjYA .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-veD1zWKjYA .wrap-block ul li {
  display: inline-block;
}
.cid-veD1zWKjYA .wrap-block ul li span {
  text-align: center;
}
.cid-veD1zWKjYA .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-veD1zWKjYA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-veD1zWKjYA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-veD1zWKjYA .mbr-list,
.cid-veD1zWKjYA .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-veD1zWKjYA .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veD1zWKjYA .mbr-section-title,
  .cid-veD1zWKjYA .mbr-section-subtitle,
  .cid-veD1zWKjYA .mbr-text {
    text-align: center !important;
  }
  .cid-veD1zWKjYA .social-list {
    text-align: center !important;
  }
}
.cid-veD2HRZwq0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veD2HRZwq0 .card-wrapper {
  background-color: #a65c00;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-veD2HRZwq0 .card-wrapper {
    padding: 1rem;
  }
}
.cid-veD2HRZwq0 .text-wrapper {
  max-width: 28rem;
}
.cid-veD2HRZwq0 .content-wrapper {
  background: #ffc173;
}
@media (max-width: 991px) {
  .cid-veD2HRZwq0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veD2HRZwq0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veD2HRZwq0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veD2HRZwq0 .content-wrapper {
    padding: 3rem;
  }
  .cid-veD2HRZwq0 .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-veD2HRZwq0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vhNuCyNm2j {
  background-image: url("../../../assets/images/36011-ket220082-img-1-1024x768.webp");
}
.cid-vhNuCyNm2j .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-vhNuCyNm2j .mbr-section-title {
  color: #232323;
}
.cid-vhNuCyNm2j .mbr-section-title span {
  color: #ffbc00;
}
.cid-vhNuCyNm2j .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhNuCyNm2j .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-veHG3mNa5w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffcc00;
}
.cid-veHG3mNa5w .row {
  align-items: center;
}
.cid-veHG3mNa5w .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-veHG3mNa5w .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-veHG3mNa5w .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #ffbc00;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-veHG3mNa5w .link:hover:before {
  background: #ff4100;
}
.cid-veHG3mNa5w .mbr-section-title {
  color: #000000;
}
.cid-veHG3mNa5w .mbr-text,
.cid-veHG3mNa5w .mbr-section-btn {
  color: #000000;
}
.cid-veHG3mNa5w .link,
.cid-veHG3mNa5w .link-wrap {
  color: #000000;
}
.cid-veHFmqlaDv {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vhNOkof5SU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-vhNOkof5SU .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-vhNOkof5SU .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-vhNOkof5SU .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vhNOkof5SU .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vhNOkof5SU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhNOkof5SU .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vhNOkof5SU .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-vhNOkof5SU .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vhNOkof5SU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhNOkof5SU .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vhNOkof5SU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhNOkof5SU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhNOkof5SU .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-vhNOkof5SU .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vhNOkof5SU .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vhNOkof5SU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhNOkof5SU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vhNOkof5SU .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vhNOkof5SU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhNOkof5SU .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vhNOkof5SU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhNOkof5SU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhNOkof5SU .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-vhNOkof5SU .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vhNOkof5SU .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vhNOkof5SU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vhNOkof5SU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhNOkof5SU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vhNOkof5SU .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vhNOkof5SU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vhNOkof5SU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vhNOkof5SU .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-vhNOkof5SU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vhNOkof5SU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vhNOkof5SU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhNOkof5SU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhNOkof5SU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhNOkof5SU .dropdown-item.active,
.cid-vhNOkof5SU .dropdown-item:active {
  background-color: transparent;
}
.cid-vhNOkof5SU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhNOkof5SU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhNOkof5SU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhNOkof5SU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-vhNOkof5SU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vhNOkof5SU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhNOkof5SU ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vhNOkof5SU .navbar-buttons {
  text-align: center;
}
.cid-vhNOkof5SU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vhNOkof5SU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vhNOkof5SU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vhNOkof5SU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vhNOkof5SU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vhNOkof5SU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vhNOkof5SU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vhNOkof5SU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vhNOkof5SU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vhNOkof5SU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vhNOkof5SU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vhNOkof5SU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vhNOkof5SU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vhNOkof5SU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vhNOkof5SU .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vhNOkof5SU .nav-link:hover,
.cid-vhNOkof5SU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vhNOkoEfhP {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vhNUN7h3sg {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vhNUN7h3sg .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
#custom-html-84 body {
  font-family: Arial, sans-serif;
  padding: 20px;
  max-width: 800px;
  margin: auto;
}
#custom-html-84 h2 {
  margin-top: 40px;
}
#custom-html-84 .tab {
  margin: 10px 0;
}
#custom-html-84 .tab button {
  padding: 10px;
  margin-right: 5px;
  cursor: pointer;
}
#custom-html-84 .panel {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 10px;
}
#custom-html-84 .panel.active {
  display: block;
}
#custom-html-84 label {
  display: block;
  margin-top: 10px;
}
#custom-html-84 input,
#custom-html-84 textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
}
#custom-html-84 .success {
  color: green;
  margin-top: 10px;
}
#custom-html-84 .error {
  color: red;
  margin-top: 10px;
}
#custom-html-85 body {
  font-family: Arial, sans-serif;
  padding: 20px;
  max-width: 800px;
  margin: auto;
}
#custom-html-85 h2 {
  margin-top: 40px;
}
#custom-html-85 .tab {
  margin: 10px 0;
}
#custom-html-85 .tab button {
  padding: 10px;
  margin-right: 5px;
  cursor: pointer;
}
#custom-html-85 .panel {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 10px;
}
#custom-html-85 .panel.active {
  display: block;
}
#custom-html-85 label {
  display: block;
  margin-top: 10px;
}
#custom-html-85 input,
#custom-html-85 textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
}
#custom-html-85 .success {
  color: green;
  margin-top: 10px;
}
#custom-html-85 .error {
  color: red;
  margin-top: 10px;
}
.cid-v96PDHbC9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v96PDHbC9d .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v96PDHbC9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v96PDHbC9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v96PDHbC9d .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-v96PDHbC9d .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v96PDHbC9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v96PDHbC9d .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-v96PDHbC9d .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v96PDHbC9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v96PDHbC9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v96PDHbC9d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v96PDHbC9d .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v96PDHbC9d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v96PDHbC9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v96PDHbC9d .dropdown-item.active,
.cid-v96PDHbC9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v96PDHbC9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v96PDHbC9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v96PDHbC9d ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v96PDHbC9d .navbar-buttons {
  text-align: center;
}
.cid-v96PDHbC9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v96PDHbC9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-v96PDHbC9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-link:hover,
.cid-v96PDHbC9d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v9jJU9ylLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vhSL2PKga0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a65c00;
  background: linear-gradient(45deg, #a65c00, #ffbc00);
}
.cid-vhSL2PKga0 .head_info {
  text-align: center;
  margin-bottom: 70px;
}
.cid-vhSL2PKga0 .head_info .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
}
.cid-vhSL2PKga0 .head_info .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhSL2PKga0 .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-vhSL2PKga0 .head_info .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhSL2PKga0 .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-vhSL2PKga0 .head_info .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-vhSL2PKga0 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
  background-color: #ffc173;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 8px;
}
.cid-vhSL2PKga0 .plan .plan-title {
  background-color: #4f87fb;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
.cid-vhSL2PKga0 .plan .plan-title.display-7 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-vhSL2PKga0 .plan .icon_box {
  display: block;
  text-align: center;
}
.cid-vhSL2PKga0 .plan .icon_box .ico1 {
  width: 96px;
  height: 96px;
  line-height: 2.4;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -40px;
  background: #fff;
  color: #130947;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.cid-vhSL2PKga0 .plan .plan-price {
  color: #28303f;
}
.cid-vhSL2PKga0 .plan .plan-price .price-figure {
  font-weight: 700;
  display: inline-block;
}
.cid-vhSL2PKga0 .plan .plan-price .price-figure.display-1 {
  font-size: 50px;
  line-height: 1;
}
.cid-vhSL2PKga0 .plan .plan-price .price-value {
  font-weight: 600;
  line-height: 1.5;
}
.cid-vhSL2PKga0 .plan .plan-price .price-term {
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-vhSL2PKga0 .plan .plan-list {
  padding: 30px 40px;
}
.cid-vhSL2PKga0 .plan .plan-list .list-group {
  color: #6d7a8c;
}
.cid-vhSL2PKga0 .plan .plan-list .list-group-item {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 7.5px 0;
}
.cid-vhSL2PKga0 .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-vhSL2PKga0 .plan .plan-list .list-group.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhSL2PKga0 .plan .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-vhSL2PKga0 .plan .mbr-section-btn .btn {
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 2em;
}
.cid-vhSL2PKga0 .plan .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 550px) {
  .cid-vhSL2PKga0 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-vhSL2PKga0 .head_info .mbr-section-text {
  color: #ffffff;
}
.cid-v96PDHbC9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-v96PDHbC9d .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v96PDHbC9d .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v96PDHbC9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v96PDHbC9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v96PDHbC9d .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-v96PDHbC9d .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v96PDHbC9d .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v96PDHbC9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v96PDHbC9d .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-v96PDHbC9d .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-v96PDHbC9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v96PDHbC9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-v96PDHbC9d .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v96PDHbC9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v96PDHbC9d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v96PDHbC9d .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v96PDHbC9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v96PDHbC9d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v96PDHbC9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v96PDHbC9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v96PDHbC9d .dropdown-item.active,
.cid-v96PDHbC9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v96PDHbC9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-v96PDHbC9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v96PDHbC9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v96PDHbC9d ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v96PDHbC9d .navbar-buttons {
  text-align: center;
}
.cid-v96PDHbC9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v96PDHbC9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v96PDHbC9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v96PDHbC9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v96PDHbC9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-v96PDHbC9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v96PDHbC9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-v96PDHbC9d .nav-link:hover,
.cid-v96PDHbC9d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v9jJU9ylLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vhSQoMTd7O {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vhSQoMTd7O .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-vhSQ6d357y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhSQ6d357y blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vhSQ6d357y .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-vhSQ6d357y .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-vhSRYwLhqO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-vhSRYwLhqO .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-vhSRYwLhqO .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-vhSRYwLhqO .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vhSRYwLhqO .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vhSRYwLhqO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhSRYwLhqO .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vhSRYwLhqO .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-vhSRYwLhqO .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vhSRYwLhqO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhSRYwLhqO .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vhSRYwLhqO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhSRYwLhqO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhSRYwLhqO .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-vhSRYwLhqO .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vhSRYwLhqO .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vhSRYwLhqO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhSRYwLhqO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vhSRYwLhqO .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vhSRYwLhqO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhSRYwLhqO .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vhSRYwLhqO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhSRYwLhqO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhSRYwLhqO .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-vhSRYwLhqO .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vhSRYwLhqO .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vhSRYwLhqO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vhSRYwLhqO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhSRYwLhqO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vhSRYwLhqO .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vhSRYwLhqO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vhSRYwLhqO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vhSRYwLhqO .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-vhSRYwLhqO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vhSRYwLhqO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vhSRYwLhqO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhSRYwLhqO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhSRYwLhqO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhSRYwLhqO .dropdown-item.active,
.cid-vhSRYwLhqO .dropdown-item:active {
  background-color: transparent;
}
.cid-vhSRYwLhqO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhSRYwLhqO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhSRYwLhqO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhSRYwLhqO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-vhSRYwLhqO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vhSRYwLhqO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhSRYwLhqO ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vhSRYwLhqO .navbar-buttons {
  text-align: center;
}
.cid-vhSRYwLhqO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vhSRYwLhqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vhSRYwLhqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vhSRYwLhqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vhSRYwLhqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vhSRYwLhqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vhSRYwLhqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vhSRYwLhqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vhSRYwLhqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vhSRYwLhqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vhSRYwLhqO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vhSRYwLhqO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vhSRYwLhqO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vhSRYwLhqO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vhSRYwLhqO .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vhSRYwLhqO .nav-link:hover,
.cid-vhSRYwLhqO .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vhSRYy8hlB {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vhSRYyJ7fZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vhSRYyJ7fZ .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-vhSRYzonyo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhSRYzonyo blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vhSRYzonyo .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-vhSRYzonyo .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-vhSS63mi6e .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-vhSS63mi6e .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-vhSS63mi6e .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-vhSS63mi6e .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vhSS63mi6e .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vhSS63mi6e .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhSS63mi6e .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vhSS63mi6e .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-vhSS63mi6e .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vhSS63mi6e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhSS63mi6e .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vhSS63mi6e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhSS63mi6e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhSS63mi6e .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-vhSS63mi6e .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vhSS63mi6e .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vhSS63mi6e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhSS63mi6e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vhSS63mi6e .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vhSS63mi6e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhSS63mi6e .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vhSS63mi6e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhSS63mi6e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhSS63mi6e .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-vhSS63mi6e .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vhSS63mi6e .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vhSS63mi6e .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vhSS63mi6e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhSS63mi6e .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vhSS63mi6e .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vhSS63mi6e .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vhSS63mi6e .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vhSS63mi6e .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-vhSS63mi6e .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vhSS63mi6e .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vhSS63mi6e .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhSS63mi6e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhSS63mi6e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhSS63mi6e .dropdown-item.active,
.cid-vhSS63mi6e .dropdown-item:active {
  background-color: transparent;
}
.cid-vhSS63mi6e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhSS63mi6e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhSS63mi6e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhSS63mi6e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-vhSS63mi6e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vhSS63mi6e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhSS63mi6e ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vhSS63mi6e .navbar-buttons {
  text-align: center;
}
.cid-vhSS63mi6e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vhSS63mi6e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vhSS63mi6e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vhSS63mi6e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vhSS63mi6e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vhSS63mi6e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vhSS63mi6e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vhSS63mi6e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vhSS63mi6e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vhSS63mi6e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vhSS63mi6e .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vhSS63mi6e a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vhSS63mi6e .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vhSS63mi6e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vhSS63mi6e .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vhSS63mi6e .nav-link:hover,
.cid-vhSS63mi6e .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vhSS6446ur {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vhSS64L3Qc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vhSS64L3Qc .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-vhSS65kRAy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhSS65kRAy blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vhSS65kRAy .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-vhSS65kRAy .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-vhSSatkF0U .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fcecc1;
}
.cid-vhSSatkF0U .navbar.opened {
  transition: all .3s;
  background: #fcecc1 !important;
}
.cid-vhSSatkF0U .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-vhSSatkF0U .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vhSSatkF0U .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vhSSatkF0U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhSSatkF0U .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vhSSatkF0U .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-vhSSatkF0U .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vhSSatkF0U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhSSatkF0U .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vhSSatkF0U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhSSatkF0U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhSSatkF0U .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-vhSSatkF0U .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vhSSatkF0U .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vhSSatkF0U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhSSatkF0U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vhSSatkF0U .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vhSSatkF0U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhSSatkF0U .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vhSSatkF0U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhSSatkF0U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhSSatkF0U .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-vhSSatkF0U .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vhSSatkF0U .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vhSSatkF0U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vhSSatkF0U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhSSatkF0U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vhSSatkF0U .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vhSSatkF0U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vhSSatkF0U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vhSSatkF0U .navbar.navbar-short {
  background: #fcecc1 !important;
  min-height: 60px;
}
.cid-vhSSatkF0U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vhSSatkF0U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vhSSatkF0U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhSSatkF0U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhSSatkF0U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhSSatkF0U .dropdown-item.active,
.cid-vhSSatkF0U .dropdown-item:active {
  background-color: transparent;
}
.cid-vhSSatkF0U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhSSatkF0U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhSSatkF0U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhSSatkF0U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcecc1;
}
.cid-vhSSatkF0U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vhSSatkF0U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhSSatkF0U ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vhSSatkF0U .navbar-buttons {
  text-align: center;
}
.cid-vhSSatkF0U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vhSSatkF0U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vhSSatkF0U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vhSSatkF0U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vhSSatkF0U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vhSSatkF0U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vhSSatkF0U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vhSSatkF0U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vhSSatkF0U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vhSSatkF0U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vhSSatkF0U .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vhSSatkF0U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vhSSatkF0U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vhSSatkF0U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vhSSatkF0U .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vhSSatkF0U .nav-link:hover,
.cid-vhSSatkF0U .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vhSSauB2z3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(149deg, #ffffff, #000000);
}
.cid-vhSSavDyfb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vhSSavDyfb .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-vhSSawrFTP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhSSawrFTP blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vhSSawrFTP .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-vhSSawrFTP .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}

/* Footer — branded gold to match the site theme. Overrides earlier white→black gradient. */
.cid-v9jJU9ylLn {
  background: #ffbc00 !important;
}
.cid-v9jJU9ylLn,
.cid-v9jJU9ylLn .mbr-white,
.cid-v9jJU9ylLn .mbr-text,
.cid-v9jJU9ylLn h1,
.cid-v9jJU9ylLn h2,
.cid-v9jJU9ylLn h3,
.cid-v9jJU9ylLn h4,
.cid-v9jJU9ylLn h5,
.cid-v9jJU9ylLn h6,
.cid-v9jJU9ylLn p {
  color: #232323 !important;
}
.cid-v9jJU9ylLn a,
.cid-v9jJU9ylLn .text-primary {
  color: #a65c00 !important;
  text-decoration: underline;
}
.cid-v9jJU9ylLn a:hover,
.cid-v9jJU9ylLn .text-primary:hover {
  color: #000000 !important;
}
