@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&amp;display=swap);





body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Noto Sans', 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #ff695c !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #8d97ad !important;
}
.bg-danger {
  background-color: #333333 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff695c !important;
  border-color: #ff695c !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #ff2310 !important;
  border-color: #ff2310 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff2310 !important;
  border-color: #ff2310 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #8d97ad !important;
  border-color: #8d97ad !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #636f8a !important;
  border-color: #636f8a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #636f8a !important;
  border-color: #636f8a !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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 !important;
  border-color: #f51400 !important;
  color: #f51400 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ff695c !important;
  border-color: #ff695c !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff695c !important;
  border-color: #ff695c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #178a61 !important;
  color: #178a61 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #59647b !important;
  color: #59647b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #8d97ad !important;
  border-color: #8d97ad !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d97ad !important;
  border-color: #8d97ad !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff695c !important;
}
.text-secondary {
  color: #2bdc9d !important;
}
.text-success {
  color: #1dc9cb !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #8d97ad !important;
}
.text-danger {
  color: #333333 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f51400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #178a61 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #59647b !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: #1dc9cb;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #8d97ad;
}
.alert-danger {
  background-color: #333333;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff695c;
  border-color: #ff695c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff695c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d7dbe2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a6a6a6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #188ef4;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff695c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #ff695c;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ff695c;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff695c;
  color: #ffffff;
}
.jq-number__spin {
  background-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: #ff695c;
  border-bottom-color: #ff695c;
}
.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: #ff695c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #2bdc9d !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='%23ff695c' %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-s1zkHCM7TQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s1zkHCM7TQ .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s1zkHCM7TQ .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s1zkHCM7TQ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s1zkHCM7TQ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s1zkHCM7TQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s1zkHCM7TQ .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s1zkHCM7TQ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s1zkHCM7TQ .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s1zkHCM7TQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1zkHCM7TQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1zkHCM7TQ .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-s1zkHCM7TQ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s1zkHCM7TQ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s1zkHCM7TQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s1zkHCM7TQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1zkHCM7TQ .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-s1zkHCM7TQ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s1zkHCM7TQ .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s1zkHCM7TQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1zkHCM7TQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s1zkHCM7TQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1zkHCM7TQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s1zkHCM7TQ .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s1zkHCM7TQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1zkHCM7TQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1zkHCM7TQ .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-s1zkHCM7TQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1zkHCM7TQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1zkHCM7TQ .dropdown-item.active,
.cid-s1zkHCM7TQ .dropdown-item:active {
  background-color: transparent;
}
.cid-s1zkHCM7TQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1zkHCM7TQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1zkHCM7TQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1zkHCM7TQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s1zkHCM7TQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s1zkHCM7TQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1zkHCM7TQ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s1zkHCM7TQ .navbar-buttons {
  text-align: center;
}
.cid-s1zkHCM7TQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1zkHCM7TQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1zkHCM7TQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1zkHCM7TQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1zkHCM7TQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1zkHCM7TQ .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s1zkHCM7TQ 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-s1zkHCM7TQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1zkHCM7TQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s1zkHCM7TQ .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s1zkHCM7TQ .nav-link:hover,
.cid-s1zkHCM7TQ .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s2CPzn5a6B {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s2CPzn5a6B .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s2CPzn5a6B .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s2CPzn5a6B .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s2CPzn5a6B .animated-element,
.cid-s2CPzn5a6B .typed-cursor {
  color: #333333;
}
.cid-s2CPzn5a6B .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s2CPzn5a6B .typed-text {
    text-align: center;
  }
}
.cid-s2CPzn5a6B .mbr-section-title {
  color: #ff695c;
}
.cid-s2CPzn5a6B .mbr-text,
.cid-s2CPzn5a6B .typed-text,
.cid-s2CPzn5a6B .mbr-section-btn {
  color: #0a1c44;
}
.cid-s2CPzn5a6B .mbr-section-subtitle,
.cid-s2CPzn5a6B .underline {
  color: #0a1c44;
}
.cid-s2HtFgAu15 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2HtFgAu15 .card {
  padding: 0.5rem;
}
.cid-s2HtFgAu15 .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s2HtFgAu15 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s2HtFgAu15 .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.50rem;
  padding-top: 1px;
  xcolor: #5580ff;
  color: #ff695c;
}
.cid-s2HtFgAu15 .ico-line {
  display: -webkit-flex;
}
.cid-s2HtFgAu15 .lh-1 {
  line-height: 1;
}
.cid-s2HtFgAu15 .lh-2 {
  line-height: 2;
}
.cid-s2HtFgAu15 .rts-linkcolor {
  color: #ff695c;
}
.cid-s2HtFgAu15 .rts-imagelabel {
  padding-top: 2px;
  padding-left: 0.25rem ;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s2HtFgAu15 .col-md-4 {
  padding: 0;
}
.cid-s2HtFgAu15 p {
  line-height: 1.6;
}
.cid-s2HtFgAu15 .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s2HtFgAu15 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s2HtFgAu15 .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s2HtFgAu15 .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s2HtFgAu15 img {
  transition: all 0.3s;
}
.cid-s2HtFgAu15 h5 {
  margin: 0;
}
.cid-s2HtFgAu15 .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-s2HtFgAu15 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s2HtFgAu15 .card-box > p,
.cid-s2HtFgAu15 .card-box > ul,
.cid-s2HtFgAu15 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-s2HtFgAu15 .productinfo > p {
  color: #000000;
}
.cid-s2HtFgAu15 .price {
  color: #ffffff;
  text-align: left;
}
.cid-s2HtFgAu15 .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s2HtFgAu15 .list-group-item {
    padding: 0.5rem;
  }
  .cid-s2HtFgAu15 .card {
    padding: 0.5rem;
  }
  .cid-s2HtFgAu15 .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s2HtFgAu15 .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s2HtFgAu15 .col-md-4 {
    padding: 0 15px;
  }
  .cid-s2HtFgAu15 .col-md-8 {
    margin: 0 15px;
  }
  .cid-s2HtFgAu15 .price-box {
    left: 15px;
  }
  .cid-s2HtFgAu15 .card-box {
    padding: 1rem;
  }
}
.cid-s2HtFgAu15 P {
  color: #000000;
}
.cid-s2HtFgAu15 .card-box > p,
.cid-s2HtFgAu15 .mbr-section-btn {
  color: #444444;
}
.cid-s2HtFgAu15 .list-group > li P {
  color: #444444;
}
.cid-s2HtFgAu15 .list-group .btn-underline {
  xxmargin: 5rem;
  line-height: 1;
}
.cid-s2C5XR7GW6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s2C5XR7GW6 [class^="socicon-"]:before,
.cid-s2C5XR7GW6 [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s2C5XR7GW6 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s2C5XR7GW6 .btn-social,
.cid-s2C5XR7GW6 .mbr-section-title {
  color: #57468b;
}
.cid-s2C5XR7GW6 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s2C5XR7GW6 .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s2C5XR7GW6 .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s2C5XR7GW6 .align-left {
    text-align: center;
  }
  .cid-s2C5XR7GW6 .align-right {
    text-align: center;
  }
  .cid-s2C5XR7GW6 .social-list {
    justify-content: center;
  }
  .cid-s2C5XR7GW6 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s1zkHCM7TQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s1zkHCM7TQ .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s1zkHCM7TQ .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s1zkHCM7TQ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s1zkHCM7TQ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s1zkHCM7TQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s1zkHCM7TQ .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s1zkHCM7TQ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s1zkHCM7TQ .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s1zkHCM7TQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1zkHCM7TQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1zkHCM7TQ .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-s1zkHCM7TQ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s1zkHCM7TQ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s1zkHCM7TQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s1zkHCM7TQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1zkHCM7TQ .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-s1zkHCM7TQ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s1zkHCM7TQ .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s1zkHCM7TQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1zkHCM7TQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s1zkHCM7TQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1zkHCM7TQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s1zkHCM7TQ .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s1zkHCM7TQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1zkHCM7TQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1zkHCM7TQ .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-s1zkHCM7TQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1zkHCM7TQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1zkHCM7TQ .dropdown-item.active,
.cid-s1zkHCM7TQ .dropdown-item:active {
  background-color: transparent;
}
.cid-s1zkHCM7TQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1zkHCM7TQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1zkHCM7TQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1zkHCM7TQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s1zkHCM7TQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s1zkHCM7TQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1zkHCM7TQ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s1zkHCM7TQ .navbar-buttons {
  text-align: center;
}
.cid-s1zkHCM7TQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1zkHCM7TQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1zkHCM7TQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1zkHCM7TQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1zkHCM7TQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1zkHCM7TQ .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s1zkHCM7TQ 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-s1zkHCM7TQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1zkHCM7TQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s1zkHCM7TQ .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s1zkHCM7TQ .nav-link:hover,
.cid-s1zkHCM7TQ .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s1B251SdwS {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../jpg/p1050079-2000x1502.jpg");
}
.cid-s1B251SdwS .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s1B251SdwS .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s1B251SdwS .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s1B251SdwS .animated-element,
.cid-s1B251SdwS .typed-cursor {
  color: #444444;
}
.cid-s1B251SdwS .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s1B251SdwS .typed-text {
    text-align: center;
  }
}
.cid-s1B251SdwS .mbr-section-title {
  color: #ff695c;
}
.cid-s1B251SdwS .mbr-text,
.cid-s1B251SdwS .typed-text,
.cid-s1B251SdwS .mbr-section-btn {
  color: #0a1c44;
}
.cid-s1FMrNMvq7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f2f2f2;
}
.cid-s1FMrNMvq7 .card {
  padding: 1rem;
}
.cid-s1FMrNMvq7 .mydeco :hover {
  color: #ff1111 !important;
  margin-right: 3rem !important;
}
.cid-s1FMrNMvq7 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-s1FMrNMvq7 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-s1FMrNMvq7 p {
  line-height: 1.6;
}
.cid-s1FMrNMvq7 .rev,
.cid-s1FMrNMvq7 .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  xcolor: #5580FF;
  color: #ff695c;
}
.cid-s1FMrNMvq7 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-s1FMrNMvq7 .card-box {
  padding: 1rem;
}
.cid-s1FMrNMvq7 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-s1FMrNMvq7 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-s1FMrNMvq7 .mbr-section-title,
.cid-s1FMrNMvq7 .line-wrap {
  text-align: left;
  color: #444444;
}
.cid-s1FMrNMvq7 .rev {
  color: #767676;
}
.cid-s1FMrNMvq7 .card-text,
.cid-s1FMrNMvq7 .mbr-section-btn,
.cid-s1FMrNMvq7 .ico-line {
  text-align: left;
  color: #444444;
}
@media (max-width: 576px) {
  .cid-s1FMrNMvq7 .card {
    padding: 0.25rem;
  }
  .cid-s1FMrNMvq7 .rev,
  .cid-s1FMrNMvq7 .mbr-iconfont {
    padding-bottom: 0;
  }
}
.cid-s1Lh6HtaC2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s1Lh6HtaC2 img {
    width: 90%;
  }
}
.cid-s1Lh6HtaC2 .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s1Lh6HtaC2 .rev,
.cid-s1Lh6HtaC2 .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  xcolor: #5580ff;
  color: #ff695c;
}
.cid-s1Lh6HtaC2 .items {
  margin-bottom: 0;
}
.cid-s1Lh6HtaC2 .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s1Lh6HtaC2 .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s1Lh6HtaC2 .soc-item:hover span {
  color: #ff695c !important;
}
.cid-s1Lh6HtaC2 .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-s1Lh6HtaC2 .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-s1Lh6HtaC2 .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s1Lh6HtaC2 .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s1Lh6HtaC2 .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s1Lh6HtaC2 .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-s1Lh6HtaC2 .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-s1Lh6HtaC2 .wrapper {
    padding: 0.25rem;
  }
}
@media (max-width: 767px) {
  .cid-s1Lh6HtaC2 .social-list {
    justify-content: center;
  }
}
.cid-s1Lh6HtaC2 .card1 > .mbr-text,
.cid-s1Lh6HtaC2 .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-s1Lh6HtaC2 .card2 > .mbr-text,
.cid-s1Lh6HtaC2 .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-s1Lh6HtaC2 .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
  line-height: 1.4;
}
.cid-s1Lh6HtaC2 .mbr-text,
.cid-s1Lh6HtaC2 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s1Lh6HtaC2 .mbr-text {
  margin-bottom: 0.25rem;
}
.cid-s1Lh6HtaC2 .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-s1Lh6HtaC2 .rev {
  color: #767676;
}
.cid-s1Lh6HtaC2 .card1 > .mbr-card-title {
  color: #444444;
}
.cid-s1Lh6HtaC2 .card2 > .mbr-card-title {
  color: #444444;
}
.cid-s1Lh6HtaC2 .card3 > .mbr-card-title {
  color: #444444;
}
.cid-s1Lh6HtaC2 .rts-main-title {
  color: #444444;
}
.cid-s2C5XR7GW6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s2C5XR7GW6 [class^="socicon-"]:before,
.cid-s2C5XR7GW6 [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s2C5XR7GW6 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s2C5XR7GW6 .btn-social,
.cid-s2C5XR7GW6 .mbr-section-title {
  color: #57468b;
}
.cid-s2C5XR7GW6 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s2C5XR7GW6 .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s2C5XR7GW6 .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s2C5XR7GW6 .align-left {
    text-align: center;
  }
  .cid-s2C5XR7GW6 .align-right {
    text-align: center;
  }
  .cid-s2C5XR7GW6 .social-list {
    justify-content: center;
  }
  .cid-s2C5XR7GW6 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3IsYw5VGI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s3IsYw5VGI .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s3IsYw5VGI .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s3IsYw5VGI .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s3IsYw5VGI .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s3IsYw5VGI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s3IsYw5VGI .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s3IsYw5VGI .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s3IsYw5VGI .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s3IsYw5VGI .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s3IsYw5VGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3IsYw5VGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s3IsYw5VGI .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s3IsYw5VGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3IsYw5VGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3IsYw5VGI .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-s3IsYw5VGI .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s3IsYw5VGI .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s3IsYw5VGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3IsYw5VGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s3IsYw5VGI .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s3IsYw5VGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3IsYw5VGI .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s3IsYw5VGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3IsYw5VGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3IsYw5VGI .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-s3IsYw5VGI .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s3IsYw5VGI .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s3IsYw5VGI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3IsYw5VGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3IsYw5VGI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s3IsYw5VGI .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s3IsYw5VGI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3IsYw5VGI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s3IsYw5VGI .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s3IsYw5VGI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3IsYw5VGI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3IsYw5VGI .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-s3IsYw5VGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3IsYw5VGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3IsYw5VGI .dropdown-item.active,
.cid-s3IsYw5VGI .dropdown-item:active {
  background-color: transparent;
}
.cid-s3IsYw5VGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3IsYw5VGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3IsYw5VGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3IsYw5VGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s3IsYw5VGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s3IsYw5VGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3IsYw5VGI ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s3IsYw5VGI .navbar-buttons {
  text-align: center;
}
.cid-s3IsYw5VGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3IsYw5VGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s3IsYw5VGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3IsYw5VGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3IsYw5VGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3IsYw5VGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3IsYw5VGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3IsYw5VGI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3IsYw5VGI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3IsYw5VGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3IsYw5VGI .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3IsYw5VGI 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-s3IsYw5VGI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3IsYw5VGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s3IsYw5VGI .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s3IsYw5VGI .nav-link:hover,
.cid-s3IsYw5VGI .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s3IsYwL17H {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s3IsYwL17H .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s3IsYwL17H .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s3IsYwL17H .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s3IsYwL17H .animated-element,
.cid-s3IsYwL17H .typed-cursor {
  color: #333333;
}
.cid-s3IsYwL17H .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s3IsYwL17H .typed-text {
    text-align: center;
  }
}
.cid-s3IsYwL17H .mbr-section-title {
  color: #ff695c;
}
.cid-s3IsYwL17H .mbr-text,
.cid-s3IsYwL17H .typed-text,
.cid-s3IsYwL17H .mbr-section-btn {
  color: #0a1c44;
}
.cid-s3IsYwL17H .mbr-section-subtitle,
.cid-s3IsYwL17H .underline {
  color: #0a1c44;
}
.cid-s3IsYxBnBf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3IsYxBnBf .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s3IsYxBnBf .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s3IsYxBnBf .ico-line {
  display: -webkit-flex;
}
.cid-s3IsYxBnBf .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s3IsYxBnBf .lh-1 {
  line-height: 1;
}
.cid-s3IsYxBnBf .lh-2 {
  line-height: 2;
}
.cid-s3IsYxBnBf .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s3IsYxBnBf .linkcolor {
  color: #ff695c;
}
.cid-s3IsYxBnBf .col-md-4 {
  padding: 0;
}
.cid-s3IsYxBnBf p {
  line-height: 1.6;
}
.cid-s3IsYxBnBf .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s3IsYxBnBf .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s3IsYxBnBf .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s3IsYxBnBf .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s3IsYxBnBf img {
  transition: all 0.3s;
}
.cid-s3IsYxBnBf h5 {
  margin: 0;
}
.cid-s3IsYxBnBf .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-s3IsYxBnBf .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s3IsYxBnBf .card-box > p,
.cid-s3IsYxBnBf .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s3IsYxBnBf .productinfo > p {
  color: #000000;
}
.cid-s3IsYxBnBf .price {
  color: #ffffff;
  text-align: left;
}
.cid-s3IsYxBnBf .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s3IsYxBnBf .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s3IsYxBnBf .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s3IsYxBnBf .col-md-4 {
    padding: 0 15px;
  }
  .cid-s3IsYxBnBf .col-md-8 {
    margin: 0 15px;
  }
  .cid-s3IsYxBnBf .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-s3IsYxBnBf .price-box {
    left: 15px;
  }
  .cid-s3IsYxBnBf .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s3IsYxBnBf P {
  color: #000000;
}
.cid-s3IsYykuRx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3IsYykuRx li {
  list-style: none;
}
.cid-s3IsYykuRx .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s3IsYykuRx .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s3IsYykuRx h4 {
  margin: 0;
}
.cid-s3IsYykuRx .item {
  color: #5580ff;
}
.cid-s3IsYykuRx ul {
  padding: 0;
  margin: 0;
}
.cid-s3IsYykuRx .col-title {
  color: #57468b;
}
.cid-s3IsYykuRx .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s3IsYykuRx .col-title2 {
  color: #5580ff;
}
.cid-s3IsYykuRx .col-title3 {
  color: #ff8a73;
}
.cid-s3IsYykuRx .col-title4 {
  color: #57468b;
}
.cid-s3IsYykuRx .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s3IsYykuRx .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s3IsYykuRx .item3 {
  color: #716c80;
}
.cid-s3IsYykuRx .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s3IsYykuRx .md-pb {
    padding-bottom: 0.5rem;
  }
}
.cid-s3IsYzL4xK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3IsYzL4xK .rts-float-img {
  xbackground-color: #ff0000;
  width: 35%;
  min-width: 250px;
  padding: 0.25rem;
}
.cid-s3IsYzL4xK .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s3IsYzL4xK .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s3IsYzL4xK .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s3IsYzL4xK .ico-line {
  display: -webkit-flex;
}
.cid-s3IsYzL4xK .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s3IsYzL4xK .lh-1 {
  line-height: 1;
}
.cid-s3IsYzL4xK .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s3IsYzL4xK .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s3IsYzL4xK .linkcolor {
  color: #ff695c;
}
.cid-s3IsYzL4xK .col-md-4 {
  padding: 0;
}
.cid-s3IsYzL4xK p {
  line-height: 1.6;
}
.cid-s3IsYzL4xK .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s3IsYzL4xK .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s3IsYzL4xK .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s3IsYzL4xK .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s3IsYzL4xK img {
  transition: all 0.3s;
}
.cid-s3IsYzL4xK h5 {
  margin: 0;
}
.cid-s3IsYzL4xK .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s3IsYzL4xK .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s3IsYzL4xK .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s3IsYzL4xK .card-box > p,
.cid-s3IsYzL4xK .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s3IsYzL4xK .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s3IsYzL4xK .productinfo > p {
  color: #000000;
}
.cid-s3IsYzL4xK .price {
  color: #ffffff;
  text-align: left;
}
.cid-s3IsYzL4xK .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s3IsYzL4xK .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s3IsYzL4xK .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s3IsYzL4xK .product_image > .col-12 {
  padding: 5rem;
}
.cid-s3IsYzL4xK .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s3IsYzL4xK .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s3IsYzL4xK .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s3IsYzL4xK .list-group-item {
    padding: 0.5rem;
  }
  .cid-s3IsYzL4xK .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s3IsYzL4xK .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s3IsYzL4xK .col-md-4 {
    padding: 15 0px;
  }
  .cid-s3IsYzL4xK .card-img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s3IsYzL4xK .col-md-8 {
    margin: 0 15px;
  }
  .cid-s3IsYzL4xK .price-box {
    left: 15px;
  }
  .cid-s3IsYzL4xK .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s3IsYzL4xK P {
  color: #000000;
}
.cid-s3IsYzL4xK .card-box > div .rts-imagelabel {
  color: #444444;
}
.cid-s3IsYzL4xK .card-box > div P {
  color: #444444;
}
.cid-s3VmO0QDhQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3VmO0QDhQ li {
  list-style: none;
}
.cid-s3VmO0QDhQ .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s3VmO0QDhQ .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s3VmO0QDhQ .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s3VmO0QDhQ h4 {
  margin: 0;
}
.cid-s3VmO0QDhQ .item {
  color: #5580ff;
}
.cid-s3VmO0QDhQ .mbr-text {
  color: #444444;
}
.cid-s3VmO0QDhQ ul {
  padding: 0;
  margin: 0;
}
.cid-s3VmO0QDhQ .col-title {
  color: #57468b;
}
.cid-s3VmO0QDhQ .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s3VmO0QDhQ .col-title2 {
  color: #5580ff;
}
.cid-s3VmO0QDhQ .col-title3 {
  color: #ff8a73;
}
.cid-s3VmO0QDhQ .col-title4 {
  color: #57468b;
}
.cid-s3VmO0QDhQ .item1 {
  color: #444444;
  line-height: 1.4;
}
.cid-s3VmO0QDhQ .item2 {
  color: #444444;
  line-height: 1.4;
}
.cid-s3VmO0QDhQ .item3 {
  color: #716c80;
}
.cid-s3VmO0QDhQ .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s3VmO0QDhQ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s40UVIRmJr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s40UVIRmJr .runtime-ol {
  color: #444444;
}
.cid-s40UVIRmJr .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s40UVIRmJr .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s40UVIRmJr .runtime-ol li p {
  line-height: 1.3;
}
.cid-s40UVIRmJr .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s40UVIRmJr .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s40UVIRmJr .ico-line {
  display: -webkit-flex;
}
.cid-s40UVIRmJr .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s40UVIRmJr .lh-1 {
  line-height: 1;
}
.cid-s40UVIRmJr .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s40UVIRmJr .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s40UVIRmJr .linkcolor {
  color: #ff695c;
}
.cid-s40UVIRmJr .xxgraytext {
  color: #767676;
}
.cid-s40UVIRmJr .col-md-4 {
  padding: 0;
}
.cid-s40UVIRmJr p {
  line-height: 1.6;
}
.cid-s40UVIRmJr .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s40UVIRmJr .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s40UVIRmJr .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s40UVIRmJr .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s40UVIRmJr img {
  transition: all 0.3s;
}
.cid-s40UVIRmJr h5 {
  margin: 0;
}
.cid-s40UVIRmJr .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s40UVIRmJr .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s40UVIRmJr .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s40UVIRmJr .card-box > p,
.cid-s40UVIRmJr .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s40UVIRmJr .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s40UVIRmJr .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s40UVIRmJr .productinfo > p {
  color: #000000;
}
.cid-s40UVIRmJr .price {
  color: #ffffff;
  text-align: left;
}
.cid-s40UVIRmJr .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
.cid-s40UVIRmJr .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s40UVIRmJr .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s40UVIRmJr .product_image > .col-12 {
  padding: 5rem;
}
.cid-s40UVIRmJr .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s40UVIRmJr .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s40UVIRmJr .list-group-item {
    padding: 0.5rem;
  }
  .cid-s40UVIRmJr .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s40UVIRmJr .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s40UVIRmJr .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s40UVIRmJr .col-md-4 {
    padding: 15 0px;
  }
  .cid-s40UVIRmJr .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s40UVIRmJr .col-md-8 {
    margin: 0 15px;
  }
  .cid-s40UVIRmJr .price-box {
    left: 15px;
  }
  .cid-s40UVIRmJr .card-box {
    padding: 1rem;
  }
  .cid-s40UVIRmJr .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s40UVIRmJr P {
  color: #000000;
}
.cid-s3IsYASXAK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s3IsYASXAK [class^="socicon-"]:before,
.cid-s3IsYASXAK [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s3IsYASXAK .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3IsYASXAK .btn-social,
.cid-s3IsYASXAK .mbr-section-title {
  color: #57468b;
}
.cid-s3IsYASXAK .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3IsYASXAK .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s3IsYASXAK .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s3IsYASXAK .align-left {
    text-align: center;
  }
  .cid-s3IsYASXAK .align-right {
    text-align: center;
  }
  .cid-s3IsYASXAK .social-list {
    justify-content: center;
  }
  .cid-s3IsYASXAK .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-skdJisM841.popup-builder {
  background-color: #ffffff;
}
.cid-skdJisM841.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-skdJisM841.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-skdJisM841 .modal-content,
.cid-skdJisM841 .modal-dialog {
  height: auto;
}
.cid-skdJisM841 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-skdJisM841 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-skdJisM841 .form-wrapper .mbr-form .form-group,
  .cid-skdJisM841 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-skdJisM841 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-skdJisM841 .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-skdJisM841 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-skdJisM841 .pt-0 {
  padding-top: 0 !important;
}
.cid-skdJisM841 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-skdJisM841 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-skdJisM841 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-skdJisM841 .modal-open {
  overflow: hidden;
}
.cid-skdJisM841 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-skdJisM841 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-skdJisM841 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-skdJisM841 .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-skdJisM841 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-skdJisM841 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-skdJisM841 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-skdJisM841 .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-skdJisM841 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-skdJisM841 .modal-backdrop.fade {
  opacity: 0;
}
.cid-skdJisM841 .modal-backdrop.show {
  opacity: .5;
}
.cid-skdJisM841 .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-skdJisM841 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-skdJisM841 .modal-header .close:hover {
  opacity: 1;
}
.cid-skdJisM841 .modal-header .close:focus {
  outline: none;
}
.cid-skdJisM841 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-skdJisM841 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-skdJisM841 .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-skdJisM841 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-skdJisM841 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-skdJisM841 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-skdJisM841 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-skdJisM841 .modal-sm {
    max-width: 300px;
  }
  .cid-skdJisM841 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-skdJisM841 .modal-lg,
  .cid-skdJisM841 .modal-xl {
    max-width: 800px;
  }
  .cid-skdJisM841 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-skdJisM841 .modal-xl {
    max-width: 1140px;
  }
  .cid-skdJisM841 .container {
    max-width: 1140px;
  }
}
.cid-skdJisM841 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-skdJisM841 .container {
    max-width: 720px;
  }
}
.cid-skdJisM841 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-skdJisM841 .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-skdJisM841 .form-group {
  margin-bottom: 1rem;
}
.cid-skdJisM841 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-skdJisM841 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-skdJisM841 .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-s4cuxHJK0z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s4cuxHJK0z .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s4cuxHJK0z .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s4cuxHJK0z .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s4cuxHJK0z .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s4cuxHJK0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4cuxHJK0z .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s4cuxHJK0z .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s4cuxHJK0z .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s4cuxHJK0z .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s4cuxHJK0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4cuxHJK0z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s4cuxHJK0z .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s4cuxHJK0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4cuxHJK0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4cuxHJK0z .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-s4cuxHJK0z .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s4cuxHJK0z .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s4cuxHJK0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4cuxHJK0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s4cuxHJK0z .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s4cuxHJK0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4cuxHJK0z .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s4cuxHJK0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4cuxHJK0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4cuxHJK0z .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-s4cuxHJK0z .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s4cuxHJK0z .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s4cuxHJK0z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4cuxHJK0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4cuxHJK0z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s4cuxHJK0z .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s4cuxHJK0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4cuxHJK0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s4cuxHJK0z .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s4cuxHJK0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4cuxHJK0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4cuxHJK0z .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-s4cuxHJK0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4cuxHJK0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4cuxHJK0z .dropdown-item.active,
.cid-s4cuxHJK0z .dropdown-item:active {
  background-color: transparent;
}
.cid-s4cuxHJK0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4cuxHJK0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4cuxHJK0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4cuxHJK0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s4cuxHJK0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s4cuxHJK0z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4cuxHJK0z ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s4cuxHJK0z .navbar-buttons {
  text-align: center;
}
.cid-s4cuxHJK0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4cuxHJK0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4cuxHJK0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4cuxHJK0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4cuxHJK0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4cuxHJK0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4cuxHJK0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4cuxHJK0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4cuxHJK0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4cuxHJK0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4cuxHJK0z .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s4cuxHJK0z 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-s4cuxHJK0z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4cuxHJK0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s4cuxHJK0z .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s4cuxHJK0z .nav-link:hover,
.cid-s4cuxHJK0z .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s4cuxIskNr {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s4cuxIskNr .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s4cuxIskNr .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s4cuxIskNr .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s4cuxIskNr .animated-element,
.cid-s4cuxIskNr .typed-cursor {
  color: #333333;
}
.cid-s4cuxIskNr .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s4cuxIskNr .typed-text {
    text-align: center;
  }
}
.cid-s4cuxIskNr .mbr-section-title {
  color: #ff695c;
}
.cid-s4cuxIskNr .mbr-text,
.cid-s4cuxIskNr .typed-text,
.cid-s4cuxIskNr .mbr-section-btn {
  color: #0a1c44;
}
.cid-s4cuxIskNr .mbr-section-subtitle,
.cid-s4cuxIskNr .underline {
  color: #0a1c44;
}
.cid-s4cuxJhlPz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4cuxJhlPz .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4cuxJhlPz .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4cuxJhlPz .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4cuxJhlPz .ico-line {
  display: -webkit-flex;
}
.cid-s4cuxJhlPz .lh-1 {
  line-height: 1;
}
.cid-s4cuxJhlPz .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4cuxJhlPz .linkcolor {
  color: #ff695c;
}
.cid-s4cuxJhlPz .col-md-4 {
  padding: 0;
}
.cid-s4cuxJhlPz p {
  line-height: 1.6;
}
.cid-s4cuxJhlPz .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4cuxJhlPz .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4cuxJhlPz .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s4cuxJhlPz .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4cuxJhlPz img {
  transition: all 0.3s;
}
.cid-s4cuxJhlPz h5 {
  margin: 0;
}
.cid-s4cuxJhlPz .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-s4cuxJhlPz .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4cuxJhlPz .card-box > p,
.cid-s4cuxJhlPz .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4cuxJhlPz .productinfo > p {
  color: #000000;
}
.cid-s4cuxJhlPz .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4cuxJhlPz .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s4cuxJhlPz .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4cuxJhlPz .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4cuxJhlPz .col-md-4 {
    padding: 0 15px;
  }
  .cid-s4cuxJhlPz .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4cuxJhlPz .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-s4cuxJhlPz .price-box {
    left: 15px;
  }
  .cid-s4cuxJhlPz .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s4cuxJhlPz P {
  color: #000000;
}
.cid-s4cuxK78hN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4cuxK78hN li {
  list-style: none;
}
.cid-s4cuxK78hN .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4cuxK78hN .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4cuxK78hN .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4cuxK78hN h4 {
  margin: 0;
}
.cid-s4cuxK78hN .item {
  color: #5580ff;
}
.cid-s4cuxK78hN ul {
  padding: 0;
  margin: 0;
}
.cid-s4cuxK78hN .col-title {
  color: #57468b;
}
.cid-s4cuxK78hN .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s4cuxK78hN .col-title2 {
  color: #5580ff;
}
.cid-s4cuxK78hN .col-title3 {
  color: #ff8a73;
}
.cid-s4cuxK78hN .col-title4 {
  color: #57468b;
}
.cid-s4cuxK78hN .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4cuxK78hN .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4cuxK78hN .item3 {
  color: #716c80;
}
.cid-s4cuxK78hN .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4cuxK78hN .md-pb {
    padding-bottom: 0.5rem;
  }
}
.cid-s4cuxLoI8v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4cuxLoI8v .rts-float-img {
  xbackground-color: #ff0000;
  width: 35%;
  min-width: 250px;
  padding: 0.25rem;
}
.cid-s4cuxLoI8v .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s4cuxLoI8v .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4cuxLoI8v .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s4cuxLoI8v .ico-line {
  display: -webkit-flex;
}
.cid-s4cuxLoI8v .lh-1 {
  line-height: 1;
}
.cid-s4cuxLoI8v .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4cuxLoI8v .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4cuxLoI8v .linkcolor {
  color: #ff695c;
}
.cid-s4cuxLoI8v .col-md-4 {
  padding: 0;
}
.cid-s4cuxLoI8v p {
  line-height: 1.6;
}
.cid-s4cuxLoI8v .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4cuxLoI8v .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4cuxLoI8v .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4cuxLoI8v .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4cuxLoI8v img {
  transition: all 0.3s;
}
.cid-s4cuxLoI8v h5 {
  margin: 0;
}
.cid-s4cuxLoI8v .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s4cuxLoI8v .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s4cuxLoI8v .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4cuxLoI8v .card-box > p,
.cid-s4cuxLoI8v .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4cuxLoI8v .card-box > ul > li > p {
  color: #767676;
  text-align: left;
}
.cid-s4cuxLoI8v .productinfo > p {
  color: #000000;
}
.cid-s4cuxLoI8v .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4cuxLoI8v .rev {
  color: #767676;
  line-height: 1.1;
  text-align: left;
}
.cid-s4cuxLoI8v .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4cuxLoI8v .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s4cuxLoI8v .product_image > .col-12 {
  padding: 5rem;
}
.cid-s4cuxLoI8v .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s4cuxLoI8v .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s4cuxLoI8v .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s4cuxLoI8v .list-group-item {
    padding: 0.5rem;
  }
  .cid-s4cuxLoI8v .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4cuxLoI8v .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4cuxLoI8v .col-md-4 {
    padding: 15 0px;
  }
  .cid-s4cuxLoI8v .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s4cuxLoI8v .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4cuxLoI8v .price-box {
    left: 15px;
  }
  .cid-s4cuxLoI8v .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s4cuxLoI8v P {
  color: #000000;
}
.cid-s4cuxLoI8v .card-box > div P {
  color: #444444;
}
.cid-s4cuxM6E9z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4cuxM6E9z li {
  list-style: none;
}
.cid-s4cuxM6E9z .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4cuxM6E9z .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4cuxM6E9z h4 {
  margin: 0;
}
.cid-s4cuxM6E9z .item {
  color: #5580ff;
}
.cid-s4cuxM6E9z .mbr-text {
  color: #444444;
}
.cid-s4cuxM6E9z ul {
  padding: 0;
  margin: 0;
}
.cid-s4cuxM6E9z .col-title {
  color: #57468b;
}
.cid-s4cuxM6E9z .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s4cuxM6E9z .col-title2 {
  color: #5580ff;
}
.cid-s4cuxM6E9z .col-title3 {
  color: #ff8a73;
}
.cid-s4cuxM6E9z .col-title4 {
  color: #57468b;
}
.cid-s4cuxM6E9z .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4cuxM6E9z .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4cuxM6E9z .item3 {
  color: #716c80;
}
.cid-s4cuxM6E9z .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4cuxM6E9z .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s4cuxN0e4D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4cuxN0e4D .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4cuxN0e4D .runtime-ol {
  color: #767676;
}
.cid-s4cuxN0e4D .runtime-ol p {
  color: #767676;
  margin: 0;
}
.cid-s4cuxN0e4D .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s4cuxN0e4D .runtime-ol li p {
  line-height: 1.3;
}
.cid-s4cuxN0e4D .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4cuxN0e4D .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s4cuxN0e4D .ico-line {
  display: -webkit-flex;
}
.cid-s4cuxN0e4D .lh-1 {
  line-height: 1;
}
.cid-s4cuxN0e4D .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4cuxN0e4D .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4cuxN0e4D .linkcolor {
  color: #ff695c;
}
.cid-s4cuxN0e4D .xxgraytext {
  color: #767676;
}
.cid-s4cuxN0e4D .col-md-4 {
  padding: 0;
}
.cid-s4cuxN0e4D p {
  line-height: 1.6;
}
.cid-s4cuxN0e4D .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4cuxN0e4D .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4cuxN0e4D .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4cuxN0e4D .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4cuxN0e4D img {
  transition: all 0.3s;
}
.cid-s4cuxN0e4D h5 {
  margin: 0;
}
.cid-s4cuxN0e4D .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s4cuxN0e4D .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s4cuxN0e4D .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4cuxN0e4D .card-box > p,
.cid-s4cuxN0e4D .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4cuxN0e4D .card-box > ul > li > p {
  color: #767676;
  text-align: left;
}
.cid-s4cuxN0e4D .card-box > ol > li > p {
  color: #767676;
  text-align: left;
}
.cid-s4cuxN0e4D .productinfo > p {
  color: #000000;
}
.cid-s4cuxN0e4D .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4cuxN0e4D .rev {
  color: #767676;
  line-height: 1.1;
  text-align: left;
}
.cid-s4cuxN0e4D .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4cuxN0e4D .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s4cuxN0e4D .product_image > .col-12 {
  padding: 5rem;
}
.cid-s4cuxN0e4D .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s4cuxN0e4D .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s4cuxN0e4D .list-group-item {
    padding: 0.5rem;
  }
  .cid-s4cuxN0e4D .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s4cuxN0e4D .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4cuxN0e4D .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4cuxN0e4D .col-md-4 {
    padding: 15 0px;
  }
  .cid-s4cuxN0e4D .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s4cuxN0e4D .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4cuxN0e4D .price-box {
    left: 15px;
  }
  .cid-s4cuxN0e4D .card-box {
    padding: 1rem;
  }
  .cid-s4cuxN0e4D .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s4cuxN0e4D P {
  color: #000000;
}
.cid-s4cuxNToW4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s4cuxNToW4 [class^="socicon-"]:before,
.cid-s4cuxNToW4 [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s4cuxNToW4 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s4cuxNToW4 .btn-social,
.cid-s4cuxNToW4 .mbr-section-title {
  color: #57468b;
}
.cid-s4cuxNToW4 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s4cuxNToW4 .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s4cuxNToW4 .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s4cuxNToW4 .align-left {
    text-align: center;
  }
  .cid-s4cuxNToW4 .align-right {
    text-align: center;
  }
  .cid-s4cuxNToW4 .social-list {
    justify-content: center;
  }
  .cid-s4cuxNToW4 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-slRjN5nNtj.popup-builder {
  background-color: #ffffff;
}
.cid-slRjN5nNtj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slRjN5nNtj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slRjN5nNtj .modal-content,
.cid-slRjN5nNtj .modal-dialog {
  height: auto;
}
.cid-slRjN5nNtj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slRjN5nNtj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slRjN5nNtj .form-wrapper .mbr-form .form-group,
  .cid-slRjN5nNtj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slRjN5nNtj .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-slRjN5nNtj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slRjN5nNtj .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-slRjN5nNtj .mbr-text {
  text-align: left;
}
.cid-slRjN5nNtj .pt-0 {
  padding-top: 0 !important;
}
.cid-slRjN5nNtj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slRjN5nNtj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slRjN5nNtj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slRjN5nNtj .modal-open {
  overflow: hidden;
}
.cid-slRjN5nNtj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slRjN5nNtj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slRjN5nNtj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slRjN5nNtj .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-slRjN5nNtj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slRjN5nNtj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slRjN5nNtj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slRjN5nNtj .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-slRjN5nNtj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slRjN5nNtj .modal-backdrop.fade {
  opacity: 0;
}
.cid-slRjN5nNtj .modal-backdrop.show {
  opacity: .5;
}
.cid-slRjN5nNtj .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-slRjN5nNtj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slRjN5nNtj .modal-header .close:hover {
  opacity: 1;
}
.cid-slRjN5nNtj .modal-header .close:focus {
  outline: none;
}
.cid-slRjN5nNtj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-slRjN5nNtj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slRjN5nNtj .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-slRjN5nNtj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slRjN5nNtj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slRjN5nNtj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slRjN5nNtj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slRjN5nNtj .modal-sm {
    max-width: 300px;
  }
  .cid-slRjN5nNtj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slRjN5nNtj .modal-lg,
  .cid-slRjN5nNtj .modal-xl {
    max-width: 800px;
  }
  .cid-slRjN5nNtj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slRjN5nNtj .modal-xl {
    max-width: 1140px;
  }
  .cid-slRjN5nNtj .container {
    max-width: 1140px;
  }
}
.cid-slRjN5nNtj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slRjN5nNtj .container {
    max-width: 720px;
  }
}
.cid-slRjN5nNtj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slRjN5nNtj .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-slRjN5nNtj .form-group {
  margin-bottom: 1rem;
}
.cid-slRjN5nNtj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slRjN5nNtj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slRjN5nNtj .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-slRkmLo0bb.popup-builder {
  background-color: #ffffff;
}
.cid-slRkmLo0bb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slRkmLo0bb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slRkmLo0bb .modal-content,
.cid-slRkmLo0bb .modal-dialog {
  height: auto;
}
.cid-slRkmLo0bb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slRkmLo0bb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slRkmLo0bb .form-wrapper .mbr-form .form-group,
  .cid-slRkmLo0bb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slRkmLo0bb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slRkmLo0bb .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-slRkmLo0bb .mbr-text {
  text-align: center;
}
.cid-slRkmLo0bb .pt-0 {
  padding-top: 0 !important;
}
.cid-slRkmLo0bb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slRkmLo0bb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slRkmLo0bb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slRkmLo0bb .modal-open {
  overflow: hidden;
}
.cid-slRkmLo0bb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slRkmLo0bb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slRkmLo0bb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slRkmLo0bb .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-slRkmLo0bb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slRkmLo0bb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slRkmLo0bb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slRkmLo0bb .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-slRkmLo0bb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slRkmLo0bb .modal-backdrop.fade {
  opacity: 0;
}
.cid-slRkmLo0bb .modal-backdrop.show {
  opacity: .5;
}
.cid-slRkmLo0bb .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-slRkmLo0bb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slRkmLo0bb .modal-header .close:hover {
  opacity: 1;
}
.cid-slRkmLo0bb .modal-header .close:focus {
  outline: none;
}
.cid-slRkmLo0bb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slRkmLo0bb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slRkmLo0bb .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-slRkmLo0bb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slRkmLo0bb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slRkmLo0bb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slRkmLo0bb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slRkmLo0bb .modal-sm {
    max-width: 300px;
  }
  .cid-slRkmLo0bb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slRkmLo0bb .modal-lg,
  .cid-slRkmLo0bb .modal-xl {
    max-width: 800px;
  }
  .cid-slRkmLo0bb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slRkmLo0bb .modal-xl {
    max-width: 1140px;
  }
  .cid-slRkmLo0bb .container {
    max-width: 1140px;
  }
}
.cid-slRkmLo0bb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slRkmLo0bb .container {
    max-width: 720px;
  }
}
.cid-slRkmLo0bb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slRkmLo0bb .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-slRkmLo0bb .form-group {
  margin-bottom: 1rem;
}
.cid-slRkmLo0bb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slRkmLo0bb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slRkmLo0bb .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-s4e9A8MnrC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s4e9A8MnrC .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s4e9A8MnrC .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s4e9A8MnrC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s4e9A8MnrC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s4e9A8MnrC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4e9A8MnrC .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s4e9A8MnrC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s4e9A8MnrC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s4e9A8MnrC .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s4e9A8MnrC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4e9A8MnrC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s4e9A8MnrC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s4e9A8MnrC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4e9A8MnrC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4e9A8MnrC .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-s4e9A8MnrC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s4e9A8MnrC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s4e9A8MnrC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4e9A8MnrC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s4e9A8MnrC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s4e9A8MnrC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4e9A8MnrC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s4e9A8MnrC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4e9A8MnrC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4e9A8MnrC .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-s4e9A8MnrC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s4e9A8MnrC .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s4e9A8MnrC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4e9A8MnrC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4e9A8MnrC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s4e9A8MnrC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s4e9A8MnrC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4e9A8MnrC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s4e9A8MnrC .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s4e9A8MnrC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4e9A8MnrC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4e9A8MnrC .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-s4e9A8MnrC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4e9A8MnrC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4e9A8MnrC .dropdown-item.active,
.cid-s4e9A8MnrC .dropdown-item:active {
  background-color: transparent;
}
.cid-s4e9A8MnrC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4e9A8MnrC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4e9A8MnrC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4e9A8MnrC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s4e9A8MnrC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s4e9A8MnrC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4e9A8MnrC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s4e9A8MnrC .navbar-buttons {
  text-align: center;
}
.cid-s4e9A8MnrC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4e9A8MnrC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4e9A8MnrC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4e9A8MnrC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4e9A8MnrC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4e9A8MnrC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4e9A8MnrC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4e9A8MnrC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4e9A8MnrC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4e9A8MnrC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4e9A8MnrC .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s4e9A8MnrC 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-s4e9A8MnrC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4e9A8MnrC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s4e9A8MnrC .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s4e9A8MnrC .nav-link:hover,
.cid-s4e9A8MnrC .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s4e9A9GV9s {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s4e9A9GV9s .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s4e9A9GV9s .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s4e9A9GV9s .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s4e9A9GV9s .animated-element,
.cid-s4e9A9GV9s .typed-cursor {
  color: #333333;
}
.cid-s4e9A9GV9s .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s4e9A9GV9s .typed-text {
    text-align: center;
  }
}
.cid-s4e9A9GV9s .mbr-section-title {
  color: #ff695c;
}
.cid-s4e9A9GV9s .mbr-text,
.cid-s4e9A9GV9s .typed-text,
.cid-s4e9A9GV9s .mbr-section-btn {
  color: #0a1c44;
}
.cid-s4e9A9GV9s .mbr-section-subtitle,
.cid-s4e9A9GV9s .underline {
  color: #0a1c44;
}
.cid-s4e9AaGz3v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4e9AaGz3v .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4e9AaGz3v .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4e9AaGz3v .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4e9AaGz3v .ico-line {
  display: -webkit-flex;
}
.cid-s4e9AaGz3v .lh-1 {
  line-height: 1;
}
.cid-s4e9AaGz3v .lh-2 {
  line-height: 2;
}
.cid-s4e9AaGz3v .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4e9AaGz3v .linkcolor {
  color: #ff695c;
}
.cid-s4e9AaGz3v .col-md-4 {
  padding: 0;
}
.cid-s4e9AaGz3v p {
  line-height: 1.6;
}
.cid-s4e9AaGz3v .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4e9AaGz3v .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4e9AaGz3v .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s4e9AaGz3v .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4e9AaGz3v img {
  transition: all 0.3s;
}
.cid-s4e9AaGz3v h5 {
  margin: 0;
}
.cid-s4e9AaGz3v .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-s4e9AaGz3v .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4e9AaGz3v .card-box > p,
.cid-s4e9AaGz3v .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4e9AaGz3v .productinfo > p {
  color: #000000;
}
.cid-s4e9AaGz3v .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4e9AaGz3v .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s4e9AaGz3v .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4e9AaGz3v .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4e9AaGz3v .col-md-4 {
    padding: 0 15px;
  }
  .cid-s4e9AaGz3v .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4e9AaGz3v .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-s4e9AaGz3v .price-box {
    left: 15px;
  }
  .cid-s4e9AaGz3v .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s4e9AaGz3v P {
  color: #000000;
}
.cid-s4e9Abuv8K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4e9Abuv8K li {
  list-style: none;
}
.cid-s4e9Abuv8K .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4e9Abuv8K .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4e9Abuv8K .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4e9Abuv8K h4 {
  margin: 0;
}
.cid-s4e9Abuv8K .item {
  color: #5580ff;
}
.cid-s4e9Abuv8K ul {
  padding: 0;
  margin: 0;
}
.cid-s4e9Abuv8K .col-title {
  color: #57468b;
}
.cid-s4e9Abuv8K .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s4e9Abuv8K .col-title2 {
  color: #5580ff;
}
.cid-s4e9Abuv8K .col-title3 {
  color: #ff8a73;
}
.cid-s4e9Abuv8K .col-title4 {
  color: #57468b;
}
.cid-s4e9Abuv8K .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4e9Abuv8K .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4e9Abuv8K .item3 {
  color: #716c80;
}
.cid-s4e9Abuv8K .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4e9Abuv8K .md-pb {
    padding-bottom: 0.5rem;
  }
}
.cid-s4e9Ad3JN8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4e9Ad3JN8 .rts-float-img {
  xbackground-color: #ff0000;
  width: 35%;
  min-width: 250px;
  padding: 0.25rem;
}
.cid-s4e9Ad3JN8 .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s4e9Ad3JN8 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4e9Ad3JN8 .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s4e9Ad3JN8 .ico-line {
  display: -webkit-flex;
}
.cid-s4e9Ad3JN8 .lh-1 {
  line-height: 1;
}
.cid-s4e9Ad3JN8 .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4e9Ad3JN8 .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4e9Ad3JN8 .linkcolor {
  color: #ff695c;
}
.cid-s4e9Ad3JN8 .col-md-4 {
  padding: 0;
}
.cid-s4e9Ad3JN8 p {
  line-height: 1.6;
}
.cid-s4e9Ad3JN8 .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4e9Ad3JN8 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4e9Ad3JN8 .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4e9Ad3JN8 .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4e9Ad3JN8 img {
  transition: all 0.3s;
}
.cid-s4e9Ad3JN8 h5 {
  margin: 0;
}
.cid-s4e9Ad3JN8 .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s4e9Ad3JN8 .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s4e9Ad3JN8 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4e9Ad3JN8 .card-box > p,
.cid-s4e9Ad3JN8 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4e9Ad3JN8 .card-box > ul > li > p {
  color: #767676;
  text-align: left;
}
.cid-s4e9Ad3JN8 .productinfo > p {
  color: #000000;
}
.cid-s4e9Ad3JN8 .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4e9Ad3JN8 .rev {
  color: #767676;
  line-height: 1.1;
  text-align: left;
}
.cid-s4e9Ad3JN8 .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4e9Ad3JN8 .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s4e9Ad3JN8 .product_image > .col-12 {
  padding: 5rem;
}
.cid-s4e9Ad3JN8 .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s4e9Ad3JN8 .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s4e9Ad3JN8 .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s4e9Ad3JN8 .list-group-item {
    padding: 0.5rem;
  }
  .cid-s4e9Ad3JN8 .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4e9Ad3JN8 .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4e9Ad3JN8 .col-md-4 {
    padding: 15 0px;
  }
  .cid-s4e9Ad3JN8 .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s4e9Ad3JN8 .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4e9Ad3JN8 .price-box {
    left: 15px;
  }
  .cid-s4e9Ad3JN8 .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s4e9Ad3JN8 P {
  color: #000000;
}
.cid-s4e9AdVOqf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4e9AdVOqf li {
  list-style: none;
}
.cid-s4e9AdVOqf .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4e9AdVOqf .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4e9AdVOqf h4 {
  margin: 0;
}
.cid-s4e9AdVOqf .item {
  color: #5580ff;
}
.cid-s4e9AdVOqf .mbr-text {
  color: #444444;
}
.cid-s4e9AdVOqf ul {
  padding: 0;
  margin: 0;
}
.cid-s4e9AdVOqf .col-title {
  color: #57468b;
}
.cid-s4e9AdVOqf .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s4e9AdVOqf .col-title2 {
  color: #5580ff;
}
.cid-s4e9AdVOqf .col-title3 {
  color: #ff8a73;
}
.cid-s4e9AdVOqf .col-title4 {
  color: #57468b;
}
.cid-s4e9AdVOqf .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4e9AdVOqf .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4e9AdVOqf .item3 {
  color: #716c80;
}
.cid-s4e9AdVOqf .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4e9AdVOqf .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s4e9Af03NL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4e9Af03NL .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4e9Af03NL .runtime-ol {
  color: #444444;
}
.cid-s4e9Af03NL .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s4e9Af03NL .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s4e9Af03NL .runtime-ol li p {
  line-height: 1.3;
}
.cid-s4e9Af03NL .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4e9Af03NL .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s4e9Af03NL .ico-line {
  display: -webkit-flex;
}
.cid-s4e9Af03NL .lh-1 {
  line-height: 1;
}
.cid-s4e9Af03NL .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4e9Af03NL .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4e9Af03NL .linkcolor {
  color: #ff695c;
}
.cid-s4e9Af03NL .col-md-4 {
  padding: 0;
}
.cid-s4e9Af03NL p {
  line-height: 1.6;
}
.cid-s4e9Af03NL .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4e9Af03NL .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4e9Af03NL .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4e9Af03NL .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4e9Af03NL img {
  transition: all 0.3s;
}
.cid-s4e9Af03NL h5 {
  margin: 0;
}
.cid-s4e9Af03NL .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s4e9Af03NL .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s4e9Af03NL .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4e9Af03NL .card-box > p,
.cid-s4e9Af03NL .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4e9Af03NL .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s4e9Af03NL .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s4e9Af03NL .productinfo > p {
  color: #000000;
}
.cid-s4e9Af03NL .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4e9Af03NL .rev {
  color: #444444;
  line-height: 1.3;
  text-align: left;
}
.cid-s4e9Af03NL .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4e9Af03NL .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s4e9Af03NL .product_image > .col-12 {
  padding: 5rem;
}
.cid-s4e9Af03NL .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s4e9Af03NL .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s4e9Af03NL .list-group-item {
    padding: 0.5rem;
  }
  .cid-s4e9Af03NL .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s4e9Af03NL .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4e9Af03NL .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4e9Af03NL .col-md-4 {
    padding: 15 0px;
  }
  .cid-s4e9Af03NL .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s4e9Af03NL .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4e9Af03NL .price-box {
    left: 15px;
  }
  .cid-s4e9Af03NL .card-box {
    padding: 1rem;
  }
  .cid-s4e9Af03NL .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s4e9Af03NL P {
  color: #000000;
}
.cid-s4e9AfYkwT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s4e9AfYkwT [class^="socicon-"]:before,
.cid-s4e9AfYkwT [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s4e9AfYkwT .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s4e9AfYkwT .btn-social,
.cid-s4e9AfYkwT .mbr-section-title {
  color: #57468b;
}
.cid-s4e9AfYkwT .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s4e9AfYkwT .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s4e9AfYkwT .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s4e9AfYkwT .align-left {
    text-align: center;
  }
  .cid-s4e9AfYkwT .align-right {
    text-align: center;
  }
  .cid-s4e9AfYkwT .social-list {
    justify-content: center;
  }
  .cid-s4e9AfYkwT .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-slyvrjpibP.popup-builder {
  background-color: #ffffff;
}
.cid-slyvrjpibP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slyvrjpibP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slyvrjpibP .modal-content,
.cid-slyvrjpibP .modal-dialog {
  height: auto;
}
.cid-slyvrjpibP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slyvrjpibP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slyvrjpibP .form-wrapper .mbr-form .form-group,
  .cid-slyvrjpibP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slyvrjpibP .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-slyvrjpibP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slyvrjpibP .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-slyvrjpibP .mbr-text {
  text-align: left;
}
.cid-slyvrjpibP .pt-0 {
  padding-top: 0 !important;
}
.cid-slyvrjpibP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slyvrjpibP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slyvrjpibP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slyvrjpibP .modal-open {
  overflow: hidden;
}
.cid-slyvrjpibP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slyvrjpibP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slyvrjpibP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slyvrjpibP .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-slyvrjpibP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slyvrjpibP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slyvrjpibP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slyvrjpibP .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-slyvrjpibP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slyvrjpibP .modal-backdrop.fade {
  opacity: 0;
}
.cid-slyvrjpibP .modal-backdrop.show {
  opacity: .5;
}
.cid-slyvrjpibP .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-slyvrjpibP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slyvrjpibP .modal-header .close:hover {
  opacity: 1;
}
.cid-slyvrjpibP .modal-header .close:focus {
  outline: none;
}
.cid-slyvrjpibP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-slyvrjpibP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slyvrjpibP .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-slyvrjpibP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slyvrjpibP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slyvrjpibP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slyvrjpibP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slyvrjpibP .modal-sm {
    max-width: 300px;
  }
  .cid-slyvrjpibP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slyvrjpibP .modal-lg,
  .cid-slyvrjpibP .modal-xl {
    max-width: 800px;
  }
  .cid-slyvrjpibP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slyvrjpibP .modal-xl {
    max-width: 1140px;
  }
  .cid-slyvrjpibP .container {
    max-width: 1140px;
  }
}
.cid-slyvrjpibP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slyvrjpibP .container {
    max-width: 720px;
  }
}
.cid-slyvrjpibP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slyvrjpibP .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-slyvrjpibP .form-group {
  margin-bottom: 1rem;
}
.cid-slyvrjpibP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slyvrjpibP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slyvrjpibP .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-slEgxJONZs.popup-builder {
  background-color: #ffffff;
}
.cid-slEgxJONZs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slEgxJONZs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slEgxJONZs .modal-content,
.cid-slEgxJONZs .modal-dialog {
  height: auto;
}
.cid-slEgxJONZs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slEgxJONZs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slEgxJONZs .form-wrapper .mbr-form .form-group,
  .cid-slEgxJONZs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slEgxJONZs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slEgxJONZs .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-slEgxJONZs .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slEgxJONZs .pt-0 {
  padding-top: 0 !important;
}
.cid-slEgxJONZs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slEgxJONZs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slEgxJONZs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slEgxJONZs .modal-open {
  overflow: hidden;
}
.cid-slEgxJONZs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slEgxJONZs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slEgxJONZs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slEgxJONZs .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-slEgxJONZs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slEgxJONZs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slEgxJONZs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slEgxJONZs .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-slEgxJONZs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slEgxJONZs .modal-backdrop.fade {
  opacity: 0;
}
.cid-slEgxJONZs .modal-backdrop.show {
  opacity: .5;
}
.cid-slEgxJONZs .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-slEgxJONZs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slEgxJONZs .modal-header .close:hover {
  opacity: 1;
}
.cid-slEgxJONZs .modal-header .close:focus {
  outline: none;
}
.cid-slEgxJONZs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slEgxJONZs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slEgxJONZs .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-slEgxJONZs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slEgxJONZs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slEgxJONZs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slEgxJONZs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slEgxJONZs .modal-sm {
    max-width: 300px;
  }
  .cid-slEgxJONZs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slEgxJONZs .modal-lg,
  .cid-slEgxJONZs .modal-xl {
    max-width: 800px;
  }
  .cid-slEgxJONZs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slEgxJONZs .modal-xl {
    max-width: 1140px;
  }
  .cid-slEgxJONZs .container {
    max-width: 1140px;
  }
}
.cid-slEgxJONZs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slEgxJONZs .container {
    max-width: 720px;
  }
}
.cid-slEgxJONZs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slEgxJONZs .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-slEgxJONZs .form-group {
  margin-bottom: 1rem;
}
.cid-slEgxJONZs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slEgxJONZs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slEgxJONZs .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-s4hY1S8Igo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s4hY1S8Igo .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s4hY1S8Igo .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s4hY1S8Igo .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s4hY1S8Igo .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s4hY1S8Igo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4hY1S8Igo .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s4hY1S8Igo .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s4hY1S8Igo .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s4hY1S8Igo .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s4hY1S8Igo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4hY1S8Igo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s4hY1S8Igo .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s4hY1S8Igo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4hY1S8Igo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4hY1S8Igo .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-s4hY1S8Igo .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s4hY1S8Igo .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s4hY1S8Igo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4hY1S8Igo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s4hY1S8Igo .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s4hY1S8Igo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4hY1S8Igo .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s4hY1S8Igo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4hY1S8Igo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4hY1S8Igo .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-s4hY1S8Igo .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s4hY1S8Igo .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s4hY1S8Igo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4hY1S8Igo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4hY1S8Igo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s4hY1S8Igo .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s4hY1S8Igo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4hY1S8Igo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s4hY1S8Igo .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s4hY1S8Igo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4hY1S8Igo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4hY1S8Igo .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-s4hY1S8Igo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4hY1S8Igo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4hY1S8Igo .dropdown-item.active,
.cid-s4hY1S8Igo .dropdown-item:active {
  background-color: transparent;
}
.cid-s4hY1S8Igo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4hY1S8Igo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4hY1S8Igo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4hY1S8Igo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s4hY1S8Igo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s4hY1S8Igo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4hY1S8Igo ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s4hY1S8Igo .navbar-buttons {
  text-align: center;
}
.cid-s4hY1S8Igo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4hY1S8Igo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4hY1S8Igo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4hY1S8Igo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4hY1S8Igo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4hY1S8Igo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4hY1S8Igo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4hY1S8Igo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4hY1S8Igo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4hY1S8Igo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4hY1S8Igo .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s4hY1S8Igo 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-s4hY1S8Igo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4hY1S8Igo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s4hY1S8Igo .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s4hY1S8Igo .nav-link:hover,
.cid-s4hY1S8Igo .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s4hY1T2Uov {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s4hY1T2Uov .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s4hY1T2Uov .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s4hY1T2Uov .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s4hY1T2Uov .animated-element,
.cid-s4hY1T2Uov .typed-cursor {
  color: #333333;
}
.cid-s4hY1T2Uov .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s4hY1T2Uov .typed-text {
    text-align: center;
  }
}
.cid-s4hY1T2Uov .mbr-section-title {
  color: #ff695c;
}
.cid-s4hY1T2Uov .mbr-text,
.cid-s4hY1T2Uov .typed-text,
.cid-s4hY1T2Uov .mbr-section-btn {
  color: #0a1c44;
}
.cid-s4hY1T2Uov .mbr-section-subtitle,
.cid-s4hY1T2Uov .underline {
  color: #0a1c44;
}
.cid-s4hY1TVxDR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4hY1TVxDR .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4hY1TVxDR .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4hY1TVxDR .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4hY1TVxDR .ico-line {
  display: -webkit-flex;
}
.cid-s4hY1TVxDR .lh-1 {
  line-height: 1;
}
.cid-s4hY1TVxDR .lh-2 {
  line-height: 2;
}
.cid-s4hY1TVxDR .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4hY1TVxDR .linkcolor {
  color: #ff695c;
}
.cid-s4hY1TVxDR .col-md-4 {
  padding: 0;
}
.cid-s4hY1TVxDR p {
  line-height: 1.6;
}
.cid-s4hY1TVxDR .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4hY1TVxDR .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4hY1TVxDR .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s4hY1TVxDR .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4hY1TVxDR img {
  transition: all 0.3s;
}
.cid-s4hY1TVxDR h5 {
  margin: 0;
}
.cid-s4hY1TVxDR .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-s4hY1TVxDR .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4hY1TVxDR .card-box > p,
.cid-s4hY1TVxDR .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4hY1TVxDR .productinfo > p {
  color: #000000;
}
.cid-s4hY1TVxDR .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4hY1TVxDR .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s4hY1TVxDR .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4hY1TVxDR .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4hY1TVxDR .col-md-4 {
    padding: 0 15px;
  }
  .cid-s4hY1TVxDR .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4hY1TVxDR .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-s4hY1TVxDR .price-box {
    left: 15px;
  }
  .cid-s4hY1TVxDR .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s4hY1TVxDR P {
  color: #000000;
}
.cid-s4hY1UMo0z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4hY1UMo0z li {
  list-style: none;
}
.cid-s4hY1UMo0z .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4hY1UMo0z .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4hY1UMo0z .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4hY1UMo0z h4 {
  margin: 0;
}
.cid-s4hY1UMo0z .item {
  color: #5580ff;
}
.cid-s4hY1UMo0z ul {
  padding: 0;
  margin: 0;
}
.cid-s4hY1UMo0z .col-title {
  color: #57468b;
}
.cid-s4hY1UMo0z .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s4hY1UMo0z .col-title2 {
  color: #5580ff;
}
.cid-s4hY1UMo0z .col-title3 {
  color: #ff8a73;
}
.cid-s4hY1UMo0z .col-title4 {
  color: #57468b;
}
.cid-s4hY1UMo0z .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4hY1UMo0z .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4hY1UMo0z .item3 {
  color: #716c80;
}
.cid-s4hY1UMo0z .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4hY1UMo0z .md-pb {
    padding-bottom: 0.5rem;
  }
}
.cid-s4hY1VTYQY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4hY1VTYQY .rts-float-img {
  xbackground-color: #ff0000;
  width: 35%;
  min-width: 250px;
  padding: 0.25rem;
}
.cid-s4hY1VTYQY .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s4hY1VTYQY .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4hY1VTYQY .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s4hY1VTYQY .ico-line {
  display: -webkit-flex;
}
.cid-s4hY1VTYQY .lh-1 {
  line-height: 1;
}
.cid-s4hY1VTYQY .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4hY1VTYQY .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4hY1VTYQY .linkcolor {
  color: #ff695c;
}
.cid-s4hY1VTYQY .col-md-4 {
  padding: 0;
}
.cid-s4hY1VTYQY p {
  line-height: 1.6;
}
.cid-s4hY1VTYQY .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4hY1VTYQY .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4hY1VTYQY .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4hY1VTYQY .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4hY1VTYQY img {
  transition: all 0.3s;
}
.cid-s4hY1VTYQY h5 {
  margin: 0;
}
.cid-s4hY1VTYQY .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s4hY1VTYQY .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s4hY1VTYQY .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4hY1VTYQY .card-box > p,
.cid-s4hY1VTYQY .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4hY1VTYQY .card-box > ul > li > p {
  color: #767676;
  text-align: left;
}
.cid-s4hY1VTYQY .productinfo > p {
  color: #000000;
}
.cid-s4hY1VTYQY .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4hY1VTYQY .rev {
  color: #767676;
  line-height: 1.1;
  text-align: left;
}
.cid-s4hY1VTYQY .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4hY1VTYQY .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s4hY1VTYQY .product_image > .col-12 {
  padding: 5rem;
}
.cid-s4hY1VTYQY .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s4hY1VTYQY .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s4hY1VTYQY .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s4hY1VTYQY .list-group-item {
    padding: 0.5rem;
  }
  .cid-s4hY1VTYQY .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4hY1VTYQY .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4hY1VTYQY .col-md-4 {
    padding: 15 0px;
  }
  .cid-s4hY1VTYQY .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s4hY1VTYQY .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4hY1VTYQY .price-box {
    left: 15px;
  }
  .cid-s4hY1VTYQY .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s4hY1VTYQY P {
  color: #000000;
}
.cid-s4hY1VTYQY .card-box > div P {
  color: #444444;
}
.cid-s4hY1WAiMU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4hY1WAiMU li {
  list-style: none;
}
.cid-s4hY1WAiMU .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4hY1WAiMU .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4hY1WAiMU h4 {
  margin: 0;
}
.cid-s4hY1WAiMU .item {
  color: #5580ff;
}
.cid-s4hY1WAiMU .mbr-text {
  color: #444444;
}
.cid-s4hY1WAiMU ul {
  padding: 0;
  margin: 0;
}
.cid-s4hY1WAiMU .col-title {
  color: #57468b;
}
.cid-s4hY1WAiMU .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s4hY1WAiMU .col-title2 {
  color: #5580ff;
}
.cid-s4hY1WAiMU .col-title3 {
  color: #ff8a73;
}
.cid-s4hY1WAiMU .col-title4 {
  color: #57468b;
}
.cid-s4hY1WAiMU .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4hY1WAiMU .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4hY1WAiMU .item3 {
  color: #716c80;
}
.cid-s4hY1WAiMU .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4hY1WAiMU .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s4hY1WAiMU .card-box > p,
.cid-s4hY1WAiMU .mbr-section-btn {
  color: #444444;
}
.cid-s4hY1Xl4a9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4hY1Xl4a9 .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4hY1Xl4a9 .runtime-ol {
  color: #444444;
}
.cid-s4hY1Xl4a9 .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s4hY1Xl4a9 .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s4hY1Xl4a9 .runtime-ol li p {
  line-height: 1.3;
}
.cid-s4hY1Xl4a9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4hY1Xl4a9 .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s4hY1Xl4a9 .ico-line {
  display: -webkit-flex;
}
.cid-s4hY1Xl4a9 .lh-1 {
  line-height: 1;
}
.cid-s4hY1Xl4a9 .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4hY1Xl4a9 .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4hY1Xl4a9 .linkcolor {
  color: #ff695c;
}
.cid-s4hY1Xl4a9 .col-md-4 {
  padding: 0;
}
.cid-s4hY1Xl4a9 p {
  line-height: 1.6;
}
.cid-s4hY1Xl4a9 .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4hY1Xl4a9 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4hY1Xl4a9 .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4hY1Xl4a9 .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4hY1Xl4a9 img {
  transition: all 0.3s;
}
.cid-s4hY1Xl4a9 h5 {
  margin: 0;
}
.cid-s4hY1Xl4a9 .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s4hY1Xl4a9 .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s4hY1Xl4a9 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4hY1Xl4a9 .card-box > p,
.cid-s4hY1Xl4a9 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4hY1Xl4a9 .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s4hY1Xl4a9 .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s4hY1Xl4a9 .productinfo > p {
  color: #000000;
}
.cid-s4hY1Xl4a9 .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4hY1Xl4a9 .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s4hY1Xl4a9 .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4hY1Xl4a9 .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s4hY1Xl4a9 .product_image > .col-12 {
  padding: 5rem;
}
.cid-s4hY1Xl4a9 .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s4hY1Xl4a9 .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s4hY1Xl4a9 .list-group-item {
    padding: 0.5rem;
  }
  .cid-s4hY1Xl4a9 .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s4hY1Xl4a9 .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4hY1Xl4a9 .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4hY1Xl4a9 .col-md-4 {
    padding: 15 0px;
  }
  .cid-s4hY1Xl4a9 .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s4hY1Xl4a9 .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4hY1Xl4a9 .price-box {
    left: 15px;
  }
  .cid-s4hY1Xl4a9 .card-box {
    padding: 1rem;
  }
  .cid-s4hY1Xl4a9 .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s4hY1Xl4a9 P {
  color: #000000;
}
.cid-s4hY1Y7rg1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s4hY1Y7rg1 [class^="socicon-"]:before,
.cid-s4hY1Y7rg1 [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s4hY1Y7rg1 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s4hY1Y7rg1 .btn-social,
.cid-s4hY1Y7rg1 .mbr-section-title {
  color: #57468b;
}
.cid-s4hY1Y7rg1 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s4hY1Y7rg1 .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s4hY1Y7rg1 .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s4hY1Y7rg1 .align-left {
    text-align: center;
  }
  .cid-s4hY1Y7rg1 .align-right {
    text-align: center;
  }
  .cid-s4hY1Y7rg1 .social-list {
    justify-content: center;
  }
  .cid-s4hY1Y7rg1 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-slEeD00iSz.popup-builder {
  background-color: #ffffff;
}
.cid-slEeD00iSz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slEeD00iSz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slEeD00iSz .modal-content,
.cid-slEeD00iSz .modal-dialog {
  height: auto;
}
.cid-slEeD00iSz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slEeD00iSz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slEeD00iSz .form-wrapper .mbr-form .form-group,
  .cid-slEeD00iSz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slEeD00iSz .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-slEeD00iSz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slEeD00iSz .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-slEeD00iSz .mbr-text {
  text-align: left;
}
.cid-slEeD00iSz .pt-0 {
  padding-top: 0 !important;
}
.cid-slEeD00iSz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slEeD00iSz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slEeD00iSz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slEeD00iSz .modal-open {
  overflow: hidden;
}
.cid-slEeD00iSz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slEeD00iSz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slEeD00iSz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slEeD00iSz .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-slEeD00iSz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slEeD00iSz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slEeD00iSz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slEeD00iSz .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-slEeD00iSz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slEeD00iSz .modal-backdrop.fade {
  opacity: 0;
}
.cid-slEeD00iSz .modal-backdrop.show {
  opacity: .5;
}
.cid-slEeD00iSz .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-slEeD00iSz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slEeD00iSz .modal-header .close:hover {
  opacity: 1;
}
.cid-slEeD00iSz .modal-header .close:focus {
  outline: none;
}
.cid-slEeD00iSz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-slEeD00iSz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slEeD00iSz .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-slEeD00iSz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slEeD00iSz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slEeD00iSz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slEeD00iSz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slEeD00iSz .modal-sm {
    max-width: 300px;
  }
  .cid-slEeD00iSz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slEeD00iSz .modal-lg,
  .cid-slEeD00iSz .modal-xl {
    max-width: 800px;
  }
  .cid-slEeD00iSz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slEeD00iSz .modal-xl {
    max-width: 1140px;
  }
  .cid-slEeD00iSz .container {
    max-width: 1140px;
  }
}
.cid-slEeD00iSz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slEeD00iSz .container {
    max-width: 720px;
  }
}
.cid-slEeD00iSz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slEeD00iSz .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-slEeD00iSz .form-group {
  margin-bottom: 1rem;
}
.cid-slEeD00iSz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slEeD00iSz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slEeD00iSz .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-slEhF6eoeZ.popup-builder {
  background-color: #ffffff;
}
.cid-slEhF6eoeZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slEhF6eoeZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slEhF6eoeZ .modal-content,
.cid-slEhF6eoeZ .modal-dialog {
  height: auto;
}
.cid-slEhF6eoeZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slEhF6eoeZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slEhF6eoeZ .form-wrapper .mbr-form .form-group,
  .cid-slEhF6eoeZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slEhF6eoeZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slEhF6eoeZ .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-slEhF6eoeZ .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slEhF6eoeZ .pt-0 {
  padding-top: 0 !important;
}
.cid-slEhF6eoeZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slEhF6eoeZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slEhF6eoeZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slEhF6eoeZ .modal-open {
  overflow: hidden;
}
.cid-slEhF6eoeZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slEhF6eoeZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slEhF6eoeZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slEhF6eoeZ .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-slEhF6eoeZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slEhF6eoeZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slEhF6eoeZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slEhF6eoeZ .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-slEhF6eoeZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slEhF6eoeZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-slEhF6eoeZ .modal-backdrop.show {
  opacity: .5;
}
.cid-slEhF6eoeZ .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-slEhF6eoeZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slEhF6eoeZ .modal-header .close:hover {
  opacity: 1;
}
.cid-slEhF6eoeZ .modal-header .close:focus {
  outline: none;
}
.cid-slEhF6eoeZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slEhF6eoeZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slEhF6eoeZ .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-slEhF6eoeZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slEhF6eoeZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slEhF6eoeZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slEhF6eoeZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slEhF6eoeZ .modal-sm {
    max-width: 300px;
  }
  .cid-slEhF6eoeZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slEhF6eoeZ .modal-lg,
  .cid-slEhF6eoeZ .modal-xl {
    max-width: 800px;
  }
  .cid-slEhF6eoeZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slEhF6eoeZ .modal-xl {
    max-width: 1140px;
  }
  .cid-slEhF6eoeZ .container {
    max-width: 1140px;
  }
}
.cid-slEhF6eoeZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slEhF6eoeZ .container {
    max-width: 720px;
  }
}
.cid-slEhF6eoeZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slEhF6eoeZ .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-slEhF6eoeZ .form-group {
  margin-bottom: 1rem;
}
.cid-slEhF6eoeZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slEhF6eoeZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slEhF6eoeZ .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-s4nFnOaBDW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s4nFnOaBDW .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s4nFnOaBDW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s4nFnOaBDW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s4nFnOaBDW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s4nFnOaBDW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4nFnOaBDW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s4nFnOaBDW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s4nFnOaBDW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s4nFnOaBDW .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s4nFnOaBDW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4nFnOaBDW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s4nFnOaBDW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s4nFnOaBDW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4nFnOaBDW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4nFnOaBDW .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-s4nFnOaBDW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s4nFnOaBDW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s4nFnOaBDW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4nFnOaBDW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s4nFnOaBDW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s4nFnOaBDW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4nFnOaBDW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s4nFnOaBDW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4nFnOaBDW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4nFnOaBDW .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-s4nFnOaBDW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s4nFnOaBDW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s4nFnOaBDW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4nFnOaBDW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4nFnOaBDW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s4nFnOaBDW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s4nFnOaBDW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4nFnOaBDW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s4nFnOaBDW .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s4nFnOaBDW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4nFnOaBDW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4nFnOaBDW .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-s4nFnOaBDW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4nFnOaBDW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4nFnOaBDW .dropdown-item.active,
.cid-s4nFnOaBDW .dropdown-item:active {
  background-color: transparent;
}
.cid-s4nFnOaBDW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4nFnOaBDW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4nFnOaBDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4nFnOaBDW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s4nFnOaBDW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s4nFnOaBDW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4nFnOaBDW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s4nFnOaBDW .navbar-buttons {
  text-align: center;
}
.cid-s4nFnOaBDW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4nFnOaBDW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4nFnOaBDW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4nFnOaBDW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4nFnOaBDW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4nFnOaBDW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4nFnOaBDW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4nFnOaBDW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4nFnOaBDW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4nFnOaBDW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4nFnOaBDW .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s4nFnOaBDW 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-s4nFnOaBDW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4nFnOaBDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s4nFnOaBDW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s4nFnOaBDW .nav-link:hover,
.cid-s4nFnOaBDW .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s4nFnP1k3a {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s4nFnP1k3a .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s4nFnP1k3a .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s4nFnP1k3a .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s4nFnP1k3a .animated-element,
.cid-s4nFnP1k3a .typed-cursor {
  color: #333333;
}
.cid-s4nFnP1k3a .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s4nFnP1k3a .typed-text {
    text-align: center;
  }
}
.cid-s4nFnP1k3a .mbr-section-title {
  color: #ff695c;
}
.cid-s4nFnP1k3a .mbr-text,
.cid-s4nFnP1k3a .typed-text,
.cid-s4nFnP1k3a .mbr-section-btn {
  color: #0a1c44;
}
.cid-s4nFnP1k3a .mbr-section-subtitle,
.cid-s4nFnP1k3a .underline {
  color: #0a1c44;
}
.cid-s4nFnQg19o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4nFnQg19o .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4nFnQg19o .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4nFnQg19o .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4nFnQg19o .ico-line {
  display: -webkit-flex;
}
.cid-s4nFnQg19o .lh-1 {
  line-height: 1;
}
.cid-s4nFnQg19o .lh-2 {
  line-height: 2;
}
.cid-s4nFnQg19o .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4nFnQg19o .linkcolor {
  color: #ff695c;
}
.cid-s4nFnQg19o .col-md-4 {
  padding: 0;
}
.cid-s4nFnQg19o p {
  line-height: 1.6;
}
.cid-s4nFnQg19o .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4nFnQg19o .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4nFnQg19o .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s4nFnQg19o .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4nFnQg19o img {
  transition: all 0.3s;
}
.cid-s4nFnQg19o h5 {
  margin: 0;
}
.cid-s4nFnQg19o .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-s4nFnQg19o .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4nFnQg19o .card-box > p,
.cid-s4nFnQg19o .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4nFnQg19o .productinfo > p {
  color: #000000;
}
.cid-s4nFnQg19o .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4nFnQg19o .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s4nFnQg19o .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4nFnQg19o .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4nFnQg19o .col-md-4 {
    padding: 0 15px;
  }
  .cid-s4nFnQg19o .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4nFnQg19o .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-s4nFnQg19o .price-box {
    left: 15px;
  }
  .cid-s4nFnQg19o .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s4nFnQg19o P {
  color: #000000;
}
.cid-s4nFnRhYV1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4nFnRhYV1 li {
  list-style: none;
}
.cid-s4nFnRhYV1 .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4nFnRhYV1 .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4nFnRhYV1 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4nFnRhYV1 h4 {
  margin: 0;
}
.cid-s4nFnRhYV1 .item {
  color: #5580ff;
}
.cid-s4nFnRhYV1 ul {
  padding: 0;
  margin: 0;
}
.cid-s4nFnRhYV1 .col-title {
  color: #57468b;
}
.cid-s4nFnRhYV1 .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s4nFnRhYV1 .col-title2 {
  color: #5580ff;
}
.cid-s4nFnRhYV1 .col-title3 {
  color: #ff8a73;
}
.cid-s4nFnRhYV1 .col-title4 {
  color: #57468b;
}
.cid-s4nFnRhYV1 .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4nFnRhYV1 .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4nFnRhYV1 .item3 {
  color: #716c80;
}
.cid-s4nFnRhYV1 .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4nFnRhYV1 .md-pb {
    padding-bottom: 0.5rem;
  }
}
.cid-s4nFnSzyWQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4nFnSzyWQ .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4nFnSzyWQ .rts-float-img {
  xbackground-color: #ff0000;
  width: 35%;
  min-width: 250px;
  padding: 0.25rem;
}
.cid-s4nFnSzyWQ .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s4nFnSzyWQ .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4nFnSzyWQ .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s4nFnSzyWQ .ico-line {
  display: -webkit-flex;
}
.cid-s4nFnSzyWQ .lh-1 {
  line-height: 1;
}
.cid-s4nFnSzyWQ .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4nFnSzyWQ .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4nFnSzyWQ .linkcolor {
  color: #ff695c;
}
.cid-s4nFnSzyWQ .col-md-4 {
  padding: 0;
}
.cid-s4nFnSzyWQ p {
  line-height: 1.6;
}
.cid-s4nFnSzyWQ .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4nFnSzyWQ .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4nFnSzyWQ .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4nFnSzyWQ .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4nFnSzyWQ img {
  transition: all 0.3s;
}
.cid-s4nFnSzyWQ h5 {
  margin: 0;
}
.cid-s4nFnSzyWQ .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s4nFnSzyWQ .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s4nFnSzyWQ .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4nFnSzyWQ .card-box > p,
.cid-s4nFnSzyWQ .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4nFnSzyWQ .card-box > ul > li > p {
  color: #767676;
  text-align: left;
}
.cid-s4nFnSzyWQ .productinfo > p {
  color: #000000;
}
.cid-s4nFnSzyWQ .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4nFnSzyWQ .rev {
  color: #767676;
  line-height: 1.1;
  text-align: left;
}
.cid-s4nFnSzyWQ .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4nFnSzyWQ .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s4nFnSzyWQ .product_image > .col-12 {
  padding: 5rem;
}
.cid-s4nFnSzyWQ .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s4nFnSzyWQ .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s4nFnSzyWQ .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s4nFnSzyWQ .list-group-item {
    padding: 0.5rem;
  }
  .cid-s4nFnSzyWQ .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4nFnSzyWQ .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4nFnSzyWQ .col-md-4 {
    padding: 15 0px;
  }
  .cid-s4nFnSzyWQ .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s4nFnSzyWQ .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4nFnSzyWQ .price-box {
    left: 15px;
  }
  .cid-s4nFnSzyWQ .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s4nFnSzyWQ P {
  color: #000000;
}
.cid-s4nFnSzyWQ .card-box > div P {
  color: #444444;
}
.cid-s4nFnV3tz7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s4nFnV3tz7 [class^="socicon-"]:before,
.cid-s4nFnV3tz7 [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s4nFnV3tz7 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s4nFnV3tz7 .btn-social,
.cid-s4nFnV3tz7 .mbr-section-title {
  color: #57468b;
}
.cid-s4nFnV3tz7 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s4nFnV3tz7 .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s4nFnV3tz7 .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s4nFnV3tz7 .align-left {
    text-align: center;
  }
  .cid-s4nFnV3tz7 .align-right {
    text-align: center;
  }
  .cid-s4nFnV3tz7 .social-list {
    justify-content: center;
  }
  .cid-s4nFnV3tz7 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-slQpB2l6GR.popup-builder {
  background-color: #ffffff;
}
.cid-slQpB2l6GR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slQpB2l6GR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slQpB2l6GR .modal-content,
.cid-slQpB2l6GR .modal-dialog {
  height: auto;
}
.cid-slQpB2l6GR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slQpB2l6GR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slQpB2l6GR .form-wrapper .mbr-form .form-group,
  .cid-slQpB2l6GR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slQpB2l6GR .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-slQpB2l6GR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slQpB2l6GR .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-slQpB2l6GR .mbr-text {
  text-align: left;
}
.cid-slQpB2l6GR .pt-0 {
  padding-top: 0 !important;
}
.cid-slQpB2l6GR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slQpB2l6GR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slQpB2l6GR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slQpB2l6GR .modal-open {
  overflow: hidden;
}
.cid-slQpB2l6GR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slQpB2l6GR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slQpB2l6GR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slQpB2l6GR .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-slQpB2l6GR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slQpB2l6GR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slQpB2l6GR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slQpB2l6GR .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-slQpB2l6GR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slQpB2l6GR .modal-backdrop.fade {
  opacity: 0;
}
.cid-slQpB2l6GR .modal-backdrop.show {
  opacity: .5;
}
.cid-slQpB2l6GR .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-slQpB2l6GR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slQpB2l6GR .modal-header .close:hover {
  opacity: 1;
}
.cid-slQpB2l6GR .modal-header .close:focus {
  outline: none;
}
.cid-slQpB2l6GR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-slQpB2l6GR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slQpB2l6GR .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-slQpB2l6GR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slQpB2l6GR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slQpB2l6GR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slQpB2l6GR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slQpB2l6GR .modal-sm {
    max-width: 300px;
  }
  .cid-slQpB2l6GR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slQpB2l6GR .modal-lg,
  .cid-slQpB2l6GR .modal-xl {
    max-width: 800px;
  }
  .cid-slQpB2l6GR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slQpB2l6GR .modal-xl {
    max-width: 1140px;
  }
  .cid-slQpB2l6GR .container {
    max-width: 1140px;
  }
}
.cid-slQpB2l6GR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slQpB2l6GR .container {
    max-width: 720px;
  }
}
.cid-slQpB2l6GR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slQpB2l6GR .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-slQpB2l6GR .form-group {
  margin-bottom: 1rem;
}
.cid-slQpB2l6GR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slQpB2l6GR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slQpB2l6GR .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-tXmUotMspO.popup-builder {
  background-color: #ffffff;
}
.cid-tXmUotMspO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tXmUotMspO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tXmUotMspO .modal-content,
.cid-tXmUotMspO .modal-dialog {
  height: auto;
}
.cid-tXmUotMspO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tXmUotMspO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tXmUotMspO .form-wrapper .mbr-form .form-group,
  .cid-tXmUotMspO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tXmUotMspO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tXmUotMspO .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-tXmUotMspO .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tXmUotMspO .pt-0 {
  padding-top: 0 !important;
}
.cid-tXmUotMspO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tXmUotMspO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tXmUotMspO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tXmUotMspO .modal-open {
  overflow: hidden;
}
.cid-tXmUotMspO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tXmUotMspO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tXmUotMspO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tXmUotMspO .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-tXmUotMspO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tXmUotMspO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tXmUotMspO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tXmUotMspO .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-tXmUotMspO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tXmUotMspO .modal-backdrop.fade {
  opacity: 0;
}
.cid-tXmUotMspO .modal-backdrop.show {
  opacity: .5;
}
.cid-tXmUotMspO .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-tXmUotMspO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tXmUotMspO .modal-header .close:hover {
  opacity: 1;
}
.cid-tXmUotMspO .modal-header .close:focus {
  outline: none;
}
.cid-tXmUotMspO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-tXmUotMspO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tXmUotMspO .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-tXmUotMspO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tXmUotMspO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tXmUotMspO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tXmUotMspO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tXmUotMspO .modal-sm {
    max-width: 300px;
  }
  .cid-tXmUotMspO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tXmUotMspO .modal-lg,
  .cid-tXmUotMspO .modal-xl {
    max-width: 800px;
  }
  .cid-tXmUotMspO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tXmUotMspO .modal-xl {
    max-width: 1140px;
  }
  .cid-tXmUotMspO .container {
    max-width: 1140px;
  }
}
.cid-tXmUotMspO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tXmUotMspO .container {
    max-width: 720px;
  }
}
.cid-tXmUotMspO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tXmUotMspO .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-tXmUotMspO .form-group {
  margin-bottom: 1rem;
}
.cid-tXmUotMspO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tXmUotMspO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tXmUotMspO .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-s4og89pIfB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s4og89pIfB .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s4og89pIfB .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s4og89pIfB .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s4og89pIfB .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s4og89pIfB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4og89pIfB .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s4og89pIfB .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s4og89pIfB .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s4og89pIfB .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s4og89pIfB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4og89pIfB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s4og89pIfB .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s4og89pIfB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4og89pIfB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4og89pIfB .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-s4og89pIfB .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s4og89pIfB .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s4og89pIfB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4og89pIfB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s4og89pIfB .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s4og89pIfB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4og89pIfB .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s4og89pIfB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4og89pIfB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4og89pIfB .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-s4og89pIfB .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s4og89pIfB .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s4og89pIfB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4og89pIfB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4og89pIfB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s4og89pIfB .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s4og89pIfB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4og89pIfB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s4og89pIfB .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s4og89pIfB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4og89pIfB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4og89pIfB .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-s4og89pIfB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4og89pIfB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4og89pIfB .dropdown-item.active,
.cid-s4og89pIfB .dropdown-item:active {
  background-color: transparent;
}
.cid-s4og89pIfB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4og89pIfB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4og89pIfB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4og89pIfB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s4og89pIfB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s4og89pIfB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4og89pIfB ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s4og89pIfB .navbar-buttons {
  text-align: center;
}
.cid-s4og89pIfB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4og89pIfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4og89pIfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4og89pIfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4og89pIfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4og89pIfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4og89pIfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4og89pIfB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4og89pIfB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4og89pIfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4og89pIfB .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s4og89pIfB 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-s4og89pIfB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4og89pIfB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s4og89pIfB .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s4og89pIfB .nav-link:hover,
.cid-s4og89pIfB .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s4og8a7Oay {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s4og8a7Oay .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s4og8a7Oay .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s4og8a7Oay .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s4og8a7Oay .animated-element,
.cid-s4og8a7Oay .typed-cursor {
  color: #333333;
}
.cid-s4og8a7Oay .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s4og8a7Oay .typed-text {
    text-align: center;
  }
}
.cid-s4og8a7Oay .mbr-section-title {
  color: #ff695c;
}
.cid-s4og8a7Oay .mbr-text,
.cid-s4og8a7Oay .typed-text,
.cid-s4og8a7Oay .mbr-section-btn {
  color: #0a1c44;
}
.cid-s4og8a7Oay .mbr-section-subtitle,
.cid-s4og8a7Oay .underline {
  color: #0a1c44;
}
.cid-s4og8b1GbA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4og8b1GbA .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4og8b1GbA .lh-2 {
  line-height: 2;
}
.cid-s4og8b1GbA .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4og8b1GbA .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4og8b1GbA .ico-line {
  display: -webkit-flex;
}
.cid-s4og8b1GbA .lh-1 {
  line-height: 1;
}
.cid-s4og8b1GbA .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4og8b1GbA .linkcolor {
  color: #ff695c;
}
.cid-s4og8b1GbA .col-md-4 {
  padding: 0;
}
.cid-s4og8b1GbA p {
  line-height: 1.6;
}
.cid-s4og8b1GbA .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4og8b1GbA .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4og8b1GbA .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s4og8b1GbA .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4og8b1GbA img {
  transition: all 0.3s;
}
.cid-s4og8b1GbA h5 {
  margin: 0;
}
.cid-s4og8b1GbA .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-s4og8b1GbA .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4og8b1GbA .card-box > p,
.cid-s4og8b1GbA .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4og8b1GbA .productinfo > p {
  color: #000000;
}
.cid-s4og8b1GbA .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4og8b1GbA .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s4og8b1GbA .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4og8b1GbA .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4og8b1GbA .col-md-4 {
    padding: 0 15px;
  }
  .cid-s4og8b1GbA .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4og8b1GbA .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-s4og8b1GbA .price-box {
    left: 15px;
  }
  .cid-s4og8b1GbA .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s4og8b1GbA P {
  color: #000000;
}
.cid-s4og8bKUO7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4og8bKUO7 .card-box {
  padding: 0.5rem 1rem;
}
.cid-s4og8bKUO7 li {
  list-style: none;
}
.cid-s4og8bKUO7 .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4og8bKUO7 .rts-imagelabel {
  padding-top: 2px;
  padding-left: 0.25rem ;
  padding-bottom: 0;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s4og8bKUO7 .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4og8bKUO7 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4og8bKUO7 h4 {
  margin: 0;
}
.cid-s4og8bKUO7 .item {
  color: #5580ff;
}
.cid-s4og8bKUO7 ul {
  padding: 0;
  margin: 0;
}
.cid-s4og8bKUO7 .col-title {
  color: #57468b;
}
.cid-s4og8bKUO7 .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s4og8bKUO7 .col-title2 {
  color: #5580ff;
}
.cid-s4og8bKUO7 .col-title3 {
  color: #ff8a73;
}
.cid-s4og8bKUO7 .col-title4 {
  color: #57468b;
}
.cid-s4og8bKUO7 .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4og8bKUO7 .item2 {
  color: #767676;
  line-height: 1.3;
}
.cid-s4og8bKUO7 .item3 {
  color: #716c80;
}
.cid-s4og8bKUO7 .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4og8bKUO7 .md-pb {
    padding-bottom: 0.5rem;
  }
  .cid-s4og8bKUO7 .imagelabel {
    padding-left: 0 ;
  }
  .cid-s4og8bKUO7 .col-title1 {
    padding-top: 0;
  }
}
.cid-s4og8bKUO7 .mbr-text {
  line-height: 1.6;
  color: #444444;
}
.cid-s4tZoJy4Xp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4tZoJy4Xp li {
  list-style: none;
}
.cid-s4tZoJy4Xp .rts-imagelabel {
  padding-top: 2px;
  padding-left: 0.25rem ;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s4tZoJy4Xp .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4tZoJy4Xp .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4tZoJy4Xp h4 {
  margin: 0;
}
.cid-s4tZoJy4Xp .item {
  color: #5580ff;
}
.cid-s4tZoJy4Xp ul {
  padding: 0;
  margin: 0;
}
.cid-s4tZoJy4Xp .col-title {
  color: #57468b;
}
.cid-s4tZoJy4Xp .col-title1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #0087ab;
}
.cid-s4tZoJy4Xp .col-title2 {
  color: #5580ff;
}
.cid-s4tZoJy4Xp .col-title3 {
  color: #ff8a73;
}
.cid-s4tZoJy4Xp .col-title4 {
  color: #57468b;
}
.cid-s4tZoJy4Xp .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4tZoJy4Xp .item2 {
  color: #767676;
  line-height: 1.3;
}
.cid-s4tZoJy4Xp .item3 {
  color: #716c80;
}
.cid-s4tZoJy4Xp .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4tZoJy4Xp .md-pb {
    padding-bottom: 0.5rem;
  }
  .cid-s4tZoJy4Xp .imagelabel {
    padding-left: 0 ;
  }
  .cid-s4tZoJy4Xp .col-title1 {
    padding-top: 0;
  }
}
.cid-s4tZoJy4Xp .mbr-text {
  line-height: 1.6;
  color: #444444;
}
.cid-s4uaRCo3cR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4uaRCo3cR li {
  list-style: none;
}
.cid-s4uaRCo3cR .rts-imagelabel {
  padding-top: 2px;
  padding-left: 0.25rem ;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s4uaRCo3cR .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4uaRCo3cR .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4uaRCo3cR h4 {
  margin: 0;
}
.cid-s4uaRCo3cR .item {
  color: #5580ff;
}
.cid-s4uaRCo3cR ul {
  padding: 0;
  margin: 0;
}
.cid-s4uaRCo3cR .col-title {
  color: #57468b;
}
.cid-s4uaRCo3cR .col-title1 {
  color: #0087ab;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-s4uaRCo3cR .col-title2 {
  color: #5580ff;
}
.cid-s4uaRCo3cR .col-title3 {
  color: #ff8a73;
}
.cid-s4uaRCo3cR .col-title4 {
  color: #57468b;
}
.cid-s4uaRCo3cR .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4uaRCo3cR .item2 {
  color: #767676;
  line-height: 1.3;
}
.cid-s4uaRCo3cR .item3 {
  color: #716c80;
}
.cid-s4uaRCo3cR .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4uaRCo3cR .md-pb {
    padding-bottom: 0.5rem;
  }
  .cid-s4uaRCo3cR .imagelabel {
    padding-left: 0 ;
  }
  .cid-s4uaRCo3cR .col-title1 {
    padding-top: 0;
  }
}
.cid-s4uaRCo3cR .mbr-text {
  line-height: 1.6;
  color: #444444;
}
.cid-s4ukm7S0v2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4ukm7S0v2 li {
  list-style: none;
}
.cid-s4ukm7S0v2 .rts-imagelabel {
  padding-top: 2px;
  padding-left: 0.25rem ;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s4ukm7S0v2 .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4ukm7S0v2 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4ukm7S0v2 h4 {
  margin: 0;
}
.cid-s4ukm7S0v2 .item {
  color: #5580ff;
}
.cid-s4ukm7S0v2 ul {
  padding: 0;
  margin: 0;
}
.cid-s4ukm7S0v2 .col-title {
  color: #57468b;
}
.cid-s4ukm7S0v2 .col-title1 {
  color: #0087ab;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-s4ukm7S0v2 .col-title2 {
  color: #5580ff;
}
.cid-s4ukm7S0v2 .col-title3 {
  color: #ff8a73;
}
.cid-s4ukm7S0v2 .col-title4 {
  color: #57468b;
}
.cid-s4ukm7S0v2 .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4ukm7S0v2 .item2 {
  color: #767676;
  line-height: 1.3;
}
.cid-s4ukm7S0v2 .item3 {
  color: #716c80;
}
.cid-s4ukm7S0v2 .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4ukm7S0v2 .md-pb {
    padding-bottom: 0.5rem;
  }
  .cid-s4ukm7S0v2 .imagelabel {
    padding-left: 0 ;
  }
  .cid-s4ukm7S0v2 .col-title1 {
    padding-top: 0;
  }
}
.cid-s4ukm7S0v2 .mbr-text {
  line-height: 1.6;
  color: #444444;
}
.cid-s4FXOt4s9R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4FXOt4s9R .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4FXOt4s9R .runtime-ol {
  color: #444444;
}
.cid-s4FXOt4s9R .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s4FXOt4s9R .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s4FXOt4s9R .runtime-ol li p {
  line-height: 1.3;
}
.cid-s4FXOt4s9R .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4FXOt4s9R .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s4FXOt4s9R .ico-line {
  display: -webkit-flex;
}
.cid-s4FXOt4s9R .lh-1 {
  line-height: 1;
}
.cid-s4FXOt4s9R .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4FXOt4s9R .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4FXOt4s9R .linkcolor {
  color: #ff695c;
}
.cid-s4FXOt4s9R .xxgraytext {
  color: #767676;
}
.cid-s4FXOt4s9R .col-md-4 {
  padding: 0;
}
.cid-s4FXOt4s9R p {
  line-height: 1.6;
}
.cid-s4FXOt4s9R .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4FXOt4s9R .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4FXOt4s9R .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4FXOt4s9R .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4FXOt4s9R img {
  transition: all 0.3s;
}
.cid-s4FXOt4s9R h5 {
  margin: 0;
}
.cid-s4FXOt4s9R .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s4FXOt4s9R .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s4FXOt4s9R .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4FXOt4s9R .card-box > p,
.cid-s4FXOt4s9R .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4FXOt4s9R .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s4FXOt4s9R .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s4FXOt4s9R .productinfo > p {
  color: #000000;
}
.cid-s4FXOt4s9R .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4FXOt4s9R .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
.cid-s4FXOt4s9R .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4FXOt4s9R .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s4FXOt4s9R .product_image > .col-12 {
  padding: 5rem;
}
.cid-s4FXOt4s9R .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s4FXOt4s9R .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s4FXOt4s9R .list-group-item {
    padding: 0.5rem;
  }
  .cid-s4FXOt4s9R .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s4FXOt4s9R .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4FXOt4s9R .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4FXOt4s9R .col-md-4 {
    padding: 15 0px;
  }
  .cid-s4FXOt4s9R .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s4FXOt4s9R .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4FXOt4s9R .price-box {
    left: 15px;
  }
  .cid-s4FXOt4s9R .card-box {
    padding: 1rem;
  }
  .cid-s4FXOt4s9R .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s4FXOt4s9R P {
  color: #000000;
}
.cid-s4ut17rXSS.popup-builder {
  background-color: #ffffff;
}
.cid-s4ut17rXSS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s4ut17rXSS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s4ut17rXSS .modal-content,
.cid-s4ut17rXSS .modal-dialog {
  height: auto;
}
.cid-s4ut17rXSS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s4ut17rXSS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s4ut17rXSS .form-wrapper .mbr-form .form-group,
  .cid-s4ut17rXSS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s4ut17rXSS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s4ut17rXSS .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-s4ut17rXSS .mbr-text {
  text-align: center;
}
.cid-s4ut17rXSS .pt-0 {
  padding-top: 0 !important;
}
.cid-s4ut17rXSS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s4ut17rXSS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s4ut17rXSS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s4ut17rXSS .modal-open {
  overflow: hidden;
}
.cid-s4ut17rXSS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s4ut17rXSS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s4ut17rXSS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s4ut17rXSS .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-s4ut17rXSS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s4ut17rXSS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s4ut17rXSS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s4ut17rXSS .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-s4ut17rXSS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s4ut17rXSS .modal-backdrop.fade {
  opacity: 0;
}
.cid-s4ut17rXSS .modal-backdrop.show {
  opacity: .5;
}
.cid-s4ut17rXSS .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-s4ut17rXSS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s4ut17rXSS .modal-header .close:hover {
  opacity: 1;
}
.cid-s4ut17rXSS .modal-header .close:focus {
  outline: none;
}
.cid-s4ut17rXSS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s4ut17rXSS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s4ut17rXSS .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-s4ut17rXSS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s4ut17rXSS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s4ut17rXSS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s4ut17rXSS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s4ut17rXSS .modal-sm {
    max-width: 300px;
  }
  .cid-s4ut17rXSS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s4ut17rXSS .modal-lg,
  .cid-s4ut17rXSS .modal-xl {
    max-width: 800px;
  }
  .cid-s4ut17rXSS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s4ut17rXSS .modal-xl {
    max-width: 1140px;
  }
  .cid-s4ut17rXSS .container {
    max-width: 1140px;
  }
}
.cid-s4ut17rXSS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s4ut17rXSS .container {
    max-width: 720px;
  }
}
.cid-s4ut17rXSS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s4ut17rXSS .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-s4ut17rXSS .form-group {
  margin-bottom: 1rem;
}
.cid-s4ut17rXSS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s4ut17rXSS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s4ut17rXSS .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-s4og8fnyub {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s4og8fnyub [class^="socicon-"]:before,
.cid-s4og8fnyub [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s4og8fnyub .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s4og8fnyub .btn-social,
.cid-s4og8fnyub .mbr-section-title {
  color: #57468b;
}
.cid-s4og8fnyub .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s4og8fnyub .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s4og8fnyub .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s4og8fnyub .align-left {
    text-align: center;
  }
  .cid-s4og8fnyub .align-right {
    text-align: center;
  }
  .cid-s4og8fnyub .social-list {
    justify-content: center;
  }
  .cid-s4og8fnyub .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-slxZktZhsa.popup-builder {
  background-color: #ffffff;
}
.cid-slxZktZhsa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slxZktZhsa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slxZktZhsa .modal-content,
.cid-slxZktZhsa .modal-dialog {
  height: auto;
}
.cid-slxZktZhsa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slxZktZhsa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slxZktZhsa .form-wrapper .mbr-form .form-group,
  .cid-slxZktZhsa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slxZktZhsa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slxZktZhsa .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-slxZktZhsa .mbr-text {
  text-align: center;
}
.cid-slxZktZhsa .pt-0 {
  padding-top: 0 !important;
}
.cid-slxZktZhsa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slxZktZhsa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slxZktZhsa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slxZktZhsa .modal-open {
  overflow: hidden;
}
.cid-slxZktZhsa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slxZktZhsa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slxZktZhsa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slxZktZhsa .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-slxZktZhsa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slxZktZhsa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slxZktZhsa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slxZktZhsa .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-slxZktZhsa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slxZktZhsa .modal-backdrop.fade {
  opacity: 0;
}
.cid-slxZktZhsa .modal-backdrop.show {
  opacity: .5;
}
.cid-slxZktZhsa .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-slxZktZhsa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slxZktZhsa .modal-header .close:hover {
  opacity: 1;
}
.cid-slxZktZhsa .modal-header .close:focus {
  outline: none;
}
.cid-slxZktZhsa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slxZktZhsa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slxZktZhsa .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-slxZktZhsa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slxZktZhsa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slxZktZhsa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slxZktZhsa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slxZktZhsa .modal-sm {
    max-width: 300px;
  }
  .cid-slxZktZhsa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slxZktZhsa .modal-lg,
  .cid-slxZktZhsa .modal-xl {
    max-width: 800px;
  }
  .cid-slxZktZhsa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slxZktZhsa .modal-xl {
    max-width: 1140px;
  }
  .cid-slxZktZhsa .container {
    max-width: 1140px;
  }
}
.cid-slxZktZhsa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slxZktZhsa .container {
    max-width: 720px;
  }
}
.cid-slxZktZhsa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slxZktZhsa .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-slxZktZhsa .form-group {
  margin-bottom: 1rem;
}
.cid-slxZktZhsa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slxZktZhsa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slxZktZhsa .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-slxZkVzCog.popup-builder {
  background-color: #ffffff;
}
.cid-slxZkVzCog.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slxZkVzCog.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slxZkVzCog .modal-content,
.cid-slxZkVzCog .modal-dialog {
  height: auto;
}
.cid-slxZkVzCog .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slxZkVzCog .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slxZkVzCog .form-wrapper .mbr-form .form-group,
  .cid-slxZkVzCog .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slxZkVzCog .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slxZkVzCog .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-slxZkVzCog .mbr-text {
  text-align: center;
}
.cid-slxZkVzCog .pt-0 {
  padding-top: 0 !important;
}
.cid-slxZkVzCog .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slxZkVzCog .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slxZkVzCog .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slxZkVzCog .modal-open {
  overflow: hidden;
}
.cid-slxZkVzCog .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slxZkVzCog .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slxZkVzCog .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slxZkVzCog .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-slxZkVzCog .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slxZkVzCog .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slxZkVzCog .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slxZkVzCog .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-slxZkVzCog .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slxZkVzCog .modal-backdrop.fade {
  opacity: 0;
}
.cid-slxZkVzCog .modal-backdrop.show {
  opacity: .5;
}
.cid-slxZkVzCog .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-slxZkVzCog .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slxZkVzCog .modal-header .close:hover {
  opacity: 1;
}
.cid-slxZkVzCog .modal-header .close:focus {
  outline: none;
}
.cid-slxZkVzCog .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slxZkVzCog .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slxZkVzCog .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-slxZkVzCog .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slxZkVzCog .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slxZkVzCog .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slxZkVzCog .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slxZkVzCog .modal-sm {
    max-width: 300px;
  }
  .cid-slxZkVzCog .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slxZkVzCog .modal-lg,
  .cid-slxZkVzCog .modal-xl {
    max-width: 800px;
  }
  .cid-slxZkVzCog .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slxZkVzCog .modal-xl {
    max-width: 1140px;
  }
  .cid-slxZkVzCog .container {
    max-width: 1140px;
  }
}
.cid-slxZkVzCog .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slxZkVzCog .container {
    max-width: 720px;
  }
}
.cid-slxZkVzCog .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slxZkVzCog .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-slxZkVzCog .form-group {
  margin-bottom: 1rem;
}
.cid-slxZkVzCog .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slxZkVzCog .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slxZkVzCog .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-slxZlf7MCk.popup-builder {
  background-color: #ffffff;
}
.cid-slxZlf7MCk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slxZlf7MCk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slxZlf7MCk .modal-content,
.cid-slxZlf7MCk .modal-dialog {
  height: auto;
}
.cid-slxZlf7MCk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slxZlf7MCk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slxZlf7MCk .form-wrapper .mbr-form .form-group,
  .cid-slxZlf7MCk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slxZlf7MCk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slxZlf7MCk .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-slxZlf7MCk .mbr-text {
  text-align: center;
}
.cid-slxZlf7MCk .pt-0 {
  padding-top: 0 !important;
}
.cid-slxZlf7MCk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slxZlf7MCk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slxZlf7MCk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slxZlf7MCk .modal-open {
  overflow: hidden;
}
.cid-slxZlf7MCk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slxZlf7MCk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slxZlf7MCk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slxZlf7MCk .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-slxZlf7MCk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slxZlf7MCk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slxZlf7MCk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slxZlf7MCk .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-slxZlf7MCk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slxZlf7MCk .modal-backdrop.fade {
  opacity: 0;
}
.cid-slxZlf7MCk .modal-backdrop.show {
  opacity: .5;
}
.cid-slxZlf7MCk .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-slxZlf7MCk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slxZlf7MCk .modal-header .close:hover {
  opacity: 1;
}
.cid-slxZlf7MCk .modal-header .close:focus {
  outline: none;
}
.cid-slxZlf7MCk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slxZlf7MCk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slxZlf7MCk .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-slxZlf7MCk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slxZlf7MCk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slxZlf7MCk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slxZlf7MCk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slxZlf7MCk .modal-sm {
    max-width: 300px;
  }
  .cid-slxZlf7MCk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slxZlf7MCk .modal-lg,
  .cid-slxZlf7MCk .modal-xl {
    max-width: 800px;
  }
  .cid-slxZlf7MCk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slxZlf7MCk .modal-xl {
    max-width: 1140px;
  }
  .cid-slxZlf7MCk .container {
    max-width: 1140px;
  }
}
.cid-slxZlf7MCk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slxZlf7MCk .container {
    max-width: 720px;
  }
}
.cid-slxZlf7MCk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slxZlf7MCk .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-slxZlf7MCk .form-group {
  margin-bottom: 1rem;
}
.cid-slxZlf7MCk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slxZlf7MCk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slxZlf7MCk .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-sly3c9ZyxC.popup-builder {
  background-color: #ffffff;
}
.cid-sly3c9ZyxC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sly3c9ZyxC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sly3c9ZyxC .modal-content,
.cid-sly3c9ZyxC .modal-dialog {
  height: auto;
}
.cid-sly3c9ZyxC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sly3c9ZyxC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sly3c9ZyxC .form-wrapper .mbr-form .form-group,
  .cid-sly3c9ZyxC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sly3c9ZyxC .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-sly3c9ZyxC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sly3c9ZyxC .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-sly3c9ZyxC .mbr-text {
  text-align: left;
}
.cid-sly3c9ZyxC .pt-0 {
  padding-top: 0 !important;
}
.cid-sly3c9ZyxC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sly3c9ZyxC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sly3c9ZyxC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sly3c9ZyxC .modal-open {
  overflow: hidden;
}
.cid-sly3c9ZyxC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sly3c9ZyxC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sly3c9ZyxC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sly3c9ZyxC .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-sly3c9ZyxC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sly3c9ZyxC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sly3c9ZyxC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sly3c9ZyxC .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-sly3c9ZyxC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sly3c9ZyxC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sly3c9ZyxC .modal-backdrop.show {
  opacity: .5;
}
.cid-sly3c9ZyxC .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-sly3c9ZyxC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sly3c9ZyxC .modal-header .close:hover {
  opacity: 1;
}
.cid-sly3c9ZyxC .modal-header .close:focus {
  outline: none;
}
.cid-sly3c9ZyxC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sly3c9ZyxC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sly3c9ZyxC .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-sly3c9ZyxC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sly3c9ZyxC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sly3c9ZyxC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sly3c9ZyxC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sly3c9ZyxC .modal-sm {
    max-width: 300px;
  }
  .cid-sly3c9ZyxC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sly3c9ZyxC .modal-lg,
  .cid-sly3c9ZyxC .modal-xl {
    max-width: 800px;
  }
  .cid-sly3c9ZyxC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sly3c9ZyxC .modal-xl {
    max-width: 1140px;
  }
  .cid-sly3c9ZyxC .container {
    max-width: 1140px;
  }
}
.cid-sly3c9ZyxC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sly3c9ZyxC .container {
    max-width: 720px;
  }
}
.cid-sly3c9ZyxC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sly3c9ZyxC .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-sly3c9ZyxC .form-group {
  margin-bottom: 1rem;
}
.cid-sly3c9ZyxC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sly3c9ZyxC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sly3c9ZyxC .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-s4Gw2KfWsl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s4Gw2KfWsl .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s4Gw2KfWsl .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s4Gw2KfWsl .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s4Gw2KfWsl .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s4Gw2KfWsl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4Gw2KfWsl .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s4Gw2KfWsl .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s4Gw2KfWsl .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s4Gw2KfWsl .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s4Gw2KfWsl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4Gw2KfWsl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s4Gw2KfWsl .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s4Gw2KfWsl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4Gw2KfWsl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4Gw2KfWsl .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-s4Gw2KfWsl .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s4Gw2KfWsl .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s4Gw2KfWsl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4Gw2KfWsl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s4Gw2KfWsl .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s4Gw2KfWsl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4Gw2KfWsl .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s4Gw2KfWsl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4Gw2KfWsl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4Gw2KfWsl .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-s4Gw2KfWsl .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s4Gw2KfWsl .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s4Gw2KfWsl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4Gw2KfWsl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4Gw2KfWsl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s4Gw2KfWsl .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s4Gw2KfWsl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4Gw2KfWsl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s4Gw2KfWsl .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s4Gw2KfWsl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4Gw2KfWsl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4Gw2KfWsl .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-s4Gw2KfWsl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4Gw2KfWsl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4Gw2KfWsl .dropdown-item.active,
.cid-s4Gw2KfWsl .dropdown-item:active {
  background-color: transparent;
}
.cid-s4Gw2KfWsl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4Gw2KfWsl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4Gw2KfWsl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4Gw2KfWsl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s4Gw2KfWsl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s4Gw2KfWsl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4Gw2KfWsl ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s4Gw2KfWsl .navbar-buttons {
  text-align: center;
}
.cid-s4Gw2KfWsl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4Gw2KfWsl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4Gw2KfWsl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4Gw2KfWsl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4Gw2KfWsl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4Gw2KfWsl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4Gw2KfWsl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4Gw2KfWsl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4Gw2KfWsl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4Gw2KfWsl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4Gw2KfWsl .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s4Gw2KfWsl 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-s4Gw2KfWsl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4Gw2KfWsl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s4Gw2KfWsl .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s4Gw2KfWsl .nav-link:hover,
.cid-s4Gw2KfWsl .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s4Gw2KXRr5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s4Gw2KXRr5 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s4Gw2KXRr5 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s4Gw2KXRr5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s4Gw2KXRr5 .animated-element,
.cid-s4Gw2KXRr5 .typed-cursor {
  color: #333333;
}
.cid-s4Gw2KXRr5 .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s4Gw2KXRr5 .typed-text {
    text-align: center;
  }
}
.cid-s4Gw2KXRr5 .mbr-section-title {
  color: #ff695c;
}
.cid-s4Gw2KXRr5 .mbr-text,
.cid-s4Gw2KXRr5 .typed-text,
.cid-s4Gw2KXRr5 .mbr-section-btn {
  color: #0a1c44;
}
.cid-s4Gw2KXRr5 .mbr-section-subtitle,
.cid-s4Gw2KXRr5 .underline {
  color: #0a1c44;
}
.cid-s4Gw2MoAwT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4Gw2MoAwT .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4Gw2MoAwT .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4Gw2MoAwT .ico-line {
  display: -webkit-flex;
}
.cid-s4Gw2MoAwT .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4Gw2MoAwT .lh-1 {
  line-height: 1;
}
.cid-s4Gw2MoAwT .lh-2 {
  line-height: 2;
}
.cid-s4Gw2MoAwT .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4Gw2MoAwT .linkcolor {
  color: #ff695c;
}
.cid-s4Gw2MoAwT .col-md-4 {
  padding: 0;
}
.cid-s4Gw2MoAwT p {
  line-height: 1.6;
}
.cid-s4Gw2MoAwT .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4Gw2MoAwT .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4Gw2MoAwT .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s4Gw2MoAwT .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4Gw2MoAwT img {
  transition: all 0.3s;
}
.cid-s4Gw2MoAwT h5 {
  margin: 0;
}
.cid-s4Gw2MoAwT .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-s4Gw2MoAwT .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4Gw2MoAwT .card-box > p,
.cid-s4Gw2MoAwT .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4Gw2MoAwT .productinfo > p {
  color: #000000;
}
.cid-s4Gw2MoAwT .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4Gw2MoAwT .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s4Gw2MoAwT .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4Gw2MoAwT .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4Gw2MoAwT .col-md-4 {
    padding: 0 15px;
  }
  .cid-s4Gw2MoAwT .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4Gw2MoAwT .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-s4Gw2MoAwT .price-box {
    left: 15px;
  }
  .cid-s4Gw2MoAwT .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s4Gw2MoAwT P {
  color: #000000;
}
.cid-s4Gw2N6xxE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4Gw2N6xxE li {
  list-style: none;
}
.cid-s4Gw2N6xxE .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4Gw2N6xxE .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xxcolor: #5580ff;
  xxxcolor: #666666;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4Gw2N6xxE h4 {
  margin: 0;
}
.cid-s4Gw2N6xxE .item {
  color: #5580ff;
}
.cid-s4Gw2N6xxE ul {
  padding: 0;
  margin: 0;
}
.cid-s4Gw2N6xxE .col-title {
  color: #57468b;
}
.cid-s4Gw2N6xxE .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s4Gw2N6xxE .col-title2 {
  color: #5580ff;
}
.cid-s4Gw2N6xxE .col-title3 {
  color: #ff8a73;
}
.cid-s4Gw2N6xxE .col-title4 {
  color: #57468b;
}
.cid-s4Gw2N6xxE .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4Gw2N6xxE .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4Gw2N6xxE .item3 {
  color: #716c80;
}
.cid-s4Gw2N6xxE .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4Gw2N6xxE .md-pb {
    padding-bottom: 0.5rem;
  }
}
.cid-s4Gw2Odq3O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4Gw2Odq3O .rts-float-img {
  xbackground-color: #ff0000;
  width: 35%;
  min-width: 250px;
  padding: 0.25rem;
}
.cid-s4Gw2Odq3O .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s4Gw2Odq3O .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4Gw2Odq3O .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s4Gw2Odq3O .ico-line {
  display: -webkit-flex;
}
.cid-s4Gw2Odq3O .lh-1 {
  line-height: 1;
}
.cid-s4Gw2Odq3O .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4Gw2Odq3O .linkcolor {
  color: #ff695c;
}
.cid-s4Gw2Odq3O .col-md-4 {
  padding: 0;
}
.cid-s4Gw2Odq3O p {
  line-height: 1.6;
}
.cid-s4Gw2Odq3O .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4Gw2Odq3O .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4Gw2Odq3O .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4Gw2Odq3O .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4Gw2Odq3O img {
  transition: all 0.3s;
}
.cid-s4Gw2Odq3O h5 {
  margin: 0;
}
.cid-s4Gw2Odq3O .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s4Gw2Odq3O .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s4Gw2Odq3O .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4Gw2Odq3O .card-box > p,
.cid-s4Gw2Odq3O .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4Gw2Odq3O .xxxcard-box > ul > li > p {
  color: #767676;
  text-align: left;
}
.cid-s4Gw2Odq3O .productinfo > p {
  color: #000000;
}
.cid-s4Gw2Odq3O .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4Gw2Odq3O .rev {
  color: #767676;
  line-height: 1.1;
  text-align: left;
}
.cid-s4Gw2Odq3O .product_image {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4Gw2Odq3O .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s4Gw2Odq3O .product_image > .col-12 {
  padding: 5rem;
}
.cid-s4Gw2Odq3O .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s4Gw2Odq3O .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s4Gw2Odq3O .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s4Gw2Odq3O .list-group-item {
    padding: 0.5rem;
  }
  .cid-s4Gw2Odq3O .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4Gw2Odq3O .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4Gw2Odq3O .col-md-4 {
    padding: 15 0px;
  }
  .cid-s4Gw2Odq3O .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s4Gw2Odq3O .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4Gw2Odq3O .price-box {
    left: 15px;
  }
  .cid-s4Gw2Odq3O .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s4Gw2Odq3O P {
  color: #000000;
}
.cid-s4Gw2Odq3O .list-group > li P {
  color: #444444;
}
.cid-s4Gw2Odq3O .list-group .btn-underline {
  xxmargin: 5rem;
  line-height: 1;
}
.cid-s4Gw2Odq3O .card-box > p,
.cid-s4Gw2Odq3O .mbr-section-btn P {
  color: #444444;
}
.cid-s4Gw2Odq3O .card-box > div P {
  color: #444444;
}
.cid-s4Gw2P3AQR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s4Gw2P3AQR [class^="socicon-"]:before,
.cid-s4Gw2P3AQR [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s4Gw2P3AQR .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s4Gw2P3AQR .btn-social,
.cid-s4Gw2P3AQR .mbr-section-title {
  color: #57468b;
}
.cid-s4Gw2P3AQR .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s4Gw2P3AQR .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s4Gw2P3AQR .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s4Gw2P3AQR .align-left {
    text-align: center;
  }
  .cid-s4Gw2P3AQR .align-right {
    text-align: center;
  }
  .cid-s4Gw2P3AQR .social-list {
    justify-content: center;
  }
  .cid-s4Gw2P3AQR .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sk7LjFdkPF.popup-builder {
  background-color: #ffffff;
}
.cid-sk7LjFdkPF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sk7LjFdkPF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sk7LjFdkPF .modal-content,
.cid-sk7LjFdkPF .modal-dialog {
  height: auto;
}
.cid-sk7LjFdkPF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sk7LjFdkPF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sk7LjFdkPF .form-wrapper .mbr-form .form-group,
  .cid-sk7LjFdkPF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sk7LjFdkPF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sk7LjFdkPF .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-sk7LjFdkPF .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-sk7LjFdkPF .pt-0 {
  padding-top: 0 !important;
}
.cid-sk7LjFdkPF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sk7LjFdkPF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sk7LjFdkPF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sk7LjFdkPF .modal-open {
  overflow: hidden;
}
.cid-sk7LjFdkPF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sk7LjFdkPF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sk7LjFdkPF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sk7LjFdkPF .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-sk7LjFdkPF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sk7LjFdkPF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sk7LjFdkPF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sk7LjFdkPF .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-sk7LjFdkPF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sk7LjFdkPF .modal-backdrop.fade {
  opacity: 0;
}
.cid-sk7LjFdkPF .modal-backdrop.show {
  opacity: .5;
}
.cid-sk7LjFdkPF .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-sk7LjFdkPF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sk7LjFdkPF .modal-header .close:hover {
  opacity: 1;
}
.cid-sk7LjFdkPF .modal-header .close:focus {
  outline: none;
}
.cid-sk7LjFdkPF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-sk7LjFdkPF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sk7LjFdkPF .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-sk7LjFdkPF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sk7LjFdkPF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sk7LjFdkPF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sk7LjFdkPF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sk7LjFdkPF .modal-sm {
    max-width: 300px;
  }
  .cid-sk7LjFdkPF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sk7LjFdkPF .modal-lg,
  .cid-sk7LjFdkPF .modal-xl {
    max-width: 800px;
  }
  .cid-sk7LjFdkPF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sk7LjFdkPF .modal-xl {
    max-width: 1140px;
  }
  .cid-sk7LjFdkPF .container {
    max-width: 1140px;
  }
}
.cid-sk7LjFdkPF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sk7LjFdkPF .container {
    max-width: 720px;
  }
}
.cid-sk7LjFdkPF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sk7LjFdkPF .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-sk7LjFdkPF .form-group {
  margin-bottom: 1rem;
}
.cid-sk7LjFdkPF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sk7LjFdkPF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sk7LjFdkPF .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-sk7TJtwmfj.popup-builder {
  background-color: #ffffff;
}
.cid-sk7TJtwmfj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sk7TJtwmfj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sk7TJtwmfj .modal-content,
.cid-sk7TJtwmfj .modal-dialog {
  height: auto;
}
.cid-sk7TJtwmfj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sk7TJtwmfj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sk7TJtwmfj .form-wrapper .mbr-form .form-group,
  .cid-sk7TJtwmfj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sk7TJtwmfj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sk7TJtwmfj .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-sk7TJtwmfj .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-sk7TJtwmfj .pt-0 {
  padding-top: 0 !important;
}
.cid-sk7TJtwmfj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sk7TJtwmfj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sk7TJtwmfj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sk7TJtwmfj .modal-open {
  overflow: hidden;
}
.cid-sk7TJtwmfj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sk7TJtwmfj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sk7TJtwmfj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sk7TJtwmfj .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-sk7TJtwmfj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sk7TJtwmfj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sk7TJtwmfj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sk7TJtwmfj .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-sk7TJtwmfj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sk7TJtwmfj .modal-backdrop.fade {
  opacity: 0;
}
.cid-sk7TJtwmfj .modal-backdrop.show {
  opacity: .5;
}
.cid-sk7TJtwmfj .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-sk7TJtwmfj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sk7TJtwmfj .modal-header .close:hover {
  opacity: 1;
}
.cid-sk7TJtwmfj .modal-header .close:focus {
  outline: none;
}
.cid-sk7TJtwmfj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-sk7TJtwmfj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sk7TJtwmfj .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-sk7TJtwmfj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sk7TJtwmfj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sk7TJtwmfj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sk7TJtwmfj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sk7TJtwmfj .modal-sm {
    max-width: 300px;
  }
  .cid-sk7TJtwmfj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sk7TJtwmfj .modal-lg,
  .cid-sk7TJtwmfj .modal-xl {
    max-width: 800px;
  }
  .cid-sk7TJtwmfj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sk7TJtwmfj .modal-xl {
    max-width: 1140px;
  }
  .cid-sk7TJtwmfj .container {
    max-width: 1140px;
  }
}
.cid-sk7TJtwmfj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sk7TJtwmfj .container {
    max-width: 720px;
  }
}
.cid-sk7TJtwmfj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sk7TJtwmfj .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-sk7TJtwmfj .form-group {
  margin-bottom: 1rem;
}
.cid-sk7TJtwmfj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sk7TJtwmfj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sk7TJtwmfj .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-s4YNF8UTlv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s4YNF8UTlv .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s4YNF8UTlv .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s4YNF8UTlv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s4YNF8UTlv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s4YNF8UTlv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4YNF8UTlv .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s4YNF8UTlv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s4YNF8UTlv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s4YNF8UTlv .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s4YNF8UTlv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4YNF8UTlv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s4YNF8UTlv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s4YNF8UTlv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4YNF8UTlv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4YNF8UTlv .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-s4YNF8UTlv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s4YNF8UTlv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s4YNF8UTlv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4YNF8UTlv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s4YNF8UTlv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s4YNF8UTlv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4YNF8UTlv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s4YNF8UTlv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4YNF8UTlv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4YNF8UTlv .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-s4YNF8UTlv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s4YNF8UTlv .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s4YNF8UTlv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4YNF8UTlv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4YNF8UTlv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s4YNF8UTlv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s4YNF8UTlv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4YNF8UTlv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s4YNF8UTlv .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s4YNF8UTlv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4YNF8UTlv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4YNF8UTlv .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-s4YNF8UTlv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4YNF8UTlv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4YNF8UTlv .dropdown-item.active,
.cid-s4YNF8UTlv .dropdown-item:active {
  background-color: transparent;
}
.cid-s4YNF8UTlv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4YNF8UTlv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4YNF8UTlv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4YNF8UTlv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s4YNF8UTlv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s4YNF8UTlv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4YNF8UTlv ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s4YNF8UTlv .navbar-buttons {
  text-align: center;
}
.cid-s4YNF8UTlv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4YNF8UTlv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4YNF8UTlv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4YNF8UTlv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4YNF8UTlv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4YNF8UTlv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4YNF8UTlv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4YNF8UTlv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4YNF8UTlv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4YNF8UTlv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4YNF8UTlv .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s4YNF8UTlv 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-s4YNF8UTlv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4YNF8UTlv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s4YNF8UTlv .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s4YNF8UTlv .nav-link:hover,
.cid-s4YNF8UTlv .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s4YNF9X41E {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s4YNF9X41E .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s4YNF9X41E .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s4YNF9X41E .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s4YNF9X41E .animated-element,
.cid-s4YNF9X41E .typed-cursor {
  color: #333333;
}
.cid-s4YNF9X41E .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s4YNF9X41E .typed-text {
    text-align: center;
  }
}
.cid-s4YNF9X41E .mbr-section-title {
  color: #ff695c;
}
.cid-s4YNF9X41E .mbr-text,
.cid-s4YNF9X41E .typed-text,
.cid-s4YNF9X41E .mbr-section-btn {
  color: #0a1c44;
}
.cid-s4YNF9X41E .mbr-section-subtitle,
.cid-s4YNF9X41E .underline {
  color: #0a1c44;
}
.cid-s4YNFaWkLN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4YNFaWkLN .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4YNFaWkLN .lh-2 {
  line-height: 2;
}
.cid-s4YNFaWkLN .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4YNFaWkLN .ico-line {
  display: -webkit-flex;
}
.cid-s4YNFaWkLN .lh-1 {
  line-height: 1;
}
.cid-s4YNFaWkLN .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4YNFaWkLN .linkcolor {
  color: #ff695c;
}
.cid-s4YNFaWkLN .col-md-4 {
  padding: 0;
}
.cid-s4YNFaWkLN p {
  line-height: 1.6;
}
.cid-s4YNFaWkLN .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4YNFaWkLN .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4YNFaWkLN .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s4YNFaWkLN .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4YNFaWkLN img {
  transition: all 0.3s;
}
.cid-s4YNFaWkLN h5 {
  margin: 0;
}
.cid-s4YNFaWkLN .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-s4YNFaWkLN .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4YNFaWkLN .card-box > p,
.cid-s4YNFaWkLN .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4YNFaWkLN .productinfo > p {
  color: #000000;
}
.cid-s4YNFaWkLN .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4YNFaWkLN .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s4YNFaWkLN .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4YNFaWkLN .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4YNFaWkLN .col-md-4 {
    padding: 0 15px;
  }
  .cid-s4YNFaWkLN .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4YNFaWkLN .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-s4YNFaWkLN .price-box {
    left: 15px;
  }
  .cid-s4YNFaWkLN .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s4YNFaWkLN P {
  color: #000000;
}
.cid-s4YNFdyphk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4YNFdyphk pre {
  margin: 0;
  xxwhite-space: nowrap;
  xxword-wrap: break-word;
  xxoverflow: auto;
}
.cid-s4YNFdyphk pre p {
  xxpadding: 0;
  margin: 0;
  line-height: 1.6;
}
.cid-s4YNFdyphk .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4YNFdyphk .rts-float-img {
  width: 35%;
  min-width: 350px;
  padding: 0.25rem;
}
.cid-s4YNFdyphk .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s4YNFdyphk .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4YNFdyphk .ico-line {
  display: -webkit-flex;
}
.cid-s4YNFdyphk .lh-1 {
  line-height: 1;
}
.cid-s4YNFdyphk .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4YNFdyphk .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4YNFdyphk .linkcolor {
  color: #ff695c;
}
.cid-s4YNFdyphk .col-md-4 {
  padding: 0;
}
.cid-s4YNFdyphk .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4YNFdyphk .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4YNFdyphk .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4YNFdyphk .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4YNFdyphk img {
  transition: all 0.3s;
}
.cid-s4YNFdyphk h5 {
  margin: 0;
}
.cid-s4YNFdyphk .card-box {
  xxpadding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s4YNFdyphk .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s4YNFdyphk .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4YNFdyphk .card-box > p,
.cid-s4YNFdyphk .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4YNFdyphk .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s4YNFdyphk .productinfo > p {
  color: #000000;
}
.cid-s4YNFdyphk .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4YNFdyphk .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s4YNFdyphk .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4YNFdyphk .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s4YNFdyphk .product_image > .col-12 {
  padding: 5rem;
}
.cid-s4YNFdyphk .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s4YNFdyphk .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s4YNFdyphk .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s4YNFdyphk .list-group-item {
    padding: 0.5rem;
  }
  .cid-s4YNFdyphk .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4YNFdyphk .rts-float-img {
    min-width: 250px;
  }
  .cid-s4YNFdyphk .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4YNFdyphk .col-md-4 {
    padding: 15 0px;
  }
  .cid-s4YNFdyphk .card-img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s4YNFdyphk .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4YNFdyphk .price-box {
    left: 15px;
  }
  .cid-s4YNFdyphk .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s4YNFdyphk P {
  color: #000000;
}
.cid-s4YNFdyphk .card-box > div .rts-imagelabel {
  color: #444444;
}
.cid-s4YNFdyphk .card-box > div P {
  color: #444444;
}
.cid-s4YNFcLQIv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4YNFcLQIv .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4YNFcLQIv li {
  xxlist-style: none;
}
.cid-s4YNFcLQIv .runtime-ol {
  color: #444444;
}
.cid-s4YNFcLQIv .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s4YNFcLQIv .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s4YNFcLQIv .runtime-ol li p {
  line-height: 1.3;
}
.cid-s4YNFcLQIv .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4YNFcLQIv .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s4YNFcLQIv h4 {
  margin: 0;
}
.cid-s4YNFcLQIv .item {
  color: #5580ff;
}
.cid-s4YNFcLQIv .mbr-text {
  color: #444444;
}
.cid-s4YNFcLQIv ul {
  padding: 0;
  margin: 0;
}
.cid-s4YNFcLQIv .col-title {
  color: #57468b;
}
.cid-s4YNFcLQIv .col-title1 {
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-s4YNFcLQIv .col-title2 {
  color: #5580ff;
}
.cid-s4YNFcLQIv .col-title3 {
  color: #ff8a73;
}
.cid-s4YNFcLQIv .col-title4 {
  color: #57468b;
}
.cid-s4YNFcLQIv .item1 {
  color: #444444;
  line-height: 1.2;
}
.cid-s4YNFcLQIv .item2 {
  color: #444444;
  line-height: 1.2;
}
.cid-s4YNFcLQIv .item3 {
  color: #716c80;
}
.cid-s4YNFcLQIv .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4YNFcLQIv .md-pb {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 576px) {
  .cid-s4YNFcLQIv .list-group-item {
    padding: 0.5rem;
  }
  .cid-s4YNFcLQIv .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s54UzDqeh8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s54UzDqeh8 pre {
  margin: 0;
  xxwhite-space: nowrap;
  xxword-wrap: break-word;
  xxoverflow: auto;
}
.cid-s54UzDqeh8 pre p {
  xpadding: 0;
  margin: 0;
  line-height: 1.6;
}
.cid-s54UzDqeh8 .rts-float-img {
  width: 35%;
  min-width: 350px;
  padding: 0.25rem;
}
.cid-s54UzDqeh8 .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s54UzDqeh8 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s54UzDqeh8 .ico-line {
  display: -webkit-flex;
}
.cid-s54UzDqeh8 .lh-1 {
  line-height: 1;
}
.cid-s54UzDqeh8 .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s54UzDqeh8 .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s54UzDqeh8 .linkcolor {
  color: #ff695c;
}
.cid-s54UzDqeh8 .col-md-4 {
  padding: 0;
}
.cid-s54UzDqeh8 .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s54UzDqeh8 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s54UzDqeh8 .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s54UzDqeh8 .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s54UzDqeh8 img {
  transition: all 0.3s;
}
.cid-s54UzDqeh8 h5 {
  margin: 0;
}
.cid-s54UzDqeh8 .card-box {
  xxpadding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s54UzDqeh8 .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s54UzDqeh8 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s54UzDqeh8 .card-box > p,
.cid-s54UzDqeh8 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s54UzDqeh8 .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s54UzDqeh8 .productinfo > p {
  color: #000000;
}
.cid-s54UzDqeh8 .price {
  color: #ffffff;
  text-align: left;
}
.cid-s54UzDqeh8 .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s54UzDqeh8 .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s54UzDqeh8 .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s54UzDqeh8 .product_image > .col-12 {
  padding: 5rem;
}
.cid-s54UzDqeh8 .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s54UzDqeh8 .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s54UzDqeh8 .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s54UzDqeh8 .list-group-item {
    padding: 0.5rem;
  }
  .cid-s54UzDqeh8 .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s54UzDqeh8 .rts-float-img {
    min-width: 250px;
  }
  .cid-s54UzDqeh8 .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s54UzDqeh8 .col-md-4 {
    padding: 15 0px;
  }
  .cid-s54UzDqeh8 .card-img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s54UzDqeh8 .col-md-8 {
    margin: 0 15px;
  }
  .cid-s54UzDqeh8 .price-box {
    left: 15px;
  }
  .cid-s54UzDqeh8 .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s54UzDqeh8 P {
  color: #000000;
}
.cid-s54UzDqeh8 .card-box > div .rts-imagelabel {
  color: #444444;
}
.cid-s54UzDqeh8 .card-box > div P {
  color: #444444;
}
.cid-s597WUPTvO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s597WUPTvO li {
  list-style: none;
}
.cid-s597WUPTvO .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s597WUPTvO .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s597WUPTvO h4 {
  margin: 0;
}
.cid-s597WUPTvO .item {
  color: #5580ff;
}
.cid-s597WUPTvO ul {
  padding: 0;
  margin: 0;
}
.cid-s597WUPTvO .col-title {
  color: #57468b;
}
.cid-s597WUPTvO .col-title1 {
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-s597WUPTvO .col-title2 {
  color: #5580ff;
}
.cid-s597WUPTvO .col-title3 {
  color: #ff8a73;
}
.cid-s597WUPTvO .col-title4 {
  color: #57468b;
}
.cid-s597WUPTvO .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s597WUPTvO .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s597WUPTvO .item3 {
  color: #716c80;
}
.cid-s597WUPTvO .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s597WUPTvO .md-pb {
    padding-bottom: 0.5rem;
  }
}
.cid-s4YNFe7JOZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4YNFe7JOZ .rts-small {
  line-height: 1.6;
  font-size: 80%;
}
.cid-s4YNFe7JOZ pre {
  margin: 0;
}
.cid-s4YNFe7JOZ pre p {
  margin: 0;
  line-height: 1.6;
}
.cid-s4YNFe7JOZ li {
  list-style: none;
}
.cid-s4YNFe7JOZ .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4YNFe7JOZ .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s4YNFe7JOZ h4 {
  margin: 0;
}
.cid-s4YNFe7JOZ .item {
  color: #5580ff;
}
.cid-s4YNFe7JOZ .mbr-text {
  color: #444444;
}
.cid-s4YNFe7JOZ ul {
  padding: 0;
  margin: 0;
}
.cid-s4YNFe7JOZ .col-title {
  color: #57468b;
}
.cid-s4YNFe7JOZ .col-title1 {
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-s4YNFe7JOZ .col-title2 {
  color: #5580ff;
}
.cid-s4YNFe7JOZ .col-title3 {
  color: #ff8a73;
}
.cid-s4YNFe7JOZ .col-title4 {
  color: #57468b;
}
.cid-s4YNFe7JOZ .item1 {
  color: #444444;
  line-height: 1.2;
}
.cid-s4YNFe7JOZ .item2 {
  color: #444444;
  line-height: 1.2;
}
.cid-s4YNFe7JOZ .item3 {
  color: #716c80;
}
.cid-s4YNFe7JOZ .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4YNFe7JOZ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s4YNFePApH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s4YNFePApH [class^="socicon-"]:before,
.cid-s4YNFePApH [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s4YNFePApH .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s4YNFePApH .btn-social,
.cid-s4YNFePApH .mbr-section-title {
  color: #57468b;
}
.cid-s4YNFePApH .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s4YNFePApH .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s4YNFePApH .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s4YNFePApH .align-left {
    text-align: center;
  }
  .cid-s4YNFePApH .align-right {
    text-align: center;
  }
  .cid-s4YNFePApH .social-list {
    justify-content: center;
  }
  .cid-s4YNFePApH .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s59F7OdkpK.popup-builder {
  background-color: #ffffff;
}
.cid-s59F7OdkpK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s59F7OdkpK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s59F7OdkpK .modal-content,
.cid-s59F7OdkpK .modal-dialog {
  height: auto;
}
.cid-s59F7OdkpK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s59F7OdkpK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s59F7OdkpK .form-wrapper .mbr-form .form-group,
  .cid-s59F7OdkpK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s59F7OdkpK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s59F7OdkpK .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-s59F7OdkpK .mbr-text {
  text-align: left;
}
.cid-s59F7OdkpK .pt-0 {
  padding-top: 0 !important;
}
.cid-s59F7OdkpK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s59F7OdkpK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s59F7OdkpK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s59F7OdkpK .modal-open {
  overflow: hidden;
}
.cid-s59F7OdkpK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s59F7OdkpK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s59F7OdkpK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s59F7OdkpK .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-s59F7OdkpK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s59F7OdkpK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s59F7OdkpK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s59F7OdkpK .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-s59F7OdkpK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s59F7OdkpK .modal-backdrop.fade {
  opacity: 0;
}
.cid-s59F7OdkpK .modal-backdrop.show {
  opacity: .5;
}
.cid-s59F7OdkpK .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-s59F7OdkpK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s59F7OdkpK .modal-header .close:hover {
  opacity: 1;
}
.cid-s59F7OdkpK .modal-header .close:focus {
  outline: none;
}
.cid-s59F7OdkpK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s59F7OdkpK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s59F7OdkpK .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-s59F7OdkpK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s59F7OdkpK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s59F7OdkpK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s59F7OdkpK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s59F7OdkpK .modal-sm {
    max-width: 300px;
  }
  .cid-s59F7OdkpK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s59F7OdkpK .modal-lg,
  .cid-s59F7OdkpK .modal-xl {
    max-width: 800px;
  }
  .cid-s59F7OdkpK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s59F7OdkpK .modal-xl {
    max-width: 1140px;
  }
  .cid-s59F7OdkpK .container {
    max-width: 1140px;
  }
}
.cid-s59F7OdkpK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s59F7OdkpK .container {
    max-width: 720px;
  }
}
.cid-s59F7OdkpK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s59F7OdkpK .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-s59F7OdkpK .form-group {
  margin-bottom: 1rem;
}
.cid-s59F7OdkpK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s59F7OdkpK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s59F7OdkpK .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-s59SJMZFRd.popup-builder {
  background-color: #ffffff;
}
.cid-s59SJMZFRd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s59SJMZFRd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s59SJMZFRd .modal-content,
.cid-s59SJMZFRd .modal-dialog {
  height: auto;
}
.cid-s59SJMZFRd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s59SJMZFRd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s59SJMZFRd .form-wrapper .mbr-form .form-group,
  .cid-s59SJMZFRd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s59SJMZFRd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s59SJMZFRd .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-s59SJMZFRd .mbr-text {
  text-align: left;
}
.cid-s59SJMZFRd .pt-0 {
  padding-top: 0 !important;
}
.cid-s59SJMZFRd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s59SJMZFRd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s59SJMZFRd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s59SJMZFRd .modal-open {
  overflow: hidden;
}
.cid-s59SJMZFRd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s59SJMZFRd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s59SJMZFRd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s59SJMZFRd .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-s59SJMZFRd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s59SJMZFRd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s59SJMZFRd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s59SJMZFRd .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-s59SJMZFRd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s59SJMZFRd .modal-backdrop.fade {
  opacity: 0;
}
.cid-s59SJMZFRd .modal-backdrop.show {
  opacity: .5;
}
.cid-s59SJMZFRd .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-s59SJMZFRd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s59SJMZFRd .modal-header .close:hover {
  opacity: 1;
}
.cid-s59SJMZFRd .modal-header .close:focus {
  outline: none;
}
.cid-s59SJMZFRd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s59SJMZFRd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s59SJMZFRd .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-s59SJMZFRd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s59SJMZFRd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s59SJMZFRd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s59SJMZFRd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s59SJMZFRd .modal-sm {
    max-width: 300px;
  }
  .cid-s59SJMZFRd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s59SJMZFRd .modal-lg,
  .cid-s59SJMZFRd .modal-xl {
    max-width: 800px;
  }
  .cid-s59SJMZFRd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s59SJMZFRd .modal-xl {
    max-width: 1140px;
  }
  .cid-s59SJMZFRd .container {
    max-width: 1140px;
  }
}
.cid-s59SJMZFRd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s59SJMZFRd .container {
    max-width: 720px;
  }
}
.cid-s59SJMZFRd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s59SJMZFRd .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-s59SJMZFRd .form-group {
  margin-bottom: 1rem;
}
.cid-s59SJMZFRd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s59SJMZFRd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s59SJMZFRd .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-skeyXzIi2l.popup-builder {
  background-color: #ffffff;
}
.cid-skeyXzIi2l.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-skeyXzIi2l.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-skeyXzIi2l .modal-content,
.cid-skeyXzIi2l .modal-dialog {
  height: auto;
}
.cid-skeyXzIi2l .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-skeyXzIi2l .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-skeyXzIi2l .form-wrapper .mbr-form .form-group,
  .cid-skeyXzIi2l .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-skeyXzIi2l .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-skeyXzIi2l .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-skeyXzIi2l .mbr-text {
  text-align: left;
}
.cid-skeyXzIi2l .pt-0 {
  padding-top: 0 !important;
}
.cid-skeyXzIi2l .pb-0 {
  padding-bottom: 0 !important;
}
.cid-skeyXzIi2l .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-skeyXzIi2l .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-skeyXzIi2l .modal-open {
  overflow: hidden;
}
.cid-skeyXzIi2l .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-skeyXzIi2l .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-skeyXzIi2l .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-skeyXzIi2l .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-skeyXzIi2l .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-skeyXzIi2l .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-skeyXzIi2l .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-skeyXzIi2l .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-skeyXzIi2l .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-skeyXzIi2l .modal-backdrop.fade {
  opacity: 0;
}
.cid-skeyXzIi2l .modal-backdrop.show {
  opacity: .5;
}
.cid-skeyXzIi2l .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-skeyXzIi2l .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-skeyXzIi2l .modal-header .close:hover {
  opacity: 1;
}
.cid-skeyXzIi2l .modal-header .close:focus {
  outline: none;
}
.cid-skeyXzIi2l .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-skeyXzIi2l .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-skeyXzIi2l .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-skeyXzIi2l .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-skeyXzIi2l .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-skeyXzIi2l .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-skeyXzIi2l .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-skeyXzIi2l .modal-sm {
    max-width: 300px;
  }
  .cid-skeyXzIi2l .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-skeyXzIi2l .modal-lg,
  .cid-skeyXzIi2l .modal-xl {
    max-width: 800px;
  }
  .cid-skeyXzIi2l .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-skeyXzIi2l .modal-xl {
    max-width: 1140px;
  }
  .cid-skeyXzIi2l .container {
    max-width: 1140px;
  }
}
.cid-skeyXzIi2l .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-skeyXzIi2l .container {
    max-width: 720px;
  }
}
.cid-skeyXzIi2l .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-skeyXzIi2l .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-skeyXzIi2l .form-group {
  margin-bottom: 1rem;
}
.cid-skeyXzIi2l .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-skeyXzIi2l .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-skeyXzIi2l .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-skjLiHInYy.popup-builder {
  background-color: #ffffff;
}
.cid-skjLiHInYy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-skjLiHInYy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-skjLiHInYy .modal-content,
.cid-skjLiHInYy .modal-dialog {
  height: auto;
}
.cid-skjLiHInYy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-skjLiHInYy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-skjLiHInYy .form-wrapper .mbr-form .form-group,
  .cid-skjLiHInYy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-skjLiHInYy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-skjLiHInYy .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-skjLiHInYy .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-skjLiHInYy .pt-0 {
  padding-top: 0 !important;
}
.cid-skjLiHInYy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-skjLiHInYy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-skjLiHInYy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-skjLiHInYy .modal-open {
  overflow: hidden;
}
.cid-skjLiHInYy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-skjLiHInYy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-skjLiHInYy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-skjLiHInYy .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-skjLiHInYy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-skjLiHInYy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-skjLiHInYy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-skjLiHInYy .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-skjLiHInYy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-skjLiHInYy .modal-backdrop.fade {
  opacity: 0;
}
.cid-skjLiHInYy .modal-backdrop.show {
  opacity: .5;
}
.cid-skjLiHInYy .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-skjLiHInYy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-skjLiHInYy .modal-header .close:hover {
  opacity: 1;
}
.cid-skjLiHInYy .modal-header .close:focus {
  outline: none;
}
.cid-skjLiHInYy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-skjLiHInYy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-skjLiHInYy .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-skjLiHInYy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-skjLiHInYy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-skjLiHInYy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-skjLiHInYy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-skjLiHInYy .modal-sm {
    max-width: 300px;
  }
  .cid-skjLiHInYy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-skjLiHInYy .modal-lg,
  .cid-skjLiHInYy .modal-xl {
    max-width: 800px;
  }
  .cid-skjLiHInYy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-skjLiHInYy .modal-xl {
    max-width: 1140px;
  }
  .cid-skjLiHInYy .container {
    max-width: 1140px;
  }
}
.cid-skjLiHInYy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-skjLiHInYy .container {
    max-width: 720px;
  }
}
.cid-skjLiHInYy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-skjLiHInYy .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-skjLiHInYy .form-group {
  margin-bottom: 1rem;
}
.cid-skjLiHInYy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-skjLiHInYy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-skjLiHInYy .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-skjM1n20Sl.popup-builder {
  background-color: #ffffff;
}
.cid-skjM1n20Sl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-skjM1n20Sl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-skjM1n20Sl .modal-content,
.cid-skjM1n20Sl .modal-dialog {
  height: auto;
}
.cid-skjM1n20Sl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-skjM1n20Sl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-skjM1n20Sl .form-wrapper .mbr-form .form-group,
  .cid-skjM1n20Sl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-skjM1n20Sl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-skjM1n20Sl .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-skjM1n20Sl .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-skjM1n20Sl .pt-0 {
  padding-top: 0 !important;
}
.cid-skjM1n20Sl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-skjM1n20Sl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-skjM1n20Sl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-skjM1n20Sl .modal-open {
  overflow: hidden;
}
.cid-skjM1n20Sl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-skjM1n20Sl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-skjM1n20Sl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-skjM1n20Sl .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-skjM1n20Sl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-skjM1n20Sl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-skjM1n20Sl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-skjM1n20Sl .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-skjM1n20Sl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-skjM1n20Sl .modal-backdrop.fade {
  opacity: 0;
}
.cid-skjM1n20Sl .modal-backdrop.show {
  opacity: .5;
}
.cid-skjM1n20Sl .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-skjM1n20Sl .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-skjM1n20Sl .modal-header .close:hover {
  opacity: 1;
}
.cid-skjM1n20Sl .modal-header .close:focus {
  outline: none;
}
.cid-skjM1n20Sl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-skjM1n20Sl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-skjM1n20Sl .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-skjM1n20Sl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-skjM1n20Sl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-skjM1n20Sl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-skjM1n20Sl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-skjM1n20Sl .modal-sm {
    max-width: 300px;
  }
  .cid-skjM1n20Sl .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-skjM1n20Sl .modal-lg,
  .cid-skjM1n20Sl .modal-xl {
    max-width: 800px;
  }
  .cid-skjM1n20Sl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-skjM1n20Sl .modal-xl {
    max-width: 1140px;
  }
  .cid-skjM1n20Sl .container {
    max-width: 1140px;
  }
}
.cid-skjM1n20Sl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-skjM1n20Sl .container {
    max-width: 720px;
  }
}
.cid-skjM1n20Sl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-skjM1n20Sl .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-skjM1n20Sl .form-group {
  margin-bottom: 1rem;
}
.cid-skjM1n20Sl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-skjM1n20Sl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-skjM1n20Sl .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-s5dlqK4o5s .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s5dlqK4o5s .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s5dlqK4o5s .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s5dlqK4o5s .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s5dlqK4o5s .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s5dlqK4o5s .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5dlqK4o5s .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s5dlqK4o5s .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s5dlqK4o5s .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s5dlqK4o5s .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s5dlqK4o5s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5dlqK4o5s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s5dlqK4o5s .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s5dlqK4o5s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5dlqK4o5s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5dlqK4o5s .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-s5dlqK4o5s .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s5dlqK4o5s .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s5dlqK4o5s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5dlqK4o5s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s5dlqK4o5s .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s5dlqK4o5s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5dlqK4o5s .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s5dlqK4o5s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5dlqK4o5s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5dlqK4o5s .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-s5dlqK4o5s .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s5dlqK4o5s .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s5dlqK4o5s .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5dlqK4o5s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5dlqK4o5s .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s5dlqK4o5s .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s5dlqK4o5s .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5dlqK4o5s .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s5dlqK4o5s .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s5dlqK4o5s .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5dlqK4o5s .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5dlqK4o5s .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-s5dlqK4o5s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5dlqK4o5s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5dlqK4o5s .dropdown-item.active,
.cid-s5dlqK4o5s .dropdown-item:active {
  background-color: transparent;
}
.cid-s5dlqK4o5s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5dlqK4o5s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5dlqK4o5s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5dlqK4o5s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s5dlqK4o5s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s5dlqK4o5s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5dlqK4o5s ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s5dlqK4o5s .navbar-buttons {
  text-align: center;
}
.cid-s5dlqK4o5s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5dlqK4o5s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s5dlqK4o5s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5dlqK4o5s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5dlqK4o5s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5dlqK4o5s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5dlqK4o5s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5dlqK4o5s nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5dlqK4o5s nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5dlqK4o5s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5dlqK4o5s .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s5dlqK4o5s 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-s5dlqK4o5s .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5dlqK4o5s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s5dlqK4o5s .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s5dlqK4o5s .nav-link:hover,
.cid-s5dlqK4o5s .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s5dlqL3yNT {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s5dlqL3yNT .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s5dlqL3yNT .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s5dlqL3yNT .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s5dlqL3yNT .animated-element,
.cid-s5dlqL3yNT .typed-cursor {
  color: #333333;
}
.cid-s5dlqL3yNT .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s5dlqL3yNT .typed-text {
    text-align: center;
  }
}
.cid-s5dlqL3yNT .mbr-section-title {
  color: #ff695c;
}
.cid-s5dlqL3yNT .mbr-text,
.cid-s5dlqL3yNT .typed-text,
.cid-s5dlqL3yNT .mbr-section-btn {
  color: #0a1c44;
}
.cid-s5dlqL3yNT .mbr-section-subtitle,
.cid-s5dlqL3yNT .underline {
  color: #0a1c44;
}
.cid-s5dlqM2LHN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5dlqM2LHN .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s5dlqM2LHN .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s5dlqM2LHN .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s5dlqM2LHN .ico-line {
  display: -webkit-flex;
}
.cid-s5dlqM2LHN .lh-1 {
  line-height: 1;
}
.cid-s5dlqM2LHN .lh-2 {
  line-height: 2;
}
.cid-s5dlqM2LHN .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s5dlqM2LHN .linkcolor {
  color: #ff695c;
}
.cid-s5dlqM2LHN .col-md-4 {
  padding: 0;
}
.cid-s5dlqM2LHN p {
  line-height: 1.6;
}
.cid-s5dlqM2LHN .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s5dlqM2LHN .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s5dlqM2LHN .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s5dlqM2LHN .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s5dlqM2LHN img {
  transition: all 0.3s;
}
.cid-s5dlqM2LHN h5 {
  margin: 0;
}
.cid-s5dlqM2LHN .card-box {
  padding: 0.25rem 1.0rem;
  background: #ffffff;
}
.cid-s5dlqM2LHN .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s5dlqM2LHN .card-box > p,
.cid-s5dlqM2LHN .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s5dlqM2LHN .productinfo > p {
  color: #000000;
}
.cid-s5dlqM2LHN .price {
  color: #ffffff;
  text-align: left;
}
.cid-s5dlqM2LHN .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s5dlqM2LHN .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s5dlqM2LHN .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s5dlqM2LHN .col-md-4 {
    padding: 0 15px;
  }
  .cid-s5dlqM2LHN .col-md-8 {
    margin: 0 15px;
  }
  .cid-s5dlqM2LHN .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-s5dlqM2LHN .price-box {
    left: 15px;
  }
  .cid-s5dlqM2LHN .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.cid-s5dlqM2LHN P {
  color: #000000;
}
.cid-s5dlqMS1Tw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5dlqMS1Tw p {
  line-height: 1.6;
}
.cid-s5dlqMS1Tw pre {
  margin: 0;
  xxwhite-space: nowrap;
  xxword-wrap: break-word;
  xxoverflow: auto;
}
.cid-s5dlqMS1Tw pre p {
  xxpadding: 0;
  margin: 0;
  line-height: 1.6;
}
.cid-s5dlqMS1Tw .rts-float-img {
  width: 35%;
  min-width: 350px;
  padding: 0.25rem;
}
.cid-s5dlqMS1Tw .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s5dlqMS1Tw .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s5dlqMS1Tw .ico-line {
  display: -webkit-flex;
}
.cid-s5dlqMS1Tw .lh-1 {
  line-height: 1;
}
.cid-s5dlqMS1Tw .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5dlqMS1Tw .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s5dlqMS1Tw .linkcolor {
  color: #ff695c;
}
.cid-s5dlqMS1Tw .col-md-4 {
  padding: 0;
}
.cid-s5dlqMS1Tw .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s5dlqMS1Tw .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s5dlqMS1Tw .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5dlqMS1Tw .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s5dlqMS1Tw img {
  transition: all 0.3s;
}
.cid-s5dlqMS1Tw h5 {
  margin: 0;
}
.cid-s5dlqMS1Tw .card-box {
  xxpadding: 0.5rem 1rem;
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-s5dlqMS1Tw .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s5dlqMS1Tw .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s5dlqMS1Tw .card-box > p,
.cid-s5dlqMS1Tw .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s5dlqMS1Tw .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5dlqMS1Tw .productinfo > p {
  color: #000000;
}
.cid-s5dlqMS1Tw .price {
  color: #ffffff;
  text-align: left;
}
.cid-s5dlqMS1Tw .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s5dlqMS1Tw .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5dlqMS1Tw .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s5dlqMS1Tw .product_image > .col-12 {
  padding: 5rem;
}
.cid-s5dlqMS1Tw .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s5dlqMS1Tw .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s5dlqMS1Tw .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s5dlqMS1Tw .list-group-item {
    padding: 0.5rem;
  }
  .cid-s5dlqMS1Tw .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s5dlqMS1Tw .rts-float-img {
    min-width: 250px;
  }
  .cid-s5dlqMS1Tw .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s5dlqMS1Tw .col-md-4 {
    padding: 15 0px;
  }
  .cid-s5dlqMS1Tw .card-img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s5dlqMS1Tw .col-md-8 {
    margin: 0 15px;
  }
  .cid-s5dlqMS1Tw .price-box {
    left: 15px;
  }
  .cid-s5dlqMS1Tw .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s5dlqMS1Tw P {
  color: #000000;
}
.cid-s5dlqMS1Tw .card-box > div .rts-imagelabel {
  color: #444444;
}
.cid-s5dlqMS1Tw .card-box > div P {
  color: #444444;
}
.cid-s5e2ewa7CX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5e2ewa7CX .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s5e2ewa7CX .runtime-ol {
  color: #444444;
}
.cid-s5e2ewa7CX .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s5e2ewa7CX .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s5e2ewa7CX .runtime-ol li p {
  line-height: 1.3;
}
.cid-s5e2ewa7CX .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s5e2ewa7CX .mbr-iconfont {
  font-size: 16px!important;
  xxxpadding-bottom: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s5e2ewa7CX .ico-line {
  display: -webkit-flex;
}
.cid-s5e2ewa7CX .lh-1 {
  line-height: 1;
}
.cid-s5e2ewa7CX .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5e2ewa7CX .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s5e2ewa7CX .linkcolor {
  color: #ff695c;
}
.cid-s5e2ewa7CX .col-md-4 {
  padding: 0;
}
.cid-s5e2ewa7CX p {
  line-height: 1.6;
}
.cid-s5e2ewa7CX .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s5e2ewa7CX .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s5e2ewa7CX .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5e2ewa7CX .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s5e2ewa7CX img {
  transition: all 0.3s;
}
.cid-s5e2ewa7CX h5 {
  margin: 0;
}
.cid-s5e2ewa7CX .card-box {
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-s5e2ewa7CX .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s5e2ewa7CX .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s5e2ewa7CX .card-box > p,
.cid-s5e2ewa7CX .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s5e2ewa7CX .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5e2ewa7CX .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5e2ewa7CX .productinfo > p {
  color: #000000;
}
.cid-s5e2ewa7CX .price {
  color: #ffffff;
  text-align: left;
}
.cid-s5e2ewa7CX .rev {
  color: #444444;
  line-height: 1.3;
  text-align: left;
}
.cid-s5e2ewa7CX .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5e2ewa7CX .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s5e2ewa7CX .product_image > .col-12 {
  padding: 5rem;
}
.cid-s5e2ewa7CX .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s5e2ewa7CX .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s5e2ewa7CX .list-group-item {
    padding: 0.5rem;
  }
  .cid-s5e2ewa7CX .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s5e2ewa7CX .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s5e2ewa7CX .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s5e2ewa7CX .col-md-4 {
    padding: 15 0px;
  }
  .cid-s5e2ewa7CX .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s5e2ewa7CX .col-md-8 {
    margin: 0 15px;
  }
  .cid-s5e2ewa7CX .price-box {
    left: 15px;
  }
  .cid-s5e2ewa7CX .xxcard-box {
    padding: 1rem;
  }
  .cid-s5e2ewa7CX .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s5e2ewa7CX P {
  color: #000000;
}
.cid-s5ezsJysQy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5ezsJysQy .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s5ezsJysQy li {
  list-style: none;
}
.cid-s5ezsJysQy p {
  line-height: 1.6;
}
.cid-s5ezsJysQy .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s5ezsJysQy .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s5ezsJysQy h4 {
  margin: 0;
}
.cid-s5ezsJysQy .item {
  color: #5580ff;
}
.cid-s5ezsJysQy .mbr-text {
  color: #444444;
}
.cid-s5ezsJysQy ul {
  padding: 0;
  margin: 0;
}
.cid-s5ezsJysQy .col-title {
  color: #57468b;
}
.cid-s5ezsJysQy .col-title1 {
  color: #0087ab;
  padding-top: 0.0rem;
  padding-bottom: 0.25rem;
}
.cid-s5ezsJysQy .col-title2 {
  color: #5580ff;
}
.cid-s5ezsJysQy .col-title3 {
  color: #ff8a73;
}
.cid-s5ezsJysQy .col-title4 {
  color: #57468b;
}
.cid-s5ezsJysQy .item1 {
  color: #444444;
  line-height: 1.4;
}
.cid-s5ezsJysQy .item2 {
  color: #444444;
  line-height: 1.4;
}
.cid-s5ezsJysQy .item3 {
  color: #716c80;
}
.cid-s5ezsJysQy .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s5ezsJysQy .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s5eSR2V35K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5eSR2V35K .runtime-ol {
  color: #444444;
}
.cid-s5eSR2V35K .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s5eSR2V35K .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s5eSR2V35K .runtime-ol li p {
  line-height: 1.3;
}
.cid-s5eSR2V35K .rts-float-img {
  width: 95%;
  min-width: 250px;
  max-width: 600px;
  padding: 0.25rem;
}
.cid-s5eSR2V35K .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s5eSR2V35K .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s5eSR2V35K .mbr-iconfont {
  font-size: 16px!important;
  xxxpadding-bottom: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s5eSR2V35K .ico-line {
  display: -webkit-flex;
}
.cid-s5eSR2V35K .lh-1 {
  line-height: 1;
}
.cid-s5eSR2V35K .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5eSR2V35K .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s5eSR2V35K .linkcolor {
  color: #ff695c;
}
.cid-s5eSR2V35K .col-md-4 {
  padding: 0;
}
.cid-s5eSR2V35K p {
  line-height: 1.6;
}
.cid-s5eSR2V35K .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s5eSR2V35K .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s5eSR2V35K .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5eSR2V35K .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s5eSR2V35K img {
  transition: all 0.3s;
}
.cid-s5eSR2V35K h5 {
  margin: 0;
}
.cid-s5eSR2V35K .card-box {
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-s5eSR2V35K .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s5eSR2V35K .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s5eSR2V35K .card-box > p,
.cid-s5eSR2V35K .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s5eSR2V35K .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5eSR2V35K .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5eSR2V35K .productinfo > p {
  color: #000000;
}
.cid-s5eSR2V35K .price {
  color: #ffffff;
  text-align: left;
}
.cid-s5eSR2V35K .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s5eSR2V35K .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5eSR2V35K .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s5eSR2V35K .product_image > .col-12 {
  padding: 5rem;
}
.cid-s5eSR2V35K .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s5eSR2V35K .rts-float-img {
    width: 100%;
    padding: 0rem;
  }
  .cid-s5eSR2V35K .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s5eSR2V35K .list-group-item {
    padding: 0.5rem;
  }
  .cid-s5eSR2V35K .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s5eSR2V35K .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s5eSR2V35K .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s5eSR2V35K .col-md-4 {
    padding: 15 0px;
  }
  .cid-s5eSR2V35K .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s5eSR2V35K .col-md-8 {
    margin: 0 15px;
  }
  .cid-s5eSR2V35K .price-box {
    left: 15px;
  }
  .cid-s5eSR2V35K .xxcard-box {
    padding: 1rem;
  }
  .cid-s5eSR2V35K .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s5eSR2V35K P {
  color: #000000;
}
.cid-s5eSR2V35K .card-box > ul,
.cid-s5eSR2V35K .mbr-section-btn .card-box > ul > li > p,
.cid-s5eSR2V35K .mbr-section-btn {
  color: #444444;
}
.cid-s5qcTorX3c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5qcTorX3c .runtime-ol {
  color: #444444;
}
.cid-s5qcTorX3c .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s5qcTorX3c .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s5qcTorX3c .runtime-ol li p {
  line-height: 1.3;
}
.cid-s5qcTorX3c .rts-float-img {
  width: 95%;
  min-width: 250px;
  max-width: 600px;
  padding: 0.25rem;
}
.cid-s5qcTorX3c .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s5qcTorX3c .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s5qcTorX3c .mbr-iconfont {
  font-size: 16px!important;
  xxxpadding-bottom: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s5qcTorX3c .ico-line {
  display: -webkit-flex;
}
.cid-s5qcTorX3c .lh-1 {
  line-height: 1;
}
.cid-s5qcTorX3c .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5qcTorX3c .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s5qcTorX3c .linkcolor {
  color: #ff695c;
}
.cid-s5qcTorX3c .col-md-4 {
  padding: 0;
}
.cid-s5qcTorX3c p {
  line-height: 1.6;
}
.cid-s5qcTorX3c .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s5qcTorX3c .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s5qcTorX3c .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5qcTorX3c .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s5qcTorX3c img {
  transition: all 0.3s;
}
.cid-s5qcTorX3c h5 {
  margin: 0;
}
.cid-s5qcTorX3c .card-box {
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-s5qcTorX3c .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s5qcTorX3c .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s5qcTorX3c .card-box > p,
.cid-s5qcTorX3c .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s5qcTorX3c .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5qcTorX3c .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5qcTorX3c .productinfo > p {
  color: #000000;
}
.cid-s5qcTorX3c .price {
  color: #ffffff;
  text-align: left;
}
.cid-s5qcTorX3c .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s5qcTorX3c .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5qcTorX3c .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s5qcTorX3c .product_image > .col-12 {
  padding: 5rem;
}
.cid-s5qcTorX3c .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s5qcTorX3c .rts-float-img {
    width: 100%;
    padding: 0rem;
  }
  .cid-s5qcTorX3c .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s5qcTorX3c .list-group-item {
    padding: 0.5rem;
  }
  .cid-s5qcTorX3c .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s5qcTorX3c .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s5qcTorX3c .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s5qcTorX3c .col-md-4 {
    padding: 15 0px;
  }
  .cid-s5qcTorX3c .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s5qcTorX3c .col-md-8 {
    margin: 0 15px;
  }
  .cid-s5qcTorX3c .price-box {
    left: 15px;
  }
  .cid-s5qcTorX3c .xxcard-box {
    padding: 1rem;
  }
  .cid-s5qcTorX3c .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s5qcTorX3c P {
  color: #000000;
}
.cid-s5qcTorX3c .card-box > ul,
.cid-s5qcTorX3c .mbr-section-btn .card-box > ul > li > p,
.cid-s5qcTorX3c .mbr-section-btn {
  color: #444444;
}
.cid-s5r642brpi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5r642brpi pre {
  width: 400px;
  xxmin-width: 250px;
  margin: 0;
}
.cid-s5r642brpi pre p {
  margin: 0;
  line-height: 1.2;
}
.cid-s5r642brpi li {
  list-style: none;
}
.cid-s5r642brpi .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s5r642brpi .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s5r642brpi h4 {
  margin: 0;
}
.cid-s5r642brpi .item {
  color: #5580ff;
}
.cid-s5r642brpi .mbr-text {
  color: #444444;
}
.cid-s5r642brpi ul {
  padding: 0;
  margin: 0;
}
.cid-s5r642brpi .col-title {
  color: #57468b;
}
.cid-s5r642brpi .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s5r642brpi .col-title2 {
  color: #5580ff;
}
.cid-s5r642brpi .col-title3 {
  color: #ff8a73;
}
.cid-s5r642brpi .col-title4 {
  color: #57468b;
}
.cid-s5r642brpi .item1 {
  color: #444444;
  line-height: 1.2;
}
.cid-s5r642brpi .item2 {
  color: #444444;
  line-height: 1.2;
}
.cid-s5r642brpi .item3 {
  color: #716c80;
}
.cid-s5r642brpi .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s5r642brpi .md-pb {
    padding-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-s5r642brpi pre {
    xxwidth: 200px;
    max-width: 300px;
    padding: 0.5rem;
  }
}
.cid-s5dlqQV2g4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5dlqQV2g4 .rts-small {
  line-height: 1.6;
  font-size: 80%;
}
.cid-s5dlqQV2g4 pre {
  margin: 0;
}
.cid-s5dlqQV2g4 pre p {
  margin: 0;
  line-height: 1.6;
}
.cid-s5dlqQV2g4 li {
  list-style: none;
}
.cid-s5dlqQV2g4 .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s5dlqQV2g4 .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s5dlqQV2g4 h4 {
  margin: 0;
}
.cid-s5dlqQV2g4 .item {
  color: #5580ff;
}
.cid-s5dlqQV2g4 .mbr-text {
  color: #444444;
}
.cid-s5dlqQV2g4 ul {
  padding: 0;
  margin: 0;
}
.cid-s5dlqQV2g4 .col-title {
  color: #57468b;
}
.cid-s5dlqQV2g4 .col-title1 {
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-s5dlqQV2g4 .col-title2 {
  color: #5580ff;
}
.cid-s5dlqQV2g4 .col-title3 {
  color: #ff8a73;
}
.cid-s5dlqQV2g4 .col-title4 {
  color: #57468b;
}
.cid-s5dlqQV2g4 .item1 {
  color: #444444;
  line-height: 1.2;
}
.cid-s5dlqQV2g4 .item2 {
  color: #444444;
  line-height: 1.2;
}
.cid-s5dlqQV2g4 .item3 {
  color: #716c80;
}
.cid-s5dlqQV2g4 .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s5dlqQV2g4 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s5dlqRDJmL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s5dlqRDJmL [class^="socicon-"]:before,
.cid-s5dlqRDJmL [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s5dlqRDJmL .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s5dlqRDJmL .btn-social,
.cid-s5dlqRDJmL .mbr-section-title {
  color: #57468b;
}
.cid-s5dlqRDJmL .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s5dlqRDJmL .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s5dlqRDJmL .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s5dlqRDJmL .align-left {
    text-align: center;
  }
  .cid-s5dlqRDJmL .align-right {
    text-align: center;
  }
  .cid-s5dlqRDJmL .social-list {
    justify-content: center;
  }
  .cid-s5dlqRDJmL .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-slbEAoqi25.popup-builder {
  background-color: #ffffff;
}
.cid-slbEAoqi25.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slbEAoqi25.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slbEAoqi25 .modal-content,
.cid-slbEAoqi25 .modal-dialog {
  height: auto;
}
.cid-slbEAoqi25 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slbEAoqi25 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slbEAoqi25 .form-wrapper .mbr-form .form-group,
  .cid-slbEAoqi25 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slbEAoqi25 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slbEAoqi25 .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-slbEAoqi25 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slbEAoqi25 .pt-0 {
  padding-top: 0 !important;
}
.cid-slbEAoqi25 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slbEAoqi25 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slbEAoqi25 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slbEAoqi25 .modal-open {
  overflow: hidden;
}
.cid-slbEAoqi25 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slbEAoqi25 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slbEAoqi25 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slbEAoqi25 .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-slbEAoqi25 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slbEAoqi25 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slbEAoqi25 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slbEAoqi25 .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-slbEAoqi25 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slbEAoqi25 .modal-backdrop.fade {
  opacity: 0;
}
.cid-slbEAoqi25 .modal-backdrop.show {
  opacity: .5;
}
.cid-slbEAoqi25 .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-slbEAoqi25 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slbEAoqi25 .modal-header .close:hover {
  opacity: 1;
}
.cid-slbEAoqi25 .modal-header .close:focus {
  outline: none;
}
.cid-slbEAoqi25 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slbEAoqi25 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slbEAoqi25 .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-slbEAoqi25 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slbEAoqi25 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slbEAoqi25 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slbEAoqi25 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slbEAoqi25 .modal-sm {
    max-width: 300px;
  }
  .cid-slbEAoqi25 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slbEAoqi25 .modal-lg,
  .cid-slbEAoqi25 .modal-xl {
    max-width: 800px;
  }
  .cid-slbEAoqi25 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slbEAoqi25 .modal-xl {
    max-width: 1140px;
  }
  .cid-slbEAoqi25 .container {
    max-width: 1140px;
  }
}
.cid-slbEAoqi25 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slbEAoqi25 .container {
    max-width: 720px;
  }
}
.cid-slbEAoqi25 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slbEAoqi25 .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-slbEAoqi25 .form-group {
  margin-bottom: 1rem;
}
.cid-slbEAoqi25 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slbEAoqi25 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slbEAoqi25 .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-s5dlqSl592.popup-builder {
  background-color: #ffffff;
}
.cid-s5dlqSl592.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s5dlqSl592.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s5dlqSl592 .modal-content,
.cid-s5dlqSl592 .modal-dialog {
  height: auto;
}
.cid-s5dlqSl592 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s5dlqSl592 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s5dlqSl592 .form-wrapper .mbr-form .form-group,
  .cid-s5dlqSl592 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s5dlqSl592 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s5dlqSl592 .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-s5dlqSl592 .mbr-text {
  text-align: left;
}
.cid-s5dlqSl592 .pt-0 {
  padding-top: 0 !important;
}
.cid-s5dlqSl592 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s5dlqSl592 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s5dlqSl592 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s5dlqSl592 .modal-open {
  overflow: hidden;
}
.cid-s5dlqSl592 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s5dlqSl592 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s5dlqSl592 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s5dlqSl592 .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-s5dlqSl592 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s5dlqSl592 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s5dlqSl592 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s5dlqSl592 .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-s5dlqSl592 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s5dlqSl592 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s5dlqSl592 .modal-backdrop.show {
  opacity: .5;
}
.cid-s5dlqSl592 .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-s5dlqSl592 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s5dlqSl592 .modal-header .close:hover {
  opacity: 1;
}
.cid-s5dlqSl592 .modal-header .close:focus {
  outline: none;
}
.cid-s5dlqSl592 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s5dlqSl592 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s5dlqSl592 .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-s5dlqSl592 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s5dlqSl592 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s5dlqSl592 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s5dlqSl592 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s5dlqSl592 .modal-sm {
    max-width: 300px;
  }
  .cid-s5dlqSl592 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s5dlqSl592 .modal-lg,
  .cid-s5dlqSl592 .modal-xl {
    max-width: 800px;
  }
  .cid-s5dlqSl592 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s5dlqSl592 .modal-xl {
    max-width: 1140px;
  }
  .cid-s5dlqSl592 .container {
    max-width: 1140px;
  }
}
.cid-s5dlqSl592 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s5dlqSl592 .container {
    max-width: 720px;
  }
}
.cid-s5dlqSl592 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s5dlqSl592 .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-s5dlqSl592 .form-group {
  margin-bottom: 1rem;
}
.cid-s5dlqSl592 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s5dlqSl592 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s5dlqSl592 .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-s5dlqTtwOT.popup-builder {
  background-color: #ffffff;
}
.cid-s5dlqTtwOT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s5dlqTtwOT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s5dlqTtwOT .modal-content,
.cid-s5dlqTtwOT .modal-dialog {
  height: auto;
}
.cid-s5dlqTtwOT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s5dlqTtwOT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s5dlqTtwOT .form-wrapper .mbr-form .form-group,
  .cid-s5dlqTtwOT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s5dlqTtwOT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s5dlqTtwOT .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-s5dlqTtwOT .mbr-text {
  text-align: left;
}
.cid-s5dlqTtwOT .pt-0 {
  padding-top: 0 !important;
}
.cid-s5dlqTtwOT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s5dlqTtwOT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s5dlqTtwOT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s5dlqTtwOT .modal-open {
  overflow: hidden;
}
.cid-s5dlqTtwOT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s5dlqTtwOT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s5dlqTtwOT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s5dlqTtwOT .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-s5dlqTtwOT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s5dlqTtwOT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s5dlqTtwOT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s5dlqTtwOT .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-s5dlqTtwOT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s5dlqTtwOT .modal-backdrop.fade {
  opacity: 0;
}
.cid-s5dlqTtwOT .modal-backdrop.show {
  opacity: .5;
}
.cid-s5dlqTtwOT .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-s5dlqTtwOT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s5dlqTtwOT .modal-header .close:hover {
  opacity: 1;
}
.cid-s5dlqTtwOT .modal-header .close:focus {
  outline: none;
}
.cid-s5dlqTtwOT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s5dlqTtwOT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s5dlqTtwOT .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-s5dlqTtwOT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s5dlqTtwOT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s5dlqTtwOT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s5dlqTtwOT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s5dlqTtwOT .modal-sm {
    max-width: 300px;
  }
  .cid-s5dlqTtwOT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s5dlqTtwOT .modal-lg,
  .cid-s5dlqTtwOT .modal-xl {
    max-width: 800px;
  }
  .cid-s5dlqTtwOT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s5dlqTtwOT .modal-xl {
    max-width: 1140px;
  }
  .cid-s5dlqTtwOT .container {
    max-width: 1140px;
  }
}
.cid-s5dlqTtwOT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s5dlqTtwOT .container {
    max-width: 720px;
  }
}
.cid-s5dlqTtwOT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s5dlqTtwOT .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-s5dlqTtwOT .form-group {
  margin-bottom: 1rem;
}
.cid-s5dlqTtwOT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s5dlqTtwOT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s5dlqTtwOT .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-svbqOIlZVf.popup-builder {
  background-color: #ffffff;
}
.cid-svbqOIlZVf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-svbqOIlZVf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-svbqOIlZVf .modal-content,
.cid-svbqOIlZVf .modal-dialog {
  height: auto;
}
.cid-svbqOIlZVf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-svbqOIlZVf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-svbqOIlZVf .form-wrapper .mbr-form .form-group,
  .cid-svbqOIlZVf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-svbqOIlZVf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-svbqOIlZVf .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-svbqOIlZVf .mbr-text {
  text-align: left;
}
.cid-svbqOIlZVf .pt-0 {
  padding-top: 0 !important;
}
.cid-svbqOIlZVf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-svbqOIlZVf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-svbqOIlZVf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-svbqOIlZVf .modal-open {
  overflow: hidden;
}
.cid-svbqOIlZVf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-svbqOIlZVf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-svbqOIlZVf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-svbqOIlZVf .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-svbqOIlZVf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-svbqOIlZVf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-svbqOIlZVf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-svbqOIlZVf .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-svbqOIlZVf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-svbqOIlZVf .modal-backdrop.fade {
  opacity: 0;
}
.cid-svbqOIlZVf .modal-backdrop.show {
  opacity: .5;
}
.cid-svbqOIlZVf .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-svbqOIlZVf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-svbqOIlZVf .modal-header .close:hover {
  opacity: 1;
}
.cid-svbqOIlZVf .modal-header .close:focus {
  outline: none;
}
.cid-svbqOIlZVf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-svbqOIlZVf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-svbqOIlZVf .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-svbqOIlZVf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-svbqOIlZVf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-svbqOIlZVf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-svbqOIlZVf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-svbqOIlZVf .modal-sm {
    max-width: 300px;
  }
  .cid-svbqOIlZVf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-svbqOIlZVf .modal-lg,
  .cid-svbqOIlZVf .modal-xl {
    max-width: 800px;
  }
  .cid-svbqOIlZVf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-svbqOIlZVf .modal-xl {
    max-width: 1140px;
  }
  .cid-svbqOIlZVf .container {
    max-width: 1140px;
  }
}
.cid-svbqOIlZVf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-svbqOIlZVf .container {
    max-width: 720px;
  }
}
.cid-svbqOIlZVf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-svbqOIlZVf .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-svbqOIlZVf .form-group {
  margin-bottom: 1rem;
}
.cid-svbqOIlZVf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-svbqOIlZVf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-svbqOIlZVf .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-s5vhHAdGqe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s5vhHAdGqe .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s5vhHAdGqe .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s5vhHAdGqe .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s5vhHAdGqe .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s5vhHAdGqe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5vhHAdGqe .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s5vhHAdGqe .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s5vhHAdGqe .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s5vhHAdGqe .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s5vhHAdGqe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5vhHAdGqe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s5vhHAdGqe .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s5vhHAdGqe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5vhHAdGqe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5vhHAdGqe .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-s5vhHAdGqe .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s5vhHAdGqe .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s5vhHAdGqe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5vhHAdGqe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s5vhHAdGqe .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s5vhHAdGqe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5vhHAdGqe .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s5vhHAdGqe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5vhHAdGqe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5vhHAdGqe .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-s5vhHAdGqe .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s5vhHAdGqe .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s5vhHAdGqe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5vhHAdGqe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5vhHAdGqe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s5vhHAdGqe .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s5vhHAdGqe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5vhHAdGqe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s5vhHAdGqe .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s5vhHAdGqe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5vhHAdGqe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5vhHAdGqe .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-s5vhHAdGqe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5vhHAdGqe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5vhHAdGqe .dropdown-item.active,
.cid-s5vhHAdGqe .dropdown-item:active {
  background-color: transparent;
}
.cid-s5vhHAdGqe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5vhHAdGqe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5vhHAdGqe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5vhHAdGqe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s5vhHAdGqe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s5vhHAdGqe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5vhHAdGqe ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s5vhHAdGqe .navbar-buttons {
  text-align: center;
}
.cid-s5vhHAdGqe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5vhHAdGqe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s5vhHAdGqe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5vhHAdGqe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5vhHAdGqe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5vhHAdGqe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5vhHAdGqe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5vhHAdGqe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5vhHAdGqe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5vhHAdGqe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5vhHAdGqe .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s5vhHAdGqe 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-s5vhHAdGqe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5vhHAdGqe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s5vhHAdGqe .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s5vhHAdGqe .nav-link:hover,
.cid-s5vhHAdGqe .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s5vhHBc2Y5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s5vhHBc2Y5 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s5vhHBc2Y5 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s5vhHBc2Y5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s5vhHBc2Y5 .animated-element,
.cid-s5vhHBc2Y5 .typed-cursor {
  color: #333333;
}
.cid-s5vhHBc2Y5 .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s5vhHBc2Y5 .typed-text {
    text-align: center;
  }
}
.cid-s5vhHBc2Y5 .mbr-section-title {
  color: #ff695c;
}
.cid-s5vhHBc2Y5 .mbr-text,
.cid-s5vhHBc2Y5 .typed-text,
.cid-s5vhHBc2Y5 .mbr-section-btn {
  color: #0a1c44;
}
.cid-s5vhHBc2Y5 .mbr-section-subtitle,
.cid-s5vhHBc2Y5 .underline {
  color: #0a1c44;
}
.cid-s5vhHCfIq5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5vhHCfIq5 .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s5vhHCfIq5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s5vhHCfIq5 .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s5vhHCfIq5 .ico-line {
  display: -webkit-flex;
}
.cid-s5vhHCfIq5 .lh-1 {
  line-height: 1;
}
.cid-s5vhHCfIq5 .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s5vhHCfIq5 .linkcolor {
  color: #ff695c;
}
.cid-s5vhHCfIq5 .col-md-4 {
  padding: 0;
}
.cid-s5vhHCfIq5 p {
  line-height: 1.6;
}
.cid-s5vhHCfIq5 .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s5vhHCfIq5 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s5vhHCfIq5 .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s5vhHCfIq5 .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s5vhHCfIq5 img {
  transition: all 0.3s;
}
.cid-s5vhHCfIq5 h5 {
  margin: 0;
}
.cid-s5vhHCfIq5 .card-box {
  padding: 0.25rem 1.0rem;
  background: #ffffff;
}
.cid-s5vhHCfIq5 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s5vhHCfIq5 .card-box > p,
.cid-s5vhHCfIq5 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s5vhHCfIq5 .productinfo > p {
  color: #000000;
}
.cid-s5vhHCfIq5 .price {
  color: #ffffff;
  text-align: left;
}
.cid-s5vhHCfIq5 .rev {
  color: #767676;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s5vhHCfIq5 .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s5vhHCfIq5 .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s5vhHCfIq5 .col-md-4 {
    padding: 0 15px;
  }
  .cid-s5vhHCfIq5 .col-md-8 {
    margin: 0 15px;
  }
  .cid-s5vhHCfIq5 .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-s5vhHCfIq5 .price-box {
    left: 15px;
  }
  .cid-s5vhHCfIq5 .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.cid-s5vhHCfIq5 P {
  color: #000000;
}
.cid-s5wq0vjt2g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5wq0vjt2g .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5wq0vjt2g .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s5wq0vjt2g .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-s5wq0vjt2g .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-s5wq0vjt2g .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s5wq0vjt2g .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s5wq0vjt2g .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-s5wq0vjt2g .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-s5wq0vjt2g .card .card-box .card-title,
  .cid-s5wq0vjt2g .card .card-box .mbr-text,
  .cid-s5wq0vjt2g .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-s5wq0vjt2g .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-s5wq0vjt2g .card .card-img {
    text-align: right !important;
  }
}
.cid-s5wq0vjt2g .mbr-text,
.cid-s5wq0vjt2g .link {
  color: #444444;
}
.cid-s5wq0vjt2g .card-title,
.cid-s5wq0vjt2g .card-img {
  color: #0087ab;
  line-height: 1.4;
}
.cid-s5wHBWaEaZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5wHBWaEaZ .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5wHBWaEaZ .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s5wHBWaEaZ .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-s5wHBWaEaZ .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-s5wHBWaEaZ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s5wHBWaEaZ .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s5wHBWaEaZ .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-s5wHBWaEaZ .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-s5wHBWaEaZ .card .card-box .card-title,
  .cid-s5wHBWaEaZ .card .card-box .mbr-text,
  .cid-s5wHBWaEaZ .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-s5wHBWaEaZ .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-s5wHBWaEaZ .card .card-img {
    text-align: right !important;
  }
}
.cid-s5wHBWaEaZ .card-title,
.cid-s5wHBWaEaZ .card-img {
  color: #0087ab;
  line-height: 1.4;
}
.cid-s5wHBWaEaZ .mbr-text,
.cid-s5wHBWaEaZ .link {
  color: #444444;
}
.cid-tRkHGlUWqQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tRkHGlUWqQ .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRkHGlUWqQ .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tRkHGlUWqQ .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-tRkHGlUWqQ .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-tRkHGlUWqQ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tRkHGlUWqQ .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRkHGlUWqQ .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tRkHGlUWqQ .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tRkHGlUWqQ .card .card-box .card-title,
  .cid-tRkHGlUWqQ .card .card-box .mbr-text,
  .cid-tRkHGlUWqQ .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tRkHGlUWqQ .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tRkHGlUWqQ .card .card-img {
    text-align: right !important;
  }
}
.cid-tRkHGlUWqQ .card-title,
.cid-tRkHGlUWqQ .card-img {
  color: #0087ab;
  line-height: 1.4;
}
.cid-tRkHGlUWqQ .mbr-text,
.cid-tRkHGlUWqQ .link {
  color: #444444;
}
.cid-s5vhHJjjRS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s5vhHJjjRS [class^="socicon-"]:before,
.cid-s5vhHJjjRS [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s5vhHJjjRS .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s5vhHJjjRS .btn-social,
.cid-s5vhHJjjRS .mbr-section-title {
  color: #57468b;
}
.cid-s5vhHJjjRS .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s5vhHJjjRS .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s5vhHJjjRS .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s5vhHJjjRS .align-left {
    text-align: center;
  }
  .cid-s5vhHJjjRS .align-right {
    text-align: center;
  }
  .cid-s5vhHJjjRS .social-list {
    justify-content: center;
  }
  .cid-s5vhHJjjRS .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s5D7TYZTg6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s5D7TYZTg6 .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s5D7TYZTg6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s5D7TYZTg6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s5D7TYZTg6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s5D7TYZTg6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5D7TYZTg6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s5D7TYZTg6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s5D7TYZTg6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s5D7TYZTg6 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s5D7TYZTg6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5D7TYZTg6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s5D7TYZTg6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s5D7TYZTg6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5D7TYZTg6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5D7TYZTg6 .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-s5D7TYZTg6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s5D7TYZTg6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s5D7TYZTg6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5D7TYZTg6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s5D7TYZTg6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s5D7TYZTg6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5D7TYZTg6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s5D7TYZTg6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5D7TYZTg6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5D7TYZTg6 .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-s5D7TYZTg6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s5D7TYZTg6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s5D7TYZTg6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5D7TYZTg6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5D7TYZTg6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s5D7TYZTg6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s5D7TYZTg6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5D7TYZTg6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s5D7TYZTg6 .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s5D7TYZTg6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5D7TYZTg6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5D7TYZTg6 .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-s5D7TYZTg6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5D7TYZTg6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5D7TYZTg6 .dropdown-item.active,
.cid-s5D7TYZTg6 .dropdown-item:active {
  background-color: transparent;
}
.cid-s5D7TYZTg6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5D7TYZTg6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5D7TYZTg6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5D7TYZTg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s5D7TYZTg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s5D7TYZTg6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5D7TYZTg6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s5D7TYZTg6 .navbar-buttons {
  text-align: center;
}
.cid-s5D7TYZTg6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5D7TYZTg6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s5D7TYZTg6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5D7TYZTg6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5D7TYZTg6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5D7TYZTg6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5D7TYZTg6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5D7TYZTg6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5D7TYZTg6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5D7TYZTg6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5D7TYZTg6 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s5D7TYZTg6 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-s5D7TYZTg6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5D7TYZTg6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s5D7TYZTg6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s5D7TYZTg6 .nav-link:hover,
.cid-s5D7TYZTg6 .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s5D7TZUSR0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s5D7TZUSR0 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s5D7TZUSR0 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s5D7TZUSR0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s5D7TZUSR0 .animated-element,
.cid-s5D7TZUSR0 .typed-cursor {
  color: #333333;
}
.cid-s5D7TZUSR0 .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s5D7TZUSR0 .typed-text {
    text-align: center;
  }
}
.cid-s5D7TZUSR0 .mbr-section-title {
  color: #ff695c;
}
.cid-s5D7TZUSR0 .mbr-text,
.cid-s5D7TZUSR0 .typed-text,
.cid-s5D7TZUSR0 .mbr-section-btn {
  color: #0a1c44;
}
.cid-s5D7TZUSR0 .mbr-section-subtitle,
.cid-s5D7TZUSR0 .underline {
  color: #0a1c44;
}
.cid-s5D7U2SCaT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5D7U2SCaT .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s5D7U2SCaT .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-s5D7U2SCaT .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-s5D7U2SCaT .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s5D7U2SCaT .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s5D7U2SCaT .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s5D7U2SCaT .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-s5D7U2SCaT .rts-float-img {
  xbackground-color: #ff0000;
  width: 35%;
  min-width: 250px;
  padding: 0.25rem;
}
.cid-s5D7U2SCaT .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s5D7U2SCaT .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s5D7U2SCaT .card-box {
  padding: 0.0rem 1rem;
  background: #ffffff;
}
.cid-s5D7U2SCaT .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s5D7U2SCaT .ico-line {
  display: -webkit-flex;
}
.cid-s5D7U2SCaT .lh-1 {
  line-height: 1;
}
.cid-s5D7U2SCaT .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s5D7U2SCaT .linkcolor {
  color: #ff695c;
}
.cid-s5D7U2SCaT .col-md-4 {
  padding: 0;
}
.cid-s5D7U2SCaT p {
  line-height: 1.6;
}
.cid-s5D7U2SCaT .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s5D7U2SCaT .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s5D7U2SCaT .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5D7U2SCaT .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s5D7U2SCaT img {
  transition: all 0.3s;
}
.cid-s5D7U2SCaT h5 {
  margin: 0;
}
.cid-s5D7U2SCaT .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s5D7U2SCaT .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s5D7U2SCaT .card-box > p,
.cid-s5D7U2SCaT .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s5D7U2SCaT .xxxcard-box > ul > li > p {
  color: #767676;
  text-align: left;
}
.cid-s5D7U2SCaT .productinfo > p {
  color: #000000;
}
.cid-s5D7U2SCaT .price {
  color: #ffffff;
  text-align: left;
}
.cid-s5D7U2SCaT .rev {
  color: #767676;
  line-height: 1.1;
  text-align: left;
}
.cid-s5D7U2SCaT .product_image {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5D7U2SCaT .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s5D7U2SCaT .product_image > .col-12 {
  padding: 5rem;
}
.cid-s5D7U2SCaT .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s5D7U2SCaT .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s5D7U2SCaT .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s5D7U2SCaT .wrapper {
    padding: 0.50rem;
  }
  .cid-s5D7U2SCaT .list-group-item {
    padding: 0.5rem;
  }
  .cid-s5D7U2SCaT .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s5D7U2SCaT .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s5D7U2SCaT .col-md-4 {
    padding: 15 0px;
  }
  .cid-s5D7U2SCaT .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s5D7U2SCaT .col-md-8 {
    margin: 0 15px;
  }
  .cid-s5D7U2SCaT .price-box {
    left: 15px;
  }
  .cid-s5D7U2SCaT .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s5D7U2SCaT P {
  color: #000000;
}
.cid-s5D7U2SCaT .list-group > li P {
  color: #444444;
}
.cid-s5D7U2SCaT .list-group .btn-underline {
  xxxmargin: 5rem;
  padding: 0rem 0.5rem 0rem 0rem;
  xxxline-height: 1;
}
.cid-s5D7U2SCaT .card-box > p,
.cid-s5D7U2SCaT .mbr-section-btn P {
  color: #444444;
}
.cid-s5D7U2SCaT .card-box > div P {
  color: #444444;
}
.cid-s5D7U2SCaT .card2 > .mbr-card-title {
  color: #444444;
}
.cid-s5D7U2SCaT .card1 > .mbr-card-title {
  color: #444444;
}
.cid-s5D7U2SCaT .card3 > .mbr-card-title {
  color: #444444;
}
.cid-s5D7U3X3eR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s5D7U3X3eR [class^="socicon-"]:before,
.cid-s5D7U3X3eR [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s5D7U3X3eR .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s5D7U3X3eR .btn-social,
.cid-s5D7U3X3eR .mbr-section-title {
  color: #57468b;
}
.cid-s5D7U3X3eR .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s5D7U3X3eR .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s5D7U3X3eR .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s5D7U3X3eR .align-left {
    text-align: center;
  }
  .cid-s5D7U3X3eR .align-right {
    text-align: center;
  }
  .cid-s5D7U3X3eR .social-list {
    justify-content: center;
  }
  .cid-s5D7U3X3eR .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s5IeEOJstF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s5IeEOJstF .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s5IeEOJstF .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s5IeEOJstF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s5IeEOJstF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s5IeEOJstF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5IeEOJstF .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s5IeEOJstF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s5IeEOJstF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s5IeEOJstF .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s5IeEOJstF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5IeEOJstF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s5IeEOJstF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s5IeEOJstF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5IeEOJstF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5IeEOJstF .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-s5IeEOJstF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s5IeEOJstF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s5IeEOJstF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5IeEOJstF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s5IeEOJstF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s5IeEOJstF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5IeEOJstF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s5IeEOJstF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5IeEOJstF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5IeEOJstF .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-s5IeEOJstF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s5IeEOJstF .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s5IeEOJstF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5IeEOJstF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5IeEOJstF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s5IeEOJstF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s5IeEOJstF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5IeEOJstF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s5IeEOJstF .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s5IeEOJstF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5IeEOJstF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5IeEOJstF .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-s5IeEOJstF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5IeEOJstF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5IeEOJstF .dropdown-item.active,
.cid-s5IeEOJstF .dropdown-item:active {
  background-color: transparent;
}
.cid-s5IeEOJstF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5IeEOJstF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5IeEOJstF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5IeEOJstF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s5IeEOJstF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s5IeEOJstF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5IeEOJstF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s5IeEOJstF .navbar-buttons {
  text-align: center;
}
.cid-s5IeEOJstF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5IeEOJstF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s5IeEOJstF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5IeEOJstF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5IeEOJstF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5IeEOJstF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5IeEOJstF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5IeEOJstF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5IeEOJstF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5IeEOJstF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5IeEOJstF .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s5IeEOJstF 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-s5IeEOJstF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5IeEOJstF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s5IeEOJstF .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s5IeEOJstF .nav-link:hover,
.cid-s5IeEOJstF .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s5IeEPHKxa {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s5IeEPHKxa .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s5IeEPHKxa .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s5IeEPHKxa .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s5IeEPHKxa .animated-element,
.cid-s5IeEPHKxa .typed-cursor {
  color: #333333;
}
.cid-s5IeEPHKxa .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s5IeEPHKxa .typed-text {
    text-align: center;
  }
}
.cid-s5IeEPHKxa .mbr-section-title {
  color: #ff695c;
}
.cid-s5IeEPHKxa .mbr-text,
.cid-s5IeEPHKxa .typed-text,
.cid-s5IeEPHKxa .mbr-section-btn {
  color: #0a1c44;
}
.cid-s5IeEPHKxa .mbr-section-subtitle,
.cid-s5IeEPHKxa .underline {
  color: #0a1c44;
}
.cid-s5IeEVXsUQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5IeEVXsUQ .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s5IeEVXsUQ .runtime-ol {
  color: #444444;
}
.cid-s5IeEVXsUQ .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s5IeEVXsUQ .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s5IeEVXsUQ .runtime-ol li p {
  line-height: 1.3;
}
.cid-s5IeEVXsUQ .rts-float-img {
  width: 25%;
  min-width: 200px;
  padding: 0.25rem;
}
.cid-s5IeEVXsUQ .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s5IeEVXsUQ .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s5IeEVXsUQ .mbr-iconfont {
  font-size: 16px!important;
  xxxpadding-bottom: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s5IeEVXsUQ .ico-line {
  display: -webkit-flex;
}
.cid-s5IeEVXsUQ .lh-1 {
  line-height: 1;
}
.cid-s5IeEVXsUQ .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5IeEVXsUQ .iconcolors {
  xcolor: #767676;
  color: #ff695c;
  fill: #767676;
}
.cid-s5IeEVXsUQ .linkcolor {
  color: #ff695c;
}
.cid-s5IeEVXsUQ .col-md-4 {
  padding: 0;
}
.cid-s5IeEVXsUQ p {
  line-height: 1.6;
}
.cid-s5IeEVXsUQ .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s5IeEVXsUQ .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s5IeEVXsUQ .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5IeEVXsUQ .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s5IeEVXsUQ img {
  transition: all 0.3s;
}
.cid-s5IeEVXsUQ h5 {
  margin: 0;
}
.cid-s5IeEVXsUQ .card-box {
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-s5IeEVXsUQ .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s5IeEVXsUQ .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s5IeEVXsUQ .card-box > p,
.cid-s5IeEVXsUQ .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s5IeEVXsUQ .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5IeEVXsUQ .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5IeEVXsUQ .productinfo > p {
  color: #000000;
}
.cid-s5IeEVXsUQ .price {
  color: #ffffff;
  text-align: left;
}
.cid-s5IeEVXsUQ .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s5IeEVXsUQ .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5IeEVXsUQ .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s5IeEVXsUQ .product_image > .col-12 {
  padding: 5rem;
}
.cid-s5IeEVXsUQ .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s5IeEVXsUQ .rts-float-img {
    width: 100%;
    padding: 0rem;
  }
  .cid-s5IeEVXsUQ .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s5IeEVXsUQ .list-group-item {
    padding: 0.5rem;
  }
  .cid-s5IeEVXsUQ .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s5IeEVXsUQ .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s5IeEVXsUQ .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s5IeEVXsUQ .col-md-4 {
    padding: 15 0px;
  }
  .cid-s5IeEVXsUQ .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s5IeEVXsUQ .col-md-8 {
    margin: 0 15px;
  }
  .cid-s5IeEVXsUQ .price-box {
    left: 15px;
  }
  .cid-s5IeEVXsUQ .xxcard-box {
    padding: 1rem;
  }
  .cid-s5IeEVXsUQ .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s5IeEVXsUQ P {
  color: #000000;
}
.cid-s5IeEVXsUQ .card-box > ul,
.cid-s5IeEVXsUQ .mbr-section-btn .card-box > ul > li > p,
.cid-s5IeEVXsUQ .mbr-section-btn {
  color: #444444;
}
.cid-s5IeETQN01 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5IeETQN01 .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s5IeETQN01 li {
  list-style: none;
}
.cid-s5IeETQN01 p {
  line-height: 1.6;
}
.cid-s5IeETQN01 .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s5IeETQN01 .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s5IeETQN01 h4 {
  margin: 0;
}
.cid-s5IeETQN01 .item {
  color: #5580ff;
}
.cid-s5IeETQN01 .mbr-text {
  color: #444444;
}
.cid-s5IeETQN01 ul {
  padding: 0;
  margin: 0;
}
.cid-s5IeETQN01 .col-title {
  color: #57468b;
}
.cid-s5IeETQN01 .col-title1 {
  color: #0087ab;
  padding-top: 0.0rem;
  padding-bottom: 0.25rem;
}
.cid-s5IeETQN01 .col-title2 {
  color: #5580ff;
}
.cid-s5IeETQN01 .col-title3 {
  color: #ff8a73;
}
.cid-s5IeETQN01 .col-title4 {
  color: #57468b;
}
.cid-s5IeETQN01 .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s5IeETQN01 .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s5IeETQN01 .item3 {
  color: #716c80;
}
.cid-s5IeETQN01 .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s5IeETQN01 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s5IeEZtLdj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s5IeEZtLdj [class^="socicon-"]:before,
.cid-s5IeEZtLdj [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s5IeEZtLdj .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s5IeEZtLdj .btn-social,
.cid-s5IeEZtLdj .mbr-section-title {
  color: #57468b;
}
.cid-s5IeEZtLdj .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s5IeEZtLdj .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s5IeEZtLdj .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s5IeEZtLdj .align-left {
    text-align: center;
  }
  .cid-s5IeEZtLdj .align-right {
    text-align: center;
  }
  .cid-s5IeEZtLdj .social-list {
    justify-content: center;
  }
  .cid-s5IeEZtLdj .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s5IeF0SnuZ.popup-builder {
  background-color: #ffffff;
}
.cid-s5IeF0SnuZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s5IeF0SnuZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s5IeF0SnuZ .modal-content,
.cid-s5IeF0SnuZ .modal-dialog {
  height: auto;
}
.cid-s5IeF0SnuZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s5IeF0SnuZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s5IeF0SnuZ .form-wrapper .mbr-form .form-group,
  .cid-s5IeF0SnuZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s5IeF0SnuZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s5IeF0SnuZ .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-s5IeF0SnuZ .mbr-text {
  text-align: left;
}
.cid-s5IeF0SnuZ .pt-0 {
  padding-top: 0 !important;
}
.cid-s5IeF0SnuZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s5IeF0SnuZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s5IeF0SnuZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s5IeF0SnuZ .modal-open {
  overflow: hidden;
}
.cid-s5IeF0SnuZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s5IeF0SnuZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s5IeF0SnuZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s5IeF0SnuZ .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-s5IeF0SnuZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s5IeF0SnuZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s5IeF0SnuZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s5IeF0SnuZ .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-s5IeF0SnuZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s5IeF0SnuZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-s5IeF0SnuZ .modal-backdrop.show {
  opacity: .5;
}
.cid-s5IeF0SnuZ .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-s5IeF0SnuZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s5IeF0SnuZ .modal-header .close:hover {
  opacity: 1;
}
.cid-s5IeF0SnuZ .modal-header .close:focus {
  outline: none;
}
.cid-s5IeF0SnuZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s5IeF0SnuZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s5IeF0SnuZ .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-s5IeF0SnuZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s5IeF0SnuZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s5IeF0SnuZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s5IeF0SnuZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s5IeF0SnuZ .modal-sm {
    max-width: 300px;
  }
  .cid-s5IeF0SnuZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s5IeF0SnuZ .modal-lg,
  .cid-s5IeF0SnuZ .modal-xl {
    max-width: 800px;
  }
  .cid-s5IeF0SnuZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s5IeF0SnuZ .modal-xl {
    max-width: 1140px;
  }
  .cid-s5IeF0SnuZ .container {
    max-width: 1140px;
  }
}
.cid-s5IeF0SnuZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s5IeF0SnuZ .container {
    max-width: 720px;
  }
}
.cid-s5IeF0SnuZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s5IeF0SnuZ .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-s5IeF0SnuZ .form-group {
  margin-bottom: 1rem;
}
.cid-s5IeF0SnuZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s5IeF0SnuZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s5IeF0SnuZ .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-svyyseNRxX.popup-builder {
  background-color: #ffffff;
}
.cid-svyyseNRxX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-svyyseNRxX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-svyyseNRxX .modal-content,
.cid-svyyseNRxX .modal-dialog {
  height: auto;
}
.cid-svyyseNRxX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-svyyseNRxX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-svyyseNRxX .form-wrapper .mbr-form .form-group,
  .cid-svyyseNRxX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-svyyseNRxX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-svyyseNRxX .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-svyyseNRxX .mbr-text {
  text-align: left;
}
.cid-svyyseNRxX .pt-0 {
  padding-top: 0 !important;
}
.cid-svyyseNRxX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-svyyseNRxX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-svyyseNRxX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-svyyseNRxX .modal-open {
  overflow: hidden;
}
.cid-svyyseNRxX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-svyyseNRxX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-svyyseNRxX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-svyyseNRxX .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-svyyseNRxX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-svyyseNRxX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-svyyseNRxX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-svyyseNRxX .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-svyyseNRxX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-svyyseNRxX .modal-backdrop.fade {
  opacity: 0;
}
.cid-svyyseNRxX .modal-backdrop.show {
  opacity: .5;
}
.cid-svyyseNRxX .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-svyyseNRxX .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-svyyseNRxX .modal-header .close:hover {
  opacity: 1;
}
.cid-svyyseNRxX .modal-header .close:focus {
  outline: none;
}
.cid-svyyseNRxX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-svyyseNRxX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-svyyseNRxX .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-svyyseNRxX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-svyyseNRxX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-svyyseNRxX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-svyyseNRxX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-svyyseNRxX .modal-sm {
    max-width: 300px;
  }
  .cid-svyyseNRxX .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-svyyseNRxX .modal-lg,
  .cid-svyyseNRxX .modal-xl {
    max-width: 800px;
  }
  .cid-svyyseNRxX .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-svyyseNRxX .modal-xl {
    max-width: 1140px;
  }
  .cid-svyyseNRxX .container {
    max-width: 1140px;
  }
}
.cid-svyyseNRxX .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-svyyseNRxX .container {
    max-width: 720px;
  }
}
.cid-svyyseNRxX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-svyyseNRxX .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-svyyseNRxX .form-group {
  margin-bottom: 1rem;
}
.cid-svyyseNRxX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-svyyseNRxX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-svyyseNRxX .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-slg4Zi6TcF.popup-builder {
  background-color: #ffffff;
}
.cid-slg4Zi6TcF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slg4Zi6TcF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slg4Zi6TcF .modal-content,
.cid-slg4Zi6TcF .modal-dialog {
  height: auto;
}
.cid-slg4Zi6TcF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slg4Zi6TcF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slg4Zi6TcF .form-wrapper .mbr-form .form-group,
  .cid-slg4Zi6TcF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slg4Zi6TcF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slg4Zi6TcF .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-slg4Zi6TcF .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slg4Zi6TcF .pt-0 {
  padding-top: 0 !important;
}
.cid-slg4Zi6TcF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slg4Zi6TcF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slg4Zi6TcF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slg4Zi6TcF .modal-open {
  overflow: hidden;
}
.cid-slg4Zi6TcF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slg4Zi6TcF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slg4Zi6TcF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slg4Zi6TcF .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-slg4Zi6TcF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slg4Zi6TcF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slg4Zi6TcF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slg4Zi6TcF .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-slg4Zi6TcF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slg4Zi6TcF .modal-backdrop.fade {
  opacity: 0;
}
.cid-slg4Zi6TcF .modal-backdrop.show {
  opacity: .5;
}
.cid-slg4Zi6TcF .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-slg4Zi6TcF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slg4Zi6TcF .modal-header .close:hover {
  opacity: 1;
}
.cid-slg4Zi6TcF .modal-header .close:focus {
  outline: none;
}
.cid-slg4Zi6TcF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slg4Zi6TcF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slg4Zi6TcF .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-slg4Zi6TcF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slg4Zi6TcF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slg4Zi6TcF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slg4Zi6TcF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slg4Zi6TcF .modal-sm {
    max-width: 300px;
  }
  .cid-slg4Zi6TcF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slg4Zi6TcF .modal-lg,
  .cid-slg4Zi6TcF .modal-xl {
    max-width: 800px;
  }
  .cid-slg4Zi6TcF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slg4Zi6TcF .modal-xl {
    max-width: 1140px;
  }
  .cid-slg4Zi6TcF .container {
    max-width: 1140px;
  }
}
.cid-slg4Zi6TcF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slg4Zi6TcF .container {
    max-width: 720px;
  }
}
.cid-slg4Zi6TcF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slg4Zi6TcF .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-slg4Zi6TcF .form-group {
  margin-bottom: 1rem;
}
.cid-slg4Zi6TcF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slg4Zi6TcF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slg4Zi6TcF .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-slgc56eb8F.popup-builder {
  background-color: #ffffff;
}
.cid-slgc56eb8F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgc56eb8F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgc56eb8F .modal-content,
.cid-slgc56eb8F .modal-dialog {
  height: auto;
}
.cid-slgc56eb8F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgc56eb8F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgc56eb8F .form-wrapper .mbr-form .form-group,
  .cid-slgc56eb8F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgc56eb8F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgc56eb8F .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-slgc56eb8F .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgc56eb8F .pt-0 {
  padding-top: 0 !important;
}
.cid-slgc56eb8F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgc56eb8F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgc56eb8F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgc56eb8F .modal-open {
  overflow: hidden;
}
.cid-slgc56eb8F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgc56eb8F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgc56eb8F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgc56eb8F .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-slgc56eb8F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgc56eb8F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgc56eb8F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgc56eb8F .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-slgc56eb8F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgc56eb8F .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgc56eb8F .modal-backdrop.show {
  opacity: .5;
}
.cid-slgc56eb8F .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-slgc56eb8F .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgc56eb8F .modal-header .close:hover {
  opacity: 1;
}
.cid-slgc56eb8F .modal-header .close:focus {
  outline: none;
}
.cid-slgc56eb8F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgc56eb8F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgc56eb8F .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-slgc56eb8F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgc56eb8F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgc56eb8F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgc56eb8F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgc56eb8F .modal-sm {
    max-width: 300px;
  }
  .cid-slgc56eb8F .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgc56eb8F .modal-lg,
  .cid-slgc56eb8F .modal-xl {
    max-width: 800px;
  }
  .cid-slgc56eb8F .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgc56eb8F .modal-xl {
    max-width: 1140px;
  }
  .cid-slgc56eb8F .container {
    max-width: 1140px;
  }
}
.cid-slgc56eb8F .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgc56eb8F .container {
    max-width: 720px;
  }
}
.cid-slgc56eb8F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgc56eb8F .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-slgc56eb8F .form-group {
  margin-bottom: 1rem;
}
.cid-slgc56eb8F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgc56eb8F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgc56eb8F .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-slgc6i0gDZ.popup-builder {
  background-color: #ffffff;
}
.cid-slgc6i0gDZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgc6i0gDZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgc6i0gDZ .modal-content,
.cid-slgc6i0gDZ .modal-dialog {
  height: auto;
}
.cid-slgc6i0gDZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgc6i0gDZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgc6i0gDZ .form-wrapper .mbr-form .form-group,
  .cid-slgc6i0gDZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgc6i0gDZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgc6i0gDZ .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-slgc6i0gDZ .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgc6i0gDZ .pt-0 {
  padding-top: 0 !important;
}
.cid-slgc6i0gDZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgc6i0gDZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgc6i0gDZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgc6i0gDZ .modal-open {
  overflow: hidden;
}
.cid-slgc6i0gDZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgc6i0gDZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgc6i0gDZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgc6i0gDZ .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-slgc6i0gDZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgc6i0gDZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgc6i0gDZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgc6i0gDZ .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-slgc6i0gDZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgc6i0gDZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgc6i0gDZ .modal-backdrop.show {
  opacity: .5;
}
.cid-slgc6i0gDZ .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-slgc6i0gDZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgc6i0gDZ .modal-header .close:hover {
  opacity: 1;
}
.cid-slgc6i0gDZ .modal-header .close:focus {
  outline: none;
}
.cid-slgc6i0gDZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgc6i0gDZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgc6i0gDZ .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-slgc6i0gDZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgc6i0gDZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgc6i0gDZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgc6i0gDZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgc6i0gDZ .modal-sm {
    max-width: 300px;
  }
  .cid-slgc6i0gDZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgc6i0gDZ .modal-lg,
  .cid-slgc6i0gDZ .modal-xl {
    max-width: 800px;
  }
  .cid-slgc6i0gDZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgc6i0gDZ .modal-xl {
    max-width: 1140px;
  }
  .cid-slgc6i0gDZ .container {
    max-width: 1140px;
  }
}
.cid-slgc6i0gDZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgc6i0gDZ .container {
    max-width: 720px;
  }
}
.cid-slgc6i0gDZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgc6i0gDZ .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-slgc6i0gDZ .form-group {
  margin-bottom: 1rem;
}
.cid-slgc6i0gDZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgc6i0gDZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgc6i0gDZ .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-slgc6IHooW.popup-builder {
  background-color: #ffffff;
}
.cid-slgc6IHooW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgc6IHooW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgc6IHooW .modal-content,
.cid-slgc6IHooW .modal-dialog {
  height: auto;
}
.cid-slgc6IHooW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgc6IHooW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgc6IHooW .form-wrapper .mbr-form .form-group,
  .cid-slgc6IHooW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgc6IHooW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgc6IHooW .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-slgc6IHooW .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgc6IHooW .pt-0 {
  padding-top: 0 !important;
}
.cid-slgc6IHooW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgc6IHooW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgc6IHooW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgc6IHooW .modal-open {
  overflow: hidden;
}
.cid-slgc6IHooW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgc6IHooW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgc6IHooW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgc6IHooW .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-slgc6IHooW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgc6IHooW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgc6IHooW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgc6IHooW .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-slgc6IHooW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgc6IHooW .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgc6IHooW .modal-backdrop.show {
  opacity: .5;
}
.cid-slgc6IHooW .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-slgc6IHooW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgc6IHooW .modal-header .close:hover {
  opacity: 1;
}
.cid-slgc6IHooW .modal-header .close:focus {
  outline: none;
}
.cid-slgc6IHooW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgc6IHooW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgc6IHooW .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-slgc6IHooW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgc6IHooW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgc6IHooW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgc6IHooW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgc6IHooW .modal-sm {
    max-width: 300px;
  }
  .cid-slgc6IHooW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgc6IHooW .modal-lg,
  .cid-slgc6IHooW .modal-xl {
    max-width: 800px;
  }
  .cid-slgc6IHooW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgc6IHooW .modal-xl {
    max-width: 1140px;
  }
  .cid-slgc6IHooW .container {
    max-width: 1140px;
  }
}
.cid-slgc6IHooW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgc6IHooW .container {
    max-width: 720px;
  }
}
.cid-slgc6IHooW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgc6IHooW .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-slgc6IHooW .form-group {
  margin-bottom: 1rem;
}
.cid-slgc6IHooW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgc6IHooW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgc6IHooW .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-slgc72wqdk.popup-builder {
  background-color: #ffffff;
}
.cid-slgc72wqdk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgc72wqdk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgc72wqdk .modal-content,
.cid-slgc72wqdk .modal-dialog {
  height: auto;
}
.cid-slgc72wqdk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgc72wqdk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgc72wqdk .form-wrapper .mbr-form .form-group,
  .cid-slgc72wqdk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgc72wqdk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgc72wqdk .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-slgc72wqdk .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgc72wqdk .pt-0 {
  padding-top: 0 !important;
}
.cid-slgc72wqdk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgc72wqdk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgc72wqdk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgc72wqdk .modal-open {
  overflow: hidden;
}
.cid-slgc72wqdk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgc72wqdk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgc72wqdk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgc72wqdk .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-slgc72wqdk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgc72wqdk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgc72wqdk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgc72wqdk .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-slgc72wqdk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgc72wqdk .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgc72wqdk .modal-backdrop.show {
  opacity: .5;
}
.cid-slgc72wqdk .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-slgc72wqdk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgc72wqdk .modal-header .close:hover {
  opacity: 1;
}
.cid-slgc72wqdk .modal-header .close:focus {
  outline: none;
}
.cid-slgc72wqdk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgc72wqdk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgc72wqdk .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-slgc72wqdk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgc72wqdk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgc72wqdk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgc72wqdk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgc72wqdk .modal-sm {
    max-width: 300px;
  }
  .cid-slgc72wqdk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgc72wqdk .modal-lg,
  .cid-slgc72wqdk .modal-xl {
    max-width: 800px;
  }
  .cid-slgc72wqdk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgc72wqdk .modal-xl {
    max-width: 1140px;
  }
  .cid-slgc72wqdk .container {
    max-width: 1140px;
  }
}
.cid-slgc72wqdk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgc72wqdk .container {
    max-width: 720px;
  }
}
.cid-slgc72wqdk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgc72wqdk .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-slgc72wqdk .form-group {
  margin-bottom: 1rem;
}
.cid-slgc72wqdk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgc72wqdk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgc72wqdk .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-slgc7rXEd9.popup-builder {
  background-color: #ffffff;
}
.cid-slgc7rXEd9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgc7rXEd9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgc7rXEd9 .modal-content,
.cid-slgc7rXEd9 .modal-dialog {
  height: auto;
}
.cid-slgc7rXEd9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgc7rXEd9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgc7rXEd9 .form-wrapper .mbr-form .form-group,
  .cid-slgc7rXEd9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgc7rXEd9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgc7rXEd9 .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-slgc7rXEd9 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgc7rXEd9 .pt-0 {
  padding-top: 0 !important;
}
.cid-slgc7rXEd9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgc7rXEd9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgc7rXEd9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgc7rXEd9 .modal-open {
  overflow: hidden;
}
.cid-slgc7rXEd9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgc7rXEd9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgc7rXEd9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgc7rXEd9 .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-slgc7rXEd9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgc7rXEd9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgc7rXEd9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgc7rXEd9 .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-slgc7rXEd9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgc7rXEd9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgc7rXEd9 .modal-backdrop.show {
  opacity: .5;
}
.cid-slgc7rXEd9 .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-slgc7rXEd9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgc7rXEd9 .modal-header .close:hover {
  opacity: 1;
}
.cid-slgc7rXEd9 .modal-header .close:focus {
  outline: none;
}
.cid-slgc7rXEd9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgc7rXEd9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgc7rXEd9 .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-slgc7rXEd9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgc7rXEd9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgc7rXEd9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgc7rXEd9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgc7rXEd9 .modal-sm {
    max-width: 300px;
  }
  .cid-slgc7rXEd9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgc7rXEd9 .modal-lg,
  .cid-slgc7rXEd9 .modal-xl {
    max-width: 800px;
  }
  .cid-slgc7rXEd9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgc7rXEd9 .modal-xl {
    max-width: 1140px;
  }
  .cid-slgc7rXEd9 .container {
    max-width: 1140px;
  }
}
.cid-slgc7rXEd9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgc7rXEd9 .container {
    max-width: 720px;
  }
}
.cid-slgc7rXEd9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgc7rXEd9 .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-slgc7rXEd9 .form-group {
  margin-bottom: 1rem;
}
.cid-slgc7rXEd9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgc7rXEd9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgc7rXEd9 .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-slgc8cjevz.popup-builder {
  background-color: #ffffff;
}
.cid-slgc8cjevz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgc8cjevz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgc8cjevz .modal-content,
.cid-slgc8cjevz .modal-dialog {
  height: auto;
}
.cid-slgc8cjevz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgc8cjevz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgc8cjevz .form-wrapper .mbr-form .form-group,
  .cid-slgc8cjevz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgc8cjevz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgc8cjevz .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-slgc8cjevz .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgc8cjevz .pt-0 {
  padding-top: 0 !important;
}
.cid-slgc8cjevz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgc8cjevz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgc8cjevz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgc8cjevz .modal-open {
  overflow: hidden;
}
.cid-slgc8cjevz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgc8cjevz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgc8cjevz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgc8cjevz .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-slgc8cjevz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgc8cjevz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgc8cjevz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgc8cjevz .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-slgc8cjevz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgc8cjevz .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgc8cjevz .modal-backdrop.show {
  opacity: .5;
}
.cid-slgc8cjevz .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-slgc8cjevz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgc8cjevz .modal-header .close:hover {
  opacity: 1;
}
.cid-slgc8cjevz .modal-header .close:focus {
  outline: none;
}
.cid-slgc8cjevz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgc8cjevz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgc8cjevz .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-slgc8cjevz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgc8cjevz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgc8cjevz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgc8cjevz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgc8cjevz .modal-sm {
    max-width: 300px;
  }
  .cid-slgc8cjevz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgc8cjevz .modal-lg,
  .cid-slgc8cjevz .modal-xl {
    max-width: 800px;
  }
  .cid-slgc8cjevz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgc8cjevz .modal-xl {
    max-width: 1140px;
  }
  .cid-slgc8cjevz .container {
    max-width: 1140px;
  }
}
.cid-slgc8cjevz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgc8cjevz .container {
    max-width: 720px;
  }
}
.cid-slgc8cjevz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgc8cjevz .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-slgc8cjevz .form-group {
  margin-bottom: 1rem;
}
.cid-slgc8cjevz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgc8cjevz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgc8cjevz .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-slgc8yTxQ3.popup-builder {
  background-color: #ffffff;
}
.cid-slgc8yTxQ3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgc8yTxQ3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgc8yTxQ3 .modal-content,
.cid-slgc8yTxQ3 .modal-dialog {
  height: auto;
}
.cid-slgc8yTxQ3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgc8yTxQ3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgc8yTxQ3 .form-wrapper .mbr-form .form-group,
  .cid-slgc8yTxQ3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgc8yTxQ3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgc8yTxQ3 .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-slgc8yTxQ3 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgc8yTxQ3 .pt-0 {
  padding-top: 0 !important;
}
.cid-slgc8yTxQ3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgc8yTxQ3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgc8yTxQ3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgc8yTxQ3 .modal-open {
  overflow: hidden;
}
.cid-slgc8yTxQ3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgc8yTxQ3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgc8yTxQ3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgc8yTxQ3 .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-slgc8yTxQ3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgc8yTxQ3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgc8yTxQ3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgc8yTxQ3 .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-slgc8yTxQ3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgc8yTxQ3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgc8yTxQ3 .modal-backdrop.show {
  opacity: .5;
}
.cid-slgc8yTxQ3 .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-slgc8yTxQ3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgc8yTxQ3 .modal-header .close:hover {
  opacity: 1;
}
.cid-slgc8yTxQ3 .modal-header .close:focus {
  outline: none;
}
.cid-slgc8yTxQ3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgc8yTxQ3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgc8yTxQ3 .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-slgc8yTxQ3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgc8yTxQ3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgc8yTxQ3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgc8yTxQ3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgc8yTxQ3 .modal-sm {
    max-width: 300px;
  }
  .cid-slgc8yTxQ3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgc8yTxQ3 .modal-lg,
  .cid-slgc8yTxQ3 .modal-xl {
    max-width: 800px;
  }
  .cid-slgc8yTxQ3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgc8yTxQ3 .modal-xl {
    max-width: 1140px;
  }
  .cid-slgc8yTxQ3 .container {
    max-width: 1140px;
  }
}
.cid-slgc8yTxQ3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgc8yTxQ3 .container {
    max-width: 720px;
  }
}
.cid-slgc8yTxQ3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgc8yTxQ3 .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-slgc8yTxQ3 .form-group {
  margin-bottom: 1rem;
}
.cid-slgc8yTxQ3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgc8yTxQ3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgc8yTxQ3 .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-slgc8YOpmj.popup-builder {
  background-color: #ffffff;
}
.cid-slgc8YOpmj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgc8YOpmj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgc8YOpmj .modal-content,
.cid-slgc8YOpmj .modal-dialog {
  height: auto;
}
.cid-slgc8YOpmj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgc8YOpmj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgc8YOpmj .form-wrapper .mbr-form .form-group,
  .cid-slgc8YOpmj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgc8YOpmj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgc8YOpmj .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-slgc8YOpmj .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgc8YOpmj .pt-0 {
  padding-top: 0 !important;
}
.cid-slgc8YOpmj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgc8YOpmj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgc8YOpmj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgc8YOpmj .modal-open {
  overflow: hidden;
}
.cid-slgc8YOpmj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgc8YOpmj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgc8YOpmj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgc8YOpmj .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-slgc8YOpmj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgc8YOpmj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgc8YOpmj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgc8YOpmj .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-slgc8YOpmj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgc8YOpmj .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgc8YOpmj .modal-backdrop.show {
  opacity: .5;
}
.cid-slgc8YOpmj .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-slgc8YOpmj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgc8YOpmj .modal-header .close:hover {
  opacity: 1;
}
.cid-slgc8YOpmj .modal-header .close:focus {
  outline: none;
}
.cid-slgc8YOpmj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgc8YOpmj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgc8YOpmj .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-slgc8YOpmj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgc8YOpmj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgc8YOpmj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgc8YOpmj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgc8YOpmj .modal-sm {
    max-width: 300px;
  }
  .cid-slgc8YOpmj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgc8YOpmj .modal-lg,
  .cid-slgc8YOpmj .modal-xl {
    max-width: 800px;
  }
  .cid-slgc8YOpmj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgc8YOpmj .modal-xl {
    max-width: 1140px;
  }
  .cid-slgc8YOpmj .container {
    max-width: 1140px;
  }
}
.cid-slgc8YOpmj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgc8YOpmj .container {
    max-width: 720px;
  }
}
.cid-slgc8YOpmj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgc8YOpmj .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-slgc8YOpmj .form-group {
  margin-bottom: 1rem;
}
.cid-slgc8YOpmj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgc8YOpmj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgc8YOpmj .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-slgc9mruFy.popup-builder {
  background-color: #ffffff;
}
.cid-slgc9mruFy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgc9mruFy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgc9mruFy .modal-content,
.cid-slgc9mruFy .modal-dialog {
  height: auto;
}
.cid-slgc9mruFy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgc9mruFy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgc9mruFy .form-wrapper .mbr-form .form-group,
  .cid-slgc9mruFy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgc9mruFy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgc9mruFy .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-slgc9mruFy .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgc9mruFy .pt-0 {
  padding-top: 0 !important;
}
.cid-slgc9mruFy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgc9mruFy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgc9mruFy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgc9mruFy .modal-open {
  overflow: hidden;
}
.cid-slgc9mruFy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgc9mruFy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgc9mruFy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgc9mruFy .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-slgc9mruFy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgc9mruFy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgc9mruFy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgc9mruFy .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-slgc9mruFy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgc9mruFy .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgc9mruFy .modal-backdrop.show {
  opacity: .5;
}
.cid-slgc9mruFy .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-slgc9mruFy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgc9mruFy .modal-header .close:hover {
  opacity: 1;
}
.cid-slgc9mruFy .modal-header .close:focus {
  outline: none;
}
.cid-slgc9mruFy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgc9mruFy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgc9mruFy .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-slgc9mruFy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgc9mruFy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgc9mruFy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgc9mruFy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgc9mruFy .modal-sm {
    max-width: 300px;
  }
  .cid-slgc9mruFy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgc9mruFy .modal-lg,
  .cid-slgc9mruFy .modal-xl {
    max-width: 800px;
  }
  .cid-slgc9mruFy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgc9mruFy .modal-xl {
    max-width: 1140px;
  }
  .cid-slgc9mruFy .container {
    max-width: 1140px;
  }
}
.cid-slgc9mruFy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgc9mruFy .container {
    max-width: 720px;
  }
}
.cid-slgc9mruFy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgc9mruFy .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-slgc9mruFy .form-group {
  margin-bottom: 1rem;
}
.cid-slgc9mruFy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgc9mruFy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgc9mruFy .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-slgc9LsiG7.popup-builder {
  background-color: #ffffff;
}
.cid-slgc9LsiG7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgc9LsiG7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgc9LsiG7 .modal-content,
.cid-slgc9LsiG7 .modal-dialog {
  height: auto;
}
.cid-slgc9LsiG7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgc9LsiG7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgc9LsiG7 .form-wrapper .mbr-form .form-group,
  .cid-slgc9LsiG7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgc9LsiG7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgc9LsiG7 .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-slgc9LsiG7 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgc9LsiG7 .pt-0 {
  padding-top: 0 !important;
}
.cid-slgc9LsiG7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgc9LsiG7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgc9LsiG7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgc9LsiG7 .modal-open {
  overflow: hidden;
}
.cid-slgc9LsiG7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgc9LsiG7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgc9LsiG7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgc9LsiG7 .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-slgc9LsiG7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgc9LsiG7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgc9LsiG7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgc9LsiG7 .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-slgc9LsiG7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgc9LsiG7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgc9LsiG7 .modal-backdrop.show {
  opacity: .5;
}
.cid-slgc9LsiG7 .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-slgc9LsiG7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgc9LsiG7 .modal-header .close:hover {
  opacity: 1;
}
.cid-slgc9LsiG7 .modal-header .close:focus {
  outline: none;
}
.cid-slgc9LsiG7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgc9LsiG7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgc9LsiG7 .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-slgc9LsiG7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgc9LsiG7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgc9LsiG7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgc9LsiG7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgc9LsiG7 .modal-sm {
    max-width: 300px;
  }
  .cid-slgc9LsiG7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgc9LsiG7 .modal-lg,
  .cid-slgc9LsiG7 .modal-xl {
    max-width: 800px;
  }
  .cid-slgc9LsiG7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgc9LsiG7 .modal-xl {
    max-width: 1140px;
  }
  .cid-slgc9LsiG7 .container {
    max-width: 1140px;
  }
}
.cid-slgc9LsiG7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgc9LsiG7 .container {
    max-width: 720px;
  }
}
.cid-slgc9LsiG7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgc9LsiG7 .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-slgc9LsiG7 .form-group {
  margin-bottom: 1rem;
}
.cid-slgc9LsiG7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgc9LsiG7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgc9LsiG7 .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-slgcag9x5U.popup-builder {
  background-color: #ffffff;
}
.cid-slgcag9x5U.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgcag9x5U.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgcag9x5U .modal-content,
.cid-slgcag9x5U .modal-dialog {
  height: auto;
}
.cid-slgcag9x5U .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgcag9x5U .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgcag9x5U .form-wrapper .mbr-form .form-group,
  .cid-slgcag9x5U .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgcag9x5U .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgcag9x5U .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-slgcag9x5U .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgcag9x5U .pt-0 {
  padding-top: 0 !important;
}
.cid-slgcag9x5U .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgcag9x5U .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgcag9x5U .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgcag9x5U .modal-open {
  overflow: hidden;
}
.cid-slgcag9x5U .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgcag9x5U .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgcag9x5U .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgcag9x5U .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-slgcag9x5U .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgcag9x5U .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgcag9x5U .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgcag9x5U .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-slgcag9x5U .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgcag9x5U .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgcag9x5U .modal-backdrop.show {
  opacity: .5;
}
.cid-slgcag9x5U .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-slgcag9x5U .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgcag9x5U .modal-header .close:hover {
  opacity: 1;
}
.cid-slgcag9x5U .modal-header .close:focus {
  outline: none;
}
.cid-slgcag9x5U .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgcag9x5U .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgcag9x5U .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-slgcag9x5U .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgcag9x5U .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgcag9x5U .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgcag9x5U .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgcag9x5U .modal-sm {
    max-width: 300px;
  }
  .cid-slgcag9x5U .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgcag9x5U .modal-lg,
  .cid-slgcag9x5U .modal-xl {
    max-width: 800px;
  }
  .cid-slgcag9x5U .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgcag9x5U .modal-xl {
    max-width: 1140px;
  }
  .cid-slgcag9x5U .container {
    max-width: 1140px;
  }
}
.cid-slgcag9x5U .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgcag9x5U .container {
    max-width: 720px;
  }
}
.cid-slgcag9x5U .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgcag9x5U .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-slgcag9x5U .form-group {
  margin-bottom: 1rem;
}
.cid-slgcag9x5U .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgcag9x5U .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgcag9x5U .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-slgcaEJTsM.popup-builder {
  background-color: #ffffff;
}
.cid-slgcaEJTsM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgcaEJTsM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgcaEJTsM .modal-content,
.cid-slgcaEJTsM .modal-dialog {
  height: auto;
}
.cid-slgcaEJTsM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgcaEJTsM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgcaEJTsM .form-wrapper .mbr-form .form-group,
  .cid-slgcaEJTsM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgcaEJTsM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgcaEJTsM .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-slgcaEJTsM .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgcaEJTsM .pt-0 {
  padding-top: 0 !important;
}
.cid-slgcaEJTsM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgcaEJTsM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgcaEJTsM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgcaEJTsM .modal-open {
  overflow: hidden;
}
.cid-slgcaEJTsM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgcaEJTsM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgcaEJTsM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgcaEJTsM .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-slgcaEJTsM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgcaEJTsM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgcaEJTsM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgcaEJTsM .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-slgcaEJTsM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgcaEJTsM .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgcaEJTsM .modal-backdrop.show {
  opacity: .5;
}
.cid-slgcaEJTsM .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-slgcaEJTsM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgcaEJTsM .modal-header .close:hover {
  opacity: 1;
}
.cid-slgcaEJTsM .modal-header .close:focus {
  outline: none;
}
.cid-slgcaEJTsM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgcaEJTsM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgcaEJTsM .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-slgcaEJTsM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgcaEJTsM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgcaEJTsM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgcaEJTsM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgcaEJTsM .modal-sm {
    max-width: 300px;
  }
  .cid-slgcaEJTsM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgcaEJTsM .modal-lg,
  .cid-slgcaEJTsM .modal-xl {
    max-width: 800px;
  }
  .cid-slgcaEJTsM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgcaEJTsM .modal-xl {
    max-width: 1140px;
  }
  .cid-slgcaEJTsM .container {
    max-width: 1140px;
  }
}
.cid-slgcaEJTsM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgcaEJTsM .container {
    max-width: 720px;
  }
}
.cid-slgcaEJTsM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgcaEJTsM .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-slgcaEJTsM .form-group {
  margin-bottom: 1rem;
}
.cid-slgcaEJTsM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgcaEJTsM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgcaEJTsM .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-s5OIsaCW7A .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s5OIsaCW7A .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s5OIsaCW7A .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s5OIsaCW7A .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s5OIsaCW7A .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s5OIsaCW7A .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5OIsaCW7A .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s5OIsaCW7A .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s5OIsaCW7A .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s5OIsaCW7A .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s5OIsaCW7A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5OIsaCW7A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s5OIsaCW7A .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s5OIsaCW7A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5OIsaCW7A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5OIsaCW7A .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-s5OIsaCW7A .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s5OIsaCW7A .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s5OIsaCW7A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5OIsaCW7A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s5OIsaCW7A .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s5OIsaCW7A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5OIsaCW7A .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s5OIsaCW7A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5OIsaCW7A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5OIsaCW7A .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-s5OIsaCW7A .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s5OIsaCW7A .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s5OIsaCW7A .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5OIsaCW7A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5OIsaCW7A .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s5OIsaCW7A .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s5OIsaCW7A .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5OIsaCW7A .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s5OIsaCW7A .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s5OIsaCW7A .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5OIsaCW7A .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5OIsaCW7A .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-s5OIsaCW7A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5OIsaCW7A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5OIsaCW7A .dropdown-item.active,
.cid-s5OIsaCW7A .dropdown-item:active {
  background-color: transparent;
}
.cid-s5OIsaCW7A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5OIsaCW7A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5OIsaCW7A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5OIsaCW7A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s5OIsaCW7A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s5OIsaCW7A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5OIsaCW7A ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s5OIsaCW7A .navbar-buttons {
  text-align: center;
}
.cid-s5OIsaCW7A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5OIsaCW7A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s5OIsaCW7A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5OIsaCW7A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5OIsaCW7A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5OIsaCW7A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5OIsaCW7A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5OIsaCW7A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5OIsaCW7A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5OIsaCW7A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5OIsaCW7A .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s5OIsaCW7A 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-s5OIsaCW7A .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5OIsaCW7A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s5OIsaCW7A .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s5OIsaCW7A .nav-link:hover,
.cid-s5OIsaCW7A .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s5OIsbopHc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s5OIsbopHc .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s5OIsbopHc .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s5OIsbopHc .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s5OIsbopHc .animated-element,
.cid-s5OIsbopHc .typed-cursor {
  color: #333333;
}
.cid-s5OIsbopHc .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s5OIsbopHc .typed-text {
    text-align: center;
  }
}
.cid-s5OIsbopHc .mbr-section-title {
  color: #ff695c;
}
.cid-s5OIsbopHc .mbr-text,
.cid-s5OIsbopHc .typed-text,
.cid-s5OIsbopHc .mbr-section-btn {
  color: #0a1c44;
}
.cid-s5OIsbopHc .mbr-section-subtitle,
.cid-s5OIsbopHc .underline {
  color: #0a1c44;
}
.cid-s5OIscaVnt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5OIscaVnt .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s5OIscaVnt .runtime-ol {
  color: #444444;
}
.cid-s5OIscaVnt .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s5OIscaVnt .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s5OIscaVnt .runtime-ol li p {
  line-height: 1.3;
}
.cid-s5OIscaVnt .rts-float-img {
  width: 25%;
  min-width: 200px;
  padding: 0.25rem;
}
.cid-s5OIscaVnt .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s5OIscaVnt .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s5OIscaVnt .mbr-iconfont {
  font-size: 16px!important;
  xxxpadding-bottom: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s5OIscaVnt .ico-line {
  display: -webkit-flex;
}
.cid-s5OIscaVnt .lh-1 {
  line-height: 1;
}
.cid-s5OIscaVnt .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5OIscaVnt .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s5OIscaVnt .linkcolor {
  color: #ff695c;
}
.cid-s5OIscaVnt .col-md-4 {
  padding: 0;
}
.cid-s5OIscaVnt p {
  line-height: 1.6;
}
.cid-s5OIscaVnt .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s5OIscaVnt .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s5OIscaVnt .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5OIscaVnt .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s5OIscaVnt img {
  transition: all 0.3s;
}
.cid-s5OIscaVnt h5 {
  margin: 0;
}
.cid-s5OIscaVnt .card-box {
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-s5OIscaVnt .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s5OIscaVnt .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s5OIscaVnt .card-box > p,
.cid-s5OIscaVnt .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s5OIscaVnt .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5OIscaVnt .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5OIscaVnt .productinfo > p {
  color: #000000;
}
.cid-s5OIscaVnt .price {
  color: #ffffff;
  text-align: left;
}
.cid-s5OIscaVnt .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s5OIscaVnt .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5OIscaVnt .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s5OIscaVnt .product_image > .col-12 {
  padding: 5rem;
}
.cid-s5OIscaVnt .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s5OIscaVnt .rts-float-img {
    width: 100%;
    padding: 0rem;
  }
  .cid-s5OIscaVnt .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s5OIscaVnt .list-group-item {
    padding: 0.5rem;
  }
  .cid-s5OIscaVnt .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s5OIscaVnt .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s5OIscaVnt .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s5OIscaVnt .col-md-4 {
    padding: 15 0px;
  }
  .cid-s5OIscaVnt .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s5OIscaVnt .col-md-8 {
    margin: 0 15px;
  }
  .cid-s5OIscaVnt .price-box {
    left: 15px;
  }
  .cid-s5OIscaVnt .xxcard-box {
    padding: 1rem;
  }
  .cid-s5OIscaVnt .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s5OIscaVnt P {
  color: #000000;
}
.cid-s5OIscaVnt .card-box > ul,
.cid-s5OIscaVnt .mbr-section-btn .card-box > ul > li > p,
.cid-s5OIscaVnt .mbr-section-btn {
  color: #444444;
}
.cid-s5PNTYUlih {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5PNTYUlih .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s5PNTYUlih .runtime-ol {
  color: #444444;
}
.cid-s5PNTYUlih .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s5PNTYUlih .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s5PNTYUlih .runtime-ol li p {
  line-height: 1.3;
}
.cid-s5PNTYUlih .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s5PNTYUlih .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s5PNTYUlih .ico-line {
  display: -webkit-flex;
}
.cid-s5PNTYUlih .lh-1 {
  line-height: 1;
}
.cid-s5PNTYUlih .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5PNTYUlih .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s5PNTYUlih .linkcolor {
  color: #ff695c;
}
.cid-s5PNTYUlih .xxgraytext {
  color: #767676;
}
.cid-s5PNTYUlih .col-md-4 {
  padding: 0;
}
.cid-s5PNTYUlih p {
  line-height: 1.6;
}
.cid-s5PNTYUlih .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s5PNTYUlih .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s5PNTYUlih .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5PNTYUlih .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s5PNTYUlih img {
  transition: all 0.3s;
}
.cid-s5PNTYUlih h5 {
  margin: 0;
}
.cid-s5PNTYUlih .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s5PNTYUlih .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s5PNTYUlih .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s5PNTYUlih .card-box > p,
.cid-s5PNTYUlih .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s5PNTYUlih .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5PNTYUlih .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s5PNTYUlih .productinfo > p {
  color: #000000;
}
.cid-s5PNTYUlih .price {
  color: #ffffff;
  text-align: left;
}
.cid-s5PNTYUlih .rev {
  color: #767676;
  line-height: 1.1;
  text-align: left;
}
.cid-s5PNTYUlih .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s5PNTYUlih .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s5PNTYUlih .product_image > .col-12 {
  padding: 5rem;
}
.cid-s5PNTYUlih .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s5PNTYUlih .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s5PNTYUlih .list-group-item {
    padding: 0.5rem;
  }
  .cid-s5PNTYUlih .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s5PNTYUlih .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s5PNTYUlih .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s5PNTYUlih .col-md-4 {
    padding: 15 0px;
  }
  .cid-s5PNTYUlih .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s5PNTYUlih .col-md-8 {
    margin: 0 15px;
  }
  .cid-s5PNTYUlih .price-box {
    left: 15px;
  }
  .cid-s5PNTYUlih .card-box {
    padding: 1rem;
  }
  .cid-s5PNTYUlih .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s5PNTYUlih P {
  color: #000000;
}
.cid-s5OIsehzPR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s5OIsehzPR [class^="socicon-"]:before,
.cid-s5OIsehzPR [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s5OIsehzPR .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s5OIsehzPR .btn-social,
.cid-s5OIsehzPR .mbr-section-title {
  color: #57468b;
}
.cid-s5OIsehzPR .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s5OIsehzPR .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s5OIsehzPR .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s5OIsehzPR .align-left {
    text-align: center;
  }
  .cid-s5OIsehzPR .align-right {
    text-align: center;
  }
  .cid-s5OIsehzPR .social-list {
    justify-content: center;
  }
  .cid-s5OIsehzPR .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-slgZUA7iNR.popup-builder {
  background-color: #ffffff;
}
.cid-slgZUA7iNR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slgZUA7iNR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slgZUA7iNR .modal-content,
.cid-slgZUA7iNR .modal-dialog {
  height: auto;
}
.cid-slgZUA7iNR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slgZUA7iNR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slgZUA7iNR .form-wrapper .mbr-form .form-group,
  .cid-slgZUA7iNR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slgZUA7iNR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slgZUA7iNR .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-slgZUA7iNR .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slgZUA7iNR .pt-0 {
  padding-top: 0 !important;
}
.cid-slgZUA7iNR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slgZUA7iNR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slgZUA7iNR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slgZUA7iNR .modal-open {
  overflow: hidden;
}
.cid-slgZUA7iNR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slgZUA7iNR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slgZUA7iNR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slgZUA7iNR .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-slgZUA7iNR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slgZUA7iNR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slgZUA7iNR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slgZUA7iNR .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-slgZUA7iNR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slgZUA7iNR .modal-backdrop.fade {
  opacity: 0;
}
.cid-slgZUA7iNR .modal-backdrop.show {
  opacity: .5;
}
.cid-slgZUA7iNR .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-slgZUA7iNR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slgZUA7iNR .modal-header .close:hover {
  opacity: 1;
}
.cid-slgZUA7iNR .modal-header .close:focus {
  outline: none;
}
.cid-slgZUA7iNR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slgZUA7iNR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slgZUA7iNR .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-slgZUA7iNR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slgZUA7iNR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slgZUA7iNR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slgZUA7iNR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slgZUA7iNR .modal-sm {
    max-width: 300px;
  }
  .cid-slgZUA7iNR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slgZUA7iNR .modal-lg,
  .cid-slgZUA7iNR .modal-xl {
    max-width: 800px;
  }
  .cid-slgZUA7iNR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slgZUA7iNR .modal-xl {
    max-width: 1140px;
  }
  .cid-slgZUA7iNR .container {
    max-width: 1140px;
  }
}
.cid-slgZUA7iNR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slgZUA7iNR .container {
    max-width: 720px;
  }
}
.cid-slgZUA7iNR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slgZUA7iNR .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-slgZUA7iNR .form-group {
  margin-bottom: 1rem;
}
.cid-slgZUA7iNR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slgZUA7iNR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slgZUA7iNR .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-slh10glQA5.popup-builder {
  background-color: #ffffff;
}
.cid-slh10glQA5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slh10glQA5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slh10glQA5 .modal-content,
.cid-slh10glQA5 .modal-dialog {
  height: auto;
}
.cid-slh10glQA5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slh10glQA5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slh10glQA5 .form-wrapper .mbr-form .form-group,
  .cid-slh10glQA5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slh10glQA5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slh10glQA5 .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-slh10glQA5 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slh10glQA5 .pt-0 {
  padding-top: 0 !important;
}
.cid-slh10glQA5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slh10glQA5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slh10glQA5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slh10glQA5 .modal-open {
  overflow: hidden;
}
.cid-slh10glQA5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slh10glQA5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slh10glQA5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slh10glQA5 .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-slh10glQA5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slh10glQA5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slh10glQA5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slh10glQA5 .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-slh10glQA5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slh10glQA5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-slh10glQA5 .modal-backdrop.show {
  opacity: .5;
}
.cid-slh10glQA5 .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-slh10glQA5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slh10glQA5 .modal-header .close:hover {
  opacity: 1;
}
.cid-slh10glQA5 .modal-header .close:focus {
  outline: none;
}
.cid-slh10glQA5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slh10glQA5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slh10glQA5 .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-slh10glQA5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slh10glQA5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slh10glQA5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slh10glQA5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slh10glQA5 .modal-sm {
    max-width: 300px;
  }
  .cid-slh10glQA5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slh10glQA5 .modal-lg,
  .cid-slh10glQA5 .modal-xl {
    max-width: 800px;
  }
  .cid-slh10glQA5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slh10glQA5 .modal-xl {
    max-width: 1140px;
  }
  .cid-slh10glQA5 .container {
    max-width: 1140px;
  }
}
.cid-slh10glQA5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slh10glQA5 .container {
    max-width: 720px;
  }
}
.cid-slh10glQA5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slh10glQA5 .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-slh10glQA5 .form-group {
  margin-bottom: 1rem;
}
.cid-slh10glQA5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slh10glQA5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slh10glQA5 .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-slh10NJpuf.popup-builder {
  background-color: #ffffff;
}
.cid-slh10NJpuf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slh10NJpuf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slh10NJpuf .modal-content,
.cid-slh10NJpuf .modal-dialog {
  height: auto;
}
.cid-slh10NJpuf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slh10NJpuf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slh10NJpuf .form-wrapper .mbr-form .form-group,
  .cid-slh10NJpuf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slh10NJpuf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slh10NJpuf .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-slh10NJpuf .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slh10NJpuf .pt-0 {
  padding-top: 0 !important;
}
.cid-slh10NJpuf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slh10NJpuf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slh10NJpuf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slh10NJpuf .modal-open {
  overflow: hidden;
}
.cid-slh10NJpuf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slh10NJpuf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slh10NJpuf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slh10NJpuf .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-slh10NJpuf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slh10NJpuf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slh10NJpuf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slh10NJpuf .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-slh10NJpuf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slh10NJpuf .modal-backdrop.fade {
  opacity: 0;
}
.cid-slh10NJpuf .modal-backdrop.show {
  opacity: .5;
}
.cid-slh10NJpuf .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-slh10NJpuf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slh10NJpuf .modal-header .close:hover {
  opacity: 1;
}
.cid-slh10NJpuf .modal-header .close:focus {
  outline: none;
}
.cid-slh10NJpuf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slh10NJpuf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slh10NJpuf .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-slh10NJpuf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slh10NJpuf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slh10NJpuf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slh10NJpuf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slh10NJpuf .modal-sm {
    max-width: 300px;
  }
  .cid-slh10NJpuf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slh10NJpuf .modal-lg,
  .cid-slh10NJpuf .modal-xl {
    max-width: 800px;
  }
  .cid-slh10NJpuf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slh10NJpuf .modal-xl {
    max-width: 1140px;
  }
  .cid-slh10NJpuf .container {
    max-width: 1140px;
  }
}
.cid-slh10NJpuf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slh10NJpuf .container {
    max-width: 720px;
  }
}
.cid-slh10NJpuf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slh10NJpuf .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-slh10NJpuf .form-group {
  margin-bottom: 1rem;
}
.cid-slh10NJpuf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slh10NJpuf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slh10NJpuf .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-slh11e9b8K.popup-builder {
  background-color: #ffffff;
}
.cid-slh11e9b8K.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slh11e9b8K.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slh11e9b8K .modal-content,
.cid-slh11e9b8K .modal-dialog {
  height: auto;
}
.cid-slh11e9b8K .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slh11e9b8K .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slh11e9b8K .form-wrapper .mbr-form .form-group,
  .cid-slh11e9b8K .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slh11e9b8K .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slh11e9b8K .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-slh11e9b8K .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slh11e9b8K .pt-0 {
  padding-top: 0 !important;
}
.cid-slh11e9b8K .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slh11e9b8K .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slh11e9b8K .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slh11e9b8K .modal-open {
  overflow: hidden;
}
.cid-slh11e9b8K .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slh11e9b8K .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slh11e9b8K .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slh11e9b8K .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-slh11e9b8K .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slh11e9b8K .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slh11e9b8K .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slh11e9b8K .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-slh11e9b8K .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slh11e9b8K .modal-backdrop.fade {
  opacity: 0;
}
.cid-slh11e9b8K .modal-backdrop.show {
  opacity: .5;
}
.cid-slh11e9b8K .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-slh11e9b8K .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slh11e9b8K .modal-header .close:hover {
  opacity: 1;
}
.cid-slh11e9b8K .modal-header .close:focus {
  outline: none;
}
.cid-slh11e9b8K .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slh11e9b8K .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slh11e9b8K .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-slh11e9b8K .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slh11e9b8K .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slh11e9b8K .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slh11e9b8K .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slh11e9b8K .modal-sm {
    max-width: 300px;
  }
  .cid-slh11e9b8K .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slh11e9b8K .modal-lg,
  .cid-slh11e9b8K .modal-xl {
    max-width: 800px;
  }
  .cid-slh11e9b8K .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slh11e9b8K .modal-xl {
    max-width: 1140px;
  }
  .cid-slh11e9b8K .container {
    max-width: 1140px;
  }
}
.cid-slh11e9b8K .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slh11e9b8K .container {
    max-width: 720px;
  }
}
.cid-slh11e9b8K .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slh11e9b8K .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-slh11e9b8K .form-group {
  margin-bottom: 1rem;
}
.cid-slh11e9b8K .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slh11e9b8K .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slh11e9b8K .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-slh11Cq54k.popup-builder {
  background-color: #ffffff;
}
.cid-slh11Cq54k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slh11Cq54k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slh11Cq54k .modal-content,
.cid-slh11Cq54k .modal-dialog {
  height: auto;
}
.cid-slh11Cq54k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slh11Cq54k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slh11Cq54k .form-wrapper .mbr-form .form-group,
  .cid-slh11Cq54k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slh11Cq54k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slh11Cq54k .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-slh11Cq54k .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slh11Cq54k .pt-0 {
  padding-top: 0 !important;
}
.cid-slh11Cq54k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slh11Cq54k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slh11Cq54k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slh11Cq54k .modal-open {
  overflow: hidden;
}
.cid-slh11Cq54k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slh11Cq54k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slh11Cq54k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slh11Cq54k .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-slh11Cq54k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slh11Cq54k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slh11Cq54k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slh11Cq54k .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-slh11Cq54k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slh11Cq54k .modal-backdrop.fade {
  opacity: 0;
}
.cid-slh11Cq54k .modal-backdrop.show {
  opacity: .5;
}
.cid-slh11Cq54k .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-slh11Cq54k .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slh11Cq54k .modal-header .close:hover {
  opacity: 1;
}
.cid-slh11Cq54k .modal-header .close:focus {
  outline: none;
}
.cid-slh11Cq54k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slh11Cq54k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slh11Cq54k .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-slh11Cq54k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slh11Cq54k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slh11Cq54k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slh11Cq54k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slh11Cq54k .modal-sm {
    max-width: 300px;
  }
  .cid-slh11Cq54k .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slh11Cq54k .modal-lg,
  .cid-slh11Cq54k .modal-xl {
    max-width: 800px;
  }
  .cid-slh11Cq54k .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slh11Cq54k .modal-xl {
    max-width: 1140px;
  }
  .cid-slh11Cq54k .container {
    max-width: 1140px;
  }
}
.cid-slh11Cq54k .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slh11Cq54k .container {
    max-width: 720px;
  }
}
.cid-slh11Cq54k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slh11Cq54k .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-slh11Cq54k .form-group {
  margin-bottom: 1rem;
}
.cid-slh11Cq54k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slh11Cq54k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slh11Cq54k .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-slh11ZtAn0.popup-builder {
  background-color: #ffffff;
}
.cid-slh11ZtAn0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slh11ZtAn0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slh11ZtAn0 .modal-content,
.cid-slh11ZtAn0 .modal-dialog {
  height: auto;
}
.cid-slh11ZtAn0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slh11ZtAn0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slh11ZtAn0 .form-wrapper .mbr-form .form-group,
  .cid-slh11ZtAn0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slh11ZtAn0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slh11ZtAn0 .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-slh11ZtAn0 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slh11ZtAn0 .pt-0 {
  padding-top: 0 !important;
}
.cid-slh11ZtAn0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slh11ZtAn0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slh11ZtAn0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slh11ZtAn0 .modal-open {
  overflow: hidden;
}
.cid-slh11ZtAn0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slh11ZtAn0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slh11ZtAn0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slh11ZtAn0 .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-slh11ZtAn0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slh11ZtAn0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slh11ZtAn0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slh11ZtAn0 .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-slh11ZtAn0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slh11ZtAn0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-slh11ZtAn0 .modal-backdrop.show {
  opacity: .5;
}
.cid-slh11ZtAn0 .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-slh11ZtAn0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slh11ZtAn0 .modal-header .close:hover {
  opacity: 1;
}
.cid-slh11ZtAn0 .modal-header .close:focus {
  outline: none;
}
.cid-slh11ZtAn0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slh11ZtAn0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slh11ZtAn0 .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-slh11ZtAn0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slh11ZtAn0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slh11ZtAn0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slh11ZtAn0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slh11ZtAn0 .modal-sm {
    max-width: 300px;
  }
  .cid-slh11ZtAn0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slh11ZtAn0 .modal-lg,
  .cid-slh11ZtAn0 .modal-xl {
    max-width: 800px;
  }
  .cid-slh11ZtAn0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slh11ZtAn0 .modal-xl {
    max-width: 1140px;
  }
  .cid-slh11ZtAn0 .container {
    max-width: 1140px;
  }
}
.cid-slh11ZtAn0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slh11ZtAn0 .container {
    max-width: 720px;
  }
}
.cid-slh11ZtAn0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slh11ZtAn0 .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-slh11ZtAn0 .form-group {
  margin-bottom: 1rem;
}
.cid-slh11ZtAn0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slh11ZtAn0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slh11ZtAn0 .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-slh12kj6Z2.popup-builder {
  background-color: #ffffff;
}
.cid-slh12kj6Z2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slh12kj6Z2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slh12kj6Z2 .modal-content,
.cid-slh12kj6Z2 .modal-dialog {
  height: auto;
}
.cid-slh12kj6Z2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slh12kj6Z2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slh12kj6Z2 .form-wrapper .mbr-form .form-group,
  .cid-slh12kj6Z2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slh12kj6Z2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slh12kj6Z2 .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-slh12kj6Z2 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slh12kj6Z2 .pt-0 {
  padding-top: 0 !important;
}
.cid-slh12kj6Z2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slh12kj6Z2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slh12kj6Z2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slh12kj6Z2 .modal-open {
  overflow: hidden;
}
.cid-slh12kj6Z2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slh12kj6Z2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slh12kj6Z2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slh12kj6Z2 .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-slh12kj6Z2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slh12kj6Z2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slh12kj6Z2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slh12kj6Z2 .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-slh12kj6Z2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slh12kj6Z2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-slh12kj6Z2 .modal-backdrop.show {
  opacity: .5;
}
.cid-slh12kj6Z2 .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-slh12kj6Z2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slh12kj6Z2 .modal-header .close:hover {
  opacity: 1;
}
.cid-slh12kj6Z2 .modal-header .close:focus {
  outline: none;
}
.cid-slh12kj6Z2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slh12kj6Z2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slh12kj6Z2 .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-slh12kj6Z2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slh12kj6Z2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slh12kj6Z2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slh12kj6Z2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slh12kj6Z2 .modal-sm {
    max-width: 300px;
  }
  .cid-slh12kj6Z2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slh12kj6Z2 .modal-lg,
  .cid-slh12kj6Z2 .modal-xl {
    max-width: 800px;
  }
  .cid-slh12kj6Z2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slh12kj6Z2 .modal-xl {
    max-width: 1140px;
  }
  .cid-slh12kj6Z2 .container {
    max-width: 1140px;
  }
}
.cid-slh12kj6Z2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slh12kj6Z2 .container {
    max-width: 720px;
  }
}
.cid-slh12kj6Z2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slh12kj6Z2 .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-slh12kj6Z2 .form-group {
  margin-bottom: 1rem;
}
.cid-slh12kj6Z2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slh12kj6Z2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slh12kj6Z2 .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-slh12Ehr42.popup-builder {
  background-color: #ffffff;
}
.cid-slh12Ehr42.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slh12Ehr42.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slh12Ehr42 .modal-content,
.cid-slh12Ehr42 .modal-dialog {
  height: auto;
}
.cid-slh12Ehr42 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slh12Ehr42 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slh12Ehr42 .form-wrapper .mbr-form .form-group,
  .cid-slh12Ehr42 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slh12Ehr42 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slh12Ehr42 .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-slh12Ehr42 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-slh12Ehr42 .pt-0 {
  padding-top: 0 !important;
}
.cid-slh12Ehr42 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slh12Ehr42 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slh12Ehr42 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slh12Ehr42 .modal-open {
  overflow: hidden;
}
.cid-slh12Ehr42 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slh12Ehr42 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slh12Ehr42 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slh12Ehr42 .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-slh12Ehr42 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slh12Ehr42 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slh12Ehr42 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slh12Ehr42 .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-slh12Ehr42 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slh12Ehr42 .modal-backdrop.fade {
  opacity: 0;
}
.cid-slh12Ehr42 .modal-backdrop.show {
  opacity: .5;
}
.cid-slh12Ehr42 .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-slh12Ehr42 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slh12Ehr42 .modal-header .close:hover {
  opacity: 1;
}
.cid-slh12Ehr42 .modal-header .close:focus {
  outline: none;
}
.cid-slh12Ehr42 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-slh12Ehr42 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slh12Ehr42 .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-slh12Ehr42 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slh12Ehr42 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slh12Ehr42 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slh12Ehr42 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slh12Ehr42 .modal-sm {
    max-width: 300px;
  }
  .cid-slh12Ehr42 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slh12Ehr42 .modal-lg,
  .cid-slh12Ehr42 .modal-xl {
    max-width: 800px;
  }
  .cid-slh12Ehr42 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slh12Ehr42 .modal-xl {
    max-width: 1140px;
  }
  .cid-slh12Ehr42 .container {
    max-width: 1140px;
  }
}
.cid-slh12Ehr42 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slh12Ehr42 .container {
    max-width: 720px;
  }
}
.cid-slh12Ehr42 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slh12Ehr42 .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-slh12Ehr42 .form-group {
  margin-bottom: 1rem;
}
.cid-slh12Ehr42 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slh12Ehr42 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slh12Ehr42 .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-s5ZxXlg80x .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s5ZxXlg80x .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s5ZxXlg80x .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s5ZxXlg80x .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s5ZxXlg80x .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s5ZxXlg80x .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5ZxXlg80x .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s5ZxXlg80x .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s5ZxXlg80x .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s5ZxXlg80x .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s5ZxXlg80x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5ZxXlg80x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s5ZxXlg80x .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s5ZxXlg80x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5ZxXlg80x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5ZxXlg80x .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-s5ZxXlg80x .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s5ZxXlg80x .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s5ZxXlg80x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5ZxXlg80x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s5ZxXlg80x .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s5ZxXlg80x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5ZxXlg80x .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s5ZxXlg80x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5ZxXlg80x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5ZxXlg80x .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-s5ZxXlg80x .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s5ZxXlg80x .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s5ZxXlg80x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5ZxXlg80x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5ZxXlg80x .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s5ZxXlg80x .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s5ZxXlg80x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5ZxXlg80x .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s5ZxXlg80x .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s5ZxXlg80x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5ZxXlg80x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5ZxXlg80x .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-s5ZxXlg80x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5ZxXlg80x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5ZxXlg80x .dropdown-item.active,
.cid-s5ZxXlg80x .dropdown-item:active {
  background-color: transparent;
}
.cid-s5ZxXlg80x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5ZxXlg80x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5ZxXlg80x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5ZxXlg80x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s5ZxXlg80x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s5ZxXlg80x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5ZxXlg80x ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s5ZxXlg80x .navbar-buttons {
  text-align: center;
}
.cid-s5ZxXlg80x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5ZxXlg80x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s5ZxXlg80x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5ZxXlg80x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5ZxXlg80x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5ZxXlg80x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5ZxXlg80x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5ZxXlg80x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5ZxXlg80x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5ZxXlg80x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5ZxXlg80x .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s5ZxXlg80x 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-s5ZxXlg80x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5ZxXlg80x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s5ZxXlg80x .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s5ZxXlg80x .nav-link:hover,
.cid-s5ZxXlg80x .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s5ZxXmg4NG {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s5ZxXmg4NG .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s5ZxXmg4NG .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s5ZxXmg4NG .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s5ZxXmg4NG .animated-element,
.cid-s5ZxXmg4NG .typed-cursor {
  color: #333333;
}
.cid-s5ZxXmg4NG .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s5ZxXmg4NG .typed-text {
    text-align: center;
  }
}
.cid-s5ZxXmg4NG .mbr-section-title {
  color: #ff695c;
}
.cid-s5ZxXmg4NG .mbr-text,
.cid-s5ZxXmg4NG .typed-text,
.cid-s5ZxXmg4NG .mbr-section-btn {
  color: #0a1c44;
}
.cid-s5ZxXmg4NG .mbr-section-subtitle,
.cid-s5ZxXmg4NG .underline {
  color: #0a1c44;
}
.cid-s61BNviVGH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s61BNviVGH li {
  list-style: none;
}
.cid-s61BNviVGH p {
  line-height: 1.6;
}
.cid-s61BNviVGH .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s61BNviVGH .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s61BNviVGH h4 {
  margin: 0;
}
.cid-s61BNviVGH .item {
  color: #5580ff;
}
.cid-s61BNviVGH .mbr-text {
  color: #444444;
}
.cid-s61BNviVGH ul {
  padding: 0;
  margin: 0;
}
.cid-s61BNviVGH .col-title {
  color: #57468b;
}
.cid-s61BNviVGH .col-title1 {
  color: #0087ab;
  padding-top: 0.0rem;
  padding-bottom: 0.25rem;
}
.cid-s61BNviVGH .col-title2 {
  color: #5580ff;
}
.cid-s61BNviVGH .col-title3 {
  color: #ff8a73;
}
.cid-s61BNviVGH .col-title4 {
  color: #57468b;
}
.cid-s61BNviVGH .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s61BNviVGH .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s61BNviVGH .item3 {
  color: #716c80;
}
.cid-s61BNviVGH .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s61BNviVGH .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s5ZzbxnJRg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5ZzbxnJRg .mbr-section-subtitle {
  color: #767676;
}
.cid-s5ZzbxnJRg .btn-underline:hover:after {
  padding-left: .3rem;
}
.cid-s5ZzbxnJRg .container-table {
  margin: 0 auto;
}
.cid-s5ZzbxnJRg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s5ZzbxnJRg .dataTables_wrapper {
  display: block;
}
.cid-s5ZzbxnJRg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s5ZzbxnJRg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s5ZzbxnJRg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s5ZzbxnJRg table th {
  border-top: none;
  font-weight: 500;
  background: #f2f2f2;
  border: 1px solid #cccccc;
}
.cid-s5ZzbxnJRg table td {
  border: 1px solid #cccccc;
}
.cid-s5ZzbxnJRg table.table {
  background: #ffffff;
}
.cid-s5ZzbxnJRg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s5ZzbxnJRg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s5ZzbxnJRg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s5ZzbxnJRg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s5ZzbxnJRg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-s5ZzbxnJRg .hidden-sm-down {
    display: none;
  }
  .cid-s5ZzbxnJRg td,
  .cid-s5ZzbxnJRg th {
    padding: 0.3rem;
  }
}
@media (max-width: 350px) {
  .cid-s5ZzbxnJRg .dataTables_filter {
    text-align: center;
  }
  .cid-s5ZzbxnJRg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s5ZzbxnJRg .head-item,
.cid-s5ZzbxnJRg .body-item {
  text-align: center;
}
.cid-s5ZzbxnJRg .head-item1 {
  color: #444444;
}
.cid-s5ZzbxnJRg .body-item1 {
  color: #444444;
}
.cid-s5ZxXp3mm1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s5ZxXp3mm1 [class^="socicon-"]:before,
.cid-s5ZxXp3mm1 [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s5ZxXp3mm1 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s5ZxXp3mm1 .btn-social,
.cid-s5ZxXp3mm1 .mbr-section-title {
  color: #57468b;
}
.cid-s5ZxXp3mm1 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s5ZxXp3mm1 .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s5ZxXp3mm1 .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s5ZxXp3mm1 .align-left {
    text-align: center;
  }
  .cid-s5ZxXp3mm1 .align-right {
    text-align: center;
  }
  .cid-s5ZxXp3mm1 .social-list {
    justify-content: center;
  }
  .cid-s5ZxXp3mm1 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s65QLFv6BN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s65QLFv6BN .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s65QLFv6BN .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s65QLFv6BN .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s65QLFv6BN .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s65QLFv6BN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s65QLFv6BN .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s65QLFv6BN .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s65QLFv6BN .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s65QLFv6BN .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s65QLFv6BN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s65QLFv6BN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s65QLFv6BN .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s65QLFv6BN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s65QLFv6BN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s65QLFv6BN .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-s65QLFv6BN .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s65QLFv6BN .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s65QLFv6BN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s65QLFv6BN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s65QLFv6BN .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s65QLFv6BN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s65QLFv6BN .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s65QLFv6BN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s65QLFv6BN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s65QLFv6BN .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-s65QLFv6BN .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s65QLFv6BN .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s65QLFv6BN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s65QLFv6BN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s65QLFv6BN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s65QLFv6BN .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s65QLFv6BN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s65QLFv6BN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s65QLFv6BN .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s65QLFv6BN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s65QLFv6BN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s65QLFv6BN .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-s65QLFv6BN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s65QLFv6BN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s65QLFv6BN .dropdown-item.active,
.cid-s65QLFv6BN .dropdown-item:active {
  background-color: transparent;
}
.cid-s65QLFv6BN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s65QLFv6BN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s65QLFv6BN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s65QLFv6BN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s65QLFv6BN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s65QLFv6BN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s65QLFv6BN ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s65QLFv6BN .navbar-buttons {
  text-align: center;
}
.cid-s65QLFv6BN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s65QLFv6BN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s65QLFv6BN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s65QLFv6BN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s65QLFv6BN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s65QLFv6BN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s65QLFv6BN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s65QLFv6BN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s65QLFv6BN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s65QLFv6BN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s65QLFv6BN .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s65QLFv6BN 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-s65QLFv6BN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s65QLFv6BN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s65QLFv6BN .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s65QLFv6BN .nav-link:hover,
.cid-s65QLFv6BN .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s65QLGkcX8 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s65QLGkcX8 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s65QLGkcX8 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s65QLGkcX8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s65QLGkcX8 .animated-element,
.cid-s65QLGkcX8 .typed-cursor {
  color: #333333;
}
.cid-s65QLGkcX8 .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s65QLGkcX8 .typed-text {
    text-align: center;
  }
}
.cid-s65QLGkcX8 .mbr-section-title {
  color: #ff695c;
}
.cid-s65QLGkcX8 .mbr-text,
.cid-s65QLGkcX8 .typed-text,
.cid-s65QLGkcX8 .mbr-section-btn {
  color: #0a1c44;
}
.cid-s65QLGkcX8 .mbr-section-subtitle,
.cid-s65QLGkcX8 .underline {
  color: #0a1c44;
}
.cid-s7M8sn1p16 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s7M8sn1p16 img {
    width: 90%;
  }
}
.cid-s7M8sn1p16 .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s7M8sn1p16 p {
  line-height: 1.6;
}
.cid-s7M8sn1p16 .rev,
.cid-s7M8sn1p16 .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  color: #5580ff;
}
.cid-s7M8sn1p16 .items {
  margin-bottom: 0;
}
.cid-s7M8sn1p16 .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s7M8sn1p16 .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s7M8sn1p16 .soc-item:hover span {
  color: #ff695c !important;
}
.cid-s7M8sn1p16 .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-s7M8sn1p16 .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-s7M8sn1p16 .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s7M8sn1p16 .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s7M8sn1p16 .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s7M8sn1p16 .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-s7M8sn1p16 .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-s7M8sn1p16 .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-s7M8sn1p16 .social-list {
    justify-content: center;
  }
}
.cid-s7M8sn1p16 .card1 > .mbr-text,
.cid-s7M8sn1p16 .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-s7M8sn1p16 .card2 > .mbr-text,
.cid-s7M8sn1p16 .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-s7M8sn1p16 .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-s7M8sn1p16 .mbr-text,
.cid-s7M8sn1p16 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s7M8sn1p16 .mbr-text {
  margin-bottom: 0.25rem;
}
.cid-s7M8sn1p16 .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-s7M8sn1p16 .rev {
  color: #767676;
}
.cid-s7M8sn1p16 .card1 > .mbr-card-title {
  color: #444444;
}
.cid-s7M8sn1p16 .card2 > .mbr-card-title {
  color: #444444;
}
.cid-s7M8sn1p16 .card3 > .mbr-card-title {
  color: #212529;
}
.cid-s7M8sn1p16 .rts-main-title {
  color: #0087ab;
}
.cid-s65QLKgGzn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s65QLKgGzn [class^="socicon-"]:before,
.cid-s65QLKgGzn [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s65QLKgGzn .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s65QLKgGzn .btn-social,
.cid-s65QLKgGzn .mbr-section-title {
  color: #57468b;
}
.cid-s65QLKgGzn .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s65QLKgGzn .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s65QLKgGzn .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s65QLKgGzn .align-left {
    text-align: center;
  }
  .cid-s65QLKgGzn .align-right {
    text-align: center;
  }
  .cid-s65QLKgGzn .social-list {
    justify-content: center;
  }
  .cid-s65QLKgGzn .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s65X2uqHHs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s65X2uqHHs .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s65X2uqHHs .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s65X2uqHHs .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s65X2uqHHs .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s65X2uqHHs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s65X2uqHHs .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s65X2uqHHs .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s65X2uqHHs .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s65X2uqHHs .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s65X2uqHHs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s65X2uqHHs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s65X2uqHHs .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s65X2uqHHs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s65X2uqHHs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s65X2uqHHs .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-s65X2uqHHs .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s65X2uqHHs .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s65X2uqHHs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s65X2uqHHs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s65X2uqHHs .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s65X2uqHHs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s65X2uqHHs .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s65X2uqHHs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s65X2uqHHs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s65X2uqHHs .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-s65X2uqHHs .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s65X2uqHHs .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s65X2uqHHs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s65X2uqHHs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s65X2uqHHs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s65X2uqHHs .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s65X2uqHHs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s65X2uqHHs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s65X2uqHHs .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s65X2uqHHs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s65X2uqHHs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s65X2uqHHs .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-s65X2uqHHs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s65X2uqHHs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s65X2uqHHs .dropdown-item.active,
.cid-s65X2uqHHs .dropdown-item:active {
  background-color: transparent;
}
.cid-s65X2uqHHs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s65X2uqHHs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s65X2uqHHs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s65X2uqHHs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s65X2uqHHs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s65X2uqHHs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s65X2uqHHs ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s65X2uqHHs .navbar-buttons {
  text-align: center;
}
.cid-s65X2uqHHs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s65X2uqHHs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s65X2uqHHs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s65X2uqHHs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s65X2uqHHs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s65X2uqHHs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s65X2uqHHs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s65X2uqHHs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s65X2uqHHs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s65X2uqHHs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s65X2uqHHs .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s65X2uqHHs 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-s65X2uqHHs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s65X2uqHHs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s65X2uqHHs .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s65X2uqHHs .nav-link:hover,
.cid-s65X2uqHHs .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s65X2vcf7k {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s65X2vcf7k .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s65X2vcf7k .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s65X2vcf7k .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s65X2vcf7k .animated-element,
.cid-s65X2vcf7k .typed-cursor {
  color: #333333;
}
.cid-s65X2vcf7k .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s65X2vcf7k .typed-text {
    text-align: center;
  }
}
.cid-s65X2vcf7k .mbr-section-title {
  color: #ff695c;
}
.cid-s65X2vcf7k .mbr-text,
.cid-s65X2vcf7k .typed-text,
.cid-s65X2vcf7k .mbr-section-btn {
  color: #0a1c44;
}
.cid-s65X2vcf7k .mbr-section-subtitle,
.cid-s65X2vcf7k .underline {
  color: #0a1c44;
}
.cid-s7NnRouXCU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s7NnRouXCU img {
    width: 90%;
  }
}
.cid-s7NnRouXCU p > .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s7NnRouXCU .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s7NnRouXCU p {
  line-height: 1.6;
}
.cid-s7NnRouXCU .rev,
.cid-s7NnRouXCU .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  color: #5580ff;
}
.cid-s7NnRouXCU .items {
  margin-bottom: 0;
}
.cid-s7NnRouXCU .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s7NnRouXCU .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s7NnRouXCU .soc-item:hover span {
  color: #ff695c !important;
}
.cid-s7NnRouXCU .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-s7NnRouXCU .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-s7NnRouXCU .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s7NnRouXCU .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s7NnRouXCU .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s7NnRouXCU .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-s7NnRouXCU .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-s7NnRouXCU .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-s7NnRouXCU .social-list {
    justify-content: center;
  }
}
.cid-s7NnRouXCU .card1 > .mbr-text,
.cid-s7NnRouXCU .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-s7NnRouXCU .card2 > .mbr-text,
.cid-s7NnRouXCU .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-s7NnRouXCU .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-s7NnRouXCU .mbr-text,
.cid-s7NnRouXCU .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s7NnRouXCU .mbr-text {
  margin-bottom: 0.25rem;
}
.cid-s7NnRouXCU .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-s7NnRouXCU .rev {
  color: #767676;
}
.cid-s7NnRouXCU .card1 > .mbr-card-title {
  color: #444444;
}
.cid-s7NnRouXCU .card2 > .mbr-card-title {
  color: #444444;
}
.cid-s7NnRouXCU .card3 > .mbr-card-title {
  color: #212529;
}
.cid-s7NnRouXCU .rts-main-title {
  color: #0087ab;
}
.cid-s65X2wQ6tu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s65X2wQ6tu [class^="socicon-"]:before,
.cid-s65X2wQ6tu [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s65X2wQ6tu .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s65X2wQ6tu .btn-social,
.cid-s65X2wQ6tu .mbr-section-title {
  color: #57468b;
}
.cid-s65X2wQ6tu .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s65X2wQ6tu .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s65X2wQ6tu .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s65X2wQ6tu .align-left {
    text-align: center;
  }
  .cid-s65X2wQ6tu .align-right {
    text-align: center;
  }
  .cid-s65X2wQ6tu .social-list {
    justify-content: center;
  }
  .cid-s65X2wQ6tu .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s662pdbRPW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s662pdbRPW .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s662pdbRPW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s662pdbRPW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s662pdbRPW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s662pdbRPW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s662pdbRPW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s662pdbRPW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s662pdbRPW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s662pdbRPW .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s662pdbRPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s662pdbRPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s662pdbRPW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s662pdbRPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s662pdbRPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s662pdbRPW .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-s662pdbRPW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s662pdbRPW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s662pdbRPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s662pdbRPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s662pdbRPW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s662pdbRPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s662pdbRPW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s662pdbRPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s662pdbRPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s662pdbRPW .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-s662pdbRPW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s662pdbRPW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s662pdbRPW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s662pdbRPW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s662pdbRPW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s662pdbRPW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s662pdbRPW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s662pdbRPW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s662pdbRPW .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s662pdbRPW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s662pdbRPW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s662pdbRPW .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-s662pdbRPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s662pdbRPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s662pdbRPW .dropdown-item.active,
.cid-s662pdbRPW .dropdown-item:active {
  background-color: transparent;
}
.cid-s662pdbRPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s662pdbRPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s662pdbRPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s662pdbRPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s662pdbRPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s662pdbRPW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s662pdbRPW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s662pdbRPW .navbar-buttons {
  text-align: center;
}
.cid-s662pdbRPW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s662pdbRPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s662pdbRPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s662pdbRPW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s662pdbRPW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s662pdbRPW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s662pdbRPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s662pdbRPW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s662pdbRPW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s662pdbRPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s662pdbRPW .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s662pdbRPW 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-s662pdbRPW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s662pdbRPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s662pdbRPW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s662pdbRPW .nav-link:hover,
.cid-s662pdbRPW .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s662pe0ESs {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s662pe0ESs .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s662pe0ESs .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s662pe0ESs .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s662pe0ESs .animated-element,
.cid-s662pe0ESs .typed-cursor {
  color: #333333;
}
.cid-s662pe0ESs .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s662pe0ESs .typed-text {
    text-align: center;
  }
}
.cid-s662pe0ESs .mbr-section-title {
  color: #ff695c;
}
.cid-s662pe0ESs .mbr-text,
.cid-s662pe0ESs .typed-text,
.cid-s662pe0ESs .mbr-section-btn {
  color: #0a1c44;
}
.cid-s662pe0ESs .mbr-section-subtitle,
.cid-s662pe0ESs .underline {
  color: #0a1c44;
}
.cid-s6iX3vfiRM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6iX3vfiRM .runtime-item {
  width: 50%;
  margin: 0px;
  padding: 1rem;
  xmin-width: 300px;
  xmax-width: 800px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 0px 1px 1px 0px;
}
.cid-s6iX3vfiRM .runtime-item .d-inline-block {
  margin-bottom: 0.5rem;
}
.cid-s6iX3vfiRM .runtime-item xxximg:hover {
  transform: scale(1.5);
}
.cid-s6iX3vfiRM .runtime-item .badge1,
.cid-s6iX3vfiRM .runtime-item .badge2 {
  border: 2px solid;
  border-radius: 1rem;
  font-size: 16px;
  padding: 0.25rem .5rem;
}
.cid-s6iX3vfiRM .runtime-item .badge2 {
  padding: 0.25rem 0.25rem;
}
.cid-s6iX3vfiRM .runtime-ol {
  color: #444444;
}
.cid-s6iX3vfiRM .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s6iX3vfiRM .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s6iX3vfiRM .runtime-ol li p {
  line-height: 1.3;
}
.cid-s6iX3vfiRM .rts-float-img {
  width: 50%;
  min-width: 250px;
  max-width: 350px;
  padding: 0.25rem;
}
.cid-s6iX3vfiRM .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s6iX3vfiRM .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s6iX3vfiRM .mbr-iconfont {
  font-size: 16px!important;
  xxxpadding-bottom: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s6iX3vfiRM .ico-line {
  display: -webkit-flex;
}
.cid-s6iX3vfiRM .lh-1 {
  line-height: 1;
}
.cid-s6iX3vfiRM .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6iX3vfiRM .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s6iX3vfiRM .linkcolor {
  color: #ff695c;
}
.cid-s6iX3vfiRM .col-md-4 {
  padding: 0;
}
.cid-s6iX3vfiRM p {
  line-height: 1.6;
}
.cid-s6iX3vfiRM .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s6iX3vfiRM .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s6iX3vfiRM .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6iX3vfiRM .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s6iX3vfiRM img {
  transition: all 0.3s;
}
.cid-s6iX3vfiRM h5 {
  margin: 0;
}
.cid-s6iX3vfiRM .card-box {
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-s6iX3vfiRM .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s6iX3vfiRM .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s6iX3vfiRM .card-box > p,
.cid-s6iX3vfiRM .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s6iX3vfiRM .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s6iX3vfiRM .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s6iX3vfiRM .productinfo > p {
  color: #000000;
}
.cid-s6iX3vfiRM .price {
  color: #ffffff;
  text-align: left;
}
.cid-s6iX3vfiRM .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s6iX3vfiRM .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6iX3vfiRM .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s6iX3vfiRM .product_image > .col-12 {
  padding: 5rem;
}
.cid-s6iX3vfiRM .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-s6iX3vfiRM .runtime-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-s6iX3vfiRM .xxruntime-item {
    width: 100%;
  }
  .cid-s6iX3vfiRM .rts-float-img {
    xwidth: 100%;
    xpadding: 0rem;
  }
  .cid-s6iX3vfiRM .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s6iX3vfiRM .zoom:hover {
    transform: scale(1);
  }
  .cid-s6iX3vfiRM .runtime-item {
    padding: 0.5rem;
  }
  .cid-s6iX3vfiRM .runtime-item img:hover {
    transform: none;
  }
  .cid-s6iX3vfiRM .list-group-item {
    padding: 0.5rem;
  }
  .cid-s6iX3vfiRM .rts-float-img {
    width: 100%;
    padding: 0rem;
  }
  .cid-s6iX3vfiRM .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s6iX3vfiRM .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s6iX3vfiRM .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s6iX3vfiRM .col-md-4 {
    padding: 15 0px;
  }
  .cid-s6iX3vfiRM .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s6iX3vfiRM .col-md-8 {
    margin: 0 15px;
  }
  .cid-s6iX3vfiRM .price-box {
    left: 15px;
  }
  .cid-s6iX3vfiRM .xxcard-box {
    padding: 1rem;
  }
  .cid-s6iX3vfiRM .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s6iX3vfiRM P {
  color: #000000;
}
.cid-s6iX3vfiRM .xxcard-box > ul,
.cid-s6iX3vfiRM .mbr-section-btn .card-box > ul > li > p,
.cid-s6iX3vfiRM .mbr-section-btn {
  color: #444444;
}
.cid-s6iX3vfiRM .xxcard-box > ul > li > p,
.cid-s6iX3vfiRM .mbr-section-btn {
  color: #444444;
}
.cid-s6iX3vfiRM .rts-container > p,
.cid-s6iX3vfiRM .mbr-section-btn {
  color: #1dc9cb;
}
.cid-s6iX3vfiRM .runtime-item > p,
.cid-s6iX3vfiRM .mbr-section-btn {
  color: #444444;
}
.cid-s6iX3vfiRM .rts-intro > p,
.cid-s6iX3vfiRM .mbr-section-btn {
  color: #444444;
}
.cid-s662pmsXtD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s662pmsXtD [class^="socicon-"]:before,
.cid-s662pmsXtD [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s662pmsXtD .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s662pmsXtD .btn-social,
.cid-s662pmsXtD .mbr-section-title {
  color: #57468b;
}
.cid-s662pmsXtD .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s662pmsXtD .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s662pmsXtD .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s662pmsXtD .align-left {
    text-align: center;
  }
  .cid-s662pmsXtD .align-right {
    text-align: center;
  }
  .cid-s662pmsXtD .social-list {
    justify-content: center;
  }
  .cid-s662pmsXtD .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s6p2g84uvD.popup-builder {
  background-color: #ffffff;
}
.cid-s6p2g84uvD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6p2g84uvD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6p2g84uvD .modal-content,
.cid-s6p2g84uvD .modal-dialog {
  height: auto;
}
.cid-s6p2g84uvD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6p2g84uvD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6p2g84uvD .form-wrapper .mbr-form .form-group,
  .cid-s6p2g84uvD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6p2g84uvD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6p2g84uvD .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-s6p2g84uvD .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6p2g84uvD .pt-0 {
  padding-top: 0 !important;
}
.cid-s6p2g84uvD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6p2g84uvD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6p2g84uvD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6p2g84uvD .modal-open {
  overflow: hidden;
}
.cid-s6p2g84uvD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6p2g84uvD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6p2g84uvD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6p2g84uvD .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-s6p2g84uvD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6p2g84uvD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6p2g84uvD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6p2g84uvD .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-s6p2g84uvD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6p2g84uvD .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6p2g84uvD .modal-backdrop.show {
  opacity: .5;
}
.cid-s6p2g84uvD .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-s6p2g84uvD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6p2g84uvD .modal-header .close:hover {
  opacity: 1;
}
.cid-s6p2g84uvD .modal-header .close:focus {
  outline: none;
}
.cid-s6p2g84uvD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6p2g84uvD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6p2g84uvD .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-s6p2g84uvD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6p2g84uvD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6p2g84uvD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6p2g84uvD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6p2g84uvD .modal-sm {
    max-width: 300px;
  }
  .cid-s6p2g84uvD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6p2g84uvD .modal-lg,
  .cid-s6p2g84uvD .modal-xl {
    max-width: 800px;
  }
  .cid-s6p2g84uvD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6p2g84uvD .modal-xl {
    max-width: 1140px;
  }
  .cid-s6p2g84uvD .container {
    max-width: 1140px;
  }
}
.cid-s6p2g84uvD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6p2g84uvD .container {
    max-width: 720px;
  }
}
.cid-s6p2g84uvD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6p2g84uvD .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-s6p2g84uvD .form-group {
  margin-bottom: 1rem;
}
.cid-s6p2g84uvD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6p2g84uvD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6p2g84uvD .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-s6p2xzATgZ.popup-builder {
  background-color: #ffffff;
}
.cid-s6p2xzATgZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6p2xzATgZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6p2xzATgZ .modal-content,
.cid-s6p2xzATgZ .modal-dialog {
  height: auto;
}
.cid-s6p2xzATgZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6p2xzATgZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6p2xzATgZ .form-wrapper .mbr-form .form-group,
  .cid-s6p2xzATgZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6p2xzATgZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6p2xzATgZ .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-s6p2xzATgZ .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6p2xzATgZ .pt-0 {
  padding-top: 0 !important;
}
.cid-s6p2xzATgZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6p2xzATgZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6p2xzATgZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6p2xzATgZ .modal-open {
  overflow: hidden;
}
.cid-s6p2xzATgZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6p2xzATgZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6p2xzATgZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6p2xzATgZ .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-s6p2xzATgZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6p2xzATgZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6p2xzATgZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6p2xzATgZ .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-s6p2xzATgZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6p2xzATgZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6p2xzATgZ .modal-backdrop.show {
  opacity: .5;
}
.cid-s6p2xzATgZ .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-s6p2xzATgZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6p2xzATgZ .modal-header .close:hover {
  opacity: 1;
}
.cid-s6p2xzATgZ .modal-header .close:focus {
  outline: none;
}
.cid-s6p2xzATgZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6p2xzATgZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6p2xzATgZ .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-s6p2xzATgZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6p2xzATgZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6p2xzATgZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6p2xzATgZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6p2xzATgZ .modal-sm {
    max-width: 300px;
  }
  .cid-s6p2xzATgZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6p2xzATgZ .modal-lg,
  .cid-s6p2xzATgZ .modal-xl {
    max-width: 800px;
  }
  .cid-s6p2xzATgZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6p2xzATgZ .modal-xl {
    max-width: 1140px;
  }
  .cid-s6p2xzATgZ .container {
    max-width: 1140px;
  }
}
.cid-s6p2xzATgZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6p2xzATgZ .container {
    max-width: 720px;
  }
}
.cid-s6p2xzATgZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6p2xzATgZ .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-s6p2xzATgZ .form-group {
  margin-bottom: 1rem;
}
.cid-s6p2xzATgZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6p2xzATgZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6p2xzATgZ .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-s6p2ytDyvg.popup-builder {
  background-color: #ffffff;
}
.cid-s6p2ytDyvg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6p2ytDyvg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6p2ytDyvg .modal-content,
.cid-s6p2ytDyvg .modal-dialog {
  height: auto;
}
.cid-s6p2ytDyvg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6p2ytDyvg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6p2ytDyvg .form-wrapper .mbr-form .form-group,
  .cid-s6p2ytDyvg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6p2ytDyvg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6p2ytDyvg .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-s6p2ytDyvg .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6p2ytDyvg .pt-0 {
  padding-top: 0 !important;
}
.cid-s6p2ytDyvg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6p2ytDyvg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6p2ytDyvg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6p2ytDyvg .modal-open {
  overflow: hidden;
}
.cid-s6p2ytDyvg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6p2ytDyvg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6p2ytDyvg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6p2ytDyvg .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-s6p2ytDyvg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6p2ytDyvg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6p2ytDyvg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6p2ytDyvg .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-s6p2ytDyvg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6p2ytDyvg .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6p2ytDyvg .modal-backdrop.show {
  opacity: .5;
}
.cid-s6p2ytDyvg .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-s6p2ytDyvg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6p2ytDyvg .modal-header .close:hover {
  opacity: 1;
}
.cid-s6p2ytDyvg .modal-header .close:focus {
  outline: none;
}
.cid-s6p2ytDyvg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6p2ytDyvg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6p2ytDyvg .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-s6p2ytDyvg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6p2ytDyvg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6p2ytDyvg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6p2ytDyvg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6p2ytDyvg .modal-sm {
    max-width: 300px;
  }
  .cid-s6p2ytDyvg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6p2ytDyvg .modal-lg,
  .cid-s6p2ytDyvg .modal-xl {
    max-width: 800px;
  }
  .cid-s6p2ytDyvg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6p2ytDyvg .modal-xl {
    max-width: 1140px;
  }
  .cid-s6p2ytDyvg .container {
    max-width: 1140px;
  }
}
.cid-s6p2ytDyvg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6p2ytDyvg .container {
    max-width: 720px;
  }
}
.cid-s6p2ytDyvg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6p2ytDyvg .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-s6p2ytDyvg .form-group {
  margin-bottom: 1rem;
}
.cid-s6p2ytDyvg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6p2ytDyvg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6p2ytDyvg .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-s6p2ySVHmC.popup-builder {
  background-color: #ffffff;
}
.cid-s6p2ySVHmC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6p2ySVHmC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6p2ySVHmC .modal-content,
.cid-s6p2ySVHmC .modal-dialog {
  height: auto;
}
.cid-s6p2ySVHmC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6p2ySVHmC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6p2ySVHmC .form-wrapper .mbr-form .form-group,
  .cid-s6p2ySVHmC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6p2ySVHmC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6p2ySVHmC .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-s6p2ySVHmC .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6p2ySVHmC .pt-0 {
  padding-top: 0 !important;
}
.cid-s6p2ySVHmC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6p2ySVHmC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6p2ySVHmC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6p2ySVHmC .modal-open {
  overflow: hidden;
}
.cid-s6p2ySVHmC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6p2ySVHmC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6p2ySVHmC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6p2ySVHmC .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-s6p2ySVHmC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6p2ySVHmC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6p2ySVHmC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6p2ySVHmC .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-s6p2ySVHmC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6p2ySVHmC .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6p2ySVHmC .modal-backdrop.show {
  opacity: .5;
}
.cid-s6p2ySVHmC .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-s6p2ySVHmC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6p2ySVHmC .modal-header .close:hover {
  opacity: 1;
}
.cid-s6p2ySVHmC .modal-header .close:focus {
  outline: none;
}
.cid-s6p2ySVHmC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6p2ySVHmC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6p2ySVHmC .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-s6p2ySVHmC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6p2ySVHmC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6p2ySVHmC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6p2ySVHmC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6p2ySVHmC .modal-sm {
    max-width: 300px;
  }
  .cid-s6p2ySVHmC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6p2ySVHmC .modal-lg,
  .cid-s6p2ySVHmC .modal-xl {
    max-width: 800px;
  }
  .cid-s6p2ySVHmC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6p2ySVHmC .modal-xl {
    max-width: 1140px;
  }
  .cid-s6p2ySVHmC .container {
    max-width: 1140px;
  }
}
.cid-s6p2ySVHmC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6p2ySVHmC .container {
    max-width: 720px;
  }
}
.cid-s6p2ySVHmC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6p2ySVHmC .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-s6p2ySVHmC .form-group {
  margin-bottom: 1rem;
}
.cid-s6p2ySVHmC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6p2ySVHmC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6p2ySVHmC .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-s6b1OPmzp5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s6b1OPmzp5 .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s6b1OPmzp5 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s6b1OPmzp5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s6b1OPmzp5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s6b1OPmzp5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6b1OPmzp5 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s6b1OPmzp5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s6b1OPmzp5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s6b1OPmzp5 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s6b1OPmzp5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6b1OPmzp5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s6b1OPmzp5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s6b1OPmzp5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6b1OPmzp5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6b1OPmzp5 .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-s6b1OPmzp5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s6b1OPmzp5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s6b1OPmzp5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6b1OPmzp5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s6b1OPmzp5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s6b1OPmzp5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6b1OPmzp5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s6b1OPmzp5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6b1OPmzp5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6b1OPmzp5 .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-s6b1OPmzp5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s6b1OPmzp5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s6b1OPmzp5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6b1OPmzp5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6b1OPmzp5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s6b1OPmzp5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s6b1OPmzp5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6b1OPmzp5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s6b1OPmzp5 .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s6b1OPmzp5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6b1OPmzp5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6b1OPmzp5 .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-s6b1OPmzp5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6b1OPmzp5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6b1OPmzp5 .dropdown-item.active,
.cid-s6b1OPmzp5 .dropdown-item:active {
  background-color: transparent;
}
.cid-s6b1OPmzp5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6b1OPmzp5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6b1OPmzp5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6b1OPmzp5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s6b1OPmzp5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s6b1OPmzp5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6b1OPmzp5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s6b1OPmzp5 .navbar-buttons {
  text-align: center;
}
.cid-s6b1OPmzp5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6b1OPmzp5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s6b1OPmzp5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6b1OPmzp5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6b1OPmzp5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6b1OPmzp5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6b1OPmzp5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6b1OPmzp5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6b1OPmzp5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6b1OPmzp5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6b1OPmzp5 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s6b1OPmzp5 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-s6b1OPmzp5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6b1OPmzp5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s6b1OPmzp5 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s6b1OPmzp5 .nav-link:hover,
.cid-s6b1OPmzp5 .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s6b1OQ9x5o {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s6b1OQ9x5o .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s6b1OQ9x5o .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s6b1OQ9x5o .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s6b1OQ9x5o .animated-element,
.cid-s6b1OQ9x5o .typed-cursor {
  color: #333333;
}
.cid-s6b1OQ9x5o .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s6b1OQ9x5o .typed-text {
    text-align: center;
  }
}
.cid-s6b1OQ9x5o .mbr-section-title {
  color: #ff695c;
}
.cid-s6b1OQ9x5o .mbr-text,
.cid-s6b1OQ9x5o .typed-text,
.cid-s6b1OQ9x5o .mbr-section-btn {
  color: #0a1c44;
}
.cid-s6b1OQ9x5o .mbr-section-subtitle,
.cid-s6b1OQ9x5o .underline {
  color: #0a1c44;
}
.cid-s6b1OR6VeK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6b1OR6VeK .runtime-item {
  width: 50%;
  margin: 0px;
  padding: 1rem;
  xmin-width: 300px;
  xmax-width: 800px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 0px 1px 1px 0px;
}
.cid-s6b1OR6VeK .runtime-item .d-inline-block {
  margin-bottom: 0.5rem;
}
.cid-s6b1OR6VeK .runtime-item xximg:hover {
  transform: scale(1.5);
}
.cid-s6b1OR6VeK .runtime-item .badge1,
.cid-s6b1OR6VeK .runtime-item .badge2 {
  border: 2px solid;
  border-radius: 1rem;
  font-size: 16px;
  padding: 0.25rem .5rem;
}
.cid-s6b1OR6VeK .runtime-item .badge2 {
  padding: 0.25rem 0.25rem;
}
.cid-s6b1OR6VeK .runtime-ol {
  color: #444444;
}
.cid-s6b1OR6VeK .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s6b1OR6VeK .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s6b1OR6VeK .runtime-ol li p {
  line-height: 1.3;
}
.cid-s6b1OR6VeK .rts-float-img {
  width: 50%;
  min-width: 250px;
  max-width: 350px;
  padding: 0.25rem;
}
.cid-s6b1OR6VeK .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s6b1OR6VeK .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s6b1OR6VeK .mbr-iconfont {
  font-size: 16px!important;
  xxxpadding-bottom: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s6b1OR6VeK .ico-line {
  display: -webkit-flex;
}
.cid-s6b1OR6VeK .lh-1 {
  line-height: 1;
}
.cid-s6b1OR6VeK .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6b1OR6VeK .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s6b1OR6VeK .linkcolor {
  color: #ff695c;
}
.cid-s6b1OR6VeK .col-md-4 {
  padding: 0;
}
.cid-s6b1OR6VeK p {
  line-height: 1.6;
}
.cid-s6b1OR6VeK .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s6b1OR6VeK .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s6b1OR6VeK .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6b1OR6VeK .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s6b1OR6VeK img {
  transition: all 0.3s;
}
.cid-s6b1OR6VeK h5 {
  margin: 0;
}
.cid-s6b1OR6VeK .card-box {
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-s6b1OR6VeK .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s6b1OR6VeK .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s6b1OR6VeK .card-box > p,
.cid-s6b1OR6VeK .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s6b1OR6VeK .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s6b1OR6VeK .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s6b1OR6VeK .productinfo > p {
  color: #000000;
}
.cid-s6b1OR6VeK .price {
  color: #ffffff;
  text-align: left;
}
.cid-s6b1OR6VeK .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s6b1OR6VeK .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6b1OR6VeK .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s6b1OR6VeK .product_image > .col-12 {
  padding: 5rem;
}
.cid-s6b1OR6VeK .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-s6b1OR6VeK .runtime-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-s6b1OR6VeK .xxruntime-item {
    width: 100%;
  }
  .cid-s6b1OR6VeK .rts-float-img {
    xwidth: 100%;
    xpadding: 0rem;
  }
  .cid-s6b1OR6VeK .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s6b1OR6VeK .zoom:hover {
    transform: scale(1);
  }
  .cid-s6b1OR6VeK .runtime-item {
    padding: 0.5rem;
  }
  .cid-s6b1OR6VeK .runtime-item img:hover {
    transform: none;
  }
  .cid-s6b1OR6VeK .list-group-item {
    padding: 0.5rem;
  }
  .cid-s6b1OR6VeK .rts-float-img {
    width: 100%;
    padding: 0rem;
  }
  .cid-s6b1OR6VeK .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s6b1OR6VeK .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s6b1OR6VeK .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s6b1OR6VeK .col-md-4 {
    padding: 15 0px;
  }
  .cid-s6b1OR6VeK .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s6b1OR6VeK .col-md-8 {
    margin: 0 15px;
  }
  .cid-s6b1OR6VeK .price-box {
    left: 15px;
  }
  .cid-s6b1OR6VeK .xxcard-box {
    padding: 1rem;
  }
  .cid-s6b1OR6VeK .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s6b1OR6VeK P {
  color: #000000;
}
.cid-s6b1OR6VeK .xxcard-box > ul,
.cid-s6b1OR6VeK .mbr-section-btn .card-box > ul > li > p,
.cid-s6b1OR6VeK .mbr-section-btn {
  color: #444444;
}
.cid-s6b1OR6VeK .xxcard-box > ul > li > p,
.cid-s6b1OR6VeK .mbr-section-btn {
  color: #444444;
}
.cid-s6b1OR6VeK .rts-container > p,
.cid-s6b1OR6VeK .mbr-section-btn {
  color: #1dc9cb;
}
.cid-s6b1OR6VeK .runtime-item > p,
.cid-s6b1OR6VeK .mbr-section-btn {
  color: #444444;
}
.cid-s6b1OR6VeK .rts-intro > p,
.cid-s6b1OR6VeK .mbr-section-btn {
  color: #444444;
}
.cid-s6pAarfOo7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s6pAarfOo7 [class^="socicon-"]:before,
.cid-s6pAarfOo7 [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s6pAarfOo7 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s6pAarfOo7 .btn-social,
.cid-s6pAarfOo7 .mbr-section-title {
  color: #57468b;
}
.cid-s6pAarfOo7 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s6pAarfOo7 .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s6pAarfOo7 .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s6pAarfOo7 .align-left {
    text-align: center;
  }
  .cid-s6pAarfOo7 .align-right {
    text-align: center;
  }
  .cid-s6pAarfOo7 .social-list {
    justify-content: center;
  }
  .cid-s6pAarfOo7 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s6oF6hTpqE.popup-builder {
  background-color: #ffffff;
}
.cid-s6oF6hTpqE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6oF6hTpqE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6oF6hTpqE .modal-content,
.cid-s6oF6hTpqE .modal-dialog {
  height: auto;
}
.cid-s6oF6hTpqE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6oF6hTpqE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6oF6hTpqE .form-wrapper .mbr-form .form-group,
  .cid-s6oF6hTpqE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6oF6hTpqE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6oF6hTpqE .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-s6oF6hTpqE .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6oF6hTpqE .pt-0 {
  padding-top: 0 !important;
}
.cid-s6oF6hTpqE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6oF6hTpqE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6oF6hTpqE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6oF6hTpqE .modal-open {
  overflow: hidden;
}
.cid-s6oF6hTpqE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6oF6hTpqE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6oF6hTpqE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6oF6hTpqE .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-s6oF6hTpqE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6oF6hTpqE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6oF6hTpqE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6oF6hTpqE .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-s6oF6hTpqE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6oF6hTpqE .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6oF6hTpqE .modal-backdrop.show {
  opacity: .5;
}
.cid-s6oF6hTpqE .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-s6oF6hTpqE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6oF6hTpqE .modal-header .close:hover {
  opacity: 1;
}
.cid-s6oF6hTpqE .modal-header .close:focus {
  outline: none;
}
.cid-s6oF6hTpqE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6oF6hTpqE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6oF6hTpqE .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-s6oF6hTpqE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6oF6hTpqE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6oF6hTpqE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6oF6hTpqE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6oF6hTpqE .modal-sm {
    max-width: 300px;
  }
  .cid-s6oF6hTpqE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6oF6hTpqE .modal-lg,
  .cid-s6oF6hTpqE .modal-xl {
    max-width: 800px;
  }
  .cid-s6oF6hTpqE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6oF6hTpqE .modal-xl {
    max-width: 1140px;
  }
  .cid-s6oF6hTpqE .container {
    max-width: 1140px;
  }
}
.cid-s6oF6hTpqE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6oF6hTpqE .container {
    max-width: 720px;
  }
}
.cid-s6oF6hTpqE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6oF6hTpqE .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-s6oF6hTpqE .form-group {
  margin-bottom: 1rem;
}
.cid-s6oF6hTpqE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6oF6hTpqE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6oF6hTpqE .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-s6oGipitQS.popup-builder {
  background-color: #ffffff;
}
.cid-s6oGipitQS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6oGipitQS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6oGipitQS .modal-content,
.cid-s6oGipitQS .modal-dialog {
  height: auto;
}
.cid-s6oGipitQS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6oGipitQS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6oGipitQS .form-wrapper .mbr-form .form-group,
  .cid-s6oGipitQS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6oGipitQS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6oGipitQS .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-s6oGipitQS .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6oGipitQS .pt-0 {
  padding-top: 0 !important;
}
.cid-s6oGipitQS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6oGipitQS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6oGipitQS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6oGipitQS .modal-open {
  overflow: hidden;
}
.cid-s6oGipitQS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6oGipitQS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6oGipitQS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6oGipitQS .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-s6oGipitQS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6oGipitQS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6oGipitQS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6oGipitQS .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-s6oGipitQS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6oGipitQS .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6oGipitQS .modal-backdrop.show {
  opacity: .5;
}
.cid-s6oGipitQS .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-s6oGipitQS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6oGipitQS .modal-header .close:hover {
  opacity: 1;
}
.cid-s6oGipitQS .modal-header .close:focus {
  outline: none;
}
.cid-s6oGipitQS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6oGipitQS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6oGipitQS .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-s6oGipitQS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6oGipitQS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6oGipitQS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6oGipitQS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6oGipitQS .modal-sm {
    max-width: 300px;
  }
  .cid-s6oGipitQS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6oGipitQS .modal-lg,
  .cid-s6oGipitQS .modal-xl {
    max-width: 800px;
  }
  .cid-s6oGipitQS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6oGipitQS .modal-xl {
    max-width: 1140px;
  }
  .cid-s6oGipitQS .container {
    max-width: 1140px;
  }
}
.cid-s6oGipitQS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6oGipitQS .container {
    max-width: 720px;
  }
}
.cid-s6oGipitQS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6oGipitQS .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-s6oGipitQS .form-group {
  margin-bottom: 1rem;
}
.cid-s6oGipitQS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6oGipitQS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6oGipitQS .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-s6oGqYPd5E.popup-builder {
  background-color: #ffffff;
}
.cid-s6oGqYPd5E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6oGqYPd5E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6oGqYPd5E .modal-content,
.cid-s6oGqYPd5E .modal-dialog {
  height: auto;
}
.cid-s6oGqYPd5E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6oGqYPd5E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6oGqYPd5E .form-wrapper .mbr-form .form-group,
  .cid-s6oGqYPd5E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6oGqYPd5E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6oGqYPd5E .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-s6oGqYPd5E .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6oGqYPd5E .pt-0 {
  padding-top: 0 !important;
}
.cid-s6oGqYPd5E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6oGqYPd5E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6oGqYPd5E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6oGqYPd5E .modal-open {
  overflow: hidden;
}
.cid-s6oGqYPd5E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6oGqYPd5E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6oGqYPd5E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6oGqYPd5E .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-s6oGqYPd5E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6oGqYPd5E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6oGqYPd5E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6oGqYPd5E .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-s6oGqYPd5E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6oGqYPd5E .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6oGqYPd5E .modal-backdrop.show {
  opacity: .5;
}
.cid-s6oGqYPd5E .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-s6oGqYPd5E .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6oGqYPd5E .modal-header .close:hover {
  opacity: 1;
}
.cid-s6oGqYPd5E .modal-header .close:focus {
  outline: none;
}
.cid-s6oGqYPd5E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6oGqYPd5E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6oGqYPd5E .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-s6oGqYPd5E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6oGqYPd5E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6oGqYPd5E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6oGqYPd5E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6oGqYPd5E .modal-sm {
    max-width: 300px;
  }
  .cid-s6oGqYPd5E .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6oGqYPd5E .modal-lg,
  .cid-s6oGqYPd5E .modal-xl {
    max-width: 800px;
  }
  .cid-s6oGqYPd5E .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6oGqYPd5E .modal-xl {
    max-width: 1140px;
  }
  .cid-s6oGqYPd5E .container {
    max-width: 1140px;
  }
}
.cid-s6oGqYPd5E .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6oGqYPd5E .container {
    max-width: 720px;
  }
}
.cid-s6oGqYPd5E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6oGqYPd5E .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-s6oGqYPd5E .form-group {
  margin-bottom: 1rem;
}
.cid-s6oGqYPd5E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6oGqYPd5E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6oGqYPd5E .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-s6oGrk4zBm.popup-builder {
  background-color: #ffffff;
}
.cid-s6oGrk4zBm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6oGrk4zBm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6oGrk4zBm .modal-content,
.cid-s6oGrk4zBm .modal-dialog {
  height: auto;
}
.cid-s6oGrk4zBm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6oGrk4zBm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6oGrk4zBm .form-wrapper .mbr-form .form-group,
  .cid-s6oGrk4zBm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6oGrk4zBm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6oGrk4zBm .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-s6oGrk4zBm .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6oGrk4zBm .pt-0 {
  padding-top: 0 !important;
}
.cid-s6oGrk4zBm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6oGrk4zBm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6oGrk4zBm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6oGrk4zBm .modal-open {
  overflow: hidden;
}
.cid-s6oGrk4zBm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6oGrk4zBm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6oGrk4zBm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6oGrk4zBm .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-s6oGrk4zBm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6oGrk4zBm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6oGrk4zBm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6oGrk4zBm .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-s6oGrk4zBm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6oGrk4zBm .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6oGrk4zBm .modal-backdrop.show {
  opacity: .5;
}
.cid-s6oGrk4zBm .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-s6oGrk4zBm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6oGrk4zBm .modal-header .close:hover {
  opacity: 1;
}
.cid-s6oGrk4zBm .modal-header .close:focus {
  outline: none;
}
.cid-s6oGrk4zBm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6oGrk4zBm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6oGrk4zBm .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-s6oGrk4zBm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6oGrk4zBm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6oGrk4zBm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6oGrk4zBm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6oGrk4zBm .modal-sm {
    max-width: 300px;
  }
  .cid-s6oGrk4zBm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6oGrk4zBm .modal-lg,
  .cid-s6oGrk4zBm .modal-xl {
    max-width: 800px;
  }
  .cid-s6oGrk4zBm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6oGrk4zBm .modal-xl {
    max-width: 1140px;
  }
  .cid-s6oGrk4zBm .container {
    max-width: 1140px;
  }
}
.cid-s6oGrk4zBm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6oGrk4zBm .container {
    max-width: 720px;
  }
}
.cid-s6oGrk4zBm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6oGrk4zBm .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-s6oGrk4zBm .form-group {
  margin-bottom: 1rem;
}
.cid-s6oGrk4zBm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6oGrk4zBm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6oGrk4zBm .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-s6oGry2xk3.popup-builder {
  background-color: #ffffff;
}
.cid-s6oGry2xk3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6oGry2xk3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6oGry2xk3 .modal-content,
.cid-s6oGry2xk3 .modal-dialog {
  height: auto;
}
.cid-s6oGry2xk3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6oGry2xk3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6oGry2xk3 .form-wrapper .mbr-form .form-group,
  .cid-s6oGry2xk3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6oGry2xk3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6oGry2xk3 .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-s6oGry2xk3 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6oGry2xk3 .pt-0 {
  padding-top: 0 !important;
}
.cid-s6oGry2xk3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6oGry2xk3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6oGry2xk3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6oGry2xk3 .modal-open {
  overflow: hidden;
}
.cid-s6oGry2xk3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6oGry2xk3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6oGry2xk3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6oGry2xk3 .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-s6oGry2xk3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6oGry2xk3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6oGry2xk3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6oGry2xk3 .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-s6oGry2xk3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6oGry2xk3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6oGry2xk3 .modal-backdrop.show {
  opacity: .5;
}
.cid-s6oGry2xk3 .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-s6oGry2xk3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6oGry2xk3 .modal-header .close:hover {
  opacity: 1;
}
.cid-s6oGry2xk3 .modal-header .close:focus {
  outline: none;
}
.cid-s6oGry2xk3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6oGry2xk3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6oGry2xk3 .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-s6oGry2xk3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6oGry2xk3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6oGry2xk3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6oGry2xk3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6oGry2xk3 .modal-sm {
    max-width: 300px;
  }
  .cid-s6oGry2xk3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6oGry2xk3 .modal-lg,
  .cid-s6oGry2xk3 .modal-xl {
    max-width: 800px;
  }
  .cid-s6oGry2xk3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6oGry2xk3 .modal-xl {
    max-width: 1140px;
  }
  .cid-s6oGry2xk3 .container {
    max-width: 1140px;
  }
}
.cid-s6oGry2xk3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6oGry2xk3 .container {
    max-width: 720px;
  }
}
.cid-s6oGry2xk3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6oGry2xk3 .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-s6oGry2xk3 .form-group {
  margin-bottom: 1rem;
}
.cid-s6oGry2xk3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6oGry2xk3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6oGry2xk3 .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-s6oGrMyczu.popup-builder {
  background-color: #ffffff;
}
.cid-s6oGrMyczu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6oGrMyczu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6oGrMyczu .modal-content,
.cid-s6oGrMyczu .modal-dialog {
  height: auto;
}
.cid-s6oGrMyczu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6oGrMyczu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6oGrMyczu .form-wrapper .mbr-form .form-group,
  .cid-s6oGrMyczu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6oGrMyczu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6oGrMyczu .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-s6oGrMyczu .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6oGrMyczu .pt-0 {
  padding-top: 0 !important;
}
.cid-s6oGrMyczu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6oGrMyczu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6oGrMyczu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6oGrMyczu .modal-open {
  overflow: hidden;
}
.cid-s6oGrMyczu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6oGrMyczu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6oGrMyczu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6oGrMyczu .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-s6oGrMyczu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6oGrMyczu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6oGrMyczu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6oGrMyczu .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-s6oGrMyczu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6oGrMyczu .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6oGrMyczu .modal-backdrop.show {
  opacity: .5;
}
.cid-s6oGrMyczu .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-s6oGrMyczu .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6oGrMyczu .modal-header .close:hover {
  opacity: 1;
}
.cid-s6oGrMyczu .modal-header .close:focus {
  outline: none;
}
.cid-s6oGrMyczu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6oGrMyczu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6oGrMyczu .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-s6oGrMyczu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6oGrMyczu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6oGrMyczu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6oGrMyczu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6oGrMyczu .modal-sm {
    max-width: 300px;
  }
  .cid-s6oGrMyczu .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6oGrMyczu .modal-lg,
  .cid-s6oGrMyczu .modal-xl {
    max-width: 800px;
  }
  .cid-s6oGrMyczu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6oGrMyczu .modal-xl {
    max-width: 1140px;
  }
  .cid-s6oGrMyczu .container {
    max-width: 1140px;
  }
}
.cid-s6oGrMyczu .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6oGrMyczu .container {
    max-width: 720px;
  }
}
.cid-s6oGrMyczu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6oGrMyczu .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-s6oGrMyczu .form-group {
  margin-bottom: 1rem;
}
.cid-s6oGrMyczu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6oGrMyczu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6oGrMyczu .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-s6oGrZlv7h.popup-builder {
  background-color: #ffffff;
}
.cid-s6oGrZlv7h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6oGrZlv7h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6oGrZlv7h .modal-content,
.cid-s6oGrZlv7h .modal-dialog {
  height: auto;
}
.cid-s6oGrZlv7h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6oGrZlv7h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6oGrZlv7h .form-wrapper .mbr-form .form-group,
  .cid-s6oGrZlv7h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6oGrZlv7h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6oGrZlv7h .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-s6oGrZlv7h .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6oGrZlv7h .pt-0 {
  padding-top: 0 !important;
}
.cid-s6oGrZlv7h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6oGrZlv7h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6oGrZlv7h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6oGrZlv7h .modal-open {
  overflow: hidden;
}
.cid-s6oGrZlv7h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6oGrZlv7h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6oGrZlv7h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6oGrZlv7h .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-s6oGrZlv7h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6oGrZlv7h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6oGrZlv7h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6oGrZlv7h .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-s6oGrZlv7h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6oGrZlv7h .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6oGrZlv7h .modal-backdrop.show {
  opacity: .5;
}
.cid-s6oGrZlv7h .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-s6oGrZlv7h .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6oGrZlv7h .modal-header .close:hover {
  opacity: 1;
}
.cid-s6oGrZlv7h .modal-header .close:focus {
  outline: none;
}
.cid-s6oGrZlv7h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6oGrZlv7h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6oGrZlv7h .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-s6oGrZlv7h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6oGrZlv7h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6oGrZlv7h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6oGrZlv7h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6oGrZlv7h .modal-sm {
    max-width: 300px;
  }
  .cid-s6oGrZlv7h .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6oGrZlv7h .modal-lg,
  .cid-s6oGrZlv7h .modal-xl {
    max-width: 800px;
  }
  .cid-s6oGrZlv7h .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6oGrZlv7h .modal-xl {
    max-width: 1140px;
  }
  .cid-s6oGrZlv7h .container {
    max-width: 1140px;
  }
}
.cid-s6oGrZlv7h .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6oGrZlv7h .container {
    max-width: 720px;
  }
}
.cid-s6oGrZlv7h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6oGrZlv7h .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-s6oGrZlv7h .form-group {
  margin-bottom: 1rem;
}
.cid-s6oGrZlv7h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6oGrZlv7h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6oGrZlv7h .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-s6oGsdCg2k.popup-builder {
  background-color: #ffffff;
}
.cid-s6oGsdCg2k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6oGsdCg2k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6oGsdCg2k .modal-content,
.cid-s6oGsdCg2k .modal-dialog {
  height: auto;
}
.cid-s6oGsdCg2k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6oGsdCg2k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6oGsdCg2k .form-wrapper .mbr-form .form-group,
  .cid-s6oGsdCg2k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6oGsdCg2k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6oGsdCg2k .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-s6oGsdCg2k .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6oGsdCg2k .pt-0 {
  padding-top: 0 !important;
}
.cid-s6oGsdCg2k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6oGsdCg2k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6oGsdCg2k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6oGsdCg2k .modal-open {
  overflow: hidden;
}
.cid-s6oGsdCg2k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6oGsdCg2k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6oGsdCg2k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6oGsdCg2k .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-s6oGsdCg2k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6oGsdCg2k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6oGsdCg2k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6oGsdCg2k .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-s6oGsdCg2k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6oGsdCg2k .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6oGsdCg2k .modal-backdrop.show {
  opacity: .5;
}
.cid-s6oGsdCg2k .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-s6oGsdCg2k .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6oGsdCg2k .modal-header .close:hover {
  opacity: 1;
}
.cid-s6oGsdCg2k .modal-header .close:focus {
  outline: none;
}
.cid-s6oGsdCg2k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6oGsdCg2k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6oGsdCg2k .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-s6oGsdCg2k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6oGsdCg2k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6oGsdCg2k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6oGsdCg2k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6oGsdCg2k .modal-sm {
    max-width: 300px;
  }
  .cid-s6oGsdCg2k .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6oGsdCg2k .modal-lg,
  .cid-s6oGsdCg2k .modal-xl {
    max-width: 800px;
  }
  .cid-s6oGsdCg2k .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6oGsdCg2k .modal-xl {
    max-width: 1140px;
  }
  .cid-s6oGsdCg2k .container {
    max-width: 1140px;
  }
}
.cid-s6oGsdCg2k .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6oGsdCg2k .container {
    max-width: 720px;
  }
}
.cid-s6oGsdCg2k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6oGsdCg2k .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-s6oGsdCg2k .form-group {
  margin-bottom: 1rem;
}
.cid-s6oGsdCg2k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6oGsdCg2k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6oGsdCg2k .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-s6oGsqqhnU.popup-builder {
  background-color: #ffffff;
}
.cid-s6oGsqqhnU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6oGsqqhnU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6oGsqqhnU .modal-content,
.cid-s6oGsqqhnU .modal-dialog {
  height: auto;
}
.cid-s6oGsqqhnU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6oGsqqhnU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6oGsqqhnU .form-wrapper .mbr-form .form-group,
  .cid-s6oGsqqhnU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6oGsqqhnU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6oGsqqhnU .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-s6oGsqqhnU .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6oGsqqhnU .pt-0 {
  padding-top: 0 !important;
}
.cid-s6oGsqqhnU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6oGsqqhnU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6oGsqqhnU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6oGsqqhnU .modal-open {
  overflow: hidden;
}
.cid-s6oGsqqhnU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6oGsqqhnU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6oGsqqhnU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6oGsqqhnU .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-s6oGsqqhnU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6oGsqqhnU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6oGsqqhnU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6oGsqqhnU .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-s6oGsqqhnU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6oGsqqhnU .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6oGsqqhnU .modal-backdrop.show {
  opacity: .5;
}
.cid-s6oGsqqhnU .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-s6oGsqqhnU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6oGsqqhnU .modal-header .close:hover {
  opacity: 1;
}
.cid-s6oGsqqhnU .modal-header .close:focus {
  outline: none;
}
.cid-s6oGsqqhnU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6oGsqqhnU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6oGsqqhnU .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-s6oGsqqhnU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6oGsqqhnU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6oGsqqhnU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6oGsqqhnU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6oGsqqhnU .modal-sm {
    max-width: 300px;
  }
  .cid-s6oGsqqhnU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6oGsqqhnU .modal-lg,
  .cid-s6oGsqqhnU .modal-xl {
    max-width: 800px;
  }
  .cid-s6oGsqqhnU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6oGsqqhnU .modal-xl {
    max-width: 1140px;
  }
  .cid-s6oGsqqhnU .container {
    max-width: 1140px;
  }
}
.cid-s6oGsqqhnU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6oGsqqhnU .container {
    max-width: 720px;
  }
}
.cid-s6oGsqqhnU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6oGsqqhnU .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-s6oGsqqhnU .form-group {
  margin-bottom: 1rem;
}
.cid-s6oGsqqhnU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6oGsqqhnU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6oGsqqhnU .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-s6oGsDWtB5.popup-builder {
  background-color: #ffffff;
}
.cid-s6oGsDWtB5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6oGsDWtB5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6oGsDWtB5 .modal-content,
.cid-s6oGsDWtB5 .modal-dialog {
  height: auto;
}
.cid-s6oGsDWtB5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6oGsDWtB5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6oGsDWtB5 .form-wrapper .mbr-form .form-group,
  .cid-s6oGsDWtB5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6oGsDWtB5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6oGsDWtB5 .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-s6oGsDWtB5 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6oGsDWtB5 .pt-0 {
  padding-top: 0 !important;
}
.cid-s6oGsDWtB5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6oGsDWtB5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6oGsDWtB5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6oGsDWtB5 .modal-open {
  overflow: hidden;
}
.cid-s6oGsDWtB5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6oGsDWtB5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6oGsDWtB5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6oGsDWtB5 .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-s6oGsDWtB5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6oGsDWtB5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6oGsDWtB5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6oGsDWtB5 .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-s6oGsDWtB5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6oGsDWtB5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6oGsDWtB5 .modal-backdrop.show {
  opacity: .5;
}
.cid-s6oGsDWtB5 .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-s6oGsDWtB5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6oGsDWtB5 .modal-header .close:hover {
  opacity: 1;
}
.cid-s6oGsDWtB5 .modal-header .close:focus {
  outline: none;
}
.cid-s6oGsDWtB5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6oGsDWtB5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6oGsDWtB5 .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-s6oGsDWtB5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6oGsDWtB5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6oGsDWtB5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6oGsDWtB5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6oGsDWtB5 .modal-sm {
    max-width: 300px;
  }
  .cid-s6oGsDWtB5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6oGsDWtB5 .modal-lg,
  .cid-s6oGsDWtB5 .modal-xl {
    max-width: 800px;
  }
  .cid-s6oGsDWtB5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6oGsDWtB5 .modal-xl {
    max-width: 1140px;
  }
  .cid-s6oGsDWtB5 .container {
    max-width: 1140px;
  }
}
.cid-s6oGsDWtB5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6oGsDWtB5 .container {
    max-width: 720px;
  }
}
.cid-s6oGsDWtB5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6oGsDWtB5 .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-s6oGsDWtB5 .form-group {
  margin-bottom: 1rem;
}
.cid-s6oGsDWtB5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6oGsDWtB5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6oGsDWtB5 .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-s6oGsRAB41.popup-builder {
  background-color: #ffffff;
}
.cid-s6oGsRAB41.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6oGsRAB41.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6oGsRAB41 .modal-content,
.cid-s6oGsRAB41 .modal-dialog {
  height: auto;
}
.cid-s6oGsRAB41 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6oGsRAB41 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6oGsRAB41 .form-wrapper .mbr-form .form-group,
  .cid-s6oGsRAB41 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6oGsRAB41 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6oGsRAB41 .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-s6oGsRAB41 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6oGsRAB41 .pt-0 {
  padding-top: 0 !important;
}
.cid-s6oGsRAB41 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6oGsRAB41 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6oGsRAB41 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6oGsRAB41 .modal-open {
  overflow: hidden;
}
.cid-s6oGsRAB41 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6oGsRAB41 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6oGsRAB41 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6oGsRAB41 .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-s6oGsRAB41 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6oGsRAB41 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6oGsRAB41 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6oGsRAB41 .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-s6oGsRAB41 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6oGsRAB41 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6oGsRAB41 .modal-backdrop.show {
  opacity: .5;
}
.cid-s6oGsRAB41 .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-s6oGsRAB41 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6oGsRAB41 .modal-header .close:hover {
  opacity: 1;
}
.cid-s6oGsRAB41 .modal-header .close:focus {
  outline: none;
}
.cid-s6oGsRAB41 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6oGsRAB41 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6oGsRAB41 .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-s6oGsRAB41 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6oGsRAB41 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6oGsRAB41 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6oGsRAB41 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6oGsRAB41 .modal-sm {
    max-width: 300px;
  }
  .cid-s6oGsRAB41 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6oGsRAB41 .modal-lg,
  .cid-s6oGsRAB41 .modal-xl {
    max-width: 800px;
  }
  .cid-s6oGsRAB41 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6oGsRAB41 .modal-xl {
    max-width: 1140px;
  }
  .cid-s6oGsRAB41 .container {
    max-width: 1140px;
  }
}
.cid-s6oGsRAB41 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6oGsRAB41 .container {
    max-width: 720px;
  }
}
.cid-s6oGsRAB41 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6oGsRAB41 .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-s6oGsRAB41 .form-group {
  margin-bottom: 1rem;
}
.cid-s6oGsRAB41 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6oGsRAB41 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6oGsRAB41 .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-s6ldIfls1K .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s6ldIfls1K .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s6ldIfls1K .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s6ldIfls1K .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s6ldIfls1K .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s6ldIfls1K .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6ldIfls1K .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s6ldIfls1K .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s6ldIfls1K .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s6ldIfls1K .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s6ldIfls1K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6ldIfls1K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s6ldIfls1K .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s6ldIfls1K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6ldIfls1K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6ldIfls1K .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-s6ldIfls1K .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s6ldIfls1K .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s6ldIfls1K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6ldIfls1K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s6ldIfls1K .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s6ldIfls1K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6ldIfls1K .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s6ldIfls1K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6ldIfls1K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6ldIfls1K .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-s6ldIfls1K .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s6ldIfls1K .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s6ldIfls1K .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6ldIfls1K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6ldIfls1K .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s6ldIfls1K .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s6ldIfls1K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6ldIfls1K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s6ldIfls1K .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s6ldIfls1K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6ldIfls1K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6ldIfls1K .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-s6ldIfls1K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6ldIfls1K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6ldIfls1K .dropdown-item.active,
.cid-s6ldIfls1K .dropdown-item:active {
  background-color: transparent;
}
.cid-s6ldIfls1K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6ldIfls1K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6ldIfls1K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6ldIfls1K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s6ldIfls1K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s6ldIfls1K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6ldIfls1K ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s6ldIfls1K .navbar-buttons {
  text-align: center;
}
.cid-s6ldIfls1K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6ldIfls1K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s6ldIfls1K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6ldIfls1K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6ldIfls1K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6ldIfls1K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6ldIfls1K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6ldIfls1K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6ldIfls1K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6ldIfls1K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6ldIfls1K .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s6ldIfls1K 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-s6ldIfls1K .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6ldIfls1K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s6ldIfls1K .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s6ldIfls1K .nav-link:hover,
.cid-s6ldIfls1K .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s6ldIfRB6H {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s6ldIfRB6H .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s6ldIfRB6H .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s6ldIfRB6H .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s6ldIfRB6H .animated-element,
.cid-s6ldIfRB6H .typed-cursor {
  color: #333333;
}
.cid-s6ldIfRB6H .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s6ldIfRB6H .typed-text {
    text-align: center;
  }
}
.cid-s6ldIfRB6H .mbr-section-title {
  color: #ff695c;
}
.cid-s6ldIfRB6H .mbr-text,
.cid-s6ldIfRB6H .typed-text,
.cid-s6ldIfRB6H .mbr-section-btn {
  color: #0a1c44;
}
.cid-s6ldIfRB6H .mbr-section-subtitle,
.cid-s6ldIfRB6H .underline {
  color: #0a1c44;
}
.cid-s6ldIgvTrA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6ldIgvTrA .runtime-item {
  width: 50%;
  margin: 0px;
  padding: 1rem;
  xmin-width: 300px;
  xmax-width: 800px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 0px 1px 1px 0px;
}
.cid-s6ldIgvTrA .runtime-item .d-inline-block {
  margin-bottom: 0.5rem;
}
.cid-s6ldIgvTrA .runtime-item xximg:hover {
  transform: scale(1.5);
}
.cid-s6ldIgvTrA .runtime-item .badge1,
.cid-s6ldIgvTrA .runtime-item .badge2 {
  border: 2px solid;
  border-radius: 1rem;
  font-size: 16px;
  padding: 0.25rem .5rem;
}
.cid-s6ldIgvTrA .runtime-item .badge2 {
  padding: 0.25rem 0.25rem;
}
.cid-s6ldIgvTrA .runtime-ol {
  color: #444444;
}
.cid-s6ldIgvTrA .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s6ldIgvTrA .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s6ldIgvTrA .runtime-ol li p {
  line-height: 1.3;
}
.cid-s6ldIgvTrA .rts-float-img {
  width: 50%;
  min-width: 250px;
  max-width: 350px;
  padding: 0.25rem;
}
.cid-s6ldIgvTrA .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s6ldIgvTrA .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s6ldIgvTrA .mbr-iconfont {
  font-size: 16px!important;
  xxxpadding-bottom: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s6ldIgvTrA .ico-line {
  display: -webkit-flex;
}
.cid-s6ldIgvTrA .lh-1 {
  line-height: 1;
}
.cid-s6ldIgvTrA .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6ldIgvTrA .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s6ldIgvTrA .linkcolor {
  color: #ff695c;
}
.cid-s6ldIgvTrA .col-md-4 {
  padding: 0;
}
.cid-s6ldIgvTrA p {
  line-height: 1.6;
}
.cid-s6ldIgvTrA .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s6ldIgvTrA .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s6ldIgvTrA .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6ldIgvTrA .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s6ldIgvTrA img {
  transition: all 0.3s;
}
.cid-s6ldIgvTrA h5 {
  margin: 0;
}
.cid-s6ldIgvTrA .card-box {
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-s6ldIgvTrA .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s6ldIgvTrA .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s6ldIgvTrA .card-box > p,
.cid-s6ldIgvTrA .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s6ldIgvTrA .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s6ldIgvTrA .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s6ldIgvTrA .productinfo > p {
  color: #000000;
}
.cid-s6ldIgvTrA .price {
  color: #ffffff;
  text-align: left;
}
.cid-s6ldIgvTrA .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s6ldIgvTrA .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6ldIgvTrA .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s6ldIgvTrA .product_image > .col-12 {
  padding: 5rem;
}
.cid-s6ldIgvTrA .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-s6ldIgvTrA .runtime-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-s6ldIgvTrA .xxruntime-item {
    width: 100%;
  }
  .cid-s6ldIgvTrA .rts-float-img {
    xwidth: 100%;
    xpadding: 0rem;
  }
  .cid-s6ldIgvTrA .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s6ldIgvTrA .zoom:hover {
    transform: scale(1);
  }
  .cid-s6ldIgvTrA .runtime-item {
    padding: 0.5rem;
  }
  .cid-s6ldIgvTrA .runtime-item img:hover {
    transform: none;
  }
  .cid-s6ldIgvTrA .list-group-item {
    padding: 0.5rem;
  }
  .cid-s6ldIgvTrA .rts-float-img {
    width: 100%;
    padding: 0rem;
  }
  .cid-s6ldIgvTrA .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s6ldIgvTrA .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s6ldIgvTrA .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s6ldIgvTrA .col-md-4 {
    padding: 15 0px;
  }
  .cid-s6ldIgvTrA .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s6ldIgvTrA .col-md-8 {
    margin: 0 15px;
  }
  .cid-s6ldIgvTrA .price-box {
    left: 15px;
  }
  .cid-s6ldIgvTrA .xxcard-box {
    padding: 1rem;
  }
  .cid-s6ldIgvTrA .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s6ldIgvTrA P {
  color: #000000;
}
.cid-s6ldIgvTrA .xxcard-box > ul,
.cid-s6ldIgvTrA .mbr-section-btn .card-box > ul > li > p,
.cid-s6ldIgvTrA .mbr-section-btn {
  color: #444444;
}
.cid-s6ldIgvTrA .xxcard-box > ul > li > p,
.cid-s6ldIgvTrA .mbr-section-btn {
  color: #444444;
}
.cid-s6ldIgvTrA .rts-container > p,
.cid-s6ldIgvTrA .mbr-section-btn {
  color: #1dc9cb;
}
.cid-s6ldIgvTrA .runtime-item > p,
.cid-s6ldIgvTrA .mbr-section-btn {
  color: #444444;
}
.cid-s6ldIgvTrA .rts-intro > p,
.cid-s6ldIgvTrA .mbr-section-btn {
  color: #444444;
}
.cid-s6pApphc9Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s6pApphc9Z [class^="socicon-"]:before,
.cid-s6pApphc9Z [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s6pApphc9Z .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s6pApphc9Z .btn-social,
.cid-s6pApphc9Z .mbr-section-title {
  color: #57468b;
}
.cid-s6pApphc9Z .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s6pApphc9Z .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s6pApphc9Z .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s6pApphc9Z .align-left {
    text-align: center;
  }
  .cid-s6pApphc9Z .align-right {
    text-align: center;
  }
  .cid-s6pApphc9Z .social-list {
    justify-content: center;
  }
  .cid-s6pApphc9Z .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s6obFvoe2s.popup-builder {
  background-color: #ffffff;
}
.cid-s6obFvoe2s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6obFvoe2s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6obFvoe2s .modal-content,
.cid-s6obFvoe2s .modal-dialog {
  height: auto;
}
.cid-s6obFvoe2s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6obFvoe2s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6obFvoe2s .form-wrapper .mbr-form .form-group,
  .cid-s6obFvoe2s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6obFvoe2s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6obFvoe2s .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-s6obFvoe2s .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6obFvoe2s .pt-0 {
  padding-top: 0 !important;
}
.cid-s6obFvoe2s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6obFvoe2s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6obFvoe2s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6obFvoe2s .modal-open {
  overflow: hidden;
}
.cid-s6obFvoe2s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6obFvoe2s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6obFvoe2s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6obFvoe2s .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-s6obFvoe2s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6obFvoe2s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6obFvoe2s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6obFvoe2s .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-s6obFvoe2s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6obFvoe2s .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6obFvoe2s .modal-backdrop.show {
  opacity: .5;
}
.cid-s6obFvoe2s .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-s6obFvoe2s .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6obFvoe2s .modal-header .close:hover {
  opacity: 1;
}
.cid-s6obFvoe2s .modal-header .close:focus {
  outline: none;
}
.cid-s6obFvoe2s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6obFvoe2s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6obFvoe2s .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-s6obFvoe2s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6obFvoe2s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6obFvoe2s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6obFvoe2s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6obFvoe2s .modal-sm {
    max-width: 300px;
  }
  .cid-s6obFvoe2s .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6obFvoe2s .modal-lg,
  .cid-s6obFvoe2s .modal-xl {
    max-width: 800px;
  }
  .cid-s6obFvoe2s .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6obFvoe2s .modal-xl {
    max-width: 1140px;
  }
  .cid-s6obFvoe2s .container {
    max-width: 1140px;
  }
}
.cid-s6obFvoe2s .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6obFvoe2s .container {
    max-width: 720px;
  }
}
.cid-s6obFvoe2s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6obFvoe2s .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-s6obFvoe2s .form-group {
  margin-bottom: 1rem;
}
.cid-s6obFvoe2s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6obFvoe2s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6obFvoe2s .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-s6okkjmpV7.popup-builder {
  background-color: #ffffff;
}
.cid-s6okkjmpV7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6okkjmpV7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6okkjmpV7 .modal-content,
.cid-s6okkjmpV7 .modal-dialog {
  height: auto;
}
.cid-s6okkjmpV7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6okkjmpV7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6okkjmpV7 .form-wrapper .mbr-form .form-group,
  .cid-s6okkjmpV7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6okkjmpV7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6okkjmpV7 .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-s6okkjmpV7 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6okkjmpV7 .pt-0 {
  padding-top: 0 !important;
}
.cid-s6okkjmpV7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6okkjmpV7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6okkjmpV7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6okkjmpV7 .modal-open {
  overflow: hidden;
}
.cid-s6okkjmpV7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6okkjmpV7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6okkjmpV7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6okkjmpV7 .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-s6okkjmpV7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6okkjmpV7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6okkjmpV7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6okkjmpV7 .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-s6okkjmpV7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6okkjmpV7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6okkjmpV7 .modal-backdrop.show {
  opacity: .5;
}
.cid-s6okkjmpV7 .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-s6okkjmpV7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6okkjmpV7 .modal-header .close:hover {
  opacity: 1;
}
.cid-s6okkjmpV7 .modal-header .close:focus {
  outline: none;
}
.cid-s6okkjmpV7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6okkjmpV7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6okkjmpV7 .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-s6okkjmpV7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6okkjmpV7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6okkjmpV7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6okkjmpV7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6okkjmpV7 .modal-sm {
    max-width: 300px;
  }
  .cid-s6okkjmpV7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6okkjmpV7 .modal-lg,
  .cid-s6okkjmpV7 .modal-xl {
    max-width: 800px;
  }
  .cid-s6okkjmpV7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6okkjmpV7 .modal-xl {
    max-width: 1140px;
  }
  .cid-s6okkjmpV7 .container {
    max-width: 1140px;
  }
}
.cid-s6okkjmpV7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6okkjmpV7 .container {
    max-width: 720px;
  }
}
.cid-s6okkjmpV7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6okkjmpV7 .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-s6okkjmpV7 .form-group {
  margin-bottom: 1rem;
}
.cid-s6okkjmpV7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6okkjmpV7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6okkjmpV7 .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-s6ol0HwR1Z.popup-builder {
  background-color: #ffffff;
}
.cid-s6ol0HwR1Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6ol0HwR1Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6ol0HwR1Z .modal-content,
.cid-s6ol0HwR1Z .modal-dialog {
  height: auto;
}
.cid-s6ol0HwR1Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6ol0HwR1Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6ol0HwR1Z .form-wrapper .mbr-form .form-group,
  .cid-s6ol0HwR1Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6ol0HwR1Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6ol0HwR1Z .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-s6ol0HwR1Z .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6ol0HwR1Z .pt-0 {
  padding-top: 0 !important;
}
.cid-s6ol0HwR1Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6ol0HwR1Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6ol0HwR1Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6ol0HwR1Z .modal-open {
  overflow: hidden;
}
.cid-s6ol0HwR1Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6ol0HwR1Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6ol0HwR1Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6ol0HwR1Z .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-s6ol0HwR1Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6ol0HwR1Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6ol0HwR1Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6ol0HwR1Z .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-s6ol0HwR1Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6ol0HwR1Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6ol0HwR1Z .modal-backdrop.show {
  opacity: .5;
}
.cid-s6ol0HwR1Z .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-s6ol0HwR1Z .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6ol0HwR1Z .modal-header .close:hover {
  opacity: 1;
}
.cid-s6ol0HwR1Z .modal-header .close:focus {
  outline: none;
}
.cid-s6ol0HwR1Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6ol0HwR1Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6ol0HwR1Z .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-s6ol0HwR1Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6ol0HwR1Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6ol0HwR1Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6ol0HwR1Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6ol0HwR1Z .modal-sm {
    max-width: 300px;
  }
  .cid-s6ol0HwR1Z .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6ol0HwR1Z .modal-lg,
  .cid-s6ol0HwR1Z .modal-xl {
    max-width: 800px;
  }
  .cid-s6ol0HwR1Z .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6ol0HwR1Z .modal-xl {
    max-width: 1140px;
  }
  .cid-s6ol0HwR1Z .container {
    max-width: 1140px;
  }
}
.cid-s6ol0HwR1Z .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6ol0HwR1Z .container {
    max-width: 720px;
  }
}
.cid-s6ol0HwR1Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6ol0HwR1Z .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-s6ol0HwR1Z .form-group {
  margin-bottom: 1rem;
}
.cid-s6ol0HwR1Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6ol0HwR1Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6ol0HwR1Z .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-s6olkFJP5b.popup-builder {
  background-color: #ffffff;
}
.cid-s6olkFJP5b.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6olkFJP5b.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6olkFJP5b .modal-content,
.cid-s6olkFJP5b .modal-dialog {
  height: auto;
}
.cid-s6olkFJP5b .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6olkFJP5b .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6olkFJP5b .form-wrapper .mbr-form .form-group,
  .cid-s6olkFJP5b .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6olkFJP5b .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6olkFJP5b .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-s6olkFJP5b .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6olkFJP5b .pt-0 {
  padding-top: 0 !important;
}
.cid-s6olkFJP5b .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6olkFJP5b .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6olkFJP5b .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6olkFJP5b .modal-open {
  overflow: hidden;
}
.cid-s6olkFJP5b .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6olkFJP5b .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6olkFJP5b .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6olkFJP5b .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-s6olkFJP5b .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6olkFJP5b .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6olkFJP5b .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6olkFJP5b .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-s6olkFJP5b .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6olkFJP5b .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6olkFJP5b .modal-backdrop.show {
  opacity: .5;
}
.cid-s6olkFJP5b .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-s6olkFJP5b .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6olkFJP5b .modal-header .close:hover {
  opacity: 1;
}
.cid-s6olkFJP5b .modal-header .close:focus {
  outline: none;
}
.cid-s6olkFJP5b .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6olkFJP5b .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6olkFJP5b .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-s6olkFJP5b .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6olkFJP5b .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6olkFJP5b .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6olkFJP5b .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6olkFJP5b .modal-sm {
    max-width: 300px;
  }
  .cid-s6olkFJP5b .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6olkFJP5b .modal-lg,
  .cid-s6olkFJP5b .modal-xl {
    max-width: 800px;
  }
  .cid-s6olkFJP5b .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6olkFJP5b .modal-xl {
    max-width: 1140px;
  }
  .cid-s6olkFJP5b .container {
    max-width: 1140px;
  }
}
.cid-s6olkFJP5b .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6olkFJP5b .container {
    max-width: 720px;
  }
}
.cid-s6olkFJP5b .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6olkFJP5b .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-s6olkFJP5b .form-group {
  margin-bottom: 1rem;
}
.cid-s6olkFJP5b .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6olkFJP5b .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6olkFJP5b .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-s6olX11YEw.popup-builder {
  background-color: #ffffff;
}
.cid-s6olX11YEw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6olX11YEw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6olX11YEw .modal-content,
.cid-s6olX11YEw .modal-dialog {
  height: auto;
}
.cid-s6olX11YEw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6olX11YEw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6olX11YEw .form-wrapper .mbr-form .form-group,
  .cid-s6olX11YEw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6olX11YEw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6olX11YEw .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-s6olX11YEw .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6olX11YEw .pt-0 {
  padding-top: 0 !important;
}
.cid-s6olX11YEw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6olX11YEw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6olX11YEw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6olX11YEw .modal-open {
  overflow: hidden;
}
.cid-s6olX11YEw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6olX11YEw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6olX11YEw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6olX11YEw .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-s6olX11YEw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6olX11YEw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6olX11YEw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6olX11YEw .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-s6olX11YEw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6olX11YEw .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6olX11YEw .modal-backdrop.show {
  opacity: .5;
}
.cid-s6olX11YEw .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-s6olX11YEw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6olX11YEw .modal-header .close:hover {
  opacity: 1;
}
.cid-s6olX11YEw .modal-header .close:focus {
  outline: none;
}
.cid-s6olX11YEw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6olX11YEw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6olX11YEw .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-s6olX11YEw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6olX11YEw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6olX11YEw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6olX11YEw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6olX11YEw .modal-sm {
    max-width: 300px;
  }
  .cid-s6olX11YEw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6olX11YEw .modal-lg,
  .cid-s6olX11YEw .modal-xl {
    max-width: 800px;
  }
  .cid-s6olX11YEw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6olX11YEw .modal-xl {
    max-width: 1140px;
  }
  .cid-s6olX11YEw .container {
    max-width: 1140px;
  }
}
.cid-s6olX11YEw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6olX11YEw .container {
    max-width: 720px;
  }
}
.cid-s6olX11YEw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6olX11YEw .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-s6olX11YEw .form-group {
  margin-bottom: 1rem;
}
.cid-s6olX11YEw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6olX11YEw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6olX11YEw .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-s6om1yWi3H.popup-builder {
  background-color: #ffffff;
}
.cid-s6om1yWi3H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6om1yWi3H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6om1yWi3H .modal-content,
.cid-s6om1yWi3H .modal-dialog {
  height: auto;
}
.cid-s6om1yWi3H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6om1yWi3H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6om1yWi3H .form-wrapper .mbr-form .form-group,
  .cid-s6om1yWi3H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6om1yWi3H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6om1yWi3H .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-s6om1yWi3H .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6om1yWi3H .pt-0 {
  padding-top: 0 !important;
}
.cid-s6om1yWi3H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6om1yWi3H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6om1yWi3H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6om1yWi3H .modal-open {
  overflow: hidden;
}
.cid-s6om1yWi3H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6om1yWi3H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6om1yWi3H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6om1yWi3H .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-s6om1yWi3H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6om1yWi3H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6om1yWi3H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6om1yWi3H .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-s6om1yWi3H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6om1yWi3H .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6om1yWi3H .modal-backdrop.show {
  opacity: .5;
}
.cid-s6om1yWi3H .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-s6om1yWi3H .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6om1yWi3H .modal-header .close:hover {
  opacity: 1;
}
.cid-s6om1yWi3H .modal-header .close:focus {
  outline: none;
}
.cid-s6om1yWi3H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6om1yWi3H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6om1yWi3H .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-s6om1yWi3H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6om1yWi3H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6om1yWi3H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6om1yWi3H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6om1yWi3H .modal-sm {
    max-width: 300px;
  }
  .cid-s6om1yWi3H .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6om1yWi3H .modal-lg,
  .cid-s6om1yWi3H .modal-xl {
    max-width: 800px;
  }
  .cid-s6om1yWi3H .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6om1yWi3H .modal-xl {
    max-width: 1140px;
  }
  .cid-s6om1yWi3H .container {
    max-width: 1140px;
  }
}
.cid-s6om1yWi3H .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6om1yWi3H .container {
    max-width: 720px;
  }
}
.cid-s6om1yWi3H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6om1yWi3H .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-s6om1yWi3H .form-group {
  margin-bottom: 1rem;
}
.cid-s6om1yWi3H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6om1yWi3H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6om1yWi3H .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-svsmnxOAHD.popup-builder {
  background-color: #ffffff;
}
.cid-svsmnxOAHD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-svsmnxOAHD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-svsmnxOAHD .modal-content,
.cid-svsmnxOAHD .modal-dialog {
  height: auto;
}
.cid-svsmnxOAHD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-svsmnxOAHD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-svsmnxOAHD .form-wrapper .mbr-form .form-group,
  .cid-svsmnxOAHD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-svsmnxOAHD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-svsmnxOAHD .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-svsmnxOAHD .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-svsmnxOAHD .pt-0 {
  padding-top: 0 !important;
}
.cid-svsmnxOAHD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-svsmnxOAHD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-svsmnxOAHD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-svsmnxOAHD .modal-open {
  overflow: hidden;
}
.cid-svsmnxOAHD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-svsmnxOAHD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-svsmnxOAHD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-svsmnxOAHD .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-svsmnxOAHD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-svsmnxOAHD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-svsmnxOAHD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-svsmnxOAHD .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-svsmnxOAHD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-svsmnxOAHD .modal-backdrop.fade {
  opacity: 0;
}
.cid-svsmnxOAHD .modal-backdrop.show {
  opacity: .5;
}
.cid-svsmnxOAHD .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-svsmnxOAHD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-svsmnxOAHD .modal-header .close:hover {
  opacity: 1;
}
.cid-svsmnxOAHD .modal-header .close:focus {
  outline: none;
}
.cid-svsmnxOAHD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-svsmnxOAHD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-svsmnxOAHD .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-svsmnxOAHD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-svsmnxOAHD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-svsmnxOAHD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-svsmnxOAHD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-svsmnxOAHD .modal-sm {
    max-width: 300px;
  }
  .cid-svsmnxOAHD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-svsmnxOAHD .modal-lg,
  .cid-svsmnxOAHD .modal-xl {
    max-width: 800px;
  }
  .cid-svsmnxOAHD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-svsmnxOAHD .modal-xl {
    max-width: 1140px;
  }
  .cid-svsmnxOAHD .container {
    max-width: 1140px;
  }
}
.cid-svsmnxOAHD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-svsmnxOAHD .container {
    max-width: 720px;
  }
}
.cid-svsmnxOAHD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-svsmnxOAHD .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-svsmnxOAHD .form-group {
  margin-bottom: 1rem;
}
.cid-svsmnxOAHD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-svsmnxOAHD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-svsmnxOAHD .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-s6omTMpy74.popup-builder {
  background-color: #ffffff;
}
.cid-s6omTMpy74.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6omTMpy74.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6omTMpy74 .modal-content,
.cid-s6omTMpy74 .modal-dialog {
  height: auto;
}
.cid-s6omTMpy74 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6omTMpy74 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6omTMpy74 .form-wrapper .mbr-form .form-group,
  .cid-s6omTMpy74 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6omTMpy74 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6omTMpy74 .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-s6omTMpy74 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6omTMpy74 .pt-0 {
  padding-top: 0 !important;
}
.cid-s6omTMpy74 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6omTMpy74 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6omTMpy74 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6omTMpy74 .modal-open {
  overflow: hidden;
}
.cid-s6omTMpy74 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6omTMpy74 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6omTMpy74 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6omTMpy74 .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-s6omTMpy74 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6omTMpy74 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6omTMpy74 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6omTMpy74 .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-s6omTMpy74 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6omTMpy74 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6omTMpy74 .modal-backdrop.show {
  opacity: .5;
}
.cid-s6omTMpy74 .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-s6omTMpy74 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6omTMpy74 .modal-header .close:hover {
  opacity: 1;
}
.cid-s6omTMpy74 .modal-header .close:focus {
  outline: none;
}
.cid-s6omTMpy74 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6omTMpy74 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6omTMpy74 .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-s6omTMpy74 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6omTMpy74 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6omTMpy74 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6omTMpy74 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6omTMpy74 .modal-sm {
    max-width: 300px;
  }
  .cid-s6omTMpy74 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6omTMpy74 .modal-lg,
  .cid-s6omTMpy74 .modal-xl {
    max-width: 800px;
  }
  .cid-s6omTMpy74 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6omTMpy74 .modal-xl {
    max-width: 1140px;
  }
  .cid-s6omTMpy74 .container {
    max-width: 1140px;
  }
}
.cid-s6omTMpy74 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6omTMpy74 .container {
    max-width: 720px;
  }
}
.cid-s6omTMpy74 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6omTMpy74 .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-s6omTMpy74 .form-group {
  margin-bottom: 1rem;
}
.cid-s6omTMpy74 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6omTMpy74 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6omTMpy74 .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-s6onOtgqIq.popup-builder {
  background-color: #ffffff;
}
.cid-s6onOtgqIq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6onOtgqIq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6onOtgqIq .modal-content,
.cid-s6onOtgqIq .modal-dialog {
  height: auto;
}
.cid-s6onOtgqIq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6onOtgqIq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6onOtgqIq .form-wrapper .mbr-form .form-group,
  .cid-s6onOtgqIq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6onOtgqIq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6onOtgqIq .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-s6onOtgqIq .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6onOtgqIq .pt-0 {
  padding-top: 0 !important;
}
.cid-s6onOtgqIq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6onOtgqIq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6onOtgqIq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6onOtgqIq .modal-open {
  overflow: hidden;
}
.cid-s6onOtgqIq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6onOtgqIq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6onOtgqIq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6onOtgqIq .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-s6onOtgqIq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6onOtgqIq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6onOtgqIq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6onOtgqIq .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-s6onOtgqIq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6onOtgqIq .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6onOtgqIq .modal-backdrop.show {
  opacity: .5;
}
.cid-s6onOtgqIq .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-s6onOtgqIq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6onOtgqIq .modal-header .close:hover {
  opacity: 1;
}
.cid-s6onOtgqIq .modal-header .close:focus {
  outline: none;
}
.cid-s6onOtgqIq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6onOtgqIq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6onOtgqIq .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-s6onOtgqIq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6onOtgqIq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6onOtgqIq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6onOtgqIq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6onOtgqIq .modal-sm {
    max-width: 300px;
  }
  .cid-s6onOtgqIq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6onOtgqIq .modal-lg,
  .cid-s6onOtgqIq .modal-xl {
    max-width: 800px;
  }
  .cid-s6onOtgqIq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6onOtgqIq .modal-xl {
    max-width: 1140px;
  }
  .cid-s6onOtgqIq .container {
    max-width: 1140px;
  }
}
.cid-s6onOtgqIq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6onOtgqIq .container {
    max-width: 720px;
  }
}
.cid-s6onOtgqIq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6onOtgqIq .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-s6onOtgqIq .form-group {
  margin-bottom: 1rem;
}
.cid-s6onOtgqIq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6onOtgqIq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6onOtgqIq .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-s6oomlaEQr.popup-builder {
  background-color: #ffffff;
}
.cid-s6oomlaEQr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6oomlaEQr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6oomlaEQr .modal-content,
.cid-s6oomlaEQr .modal-dialog {
  height: auto;
}
.cid-s6oomlaEQr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6oomlaEQr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6oomlaEQr .form-wrapper .mbr-form .form-group,
  .cid-s6oomlaEQr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6oomlaEQr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6oomlaEQr .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-s6oomlaEQr .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6oomlaEQr .pt-0 {
  padding-top: 0 !important;
}
.cid-s6oomlaEQr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6oomlaEQr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6oomlaEQr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6oomlaEQr .modal-open {
  overflow: hidden;
}
.cid-s6oomlaEQr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6oomlaEQr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6oomlaEQr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6oomlaEQr .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-s6oomlaEQr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6oomlaEQr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6oomlaEQr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6oomlaEQr .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-s6oomlaEQr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6oomlaEQr .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6oomlaEQr .modal-backdrop.show {
  opacity: .5;
}
.cid-s6oomlaEQr .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-s6oomlaEQr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6oomlaEQr .modal-header .close:hover {
  opacity: 1;
}
.cid-s6oomlaEQr .modal-header .close:focus {
  outline: none;
}
.cid-s6oomlaEQr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6oomlaEQr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6oomlaEQr .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-s6oomlaEQr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6oomlaEQr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6oomlaEQr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6oomlaEQr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6oomlaEQr .modal-sm {
    max-width: 300px;
  }
  .cid-s6oomlaEQr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6oomlaEQr .modal-lg,
  .cid-s6oomlaEQr .modal-xl {
    max-width: 800px;
  }
  .cid-s6oomlaEQr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6oomlaEQr .modal-xl {
    max-width: 1140px;
  }
  .cid-s6oomlaEQr .container {
    max-width: 1140px;
  }
}
.cid-s6oomlaEQr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6oomlaEQr .container {
    max-width: 720px;
  }
}
.cid-s6oomlaEQr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6oomlaEQr .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-s6oomlaEQr .form-group {
  margin-bottom: 1rem;
}
.cid-s6oomlaEQr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6oomlaEQr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6oomlaEQr .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-s6ooEeFKbj.popup-builder {
  background-color: #ffffff;
}
.cid-s6ooEeFKbj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6ooEeFKbj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6ooEeFKbj .modal-content,
.cid-s6ooEeFKbj .modal-dialog {
  height: auto;
}
.cid-s6ooEeFKbj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6ooEeFKbj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6ooEeFKbj .form-wrapper .mbr-form .form-group,
  .cid-s6ooEeFKbj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6ooEeFKbj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6ooEeFKbj .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-s6ooEeFKbj .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6ooEeFKbj .pt-0 {
  padding-top: 0 !important;
}
.cid-s6ooEeFKbj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6ooEeFKbj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6ooEeFKbj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6ooEeFKbj .modal-open {
  overflow: hidden;
}
.cid-s6ooEeFKbj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6ooEeFKbj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6ooEeFKbj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6ooEeFKbj .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-s6ooEeFKbj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6ooEeFKbj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6ooEeFKbj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6ooEeFKbj .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-s6ooEeFKbj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6ooEeFKbj .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6ooEeFKbj .modal-backdrop.show {
  opacity: .5;
}
.cid-s6ooEeFKbj .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-s6ooEeFKbj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6ooEeFKbj .modal-header .close:hover {
  opacity: 1;
}
.cid-s6ooEeFKbj .modal-header .close:focus {
  outline: none;
}
.cid-s6ooEeFKbj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6ooEeFKbj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6ooEeFKbj .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-s6ooEeFKbj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6ooEeFKbj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6ooEeFKbj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6ooEeFKbj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6ooEeFKbj .modal-sm {
    max-width: 300px;
  }
  .cid-s6ooEeFKbj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6ooEeFKbj .modal-lg,
  .cid-s6ooEeFKbj .modal-xl {
    max-width: 800px;
  }
  .cid-s6ooEeFKbj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6ooEeFKbj .modal-xl {
    max-width: 1140px;
  }
  .cid-s6ooEeFKbj .container {
    max-width: 1140px;
  }
}
.cid-s6ooEeFKbj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6ooEeFKbj .container {
    max-width: 720px;
  }
}
.cid-s6ooEeFKbj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6ooEeFKbj .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-s6ooEeFKbj .form-group {
  margin-bottom: 1rem;
}
.cid-s6ooEeFKbj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6ooEeFKbj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6ooEeFKbj .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-s6p4IQvsOK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s6p4IQvsOK .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s6p4IQvsOK .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s6p4IQvsOK .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s6p4IQvsOK .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s6p4IQvsOK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6p4IQvsOK .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s6p4IQvsOK .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s6p4IQvsOK .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s6p4IQvsOK .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s6p4IQvsOK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6p4IQvsOK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s6p4IQvsOK .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s6p4IQvsOK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6p4IQvsOK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6p4IQvsOK .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-s6p4IQvsOK .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s6p4IQvsOK .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s6p4IQvsOK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6p4IQvsOK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s6p4IQvsOK .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s6p4IQvsOK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6p4IQvsOK .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s6p4IQvsOK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6p4IQvsOK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6p4IQvsOK .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-s6p4IQvsOK .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s6p4IQvsOK .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s6p4IQvsOK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6p4IQvsOK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6p4IQvsOK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s6p4IQvsOK .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s6p4IQvsOK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6p4IQvsOK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s6p4IQvsOK .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s6p4IQvsOK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6p4IQvsOK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6p4IQvsOK .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-s6p4IQvsOK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6p4IQvsOK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6p4IQvsOK .dropdown-item.active,
.cid-s6p4IQvsOK .dropdown-item:active {
  background-color: transparent;
}
.cid-s6p4IQvsOK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6p4IQvsOK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6p4IQvsOK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6p4IQvsOK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s6p4IQvsOK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s6p4IQvsOK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6p4IQvsOK ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s6p4IQvsOK .navbar-buttons {
  text-align: center;
}
.cid-s6p4IQvsOK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6p4IQvsOK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s6p4IQvsOK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6p4IQvsOK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6p4IQvsOK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6p4IQvsOK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6p4IQvsOK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6p4IQvsOK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6p4IQvsOK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6p4IQvsOK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6p4IQvsOK .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s6p4IQvsOK 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-s6p4IQvsOK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6p4IQvsOK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s6p4IQvsOK .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s6p4IQvsOK .nav-link:hover,
.cid-s6p4IQvsOK .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s6p4IRgqPC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s6p4IRgqPC .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s6p4IRgqPC .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s6p4IRgqPC .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s6p4IRgqPC .animated-element,
.cid-s6p4IRgqPC .typed-cursor {
  color: #333333;
}
.cid-s6p4IRgqPC .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s6p4IRgqPC .typed-text {
    text-align: center;
  }
}
.cid-s6p4IRgqPC .mbr-section-title {
  color: #ff695c;
}
.cid-s6p4IRgqPC .mbr-text,
.cid-s6p4IRgqPC .typed-text,
.cid-s6p4IRgqPC .mbr-section-btn {
  color: #0a1c44;
}
.cid-s6p4IRgqPC .mbr-section-subtitle,
.cid-s6p4IRgqPC .underline {
  color: #0a1c44;
}
.cid-s6p4ISleSN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6p4ISleSN .runtime-item {
  width: 50%;
  margin: 0px;
  padding: 1rem;
  xmin-width: 300px;
  xmax-width: 800px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 0px 1px 1px 0px;
}
.cid-s6p4ISleSN .runtime-item .d-inline-block {
  margin-bottom: 0.5rem;
}
.cid-s6p4ISleSN .runtime-item xximg:hover {
  transform: scale(1.5);
}
.cid-s6p4ISleSN .runtime-item .badge1,
.cid-s6p4ISleSN .runtime-item .badge2 {
  border: 2px solid;
  border-radius: 1rem;
  font-size: 16px;
  padding: 0.25rem .5rem;
}
.cid-s6p4ISleSN .runtime-item .badge2 {
  padding: 0.25rem 0.25rem;
}
.cid-s6p4ISleSN .runtime-ol {
  color: #444444;
}
.cid-s6p4ISleSN .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s6p4ISleSN .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s6p4ISleSN .runtime-ol li p {
  line-height: 1.3;
}
.cid-s6p4ISleSN .rts-float-img {
  width: 50%;
  min-width: 250px;
  max-width: 350px;
  padding: 0.25rem;
}
.cid-s6p4ISleSN .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s6p4ISleSN .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s6p4ISleSN .mbr-iconfont {
  font-size: 16px!important;
  xxxpadding-bottom: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s6p4ISleSN .ico-line {
  display: -webkit-flex;
}
.cid-s6p4ISleSN .lh-1 {
  line-height: 1;
}
.cid-s6p4ISleSN .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6p4ISleSN .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s6p4ISleSN .linkcolor {
  color: #ff695c;
}
.cid-s6p4ISleSN .col-md-4 {
  padding: 0;
}
.cid-s6p4ISleSN p {
  line-height: 1.6;
}
.cid-s6p4ISleSN .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s6p4ISleSN .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s6p4ISleSN .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6p4ISleSN .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s6p4ISleSN img {
  transition: all 0.3s;
}
.cid-s6p4ISleSN h5 {
  margin: 0;
}
.cid-s6p4ISleSN .card-box {
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-s6p4ISleSN .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s6p4ISleSN .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s6p4ISleSN .card-box > p,
.cid-s6p4ISleSN .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s6p4ISleSN .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s6p4ISleSN .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s6p4ISleSN .productinfo > p {
  color: #000000;
}
.cid-s6p4ISleSN .price {
  color: #ffffff;
  text-align: left;
}
.cid-s6p4ISleSN .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s6p4ISleSN .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6p4ISleSN .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s6p4ISleSN .product_image > .col-12 {
  padding: 5rem;
}
.cid-s6p4ISleSN .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-s6p4ISleSN .runtime-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-s6p4ISleSN .xxruntime-item {
    width: 100%;
  }
  .cid-s6p4ISleSN .rts-float-img {
    xwidth: 100%;
    xpadding: 0rem;
  }
  .cid-s6p4ISleSN .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s6p4ISleSN .zoom:hover {
    transform: scale(1);
  }
  .cid-s6p4ISleSN .runtime-item {
    padding: 0.5rem;
  }
  .cid-s6p4ISleSN .runtime-item img:hover {
    transform: none;
  }
  .cid-s6p4ISleSN .list-group-item {
    padding: 0.5rem;
  }
  .cid-s6p4ISleSN .rts-float-img {
    width: 100%;
    padding: 0rem;
  }
  .cid-s6p4ISleSN .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s6p4ISleSN .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s6p4ISleSN .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s6p4ISleSN .col-md-4 {
    padding: 15 0px;
  }
  .cid-s6p4ISleSN .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s6p4ISleSN .col-md-8 {
    margin: 0 15px;
  }
  .cid-s6p4ISleSN .price-box {
    left: 15px;
  }
  .cid-s6p4ISleSN .xxcard-box {
    padding: 1rem;
  }
  .cid-s6p4ISleSN .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s6p4ISleSN P {
  color: #000000;
}
.cid-s6p4ISleSN .xxcard-box > ul,
.cid-s6p4ISleSN .mbr-section-btn .card-box > ul > li > p,
.cid-s6p4ISleSN .mbr-section-btn {
  color: #444444;
}
.cid-s6p4ISleSN .xxcard-box > ul > li > p,
.cid-s6p4ISleSN .mbr-section-btn {
  color: #444444;
}
.cid-s6p4ISleSN .rts-container > p,
.cid-s6p4ISleSN .mbr-section-btn {
  color: #1dc9cb;
}
.cid-s6p4ISleSN .runtime-item > p,
.cid-s6p4ISleSN .mbr-section-btn {
  color: #444444;
}
.cid-s6p4ISleSN .rts-intro > p,
.cid-s6p4ISleSN .mbr-section-btn {
  color: #444444;
}
.cid-s6pzfCMBla {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s6pzfCMBla [class^="socicon-"]:before,
.cid-s6pzfCMBla [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s6pzfCMBla .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s6pzfCMBla .btn-social,
.cid-s6pzfCMBla .mbr-section-title {
  color: #57468b;
}
.cid-s6pzfCMBla .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s6pzfCMBla .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s6pzfCMBla .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s6pzfCMBla .align-left {
    text-align: center;
  }
  .cid-s6pzfCMBla .align-right {
    text-align: center;
  }
  .cid-s6pzfCMBla .social-list {
    justify-content: center;
  }
  .cid-s6pzfCMBla .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s6p4ITLfEI.popup-builder {
  background-color: #ffffff;
}
.cid-s6p4ITLfEI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6p4ITLfEI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6p4ITLfEI .modal-content,
.cid-s6p4ITLfEI .modal-dialog {
  height: auto;
}
.cid-s6p4ITLfEI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6p4ITLfEI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6p4ITLfEI .form-wrapper .mbr-form .form-group,
  .cid-s6p4ITLfEI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6p4ITLfEI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6p4ITLfEI .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-s6p4ITLfEI .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6p4ITLfEI .pt-0 {
  padding-top: 0 !important;
}
.cid-s6p4ITLfEI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6p4ITLfEI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6p4ITLfEI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6p4ITLfEI .modal-open {
  overflow: hidden;
}
.cid-s6p4ITLfEI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6p4ITLfEI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6p4ITLfEI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6p4ITLfEI .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-s6p4ITLfEI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6p4ITLfEI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6p4ITLfEI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6p4ITLfEI .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-s6p4ITLfEI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6p4ITLfEI .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6p4ITLfEI .modal-backdrop.show {
  opacity: .5;
}
.cid-s6p4ITLfEI .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-s6p4ITLfEI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6p4ITLfEI .modal-header .close:hover {
  opacity: 1;
}
.cid-s6p4ITLfEI .modal-header .close:focus {
  outline: none;
}
.cid-s6p4ITLfEI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6p4ITLfEI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6p4ITLfEI .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-s6p4ITLfEI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6p4ITLfEI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6p4ITLfEI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6p4ITLfEI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6p4ITLfEI .modal-sm {
    max-width: 300px;
  }
  .cid-s6p4ITLfEI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6p4ITLfEI .modal-lg,
  .cid-s6p4ITLfEI .modal-xl {
    max-width: 800px;
  }
  .cid-s6p4ITLfEI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6p4ITLfEI .modal-xl {
    max-width: 1140px;
  }
  .cid-s6p4ITLfEI .container {
    max-width: 1140px;
  }
}
.cid-s6p4ITLfEI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6p4ITLfEI .container {
    max-width: 720px;
  }
}
.cid-s6p4ITLfEI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6p4ITLfEI .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-s6p4ITLfEI .form-group {
  margin-bottom: 1rem;
}
.cid-s6p4ITLfEI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6p4ITLfEI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6p4ITLfEI .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-s6p4IUVmcV.popup-builder {
  background-color: #ffffff;
}
.cid-s6p4IUVmcV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6p4IUVmcV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6p4IUVmcV .modal-content,
.cid-s6p4IUVmcV .modal-dialog {
  height: auto;
}
.cid-s6p4IUVmcV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6p4IUVmcV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6p4IUVmcV .form-wrapper .mbr-form .form-group,
  .cid-s6p4IUVmcV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6p4IUVmcV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6p4IUVmcV .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-s6p4IUVmcV .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6p4IUVmcV .pt-0 {
  padding-top: 0 !important;
}
.cid-s6p4IUVmcV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6p4IUVmcV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6p4IUVmcV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6p4IUVmcV .modal-open {
  overflow: hidden;
}
.cid-s6p4IUVmcV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6p4IUVmcV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6p4IUVmcV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6p4IUVmcV .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-s6p4IUVmcV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6p4IUVmcV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6p4IUVmcV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6p4IUVmcV .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-s6p4IUVmcV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6p4IUVmcV .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6p4IUVmcV .modal-backdrop.show {
  opacity: .5;
}
.cid-s6p4IUVmcV .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-s6p4IUVmcV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6p4IUVmcV .modal-header .close:hover {
  opacity: 1;
}
.cid-s6p4IUVmcV .modal-header .close:focus {
  outline: none;
}
.cid-s6p4IUVmcV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6p4IUVmcV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6p4IUVmcV .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-s6p4IUVmcV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6p4IUVmcV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6p4IUVmcV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6p4IUVmcV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6p4IUVmcV .modal-sm {
    max-width: 300px;
  }
  .cid-s6p4IUVmcV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6p4IUVmcV .modal-lg,
  .cid-s6p4IUVmcV .modal-xl {
    max-width: 800px;
  }
  .cid-s6p4IUVmcV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6p4IUVmcV .modal-xl {
    max-width: 1140px;
  }
  .cid-s6p4IUVmcV .container {
    max-width: 1140px;
  }
}
.cid-s6p4IUVmcV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6p4IUVmcV .container {
    max-width: 720px;
  }
}
.cid-s6p4IUVmcV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6p4IUVmcV .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-s6p4IUVmcV .form-group {
  margin-bottom: 1rem;
}
.cid-s6p4IUVmcV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6p4IUVmcV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6p4IUVmcV .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-s6p4IW1l4Y.popup-builder {
  background-color: #ffffff;
}
.cid-s6p4IW1l4Y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6p4IW1l4Y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6p4IW1l4Y .modal-content,
.cid-s6p4IW1l4Y .modal-dialog {
  height: auto;
}
.cid-s6p4IW1l4Y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6p4IW1l4Y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6p4IW1l4Y .form-wrapper .mbr-form .form-group,
  .cid-s6p4IW1l4Y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6p4IW1l4Y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6p4IW1l4Y .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-s6p4IW1l4Y .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6p4IW1l4Y .pt-0 {
  padding-top: 0 !important;
}
.cid-s6p4IW1l4Y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6p4IW1l4Y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6p4IW1l4Y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6p4IW1l4Y .modal-open {
  overflow: hidden;
}
.cid-s6p4IW1l4Y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6p4IW1l4Y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6p4IW1l4Y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6p4IW1l4Y .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-s6p4IW1l4Y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6p4IW1l4Y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6p4IW1l4Y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6p4IW1l4Y .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-s6p4IW1l4Y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6p4IW1l4Y .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6p4IW1l4Y .modal-backdrop.show {
  opacity: .5;
}
.cid-s6p4IW1l4Y .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-s6p4IW1l4Y .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6p4IW1l4Y .modal-header .close:hover {
  opacity: 1;
}
.cid-s6p4IW1l4Y .modal-header .close:focus {
  outline: none;
}
.cid-s6p4IW1l4Y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6p4IW1l4Y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6p4IW1l4Y .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-s6p4IW1l4Y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6p4IW1l4Y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6p4IW1l4Y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6p4IW1l4Y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6p4IW1l4Y .modal-sm {
    max-width: 300px;
  }
  .cid-s6p4IW1l4Y .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6p4IW1l4Y .modal-lg,
  .cid-s6p4IW1l4Y .modal-xl {
    max-width: 800px;
  }
  .cid-s6p4IW1l4Y .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6p4IW1l4Y .modal-xl {
    max-width: 1140px;
  }
  .cid-s6p4IW1l4Y .container {
    max-width: 1140px;
  }
}
.cid-s6p4IW1l4Y .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6p4IW1l4Y .container {
    max-width: 720px;
  }
}
.cid-s6p4IW1l4Y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6p4IW1l4Y .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-s6p4IW1l4Y .form-group {
  margin-bottom: 1rem;
}
.cid-s6p4IW1l4Y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6p4IW1l4Y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6p4IW1l4Y .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-s6p4IX87gB.popup-builder {
  background-color: #ffffff;
}
.cid-s6p4IX87gB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6p4IX87gB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6p4IX87gB .modal-content,
.cid-s6p4IX87gB .modal-dialog {
  height: auto;
}
.cid-s6p4IX87gB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6p4IX87gB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6p4IX87gB .form-wrapper .mbr-form .form-group,
  .cid-s6p4IX87gB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6p4IX87gB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6p4IX87gB .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-s6p4IX87gB .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6p4IX87gB .pt-0 {
  padding-top: 0 !important;
}
.cid-s6p4IX87gB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6p4IX87gB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6p4IX87gB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6p4IX87gB .modal-open {
  overflow: hidden;
}
.cid-s6p4IX87gB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6p4IX87gB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6p4IX87gB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6p4IX87gB .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-s6p4IX87gB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6p4IX87gB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6p4IX87gB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6p4IX87gB .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-s6p4IX87gB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6p4IX87gB .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6p4IX87gB .modal-backdrop.show {
  opacity: .5;
}
.cid-s6p4IX87gB .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-s6p4IX87gB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6p4IX87gB .modal-header .close:hover {
  opacity: 1;
}
.cid-s6p4IX87gB .modal-header .close:focus {
  outline: none;
}
.cid-s6p4IX87gB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6p4IX87gB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6p4IX87gB .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-s6p4IX87gB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6p4IX87gB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6p4IX87gB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6p4IX87gB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6p4IX87gB .modal-sm {
    max-width: 300px;
  }
  .cid-s6p4IX87gB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6p4IX87gB .modal-lg,
  .cid-s6p4IX87gB .modal-xl {
    max-width: 800px;
  }
  .cid-s6p4IX87gB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6p4IX87gB .modal-xl {
    max-width: 1140px;
  }
  .cid-s6p4IX87gB .container {
    max-width: 1140px;
  }
}
.cid-s6p4IX87gB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6p4IX87gB .container {
    max-width: 720px;
  }
}
.cid-s6p4IX87gB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6p4IX87gB .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-s6p4IX87gB .form-group {
  margin-bottom: 1rem;
}
.cid-s6p4IX87gB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6p4IX87gB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6p4IX87gB .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-s6p4IYKNJS.popup-builder {
  background-color: #ffffff;
}
.cid-s6p4IYKNJS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6p4IYKNJS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6p4IYKNJS .modal-content,
.cid-s6p4IYKNJS .modal-dialog {
  height: auto;
}
.cid-s6p4IYKNJS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6p4IYKNJS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6p4IYKNJS .form-wrapper .mbr-form .form-group,
  .cid-s6p4IYKNJS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6p4IYKNJS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6p4IYKNJS .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-s6p4IYKNJS .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6p4IYKNJS .pt-0 {
  padding-top: 0 !important;
}
.cid-s6p4IYKNJS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6p4IYKNJS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6p4IYKNJS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6p4IYKNJS .modal-open {
  overflow: hidden;
}
.cid-s6p4IYKNJS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6p4IYKNJS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6p4IYKNJS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6p4IYKNJS .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-s6p4IYKNJS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6p4IYKNJS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6p4IYKNJS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6p4IYKNJS .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-s6p4IYKNJS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6p4IYKNJS .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6p4IYKNJS .modal-backdrop.show {
  opacity: .5;
}
.cid-s6p4IYKNJS .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-s6p4IYKNJS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6p4IYKNJS .modal-header .close:hover {
  opacity: 1;
}
.cid-s6p4IYKNJS .modal-header .close:focus {
  outline: none;
}
.cid-s6p4IYKNJS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6p4IYKNJS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6p4IYKNJS .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-s6p4IYKNJS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6p4IYKNJS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6p4IYKNJS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6p4IYKNJS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6p4IYKNJS .modal-sm {
    max-width: 300px;
  }
  .cid-s6p4IYKNJS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6p4IYKNJS .modal-lg,
  .cid-s6p4IYKNJS .modal-xl {
    max-width: 800px;
  }
  .cid-s6p4IYKNJS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6p4IYKNJS .modal-xl {
    max-width: 1140px;
  }
  .cid-s6p4IYKNJS .container {
    max-width: 1140px;
  }
}
.cid-s6p4IYKNJS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6p4IYKNJS .container {
    max-width: 720px;
  }
}
.cid-s6p4IYKNJS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6p4IYKNJS .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-s6p4IYKNJS .form-group {
  margin-bottom: 1rem;
}
.cid-s6p4IYKNJS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6p4IYKNJS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6p4IYKNJS .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-s6p8TpmjYS.popup-builder {
  background-color: #ffffff;
}
.cid-s6p8TpmjYS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6p8TpmjYS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6p8TpmjYS .modal-content,
.cid-s6p8TpmjYS .modal-dialog {
  height: auto;
}
.cid-s6p8TpmjYS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6p8TpmjYS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6p8TpmjYS .form-wrapper .mbr-form .form-group,
  .cid-s6p8TpmjYS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6p8TpmjYS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6p8TpmjYS .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-s6p8TpmjYS .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6p8TpmjYS .pt-0 {
  padding-top: 0 !important;
}
.cid-s6p8TpmjYS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6p8TpmjYS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6p8TpmjYS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6p8TpmjYS .modal-open {
  overflow: hidden;
}
.cid-s6p8TpmjYS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6p8TpmjYS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6p8TpmjYS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6p8TpmjYS .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-s6p8TpmjYS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6p8TpmjYS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6p8TpmjYS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6p8TpmjYS .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-s6p8TpmjYS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6p8TpmjYS .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6p8TpmjYS .modal-backdrop.show {
  opacity: .5;
}
.cid-s6p8TpmjYS .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-s6p8TpmjYS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6p8TpmjYS .modal-header .close:hover {
  opacity: 1;
}
.cid-s6p8TpmjYS .modal-header .close:focus {
  outline: none;
}
.cid-s6p8TpmjYS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6p8TpmjYS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6p8TpmjYS .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-s6p8TpmjYS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6p8TpmjYS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6p8TpmjYS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6p8TpmjYS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6p8TpmjYS .modal-sm {
    max-width: 300px;
  }
  .cid-s6p8TpmjYS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6p8TpmjYS .modal-lg,
  .cid-s6p8TpmjYS .modal-xl {
    max-width: 800px;
  }
  .cid-s6p8TpmjYS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6p8TpmjYS .modal-xl {
    max-width: 1140px;
  }
  .cid-s6p8TpmjYS .container {
    max-width: 1140px;
  }
}
.cid-s6p8TpmjYS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6p8TpmjYS .container {
    max-width: 720px;
  }
}
.cid-s6p8TpmjYS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6p8TpmjYS .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-s6p8TpmjYS .form-group {
  margin-bottom: 1rem;
}
.cid-s6p8TpmjYS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6p8TpmjYS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6p8TpmjYS .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-s6pctlpRsT.popup-builder {
  background-color: #ffffff;
}
.cid-s6pctlpRsT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6pctlpRsT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6pctlpRsT .modal-content,
.cid-s6pctlpRsT .modal-dialog {
  height: auto;
}
.cid-s6pctlpRsT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6pctlpRsT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6pctlpRsT .form-wrapper .mbr-form .form-group,
  .cid-s6pctlpRsT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6pctlpRsT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6pctlpRsT .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-s6pctlpRsT .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s6pctlpRsT .pt-0 {
  padding-top: 0 !important;
}
.cid-s6pctlpRsT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6pctlpRsT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6pctlpRsT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6pctlpRsT .modal-open {
  overflow: hidden;
}
.cid-s6pctlpRsT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6pctlpRsT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6pctlpRsT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6pctlpRsT .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-s6pctlpRsT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6pctlpRsT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6pctlpRsT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6pctlpRsT .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-s6pctlpRsT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6pctlpRsT .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6pctlpRsT .modal-backdrop.show {
  opacity: .5;
}
.cid-s6pctlpRsT .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-s6pctlpRsT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6pctlpRsT .modal-header .close:hover {
  opacity: 1;
}
.cid-s6pctlpRsT .modal-header .close:focus {
  outline: none;
}
.cid-s6pctlpRsT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s6pctlpRsT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6pctlpRsT .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-s6pctlpRsT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6pctlpRsT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6pctlpRsT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6pctlpRsT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6pctlpRsT .modal-sm {
    max-width: 300px;
  }
  .cid-s6pctlpRsT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6pctlpRsT .modal-lg,
  .cid-s6pctlpRsT .modal-xl {
    max-width: 800px;
  }
  .cid-s6pctlpRsT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6pctlpRsT .modal-xl {
    max-width: 1140px;
  }
  .cid-s6pctlpRsT .container {
    max-width: 1140px;
  }
}
.cid-s6pctlpRsT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6pctlpRsT .container {
    max-width: 720px;
  }
}
.cid-s6pctlpRsT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6pctlpRsT .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-s6pctlpRsT .form-group {
  margin-bottom: 1rem;
}
.cid-s6pctlpRsT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6pctlpRsT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6pctlpRsT .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-s6JHJYKRfd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s6JHJYKRfd .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s6JHJYKRfd .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s6JHJYKRfd .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s6JHJYKRfd .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s6JHJYKRfd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6JHJYKRfd .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s6JHJYKRfd .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s6JHJYKRfd .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s6JHJYKRfd .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s6JHJYKRfd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6JHJYKRfd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s6JHJYKRfd .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s6JHJYKRfd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6JHJYKRfd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6JHJYKRfd .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-s6JHJYKRfd .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s6JHJYKRfd .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s6JHJYKRfd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6JHJYKRfd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s6JHJYKRfd .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s6JHJYKRfd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6JHJYKRfd .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s6JHJYKRfd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6JHJYKRfd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6JHJYKRfd .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-s6JHJYKRfd .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s6JHJYKRfd .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s6JHJYKRfd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6JHJYKRfd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6JHJYKRfd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s6JHJYKRfd .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s6JHJYKRfd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6JHJYKRfd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s6JHJYKRfd .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s6JHJYKRfd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6JHJYKRfd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6JHJYKRfd .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-s6JHJYKRfd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6JHJYKRfd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6JHJYKRfd .dropdown-item.active,
.cid-s6JHJYKRfd .dropdown-item:active {
  background-color: transparent;
}
.cid-s6JHJYKRfd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6JHJYKRfd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6JHJYKRfd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6JHJYKRfd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s6JHJYKRfd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s6JHJYKRfd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6JHJYKRfd ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s6JHJYKRfd .navbar-buttons {
  text-align: center;
}
.cid-s6JHJYKRfd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6JHJYKRfd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s6JHJYKRfd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6JHJYKRfd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6JHJYKRfd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6JHJYKRfd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6JHJYKRfd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6JHJYKRfd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6JHJYKRfd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6JHJYKRfd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6JHJYKRfd .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s6JHJYKRfd 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-s6JHJYKRfd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6JHJYKRfd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s6JHJYKRfd .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s6JHJYKRfd .nav-link:hover,
.cid-s6JHJYKRfd .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s6JHJZOE3y {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s6JHJZOE3y .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s6JHJZOE3y .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s6JHJZOE3y .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s6JHJZOE3y .animated-element,
.cid-s6JHJZOE3y .typed-cursor {
  color: #333333;
}
.cid-s6JHJZOE3y .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s6JHJZOE3y .typed-text {
    text-align: center;
  }
}
.cid-s6JHJZOE3y .mbr-section-title {
  color: #ff695c;
}
.cid-s6JHJZOE3y .mbr-text,
.cid-s6JHJZOE3y .typed-text,
.cid-s6JHJZOE3y .mbr-section-btn {
  color: #0a1c44;
}
.cid-s6JHJZOE3y .mbr-section-subtitle,
.cid-s6JHJZOE3y .underline {
  color: #0a1c44;
}
.cid-s6JWfyOrhf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6JWfyOrhf .runtime-ol {
  color: #444444;
}
.cid-s6JWfyOrhf .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s6JWfyOrhf .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s6JWfyOrhf .runtime-ol li p {
  line-height: 1.3;
}
.cid-s6JWfyOrhf .rts-float-img {
  width: 95%;
  min-width: 250px;
  max-width: 600px;
  padding: 0.25rem;
  margin-bottom: 0.5rem;
}
.cid-s6JWfyOrhf .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s6JWfyOrhf .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s6JWfyOrhf .mbr-iconfont {
  font-size: 16px!important;
  xxxpadding-bottom: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s6JWfyOrhf .ico-line {
  display: -webkit-flex;
}
.cid-s6JWfyOrhf .lh-1 {
  line-height: 1;
}
.cid-s6JWfyOrhf .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6JWfyOrhf .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s6JWfyOrhf .linkcolor {
  color: #ff695c;
}
.cid-s6JWfyOrhf .col-md-4 {
  padding: 0;
}
.cid-s6JWfyOrhf p {
  line-height: 1.6;
}
.cid-s6JWfyOrhf .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s6JWfyOrhf .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s6JWfyOrhf .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6JWfyOrhf .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s6JWfyOrhf img {
  transition: all 0.3s;
}
.cid-s6JWfyOrhf h5 {
  margin: 0;
}
.cid-s6JWfyOrhf .card-box {
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-s6JWfyOrhf .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s6JWfyOrhf .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s6JWfyOrhf .card-box > p,
.cid-s6JWfyOrhf .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s6JWfyOrhf .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s6JWfyOrhf .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s6JWfyOrhf .productinfo > p {
  color: #000000;
}
.cid-s6JWfyOrhf .price {
  color: #ffffff;
  text-align: left;
}
.cid-s6JWfyOrhf .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s6JWfyOrhf .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6JWfyOrhf .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s6JWfyOrhf .product_image > .col-12 {
  padding: 5rem;
}
.cid-s6JWfyOrhf .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s6JWfyOrhf .rts-float-img {
    width: 100%;
    padding: 0rem;
  }
  .cid-s6JWfyOrhf .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s6JWfyOrhf .list-group-item {
    padding: 0.5rem;
  }
  .cid-s6JWfyOrhf .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s6JWfyOrhf .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s6JWfyOrhf .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s6JWfyOrhf .col-md-4 {
    padding: 15 0px;
  }
  .cid-s6JWfyOrhf .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s6JWfyOrhf .col-md-8 {
    margin: 0 15px;
  }
  .cid-s6JWfyOrhf .price-box {
    left: 15px;
  }
  .cid-s6JWfyOrhf .xxcard-box {
    padding: 1rem;
  }
  .cid-s6JWfyOrhf .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s6JWfyOrhf P {
  color: #000000;
}
.cid-s6JWfyOrhf .card-box > ul,
.cid-s6JWfyOrhf .mbr-section-btn .card-box > ul > li > p,
.cid-s6JWfyOrhf .mbr-section-btn {
  color: #444444;
}
.cid-s6JHK5esP1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6JHK5esP1 u {
  border-bottom: 1px dashed #123;
  text-decoration: none;
}
.cid-s6JHK5esP1 .runtime-item {
  width: 50%;
}
.cid-s6JHK5esP1 .runtime-ol {
  color: #444444;
}
.cid-s6JHK5esP1 .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-s6JHK5esP1 .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-s6JHK5esP1 .runtime-ol li p {
  line-height: 1.3;
}
.cid-s6JHK5esP1 .rts-float-img {
  width: 95%;
  min-width: 250px;
  max-width: 600px;
  padding: 0.25rem;
}
.cid-s6JHK5esP1 .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s6JHK5esP1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s6JHK5esP1 .mbr-iconfont {
  font-size: 16px!important;
  xxxpadding-bottom: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s6JHK5esP1 .ico-line {
  display: -webkit-flex;
}
.cid-s6JHK5esP1 .lh-1 {
  line-height: 1;
}
.cid-s6JHK5esP1 .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6JHK5esP1 .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s6JHK5esP1 .linkcolor {
  color: #ff695c;
}
.cid-s6JHK5esP1 .col-md-4 {
  padding: 0;
}
.cid-s6JHK5esP1 p {
  line-height: 1.6;
}
.cid-s6JHK5esP1 .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s6JHK5esP1 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s6JHK5esP1 .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6JHK5esP1 .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s6JHK5esP1 img {
  transition: all 0.3s;
}
.cid-s6JHK5esP1 h5 {
  margin: 0;
}
.cid-s6JHK5esP1 .card-box {
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-s6JHK5esP1 .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s6JHK5esP1 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s6JHK5esP1 .card-box > p,
.cid-s6JHK5esP1 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s6JHK5esP1 .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s6JHK5esP1 .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-s6JHK5esP1 .productinfo > p {
  color: #000000;
}
.cid-s6JHK5esP1 .price {
  color: #ffffff;
  text-align: left;
}
.cid-s6JHK5esP1 .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s6JHK5esP1 .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s6JHK5esP1 .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s6JHK5esP1 .product_image > .col-12 {
  padding: 5rem;
}
.cid-s6JHK5esP1 .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s6JHK5esP1 .rts-float-img {
    width: 100%;
    padding: 0rem;
  }
  .cid-s6JHK5esP1 .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s6JHK5esP1 .list-group-item {
    padding: 0.5rem;
  }
  .cid-s6JHK5esP1 .runtime-item {
    width: 100%;
  }
  .cid-s6JHK5esP1 .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s6JHK5esP1 .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s6JHK5esP1 .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s6JHK5esP1 .col-md-4 {
    padding: 15 0px;
  }
  .cid-s6JHK5esP1 .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s6JHK5esP1 .col-md-8 {
    margin: 0 15px;
  }
  .cid-s6JHK5esP1 .price-box {
    left: 15px;
  }
  .cid-s6JHK5esP1 .xxcard-box {
    padding: 1rem;
  }
  .cid-s6JHK5esP1 .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s6JHK5esP1 P {
  color: #000000;
}
.cid-s6JHK5esP1 .card-box > ul,
.cid-s6JHK5esP1 .mbr-section-btn .card-box > ul > li > p,
.cid-s6JHK5esP1 .mbr-section-btn {
  color: #444444;
}
.cid-s6JHK5esP1 .card-box > ul,
.cid-s6JHK5esP1 .mbr-section-btn P {
  color: #444444;
}
.cid-s6JHK7QlRd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s6JHK7QlRd [class^="socicon-"]:before,
.cid-s6JHK7QlRd [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s6JHK7QlRd .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s6JHK7QlRd .btn-social,
.cid-s6JHK7QlRd .mbr-section-title {
  color: #57468b;
}
.cid-s6JHK7QlRd .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s6JHK7QlRd .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s6JHK7QlRd .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s6JHK7QlRd .align-left {
    text-align: center;
  }
  .cid-s6JHK7QlRd .align-right {
    text-align: center;
  }
  .cid-s6JHK7QlRd .social-list {
    justify-content: center;
  }
  .cid-s6JHK7QlRd .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s78RXELODh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s78RXELODh .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s78RXELODh .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s78RXELODh .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s78RXELODh .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s78RXELODh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s78RXELODh .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s78RXELODh .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s78RXELODh .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s78RXELODh .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s78RXELODh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s78RXELODh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s78RXELODh .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s78RXELODh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s78RXELODh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s78RXELODh .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-s78RXELODh .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s78RXELODh .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s78RXELODh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s78RXELODh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s78RXELODh .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s78RXELODh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s78RXELODh .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s78RXELODh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s78RXELODh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s78RXELODh .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-s78RXELODh .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s78RXELODh .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s78RXELODh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s78RXELODh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s78RXELODh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s78RXELODh .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s78RXELODh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s78RXELODh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s78RXELODh .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s78RXELODh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s78RXELODh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s78RXELODh .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-s78RXELODh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s78RXELODh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s78RXELODh .dropdown-item.active,
.cid-s78RXELODh .dropdown-item:active {
  background-color: transparent;
}
.cid-s78RXELODh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s78RXELODh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s78RXELODh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s78RXELODh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s78RXELODh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s78RXELODh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s78RXELODh ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s78RXELODh .navbar-buttons {
  text-align: center;
}
.cid-s78RXELODh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s78RXELODh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s78RXELODh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s78RXELODh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s78RXELODh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s78RXELODh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s78RXELODh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s78RXELODh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s78RXELODh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s78RXELODh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s78RXELODh .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s78RXELODh 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-s78RXELODh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s78RXELODh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s78RXELODh .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s78RXELODh .nav-link:hover,
.cid-s78RXELODh .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s78RXFwrj5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s78RXFwrj5 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s78RXFwrj5 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s78RXFwrj5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s78RXFwrj5 .animated-element,
.cid-s78RXFwrj5 .typed-cursor {
  color: #333333;
}
.cid-s78RXFwrj5 .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s78RXFwrj5 .typed-text {
    text-align: center;
  }
}
.cid-s78RXFwrj5 .mbr-section-title {
  color: #ff695c;
}
.cid-s78RXFwrj5 .mbr-text,
.cid-s78RXFwrj5 .typed-text,
.cid-s78RXFwrj5 .mbr-section-btn {
  color: #0a1c44;
}
.cid-s78RXFwrj5 .mbr-section-subtitle,
.cid-s78RXFwrj5 .underline {
  color: #0a1c44;
}
.cid-s78RXMQNbs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s78RXMQNbs .rts-small {
  line-height: 1.6;
  font-size: 80%;
}
.cid-s78RXMQNbs pre {
  margin: 0;
}
.cid-s78RXMQNbs pre p {
  margin: 0;
  line-height: 1.6;
}
.cid-s78RXMQNbs li {
  list-style: none;
}
.cid-s78RXMQNbs .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s78RXMQNbs .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s78RXMQNbs h4 {
  margin: 0;
}
.cid-s78RXMQNbs .item {
  color: #5580ff;
}
.cid-s78RXMQNbs .mbr-text {
  color: #444444;
}
.cid-s78RXMQNbs ul {
  padding: 0;
  margin: 0;
}
.cid-s78RXMQNbs .col-title {
  color: #57468b;
}
.cid-s78RXMQNbs .col-title1 {
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-s78RXMQNbs .col-title2 {
  color: #5580ff;
}
.cid-s78RXMQNbs .col-title3 {
  color: #ff8a73;
}
.cid-s78RXMQNbs .col-title4 {
  color: #57468b;
}
.cid-s78RXMQNbs .item1 {
  color: #444444;
  line-height: 1.2;
}
.cid-s78RXMQNbs .item2 {
  color: #444444;
  line-height: 1.2;
}
.cid-s78RXMQNbs .item3 {
  color: #716c80;
}
.cid-s78RXMQNbs .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s78RXMQNbs .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s79cIddvIL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s79cIddvIL li {
  list-style: none;
}
.cid-s79cIddvIL .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s79cIddvIL .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s79cIddvIL h4 {
  margin: 0;
}
.cid-s79cIddvIL .item {
  color: #5580ff;
}
.cid-s79cIddvIL .mbr-text {
  color: #444444;
}
.cid-s79cIddvIL ul {
  padding: 0;
  margin: 0;
}
.cid-s79cIddvIL .col-title {
  color: #57468b;
}
.cid-s79cIddvIL .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s79cIddvIL .col-title2 {
  color: #5580ff;
}
.cid-s79cIddvIL .col-title3 {
  color: #ff8a73;
}
.cid-s79cIddvIL .col-title4 {
  color: #57468b;
}
.cid-s79cIddvIL .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s79cIddvIL .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s79cIddvIL .item3 {
  color: #716c80;
}
.cid-s79cIddvIL .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s79cIddvIL .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s78RXHNzxL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s78RXHNzxL pre {
  margin: 0;
  xxwhite-space: nowrap;
  xxword-wrap: break-word;
  xxoverflow: auto;
}
.cid-s78RXHNzxL pre p {
  xxpadding: 0;
  margin: 0;
  line-height: 1.6;
}
.cid-s78RXHNzxL li {
  list-style: none;
}
.cid-s78RXHNzxL h4 {
  margin: 0;
}
.cid-s78RXHNzxL .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s78RXHNzxL .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s78RXHNzxL .mbr-text {
  color: #444444;
}
.cid-s78RXHNzxL ul {
  padding: 0;
  margin: 0;
}
.cid-s78RXHNzxL .item2 {
  color: #444444;
  line-height: 1.2;
}
.cid-s78RXHNzxL .rts-float-img {
  width: 50%;
  min-width: 350px;
  padding: 0.25rem;
}
.cid-s78RXHNzxL .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s78RXHNzxL .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s78RXHNzxL .ico-line {
  display: -webkit-flex;
}
.cid-s78RXHNzxL .lh-1 {
  line-height: 1;
}
.cid-s78RXHNzxL .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s78RXHNzxL .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s78RXHNzxL .linkcolor {
  color: #ff695c;
}
.cid-s78RXHNzxL .col-md-4 {
  padding: 0;
}
.cid-s78RXHNzxL .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s78RXHNzxL .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s78RXHNzxL .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s78RXHNzxL .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s78RXHNzxL img {
  transition: all 0.3s;
}
.cid-s78RXHNzxL h5 {
  margin: 0;
}
.cid-s78RXHNzxL .card-box {
  xxpadding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s78RXHNzxL .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s78RXHNzxL .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s78RXHNzxL .card-box > p,
.cid-s78RXHNzxL .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s78RXHNzxL .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s78RXHNzxL .productinfo > p {
  color: #000000;
}
.cid-s78RXHNzxL .price {
  color: #ffffff;
  text-align: left;
}
.cid-s78RXHNzxL .rev {
  color: #444444;
  line-height: 1.3;
  text-align: left;
}
.cid-s78RXHNzxL .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s78RXHNzxL .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s78RXHNzxL .product_image > .col-12 {
  padding: 5rem;
}
.cid-s78RXHNzxL .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s78RXHNzxL .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s78RXHNzxL .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s78RXHNzxL .list-group-item {
    padding: 0.5rem;
  }
  .cid-s78RXHNzxL .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s78RXHNzxL .rts-float-img {
    min-width: 250px;
  }
  .cid-s78RXHNzxL .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s78RXHNzxL .col-md-4 {
    padding: 15 0px;
  }
  .cid-s78RXHNzxL .card-img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s78RXHNzxL .col-md-8 {
    margin: 0 15px;
  }
  .cid-s78RXHNzxL .price-box {
    left: 15px;
  }
  .cid-s78RXHNzxL .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s78RXHNzxL P {
  color: #000000;
}
.cid-s78RXHNzxL .card-box > div .rts-imagelabel {
  color: #444444;
}
.cid-s78RXHNzxL .card-box > div P {
  color: #444444;
}
.cid-s7fBQdkl0T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7fBQdkl0T .mbr-section-subtitle {
  color: #767676;
}
.cid-s7fBQdkl0T .container-table {
  margin: 0 auto;
}
.cid-s7fBQdkl0T .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s7fBQdkl0T .dataTables_wrapper {
  display: block;
}
.cid-s7fBQdkl0T .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s7fBQdkl0T .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s7fBQdkl0T table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s7fBQdkl0T table th {
  border-top: none;
  font-weight: 500;
  background: #f2f2f2;
  border: 1px solid #cccccc;
}
.cid-s7fBQdkl0T table td {
  border: 1px solid #cccccc;
  vertical-align: middle;
}
.cid-s7fBQdkl0T .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s7fBQdkl0T .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s7fBQdkl0T .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s7fBQdkl0T .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s7fBQdkl0T .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-s7fBQdkl0T td,
  .cid-s7fBQdkl0T th {
    padding: 0.3rem;
  }
}
@media (max-width: 350px) {
  .cid-s7fBQdkl0T .dataTables_filter {
    text-align: center;
  }
  .cid-s7fBQdkl0T .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s7fBQdkl0T .head-item,
.cid-s7fBQdkl0T .body-item {
  text-align: center;
}
.cid-s7fBQdkl0T .body-item {
  text-align: left;
  color: #444444;
}
.cid-s7fBQdkl0T .head-item {
  text-align: left;
  color: #444444;
}
.cid-s7fTpn4Tq3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7fTpn4Tq3 pre {
  margin: 0;
  xxwhite-space: nowrap;
  xxword-wrap: break-word;
  xxoverflow: auto;
}
.cid-s7fTpn4Tq3 pre p {
  xxpadding: 0;
  margin: 0;
  line-height: 1.6;
}
.cid-s7fTpn4Tq3 li {
  list-style: none;
}
.cid-s7fTpn4Tq3 h4 {
  margin: 0;
}
.cid-s7fTpn4Tq3 .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s7fTpn4Tq3 .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s7fTpn4Tq3 .mbr-text {
  color: #444444;
}
.cid-s7fTpn4Tq3 ul {
  padding: 0;
  margin: 0;
}
.cid-s7fTpn4Tq3 .item2 {
  color: #444444;
  line-height: 1.2;
}
.cid-s7fTpn4Tq3 .rts-float-img {
  width: 50%;
  min-width: 350px;
  padding: 0.25rem;
}
.cid-s7fTpn4Tq3 .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s7fTpn4Tq3 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s7fTpn4Tq3 .ico-line {
  display: -webkit-flex;
}
.cid-s7fTpn4Tq3 .lh-1 {
  line-height: 1;
}
.cid-s7fTpn4Tq3 .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s7fTpn4Tq3 .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s7fTpn4Tq3 .linkcolor {
  color: #ff695c;
}
.cid-s7fTpn4Tq3 .col-md-4 {
  padding: 0;
}
.cid-s7fTpn4Tq3 .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s7fTpn4Tq3 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s7fTpn4Tq3 .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s7fTpn4Tq3 .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s7fTpn4Tq3 img {
  transition: all 0.3s;
}
.cid-s7fTpn4Tq3 h5 {
  margin: 0;
}
.cid-s7fTpn4Tq3 .card-box {
  xxpadding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s7fTpn4Tq3 .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s7fTpn4Tq3 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s7fTpn4Tq3 .card-box > p,
.cid-s7fTpn4Tq3 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s7fTpn4Tq3 .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s7fTpn4Tq3 .productinfo > p {
  color: #000000;
}
.cid-s7fTpn4Tq3 .price {
  color: #ffffff;
  text-align: left;
}
.cid-s7fTpn4Tq3 .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s7fTpn4Tq3 .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s7fTpn4Tq3 .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s7fTpn4Tq3 .product_image > .col-12 {
  padding: 5rem;
}
.cid-s7fTpn4Tq3 .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s7fTpn4Tq3 .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s7fTpn4Tq3 .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s7fTpn4Tq3 .list-group-item {
    padding: 0.5rem;
  }
  .cid-s7fTpn4Tq3 .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s7fTpn4Tq3 .rts-float-img {
    min-width: 250px;
  }
  .cid-s7fTpn4Tq3 .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s7fTpn4Tq3 .col-md-4 {
    padding: 15 0px;
  }
  .cid-s7fTpn4Tq3 .card-img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s7fTpn4Tq3 .col-md-8 {
    margin: 0 15px;
  }
  .cid-s7fTpn4Tq3 .price-box {
    left: 15px;
  }
  .cid-s7fTpn4Tq3 .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s7fTpn4Tq3 P {
  color: #000000;
}
.cid-s7fTpn4Tq3 .card-box > div .rts-imagelabel {
  color: #444444;
}
.cid-s7fTpn4Tq3 .card-box > div P {
  color: #444444;
}
.cid-s7l9UMkqyt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7l9UMkqyt .mbr-section-subtitle {
  color: #767676;
}
.cid-s7l9UMkqyt .container-table {
  margin: 0 auto;
}
.cid-s7l9UMkqyt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s7l9UMkqyt .dataTables_wrapper {
  display: block;
}
.cid-s7l9UMkqyt .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s7l9UMkqyt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s7l9UMkqyt table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s7l9UMkqyt table th {
  border-top: none;
  font-weight: 500;
  background: #f2f2f2;
  border: 1px solid #cccccc;
}
.cid-s7l9UMkqyt table td {
  border: 1px solid #cccccc;
  vertical-align: middle;
}
.cid-s7l9UMkqyt .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s7l9UMkqyt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s7l9UMkqyt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s7l9UMkqyt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s7l9UMkqyt .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-s7l9UMkqyt td,
  .cid-s7l9UMkqyt th {
    padding: 0.3rem;
  }
}
@media (max-width: 350px) {
  .cid-s7l9UMkqyt .dataTables_filter {
    text-align: center;
  }
  .cid-s7l9UMkqyt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s7l9UMkqyt .head-item,
.cid-s7l9UMkqyt .body-item {
  text-align: center;
}
.cid-s7l9UMkqyt .body-item {
  text-align: left;
  color: #444444;
}
.cid-s7l9UMkqyt .head-item {
  text-align: left;
  color: #444444;
}
.cid-s7lco9SdjU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7lco9SdjU pre {
  margin: 0;
  xxwhite-space: nowrap;
  xxword-wrap: break-word;
  xxoverflow: auto;
}
.cid-s7lco9SdjU pre p {
  xxpadding: 0;
  margin: 0;
  line-height: 1.6;
}
.cid-s7lco9SdjU li {
  list-style: none;
}
.cid-s7lco9SdjU h4 {
  margin: 0;
}
.cid-s7lco9SdjU .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s7lco9SdjU .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s7lco9SdjU .mbr-text {
  color: #444444;
}
.cid-s7lco9SdjU ul {
  padding: 0;
  margin: 0;
}
.cid-s7lco9SdjU .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s7lco9SdjU .rts-float-img {
  width: 50%;
  min-width: 350px;
  padding: 0.25rem;
}
.cid-s7lco9SdjU .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s7lco9SdjU .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s7lco9SdjU .ico-line {
  display: -webkit-flex;
}
.cid-s7lco9SdjU .lh-1 {
  line-height: 1;
}
.cid-s7lco9SdjU .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s7lco9SdjU .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s7lco9SdjU .linkcolor {
  color: #ff695c;
}
.cid-s7lco9SdjU .col-md-4 {
  padding: 0;
}
.cid-s7lco9SdjU .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s7lco9SdjU .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s7lco9SdjU .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s7lco9SdjU .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s7lco9SdjU img {
  transition: all 0.3s;
}
.cid-s7lco9SdjU h5 {
  margin: 0;
}
.cid-s7lco9SdjU .card-box {
  xxpadding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s7lco9SdjU .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s7lco9SdjU .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s7lco9SdjU .card-box > p,
.cid-s7lco9SdjU .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s7lco9SdjU .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s7lco9SdjU .productinfo > p {
  color: #000000;
}
.cid-s7lco9SdjU .price {
  color: #ffffff;
  text-align: left;
}
.cid-s7lco9SdjU .rev {
  color: #444444;
  line-height: 1.3;
  text-align: left;
}
.cid-s7lco9SdjU .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s7lco9SdjU .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s7lco9SdjU .product_image > .col-12 {
  padding: 5rem;
}
.cid-s7lco9SdjU .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s7lco9SdjU .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s7lco9SdjU .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s7lco9SdjU .list-group-item {
    padding: 0.5rem;
  }
  .cid-s7lco9SdjU .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s7lco9SdjU .rts-float-img {
    min-width: 250px;
  }
  .cid-s7lco9SdjU .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s7lco9SdjU .col-md-4 {
    padding: 15 0px;
  }
  .cid-s7lco9SdjU .card-img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s7lco9SdjU .col-md-8 {
    margin: 0 15px;
  }
  .cid-s7lco9SdjU .price-box {
    left: 15px;
  }
  .cid-s7lco9SdjU .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s7lco9SdjU P {
  color: #000000;
}
.cid-s7lco9SdjU .card-box > div .rts-imagelabel {
  color: #444444;
}
.cid-s7lco9SdjU .card-box > div P {
  color: #444444;
}
.cid-s78RXOFApU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s78RXOFApU [class^="socicon-"]:before,
.cid-s78RXOFApU [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s78RXOFApU .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s78RXOFApU .btn-social,
.cid-s78RXOFApU .mbr-section-title {
  color: #57468b;
}
.cid-s78RXOFApU .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s78RXOFApU .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s78RXOFApU .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s78RXOFApU .align-left {
    text-align: center;
  }
  .cid-s78RXOFApU .align-right {
    text-align: center;
  }
  .cid-s78RXOFApU .social-list {
    justify-content: center;
  }
  .cid-s78RXOFApU .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s7BBKqQ94x.popup-builder {
  background-color: #ffffff;
}
.cid-s7BBKqQ94x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s7BBKqQ94x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s7BBKqQ94x .modal-content,
.cid-s7BBKqQ94x .modal-dialog {
  height: auto;
}
.cid-s7BBKqQ94x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s7BBKqQ94x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s7BBKqQ94x .form-wrapper .mbr-form .form-group,
  .cid-s7BBKqQ94x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s7BBKqQ94x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s7BBKqQ94x .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-s7BBKqQ94x .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s7BBKqQ94x .pt-0 {
  padding-top: 0 !important;
}
.cid-s7BBKqQ94x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s7BBKqQ94x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s7BBKqQ94x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s7BBKqQ94x .modal-open {
  overflow: hidden;
}
.cid-s7BBKqQ94x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s7BBKqQ94x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s7BBKqQ94x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s7BBKqQ94x .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-s7BBKqQ94x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s7BBKqQ94x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s7BBKqQ94x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s7BBKqQ94x .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-s7BBKqQ94x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s7BBKqQ94x .modal-backdrop.fade {
  opacity: 0;
}
.cid-s7BBKqQ94x .modal-backdrop.show {
  opacity: .5;
}
.cid-s7BBKqQ94x .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-s7BBKqQ94x .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s7BBKqQ94x .modal-header .close:hover {
  opacity: 1;
}
.cid-s7BBKqQ94x .modal-header .close:focus {
  outline: none;
}
.cid-s7BBKqQ94x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s7BBKqQ94x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s7BBKqQ94x .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-s7BBKqQ94x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s7BBKqQ94x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s7BBKqQ94x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s7BBKqQ94x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s7BBKqQ94x .modal-sm {
    max-width: 300px;
  }
  .cid-s7BBKqQ94x .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s7BBKqQ94x .modal-lg,
  .cid-s7BBKqQ94x .modal-xl {
    max-width: 800px;
  }
  .cid-s7BBKqQ94x .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s7BBKqQ94x .modal-xl {
    max-width: 1140px;
  }
  .cid-s7BBKqQ94x .container {
    max-width: 1140px;
  }
}
.cid-s7BBKqQ94x .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s7BBKqQ94x .container {
    max-width: 720px;
  }
}
.cid-s7BBKqQ94x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s7BBKqQ94x .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-s7BBKqQ94x .form-group {
  margin-bottom: 1rem;
}
.cid-s7BBKqQ94x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s7BBKqQ94x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s7BBKqQ94x .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-s7BEEtBHBr.popup-builder {
  background-color: #ffffff;
}
.cid-s7BEEtBHBr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s7BEEtBHBr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s7BEEtBHBr .modal-content,
.cid-s7BEEtBHBr .modal-dialog {
  height: auto;
}
.cid-s7BEEtBHBr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s7BEEtBHBr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s7BEEtBHBr .form-wrapper .mbr-form .form-group,
  .cid-s7BEEtBHBr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s7BEEtBHBr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s7BEEtBHBr .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-s7BEEtBHBr .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s7BEEtBHBr .pt-0 {
  padding-top: 0 !important;
}
.cid-s7BEEtBHBr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s7BEEtBHBr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s7BEEtBHBr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s7BEEtBHBr .modal-open {
  overflow: hidden;
}
.cid-s7BEEtBHBr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s7BEEtBHBr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s7BEEtBHBr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s7BEEtBHBr .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-s7BEEtBHBr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s7BEEtBHBr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s7BEEtBHBr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s7BEEtBHBr .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-s7BEEtBHBr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s7BEEtBHBr .modal-backdrop.fade {
  opacity: 0;
}
.cid-s7BEEtBHBr .modal-backdrop.show {
  opacity: .5;
}
.cid-s7BEEtBHBr .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-s7BEEtBHBr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s7BEEtBHBr .modal-header .close:hover {
  opacity: 1;
}
.cid-s7BEEtBHBr .modal-header .close:focus {
  outline: none;
}
.cid-s7BEEtBHBr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s7BEEtBHBr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s7BEEtBHBr .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-s7BEEtBHBr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s7BEEtBHBr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s7BEEtBHBr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s7BEEtBHBr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s7BEEtBHBr .modal-sm {
    max-width: 300px;
  }
  .cid-s7BEEtBHBr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s7BEEtBHBr .modal-lg,
  .cid-s7BEEtBHBr .modal-xl {
    max-width: 800px;
  }
  .cid-s7BEEtBHBr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s7BEEtBHBr .modal-xl {
    max-width: 1140px;
  }
  .cid-s7BEEtBHBr .container {
    max-width: 1140px;
  }
}
.cid-s7BEEtBHBr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s7BEEtBHBr .container {
    max-width: 720px;
  }
}
.cid-s7BEEtBHBr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s7BEEtBHBr .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-s7BEEtBHBr .form-group {
  margin-bottom: 1rem;
}
.cid-s7BEEtBHBr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s7BEEtBHBr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s7BEEtBHBr .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-s7BFpn2Cn4.popup-builder {
  background-color: #ffffff;
}
.cid-s7BFpn2Cn4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s7BFpn2Cn4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s7BFpn2Cn4 .modal-content,
.cid-s7BFpn2Cn4 .modal-dialog {
  height: auto;
}
.cid-s7BFpn2Cn4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s7BFpn2Cn4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s7BFpn2Cn4 .form-wrapper .mbr-form .form-group,
  .cid-s7BFpn2Cn4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s7BFpn2Cn4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s7BFpn2Cn4 .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-s7BFpn2Cn4 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s7BFpn2Cn4 .pt-0 {
  padding-top: 0 !important;
}
.cid-s7BFpn2Cn4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s7BFpn2Cn4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s7BFpn2Cn4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s7BFpn2Cn4 .modal-open {
  overflow: hidden;
}
.cid-s7BFpn2Cn4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s7BFpn2Cn4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s7BFpn2Cn4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s7BFpn2Cn4 .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-s7BFpn2Cn4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s7BFpn2Cn4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s7BFpn2Cn4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s7BFpn2Cn4 .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-s7BFpn2Cn4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s7BFpn2Cn4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s7BFpn2Cn4 .modal-backdrop.show {
  opacity: .5;
}
.cid-s7BFpn2Cn4 .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-s7BFpn2Cn4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s7BFpn2Cn4 .modal-header .close:hover {
  opacity: 1;
}
.cid-s7BFpn2Cn4 .modal-header .close:focus {
  outline: none;
}
.cid-s7BFpn2Cn4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s7BFpn2Cn4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s7BFpn2Cn4 .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-s7BFpn2Cn4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s7BFpn2Cn4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s7BFpn2Cn4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s7BFpn2Cn4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s7BFpn2Cn4 .modal-sm {
    max-width: 300px;
  }
  .cid-s7BFpn2Cn4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s7BFpn2Cn4 .modal-lg,
  .cid-s7BFpn2Cn4 .modal-xl {
    max-width: 800px;
  }
  .cid-s7BFpn2Cn4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s7BFpn2Cn4 .modal-xl {
    max-width: 1140px;
  }
  .cid-s7BFpn2Cn4 .container {
    max-width: 1140px;
  }
}
.cid-s7BFpn2Cn4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s7BFpn2Cn4 .container {
    max-width: 720px;
  }
}
.cid-s7BFpn2Cn4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s7BFpn2Cn4 .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-s7BFpn2Cn4 .form-group {
  margin-bottom: 1rem;
}
.cid-s7BFpn2Cn4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s7BFpn2Cn4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s7BFpn2Cn4 .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-s7BG9A9615.popup-builder {
  background-color: #ffffff;
}
.cid-s7BG9A9615.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s7BG9A9615.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s7BG9A9615 .modal-content,
.cid-s7BG9A9615 .modal-dialog {
  height: auto;
}
.cid-s7BG9A9615 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s7BG9A9615 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s7BG9A9615 .form-wrapper .mbr-form .form-group,
  .cid-s7BG9A9615 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s7BG9A9615 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s7BG9A9615 .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-s7BG9A9615 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-s7BG9A9615 .pt-0 {
  padding-top: 0 !important;
}
.cid-s7BG9A9615 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s7BG9A9615 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s7BG9A9615 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s7BG9A9615 .modal-open {
  overflow: hidden;
}
.cid-s7BG9A9615 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s7BG9A9615 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s7BG9A9615 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s7BG9A9615 .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-s7BG9A9615 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s7BG9A9615 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s7BG9A9615 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s7BG9A9615 .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-s7BG9A9615 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s7BG9A9615 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s7BG9A9615 .modal-backdrop.show {
  opacity: .5;
}
.cid-s7BG9A9615 .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-s7BG9A9615 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s7BG9A9615 .modal-header .close:hover {
  opacity: 1;
}
.cid-s7BG9A9615 .modal-header .close:focus {
  outline: none;
}
.cid-s7BG9A9615 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-s7BG9A9615 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s7BG9A9615 .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-s7BG9A9615 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s7BG9A9615 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s7BG9A9615 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s7BG9A9615 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s7BG9A9615 .modal-sm {
    max-width: 300px;
  }
  .cid-s7BG9A9615 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s7BG9A9615 .modal-lg,
  .cid-s7BG9A9615 .modal-xl {
    max-width: 800px;
  }
  .cid-s7BG9A9615 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s7BG9A9615 .modal-xl {
    max-width: 1140px;
  }
  .cid-s7BG9A9615 .container {
    max-width: 1140px;
  }
}
.cid-s7BG9A9615 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s7BG9A9615 .container {
    max-width: 720px;
  }
}
.cid-s7BG9A9615 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s7BG9A9615 .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-s7BG9A9615 .form-group {
  margin-bottom: 1rem;
}
.cid-s7BG9A9615 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s7BG9A9615 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s7BG9A9615 .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-s7IjQrIgHr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s7IjQrIgHr .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s7IjQrIgHr .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s7IjQrIgHr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s7IjQrIgHr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s7IjQrIgHr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7IjQrIgHr .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s7IjQrIgHr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s7IjQrIgHr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s7IjQrIgHr .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s7IjQrIgHr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s7IjQrIgHr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s7IjQrIgHr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s7IjQrIgHr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7IjQrIgHr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7IjQrIgHr .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-s7IjQrIgHr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s7IjQrIgHr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s7IjQrIgHr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7IjQrIgHr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s7IjQrIgHr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s7IjQrIgHr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7IjQrIgHr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s7IjQrIgHr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7IjQrIgHr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7IjQrIgHr .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-s7IjQrIgHr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s7IjQrIgHr .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s7IjQrIgHr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7IjQrIgHr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7IjQrIgHr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s7IjQrIgHr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s7IjQrIgHr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7IjQrIgHr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s7IjQrIgHr .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s7IjQrIgHr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7IjQrIgHr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7IjQrIgHr .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-s7IjQrIgHr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7IjQrIgHr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7IjQrIgHr .dropdown-item.active,
.cid-s7IjQrIgHr .dropdown-item:active {
  background-color: transparent;
}
.cid-s7IjQrIgHr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7IjQrIgHr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7IjQrIgHr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7IjQrIgHr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s7IjQrIgHr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s7IjQrIgHr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7IjQrIgHr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s7IjQrIgHr .navbar-buttons {
  text-align: center;
}
.cid-s7IjQrIgHr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7IjQrIgHr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s7IjQrIgHr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7IjQrIgHr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7IjQrIgHr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7IjQrIgHr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7IjQrIgHr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7IjQrIgHr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7IjQrIgHr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7IjQrIgHr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7IjQrIgHr .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s7IjQrIgHr 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-s7IjQrIgHr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7IjQrIgHr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s7IjQrIgHr .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s7IjQrIgHr .nav-link:hover,
.cid-s7IjQrIgHr .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s7IjQsx6fl {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s7IjQsx6fl .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s7IjQsx6fl .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s7IjQsx6fl .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7IjQsx6fl .animated-element,
.cid-s7IjQsx6fl .typed-cursor {
  color: #333333;
}
.cid-s7IjQsx6fl .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s7IjQsx6fl .typed-text {
    text-align: center;
  }
}
.cid-s7IjQsx6fl .mbr-section-title {
  color: #ff695c;
}
.cid-s7IjQsx6fl .mbr-text,
.cid-s7IjQsx6fl .typed-text,
.cid-s7IjQsx6fl .mbr-section-btn {
  color: #0a1c44;
}
.cid-s7IjQsx6fl .mbr-section-subtitle,
.cid-s7IjQsx6fl .underline {
  color: #0a1c44;
}
.cid-s7OkNRPHWY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s7OkNRPHWY img {
    width: 90%;
  }
}
.cid-s7OkNRPHWY ul {
  padding: 0;
  margin: 0;
}
.cid-s7OkNRPHWY li {
  list-style: none;
}
.cid-s7OkNRPHWY .item1 {
  color: #444444;
  line-height: 1.4;
  margin-left: 0.5rem;
  padding-top: 0rem;
}
.cid-s7OkNRPHWY .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s7OkNRPHWY .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  margin-top: 2px;
  margin-left: 0.25rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s7OkNRPHWY .mbr-text {
  padding-bottom: 1rem;
  margin-bottom: 0.25rem;
}
.cid-s7OkNRPHWY .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s7OkNRPHWY p {
  line-height: 1.6;
}
.cid-s7OkNRPHWY .rev,
.cid-s7OkNRPHWY .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
}
.cid-s7OkNRPHWY .items {
  margin-bottom: 0;
}
.cid-s7OkNRPHWY .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s7OkNRPHWY .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s7OkNRPHWY .soc-item:hover span {
  color: #ff695c !important;
}
.cid-s7OkNRPHWY .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-s7OkNRPHWY .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-s7OkNRPHWY .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s7OkNRPHWY .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s7OkNRPHWY .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s7OkNRPHWY .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-s7OkNRPHWY .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-s7OkNRPHWY .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-s7OkNRPHWY .social-list {
    justify-content: center;
  }
}
.cid-s7OkNRPHWY .card1 > .mbr-text,
.cid-s7OkNRPHWY .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-s7OkNRPHWY .card2 > .mbr-text,
.cid-s7OkNRPHWY .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-s7OkNRPHWY .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-s7OkNRPHWY .mbr-text,
.cid-s7OkNRPHWY .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s7OkNRPHWY .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-s7OkNRPHWY .rev {
  color: #767676;
}
.cid-s7OkNRPHWY .card1 > .mbr-card-title {
  color: #444444;
}
.cid-s7OkNRPHWY .card2 > .mbr-card-title {
  color: #444444;
}
.cid-s7OkNRPHWY .card3 > .mbr-card-title {
  color: #212529;
}
.cid-s7OkNRPHWY .rts-main-title {
  color: #0087ab;
}
.cid-s7OkNRPHWY .col-title1 {
  color: #0087ab;
}
.cid-s7IjQDWSAm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s7IjQDWSAm [class^="socicon-"]:before,
.cid-s7IjQDWSAm [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s7IjQDWSAm .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s7IjQDWSAm .btn-social,
.cid-s7IjQDWSAm .mbr-section-title {
  color: #57468b;
}
.cid-s7IjQDWSAm .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s7IjQDWSAm .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s7IjQDWSAm .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s7IjQDWSAm .align-left {
    text-align: center;
  }
  .cid-s7IjQDWSAm .align-right {
    text-align: center;
  }
  .cid-s7IjQDWSAm .social-list {
    justify-content: center;
  }
  .cid-s7IjQDWSAm .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s7IG1hU9uh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s7IG1hU9uh .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s7IG1hU9uh .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s7IG1hU9uh .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s7IG1hU9uh .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s7IG1hU9uh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7IG1hU9uh .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s7IG1hU9uh .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s7IG1hU9uh .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s7IG1hU9uh .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s7IG1hU9uh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s7IG1hU9uh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s7IG1hU9uh .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s7IG1hU9uh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7IG1hU9uh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7IG1hU9uh .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-s7IG1hU9uh .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s7IG1hU9uh .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s7IG1hU9uh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7IG1hU9uh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s7IG1hU9uh .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s7IG1hU9uh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7IG1hU9uh .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s7IG1hU9uh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7IG1hU9uh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7IG1hU9uh .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-s7IG1hU9uh .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s7IG1hU9uh .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s7IG1hU9uh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7IG1hU9uh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7IG1hU9uh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s7IG1hU9uh .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s7IG1hU9uh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7IG1hU9uh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s7IG1hU9uh .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s7IG1hU9uh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7IG1hU9uh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7IG1hU9uh .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-s7IG1hU9uh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7IG1hU9uh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7IG1hU9uh .dropdown-item.active,
.cid-s7IG1hU9uh .dropdown-item:active {
  background-color: transparent;
}
.cid-s7IG1hU9uh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7IG1hU9uh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7IG1hU9uh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7IG1hU9uh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s7IG1hU9uh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s7IG1hU9uh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7IG1hU9uh ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s7IG1hU9uh .navbar-buttons {
  text-align: center;
}
.cid-s7IG1hU9uh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7IG1hU9uh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s7IG1hU9uh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7IG1hU9uh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7IG1hU9uh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7IG1hU9uh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7IG1hU9uh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7IG1hU9uh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7IG1hU9uh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7IG1hU9uh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7IG1hU9uh .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s7IG1hU9uh 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-s7IG1hU9uh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7IG1hU9uh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s7IG1hU9uh .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s7IG1hU9uh .nav-link:hover,
.cid-s7IG1hU9uh .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s7IG1jz6m1 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s7IG1jz6m1 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s7IG1jz6m1 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s7IG1jz6m1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7IG1jz6m1 .animated-element,
.cid-s7IG1jz6m1 .typed-cursor {
  color: #333333;
}
.cid-s7IG1jz6m1 .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s7IG1jz6m1 .typed-text {
    text-align: center;
  }
}
.cid-s7IG1jz6m1 .mbr-section-title {
  color: #ff695c;
}
.cid-s7IG1jz6m1 .mbr-text,
.cid-s7IG1jz6m1 .typed-text,
.cid-s7IG1jz6m1 .mbr-section-btn {
  color: #0a1c44;
}
.cid-s7IG1jz6m1 .mbr-section-subtitle,
.cid-s7IG1jz6m1 .underline {
  color: #0a1c44;
}
.cid-s7IG1lCedS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7IG1lCedS .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s7IG1lCedS .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-s7IG1lCedS .ico-line {
  display: -webkit-flex;
}
.cid-s7IG1lCedS .lh-1 {
  line-height: 1;
}
.cid-s7IG1lCedS .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s7IG1lCedS .linkcolor {
  color: #ff695c;
}
.cid-s7IG1lCedS .col-md-4 {
  padding: 0;
}
.cid-s7IG1lCedS p {
  line-height: 1.6;
}
.cid-s7IG1lCedS .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s7IG1lCedS .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s7IG1lCedS .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s7IG1lCedS .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s7IG1lCedS img {
  transition: all 0.3s;
}
.cid-s7IG1lCedS h5 {
  margin: 0;
}
.cid-s7IG1lCedS .card-box {
  padding: 0.25rem 1.0rem;
  background: #ffffff;
}
.cid-s7IG1lCedS .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s7IG1lCedS .card-box > p,
.cid-s7IG1lCedS .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s7IG1lCedS .productinfo > p {
  color: #000000;
}
.cid-s7IG1lCedS .price {
  color: #ffffff;
  text-align: left;
}
.cid-s7IG1lCedS .rev {
  color: #767676;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s7IG1lCedS .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s7IG1lCedS .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s7IG1lCedS .col-md-4 {
    padding: 0 15px;
  }
  .cid-s7IG1lCedS .col-md-8 {
    margin: 0 15px;
  }
  .cid-s7IG1lCedS .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-s7IG1lCedS .price-box {
    left: 15px;
  }
  .cid-s7IG1lCedS .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.cid-s7IG1lCedS P {
  color: #000000;
}
.cid-s7IMQMqc8a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7IMQMqc8a img {
  max-width: 34px;
  margin-top: -0.25rem;
}
.cid-s7IMQMqc8a .thicker {
  font-weight: bold;
}
.cid-s7IMQMqc8a .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-s7IMQMqc8a .mbr-section-title {
  margin: 0;
}
.cid-s7IMQMqc8a .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s7IMQMqc8a .card-img {
  text-align: inherit;
}
.cid-s7IMQMqc8a .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-s7IMQMqc8a .mbr-text {
  color: #444444;
}
.cid-s7IMQMqc8a .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-s7IMQMqc8a .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-s7IMQMqc8a H4 {
  color: #0087ab;
  text-align: left;
}
.cid-s7IMQMqc8a .mbr-text .mbr-text P {
  color: #52e5e5;
}
.cid-s7IMQMqc8a .mbr-text .mbr-text > p P {
  color: #ff7b9c;
}
.cid-s7IMQMqc8a .mbr-text .mbr-text > div > p P {
  color: #52e5e5;
}
.cid-s7IMQMqc8a .mbr-text .mbr-text > div P {
  color: #52e5e5;
}
.cid-s7IMQMqc8a .mbr-text > div P {
  color: #444444;
}
.cid-s7IG1wp3rq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s7IG1wp3rq [class^="socicon-"]:before,
.cid-s7IG1wp3rq [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s7IG1wp3rq .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s7IG1wp3rq .btn-social,
.cid-s7IG1wp3rq .mbr-section-title {
  color: #57468b;
}
.cid-s7IG1wp3rq .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s7IG1wp3rq .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s7IG1wp3rq .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s7IG1wp3rq .align-left {
    text-align: center;
  }
  .cid-s7IG1wp3rq .align-right {
    text-align: center;
  }
  .cid-s7IG1wp3rq .social-list {
    justify-content: center;
  }
  .cid-s7IG1wp3rq .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s7ORwa2J8x .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s7ORwa2J8x .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s7ORwa2J8x .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s7ORwa2J8x .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s7ORwa2J8x .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s7ORwa2J8x .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7ORwa2J8x .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s7ORwa2J8x .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s7ORwa2J8x .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s7ORwa2J8x .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s7ORwa2J8x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s7ORwa2J8x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s7ORwa2J8x .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s7ORwa2J8x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7ORwa2J8x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7ORwa2J8x .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-s7ORwa2J8x .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s7ORwa2J8x .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s7ORwa2J8x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7ORwa2J8x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s7ORwa2J8x .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s7ORwa2J8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7ORwa2J8x .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s7ORwa2J8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7ORwa2J8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7ORwa2J8x .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-s7ORwa2J8x .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s7ORwa2J8x .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s7ORwa2J8x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7ORwa2J8x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7ORwa2J8x .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s7ORwa2J8x .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s7ORwa2J8x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7ORwa2J8x .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s7ORwa2J8x .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s7ORwa2J8x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7ORwa2J8x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7ORwa2J8x .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-s7ORwa2J8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7ORwa2J8x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7ORwa2J8x .dropdown-item.active,
.cid-s7ORwa2J8x .dropdown-item:active {
  background-color: transparent;
}
.cid-s7ORwa2J8x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7ORwa2J8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7ORwa2J8x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7ORwa2J8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s7ORwa2J8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s7ORwa2J8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7ORwa2J8x ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s7ORwa2J8x .navbar-buttons {
  text-align: center;
}
.cid-s7ORwa2J8x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7ORwa2J8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s7ORwa2J8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7ORwa2J8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7ORwa2J8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7ORwa2J8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7ORwa2J8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7ORwa2J8x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7ORwa2J8x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7ORwa2J8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7ORwa2J8x .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s7ORwa2J8x 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-s7ORwa2J8x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7ORwa2J8x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s7ORwa2J8x .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s7ORwa2J8x .nav-link:hover,
.cid-s7ORwa2J8x .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s7ORwaLmhu {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s7ORwaLmhu .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s7ORwaLmhu .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s7ORwaLmhu .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7ORwaLmhu .animated-element,
.cid-s7ORwaLmhu .typed-cursor {
  color: #333333;
}
.cid-s7ORwaLmhu .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s7ORwaLmhu .typed-text {
    text-align: center;
  }
}
.cid-s7ORwaLmhu .mbr-section-title {
  color: #ff695c;
}
.cid-s7ORwaLmhu .mbr-text,
.cid-s7ORwaLmhu .typed-text,
.cid-s7ORwaLmhu .mbr-section-btn {
  color: #0a1c44;
}
.cid-s7ORwaLmhu .mbr-section-subtitle,
.cid-s7ORwaLmhu .underline {
  color: #0a1c44;
}
.cid-s7ORwbztCK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s7ORwbztCK img {
    width: 90%;
  }
}
.cid-s7ORwbztCK p > .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s7ORwbztCK .lh-2 {
  line-height: 2;
}
.cid-s7ORwbztCK ul {
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
}
.cid-s7ORwbztCK ul .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s7ORwbztCK li {
  list-style: none;
}
.cid-s7ORwbztCK .item1 {
  color: #444444;
  line-height: 1.4;
  margin-left: 0.5rem;
  padding-top: 0rem;
}
.cid-s7ORwbztCK .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 0px;
}
.cid-s7ORwbztCK .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  margin-top: 2px;
  margin-left: 0.25rem;
  color: #ff695c;
  xcolor: #188ef4;
  fill: #0087ab;
}
.cid-s7ORwbztCK .mbr-text {
  padding-bottom: 1rem;
  margin-bottom: 0.25rem;
}
.cid-s7ORwbztCK .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s7ORwbztCK p {
  line-height: 1.6;
}
.cid-s7ORwbztCK .rev,
.cid-s7ORwbztCK .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
}
.cid-s7ORwbztCK .items {
  margin-bottom: 0;
}
.cid-s7ORwbztCK .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s7ORwbztCK .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s7ORwbztCK .soc-item:hover span {
  color: #ff695c !important;
}
.cid-s7ORwbztCK .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-s7ORwbztCK .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-s7ORwbztCK .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s7ORwbztCK .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s7ORwbztCK .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s7ORwbztCK .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-s7ORwbztCK .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-s7ORwbztCK .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-s7ORwbztCK .social-list {
    justify-content: center;
  }
}
.cid-s7ORwbztCK .card1 > .mbr-text,
.cid-s7ORwbztCK .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-s7ORwbztCK .card2 > .mbr-text,
.cid-s7ORwbztCK .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-s7ORwbztCK .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-s7ORwbztCK .mbr-text,
.cid-s7ORwbztCK .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s7ORwbztCK .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-s7ORwbztCK .rev {
  color: #767676;
}
.cid-s7ORwbztCK .card1 > .mbr-card-title {
  color: #444444;
}
.cid-s7ORwbztCK .card2 > .mbr-card-title {
  color: #444444;
}
.cid-s7ORwbztCK .card3 > .mbr-card-title {
  color: #212529;
}
.cid-s7ORwbztCK .rts-main-title {
  color: #0087ab;
}
.cid-s7ORwbztCK .col-title1 {
  color: #444444;
}
.cid-s7ORwcE9Jp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s7ORwcE9Jp [class^="socicon-"]:before,
.cid-s7ORwcE9Jp [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s7ORwcE9Jp .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s7ORwcE9Jp .btn-social,
.cid-s7ORwcE9Jp .mbr-section-title {
  color: #57468b;
}
.cid-s7ORwcE9Jp .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s7ORwcE9Jp .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s7ORwcE9Jp .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s7ORwcE9Jp .align-left {
    text-align: center;
  }
  .cid-s7ORwcE9Jp .align-right {
    text-align: center;
  }
  .cid-s7ORwcE9Jp .social-list {
    justify-content: center;
  }
  .cid-s7ORwcE9Jp .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s7UF6zvAa4.popup-builder {
  background-color: #ffffff;
}
.cid-s7UF6zvAa4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s7UF6zvAa4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s7UF6zvAa4 .modal-content,
.cid-s7UF6zvAa4 .modal-dialog {
  height: auto;
}
.cid-s7UF6zvAa4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s7UF6zvAa4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s7UF6zvAa4 .form-wrapper .mbr-form .form-group,
  .cid-s7UF6zvAa4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s7UF6zvAa4 .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s7UF6zvAa4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s7UF6zvAa4 .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-s7UF6zvAa4 .mbr-text {
  text-align: left;
}
.cid-s7UF6zvAa4 .pt-0 {
  padding-top: 0 !important;
}
.cid-s7UF6zvAa4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s7UF6zvAa4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s7UF6zvAa4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s7UF6zvAa4 .modal-open {
  overflow: hidden;
}
.cid-s7UF6zvAa4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s7UF6zvAa4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s7UF6zvAa4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s7UF6zvAa4 .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-s7UF6zvAa4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s7UF6zvAa4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s7UF6zvAa4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s7UF6zvAa4 .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-s7UF6zvAa4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s7UF6zvAa4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s7UF6zvAa4 .modal-backdrop.show {
  opacity: .5;
}
.cid-s7UF6zvAa4 .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-s7UF6zvAa4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s7UF6zvAa4 .modal-header .close:hover {
  opacity: 1;
}
.cid-s7UF6zvAa4 .modal-header .close:focus {
  outline: none;
}
.cid-s7UF6zvAa4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s7UF6zvAa4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s7UF6zvAa4 .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-s7UF6zvAa4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s7UF6zvAa4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s7UF6zvAa4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s7UF6zvAa4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s7UF6zvAa4 .modal-sm {
    max-width: 300px;
  }
  .cid-s7UF6zvAa4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s7UF6zvAa4 .modal-lg,
  .cid-s7UF6zvAa4 .modal-xl {
    max-width: 800px;
  }
  .cid-s7UF6zvAa4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s7UF6zvAa4 .modal-xl {
    max-width: 1140px;
  }
  .cid-s7UF6zvAa4 .container {
    max-width: 1140px;
  }
}
.cid-s7UF6zvAa4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s7UF6zvAa4 .container {
    max-width: 720px;
  }
}
.cid-s7UF6zvAa4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s7UF6zvAa4 .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-s7UF6zvAa4 .form-group {
  margin-bottom: 1rem;
}
.cid-s7UF6zvAa4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s7UF6zvAa4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s7UF6zvAa4 .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-s8a8XZ4wi5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s8a8XZ4wi5 .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s8a8XZ4wi5 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s8a8XZ4wi5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s8a8XZ4wi5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s8a8XZ4wi5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s8a8XZ4wi5 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s8a8XZ4wi5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s8a8XZ4wi5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s8a8XZ4wi5 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s8a8XZ4wi5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s8a8XZ4wi5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s8a8XZ4wi5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s8a8XZ4wi5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s8a8XZ4wi5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s8a8XZ4wi5 .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-s8a8XZ4wi5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s8a8XZ4wi5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s8a8XZ4wi5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s8a8XZ4wi5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s8a8XZ4wi5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s8a8XZ4wi5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s8a8XZ4wi5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s8a8XZ4wi5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s8a8XZ4wi5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s8a8XZ4wi5 .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-s8a8XZ4wi5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s8a8XZ4wi5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s8a8XZ4wi5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s8a8XZ4wi5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s8a8XZ4wi5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s8a8XZ4wi5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s8a8XZ4wi5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s8a8XZ4wi5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s8a8XZ4wi5 .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s8a8XZ4wi5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s8a8XZ4wi5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s8a8XZ4wi5 .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-s8a8XZ4wi5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s8a8XZ4wi5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s8a8XZ4wi5 .dropdown-item.active,
.cid-s8a8XZ4wi5 .dropdown-item:active {
  background-color: transparent;
}
.cid-s8a8XZ4wi5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s8a8XZ4wi5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s8a8XZ4wi5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s8a8XZ4wi5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s8a8XZ4wi5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s8a8XZ4wi5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s8a8XZ4wi5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s8a8XZ4wi5 .navbar-buttons {
  text-align: center;
}
.cid-s8a8XZ4wi5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8a8XZ4wi5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s8a8XZ4wi5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8a8XZ4wi5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8a8XZ4wi5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8a8XZ4wi5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8a8XZ4wi5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8a8XZ4wi5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8a8XZ4wi5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8a8XZ4wi5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8a8XZ4wi5 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s8a8XZ4wi5 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-s8a8XZ4wi5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s8a8XZ4wi5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s8a8XZ4wi5 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s8a8XZ4wi5 .nav-link:hover,
.cid-s8a8XZ4wi5 .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s8a8Y03XDB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s8a8Y03XDB .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s8a8Y03XDB .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s8a8Y03XDB .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s8a8Y03XDB .animated-element,
.cid-s8a8Y03XDB .typed-cursor {
  color: #333333;
}
.cid-s8a8Y03XDB .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s8a8Y03XDB .typed-text {
    text-align: center;
  }
}
.cid-s8a8Y03XDB .mbr-section-title {
  color: #ff695c;
}
.cid-s8a8Y03XDB .mbr-text,
.cid-s8a8Y03XDB .typed-text,
.cid-s8a8Y03XDB .mbr-section-btn {
  color: #0a1c44;
}
.cid-s8a8Y03XDB .mbr-section-subtitle,
.cid-s8a8Y03XDB .underline {
  color: #0a1c44;
}
.cid-s8a8Y0PugQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s8a8Y0PugQ img {
    width: 90%;
  }
}
.cid-s8a8Y0PugQ .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s8a8Y0PugQ ul {
  padding: 0;
  margin: 0;
}
.cid-s8a8Y0PugQ li {
  list-style: none;
}
.cid-s8a8Y0PugQ .item1 {
  color: #444444;
  line-height: 1.4;
  margin-left: 0.5rem;
  padding-top: 0rem;
}
.cid-s8a8Y0PugQ p > .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s8a8Y0PugQ .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s8a8Y0PugQ .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  margin-top: 2px;
  margin-left: 0.25rem;
  xcolor: #188ef4;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s8a8Y0PugQ .mbr-text {
  padding-bottom: 1rem;
  margin-bottom: 0.25rem;
}
.cid-s8a8Y0PugQ .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s8a8Y0PugQ p {
  line-height: 1.6;
}
.cid-s8a8Y0PugQ .rev,
.cid-s8a8Y0PugQ .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
}
.cid-s8a8Y0PugQ .items {
  margin-bottom: 0;
}
.cid-s8a8Y0PugQ .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s8a8Y0PugQ .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s8a8Y0PugQ .soc-item:hover span {
  color: #ff695c !important;
}
.cid-s8a8Y0PugQ .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-s8a8Y0PugQ .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-s8a8Y0PugQ .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s8a8Y0PugQ .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s8a8Y0PugQ .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s8a8Y0PugQ .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-s8a8Y0PugQ .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-s8a8Y0PugQ .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-s8a8Y0PugQ .social-list {
    justify-content: center;
  }
}
.cid-s8a8Y0PugQ .card1 > .mbr-text,
.cid-s8a8Y0PugQ .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-s8a8Y0PugQ .card2 > .mbr-text,
.cid-s8a8Y0PugQ .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-s8a8Y0PugQ .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-s8a8Y0PugQ .mbr-text,
.cid-s8a8Y0PugQ .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s8a8Y0PugQ .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-s8a8Y0PugQ .rev {
  color: #767676;
}
.cid-s8a8Y0PugQ .card1 > .mbr-card-title {
  color: #444444;
}
.cid-s8a8Y0PugQ .card2 > .mbr-card-title {
  color: #444444;
}
.cid-s8a8Y0PugQ .card3 > .mbr-card-title {
  color: #212529;
}
.cid-s8a8Y0PugQ .rts-main-title {
  color: #0087ab;
}
.cid-s8a8Y0PugQ .col-title1 {
  color: #0087ab;
}
.cid-s8a8Y1Vxxg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s8a8Y1Vxxg [class^="socicon-"]:before,
.cid-s8a8Y1Vxxg [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s8a8Y1Vxxg .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s8a8Y1Vxxg .btn-social,
.cid-s8a8Y1Vxxg .mbr-section-title {
  color: #57468b;
}
.cid-s8a8Y1Vxxg .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s8a8Y1Vxxg .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s8a8Y1Vxxg .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s8a8Y1Vxxg .align-left {
    text-align: center;
  }
  .cid-s8a8Y1Vxxg .align-right {
    text-align: center;
  }
  .cid-s8a8Y1Vxxg .social-list {
    justify-content: center;
  }
  .cid-s8a8Y1Vxxg .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s9nqj8s5bj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s9nqj8s5bj .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s9nqj8s5bj .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s9nqj8s5bj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s9nqj8s5bj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s9nqj8s5bj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s9nqj8s5bj .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s9nqj8s5bj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s9nqj8s5bj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s9nqj8s5bj .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s9nqj8s5bj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9nqj8s5bj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s9nqj8s5bj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s9nqj8s5bj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9nqj8s5bj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s9nqj8s5bj .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-s9nqj8s5bj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s9nqj8s5bj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s9nqj8s5bj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s9nqj8s5bj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s9nqj8s5bj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s9nqj8s5bj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s9nqj8s5bj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s9nqj8s5bj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s9nqj8s5bj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s9nqj8s5bj .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-s9nqj8s5bj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s9nqj8s5bj .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s9nqj8s5bj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s9nqj8s5bj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s9nqj8s5bj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s9nqj8s5bj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s9nqj8s5bj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s9nqj8s5bj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s9nqj8s5bj .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s9nqj8s5bj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s9nqj8s5bj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9nqj8s5bj .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-s9nqj8s5bj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s9nqj8s5bj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9nqj8s5bj .dropdown-item.active,
.cid-s9nqj8s5bj .dropdown-item:active {
  background-color: transparent;
}
.cid-s9nqj8s5bj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s9nqj8s5bj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s9nqj8s5bj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s9nqj8s5bj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s9nqj8s5bj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s9nqj8s5bj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9nqj8s5bj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s9nqj8s5bj .navbar-buttons {
  text-align: center;
}
.cid-s9nqj8s5bj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9nqj8s5bj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s9nqj8s5bj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9nqj8s5bj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9nqj8s5bj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9nqj8s5bj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9nqj8s5bj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9nqj8s5bj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9nqj8s5bj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9nqj8s5bj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9nqj8s5bj .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s9nqj8s5bj 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-s9nqj8s5bj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s9nqj8s5bj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s9nqj8s5bj .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s9nqj8s5bj .nav-link:hover,
.cid-s9nqj8s5bj .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s9nqj93whL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s9nqj93whL .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s9nqj93whL .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s9nqj93whL .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s9nqj93whL .animated-element,
.cid-s9nqj93whL .typed-cursor {
  color: #333333;
}
.cid-s9nqj93whL .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s9nqj93whL .typed-text {
    text-align: center;
  }
}
.cid-s9nqj93whL .mbr-section-title {
  color: #ff695c;
}
.cid-s9nqj93whL .mbr-text,
.cid-s9nqj93whL .typed-text,
.cid-s9nqj93whL .mbr-section-btn {
  color: #0a1c44;
}
.cid-s9nqj93whL .mbr-section-subtitle,
.cid-s9nqj93whL .underline {
  color: #0a1c44;
}
.cid-s9nqj9EZEd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9nqj9EZEd .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-s9nqj9EZEd .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-s9nqj9EZEd .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s9nqj9EZEd .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s9nqj9EZEd .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s9nqj9EZEd .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-s9nqj9EZEd .rts-float-img {
  xbackground-color: #ff0000;
  width: 35%;
  min-width: 250px;
  padding: 0.25rem;
}
.cid-s9nqj9EZEd .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s9nqj9EZEd .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s9nqj9EZEd .card-box {
  padding: 0.0rem 1rem;
  background: #ffffff;
}
.cid-s9nqj9EZEd .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-s9nqj9EZEd .ico-line {
  display: -webkit-flex;
}
.cid-s9nqj9EZEd .lh-1 {
  line-height: 1;
}
.cid-s9nqj9EZEd .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s9nqj9EZEd .linkcolor {
  color: #ff695c;
}
.cid-s9nqj9EZEd .col-md-4 {
  padding: 0;
}
.cid-s9nqj9EZEd p {
  line-height: 1.6;
}
.cid-s9nqj9EZEd .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s9nqj9EZEd .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s9nqj9EZEd .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s9nqj9EZEd .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s9nqj9EZEd img {
  transition: all 0.3s;
}
.cid-s9nqj9EZEd h5 {
  margin: 0;
}
.cid-s9nqj9EZEd .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s9nqj9EZEd .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s9nqj9EZEd .card-box > p,
.cid-s9nqj9EZEd .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s9nqj9EZEd .xxxcard-box > ul > li > p {
  color: #767676;
  text-align: left;
}
.cid-s9nqj9EZEd .productinfo > p {
  color: #000000;
}
.cid-s9nqj9EZEd .price {
  color: #ffffff;
  text-align: left;
}
.cid-s9nqj9EZEd .rev {
  color: #767676;
  line-height: 1.1;
  text-align: left;
}
.cid-s9nqj9EZEd .product_image {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s9nqj9EZEd .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s9nqj9EZEd .product_image > .col-12 {
  padding: 5rem;
}
.cid-s9nqj9EZEd .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s9nqj9EZEd .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s9nqj9EZEd .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s9nqj9EZEd .wrapper {
    padding: 0.50rem;
  }
  .cid-s9nqj9EZEd .list-group-item {
    padding: 0.5rem;
  }
  .cid-s9nqj9EZEd .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s9nqj9EZEd .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s9nqj9EZEd .col-md-4 {
    padding: 15 0px;
  }
  .cid-s9nqj9EZEd .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s9nqj9EZEd .col-md-8 {
    margin: 0 15px;
  }
  .cid-s9nqj9EZEd .price-box {
    left: 15px;
  }
  .cid-s9nqj9EZEd .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s9nqj9EZEd P {
  color: #000000;
}
.cid-s9nqj9EZEd .list-group > li P {
  color: #444444;
}
.cid-s9nqj9EZEd .list-group .btn-underline {
  xxxmargin: 5rem;
  padding: 0rem 0.5rem 0rem 0rem;
  xxxline-height: 1;
}
.cid-s9nqj9EZEd .card-box > p,
.cid-s9nqj9EZEd .mbr-section-btn P {
  color: #444444;
}
.cid-s9nqj9EZEd .card-box > div P {
  color: #444444;
}
.cid-s9nqj9EZEd .card2 > .mbr-card-title {
  color: #444444;
}
.cid-s9nqj9EZEd .card1 > .mbr-card-title {
  color: #444444;
}
.cid-s9nqj9EZEd .card3 > .mbr-card-title {
  color: #444444;
}
.cid-s9nqjaIL2t {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s9nqjaIL2t [class^="socicon-"]:before,
.cid-s9nqjaIL2t [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s9nqjaIL2t .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s9nqjaIL2t .btn-social,
.cid-s9nqjaIL2t .mbr-section-title {
  color: #57468b;
}
.cid-s9nqjaIL2t .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s9nqjaIL2t .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s9nqjaIL2t .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s9nqjaIL2t .align-left {
    text-align: center;
  }
  .cid-s9nqjaIL2t .align-right {
    text-align: center;
  }
  .cid-s9nqjaIL2t .social-list {
    justify-content: center;
  }
  .cid-s9nqjaIL2t .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s9nGLGFa5C .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s9nGLGFa5C .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s9nGLGFa5C .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s9nGLGFa5C .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s9nGLGFa5C .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s9nGLGFa5C .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s9nGLGFa5C .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s9nGLGFa5C .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s9nGLGFa5C .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s9nGLGFa5C .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s9nGLGFa5C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9nGLGFa5C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s9nGLGFa5C .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s9nGLGFa5C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9nGLGFa5C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s9nGLGFa5C .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-s9nGLGFa5C .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s9nGLGFa5C .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s9nGLGFa5C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s9nGLGFa5C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s9nGLGFa5C .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s9nGLGFa5C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s9nGLGFa5C .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s9nGLGFa5C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s9nGLGFa5C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s9nGLGFa5C .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-s9nGLGFa5C .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s9nGLGFa5C .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s9nGLGFa5C .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s9nGLGFa5C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s9nGLGFa5C .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s9nGLGFa5C .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s9nGLGFa5C .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s9nGLGFa5C .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s9nGLGFa5C .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s9nGLGFa5C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s9nGLGFa5C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9nGLGFa5C .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-s9nGLGFa5C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s9nGLGFa5C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9nGLGFa5C .dropdown-item.active,
.cid-s9nGLGFa5C .dropdown-item:active {
  background-color: transparent;
}
.cid-s9nGLGFa5C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s9nGLGFa5C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s9nGLGFa5C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s9nGLGFa5C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s9nGLGFa5C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s9nGLGFa5C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9nGLGFa5C ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s9nGLGFa5C .navbar-buttons {
  text-align: center;
}
.cid-s9nGLGFa5C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9nGLGFa5C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s9nGLGFa5C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9nGLGFa5C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9nGLGFa5C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9nGLGFa5C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9nGLGFa5C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9nGLGFa5C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9nGLGFa5C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9nGLGFa5C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9nGLGFa5C .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s9nGLGFa5C 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-s9nGLGFa5C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s9nGLGFa5C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s9nGLGFa5C .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s9nGLGFa5C .nav-link:hover,
.cid-s9nGLGFa5C .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s9nGLHxC2C {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s9nGLHxC2C .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s9nGLHxC2C .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s9nGLHxC2C .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s9nGLHxC2C .animated-element,
.cid-s9nGLHxC2C .typed-cursor {
  color: #333333;
}
.cid-s9nGLHxC2C .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s9nGLHxC2C .typed-text {
    text-align: center;
  }
}
.cid-s9nGLHxC2C .mbr-section-title {
  color: #ff695c;
}
.cid-s9nGLHxC2C .mbr-text,
.cid-s9nGLHxC2C .typed-text,
.cid-s9nGLHxC2C .mbr-section-btn {
  color: #0a1c44;
}
.cid-s9nGLHxC2C .mbr-section-subtitle,
.cid-s9nGLHxC2C .underline {
  color: #0a1c44;
}
.cid-s9nJrCRda7 {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-s9nJrCRda7 .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s9nJrCRda7 pre {
  margin: 0;
}
.cid-s9nJrCRda7 pre p {
  margin: 0;
  line-height: 1.6;
}
.cid-s9nJrCRda7 .lh-2 {
  line-height: 2;
}
.cid-s9nJrCRda7 .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
  xxtext-align: right;
}
.cid-s9nJrCRda7 .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-s9nJrCRda7 .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s9nJrCRda7 .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s9nJrCRda7 .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-s9nJrCRda7 .card4 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
@media (max-width: 576px) {
  .cid-s9nJrCRda7 .wrapper {
    padding: 0.50rem;
  }
  .cid-s9nJrCRda7 .card .card-header a.panel-title h4 {
    padding: 0.5rem 0.5rem;
    xline-height: 4.0;
  }
  .cid-s9nJrCRda7 .card .panel-body {
    padding-left: 0.25rem;
  }
}
@media (max-width: 767px) {
  .cid-s9nJrCRda7 .social-list {
    justify-content: center;
  }
}
.cid-s9nJrCRda7 .card1 > .mbr-text,
.cid-s9nJrCRda7 .card1 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s9nJrCRda7 .card2 > .mbr-text,
.cid-s9nJrCRda7 .card2 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s9nJrCRda7 .card3 > .mbr-text,
.cid-s9nJrCRda7 .card3 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s9nJrCRda7 .card4 > .mbr-text,
.cid-s9nJrCRda7 .card4 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s9nJrCRda7 .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-s9nJrCRda7 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-s9nJrCRda7 .panel-title {
  xborder-top: 1px solid #cccccc;
  xborder-left: 1px solid #cccccc;
  xborder-right: 1px solid #cccccc;
  border-bottom: 1px dotted #cccccc;
}
.cid-s9nJrCRda7 .collapsed {
  border: none;
}
.cid-s9nJrCRda7 .panel-body {
  padding-top: 0.5rem;
  padding-left: 1.0rem;
}
.cid-s9nJrCRda7 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s9nJrCRda7 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #efefef;
  padding: 0;
}
.cid-s9nJrCRda7 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s9nJrCRda7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s9nJrCRda7 .card .card-header a.panel-title h4 {
  padding: 1.3rem 1rem;
  line-height: normal;
  margin-bottom: 0;
}
.cid-s9nJrCRda7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s9nJrCRda7 .panel-text {
  color: #333333;
  text-align: left;
}
.cid-s9nJrCRda7 H4 {
  color: #0087ab;
  text-transform: xuppercase;
}
.cid-s9nJrCRda7 h5 {
  line-height: normal;
}
.cid-s9nJrCRda7 H2 {
  text-align: left;
  color: #0087ab;
}
.cid-s9nJrCRda7 .card1 > .mbr-card-title {
  color: #444444;
}
.cid-s9nJrCRda7 .card2 > .mbr-card-title {
  color: #444444;
}
.cid-s9nJrCRda7 .card3 > .mbr-card-title {
  color: #444444;
}
.cid-s9nJrCRda7 .card4 > .mbr-card-title {
  color: #444444;
}
.cid-s9nGLKBnmU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s9nGLKBnmU [class^="socicon-"]:before,
.cid-s9nGLKBnmU [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s9nGLKBnmU .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s9nGLKBnmU .btn-social,
.cid-s9nGLKBnmU .mbr-section-title {
  color: #57468b;
}
.cid-s9nGLKBnmU .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s9nGLKBnmU .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s9nGLKBnmU .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s9nGLKBnmU .align-left {
    text-align: center;
  }
  .cid-s9nGLKBnmU .align-right {
    text-align: center;
  }
  .cid-s9nGLKBnmU .social-list {
    justify-content: center;
  }
  .cid-s9nGLKBnmU .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-saHifMLOF7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-saHifMLOF7 .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-saHifMLOF7 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-saHifMLOF7 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-saHifMLOF7 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-saHifMLOF7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-saHifMLOF7 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-saHifMLOF7 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-saHifMLOF7 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-saHifMLOF7 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-saHifMLOF7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-saHifMLOF7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-saHifMLOF7 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-saHifMLOF7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-saHifMLOF7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-saHifMLOF7 .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-saHifMLOF7 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-saHifMLOF7 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-saHifMLOF7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-saHifMLOF7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-saHifMLOF7 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-saHifMLOF7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-saHifMLOF7 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-saHifMLOF7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-saHifMLOF7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-saHifMLOF7 .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-saHifMLOF7 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-saHifMLOF7 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-saHifMLOF7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-saHifMLOF7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-saHifMLOF7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-saHifMLOF7 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-saHifMLOF7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-saHifMLOF7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-saHifMLOF7 .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-saHifMLOF7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-saHifMLOF7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-saHifMLOF7 .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-saHifMLOF7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-saHifMLOF7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-saHifMLOF7 .dropdown-item.active,
.cid-saHifMLOF7 .dropdown-item:active {
  background-color: transparent;
}
.cid-saHifMLOF7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-saHifMLOF7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-saHifMLOF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-saHifMLOF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-saHifMLOF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-saHifMLOF7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saHifMLOF7 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-saHifMLOF7 .navbar-buttons {
  text-align: center;
}
.cid-saHifMLOF7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-saHifMLOF7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-saHifMLOF7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saHifMLOF7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saHifMLOF7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saHifMLOF7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saHifMLOF7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saHifMLOF7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saHifMLOF7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saHifMLOF7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saHifMLOF7 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-saHifMLOF7 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-saHifMLOF7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-saHifMLOF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-saHifMLOF7 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-saHifMLOF7 .nav-link:hover,
.cid-saHifMLOF7 .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-saHifNHk9F {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-saHifNHk9F .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-saHifNHk9F .mbr-arrow i {
  color: #ffffff !important;
}
.cid-saHifNHk9F .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-saHifNHk9F .animated-element,
.cid-saHifNHk9F .typed-cursor {
  color: #333333;
}
.cid-saHifNHk9F .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-saHifNHk9F .typed-text {
    text-align: center;
  }
}
.cid-saHifNHk9F .mbr-section-title {
  color: #ff695c;
}
.cid-saHifNHk9F .mbr-text,
.cid-saHifNHk9F .typed-text,
.cid-saHifNHk9F .mbr-section-btn {
  color: #0a1c44;
}
.cid-saHifNHk9F .mbr-section-subtitle,
.cid-saHifNHk9F .underline {
  color: #0a1c44;
}
.cid-saHifP2KF0 {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-saHifP2KF0 pre {
  margin: 0;
}
.cid-saHifP2KF0 pre p {
  margin: 0;
  line-height: 1.6;
}
.cid-saHifP2KF0 .lh-2 {
  line-height: 2;
}
.cid-saHifP2KF0 .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
  xxtext-align: right;
}
.cid-saHifP2KF0 .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-saHifP2KF0 .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-saHifP2KF0 .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-saHifP2KF0 .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-saHifP2KF0 .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 576px) {
  .cid-saHifP2KF0 .wrapper {
    padding: 0.50rem;
  }
  .cid-saHifP2KF0 .card .card-header a.panel-title h4 {
    padding: 0.5rem 0.5rem;
    xline-height: 4.0;
  }
  .cid-saHifP2KF0 .card .panel-body {
    padding-left: 0.25rem;
  }
}
@media (max-width: 767px) {
  .cid-saHifP2KF0 .social-list {
    justify-content: center;
  }
}
.cid-saHifP2KF0 .card1 > .mbr-text,
.cid-saHifP2KF0 .card1 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-saHifP2KF0 .card2 > .mbr-text,
.cid-saHifP2KF0 .card2 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-saHifP2KF0 .card3 > .mbr-text,
.cid-saHifP2KF0 .card3 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-saHifP2KF0 .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-saHifP2KF0 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-saHifP2KF0 .panel-title {
  xborder-top: 1px solid #cccccc;
  xborder-left: 1px solid #cccccc;
  xborder-right: 1px solid #cccccc;
  border-bottom: 1px dotted #cccccc;
}
.cid-saHifP2KF0 .collapsed {
  border: none;
}
.cid-saHifP2KF0 .panel-body {
  padding-top: 0.5rem;
  padding-left: 1.0rem;
}
.cid-saHifP2KF0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-saHifP2KF0 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #efefef;
  padding: 0;
}
.cid-saHifP2KF0 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-saHifP2KF0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saHifP2KF0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 1rem;
  line-height: normal;
  margin-bottom: 0;
}
.cid-saHifP2KF0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-saHifP2KF0 .panel-text {
  color: #444444;
  text-align: left;
}
.cid-saHifP2KF0 H4 {
  color: #0087ab;
  text-transform: xuppercase;
}
.cid-saHifP2KF0 h5 {
  line-height: normal;
}
.cid-saHifP2KF0 H2 {
  text-align: left;
  color: #0087ab;
}
.cid-saHifP2KF0 .card1 > .mbr-card-title {
  color: #444444;
}
.cid-saHifP2KF0 .card2 > .mbr-card-title {
  color: #444444;
}
.cid-saHifP2KF0 .card3 > .mbr-card-title {
  color: #444444;
}
.cid-saHifP2KF0 H3 {
  color: #444444;
}
.cid-saHifRLSNj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-saHifRLSNj [class^="socicon-"]:before,
.cid-saHifRLSNj [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-saHifRLSNj .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-saHifRLSNj .btn-social,
.cid-saHifRLSNj .mbr-section-title {
  color: #57468b;
}
.cid-saHifRLSNj .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-saHifRLSNj .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-saHifRLSNj .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-saHifRLSNj .align-left {
    text-align: center;
  }
  .cid-saHifRLSNj .align-right {
    text-align: center;
  }
  .cid-saHifRLSNj .social-list {
    justify-content: center;
  }
  .cid-saHifRLSNj .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sblN4kskFJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-sblN4kskFJ .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-sblN4kskFJ .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-sblN4kskFJ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sblN4kskFJ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sblN4kskFJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sblN4kskFJ .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sblN4kskFJ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-sblN4kskFJ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sblN4kskFJ .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sblN4kskFJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sblN4kskFJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sblN4kskFJ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sblN4kskFJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sblN4kskFJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sblN4kskFJ .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-sblN4kskFJ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sblN4kskFJ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sblN4kskFJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sblN4kskFJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sblN4kskFJ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sblN4kskFJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sblN4kskFJ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sblN4kskFJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sblN4kskFJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sblN4kskFJ .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-sblN4kskFJ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sblN4kskFJ .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sblN4kskFJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sblN4kskFJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sblN4kskFJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sblN4kskFJ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sblN4kskFJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sblN4kskFJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sblN4kskFJ .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-sblN4kskFJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sblN4kskFJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sblN4kskFJ .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-sblN4kskFJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sblN4kskFJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sblN4kskFJ .dropdown-item.active,
.cid-sblN4kskFJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sblN4kskFJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sblN4kskFJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sblN4kskFJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sblN4kskFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sblN4kskFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sblN4kskFJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sblN4kskFJ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sblN4kskFJ .navbar-buttons {
  text-align: center;
}
.cid-sblN4kskFJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sblN4kskFJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sblN4kskFJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sblN4kskFJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sblN4kskFJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sblN4kskFJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sblN4kskFJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sblN4kskFJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sblN4kskFJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sblN4kskFJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sblN4kskFJ .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sblN4kskFJ 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-sblN4kskFJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sblN4kskFJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sblN4kskFJ .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sblN4kskFJ .nav-link:hover,
.cid-sblN4kskFJ .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-sblN4l7UEB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-sblN4l7UEB .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sblN4l7UEB .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sblN4l7UEB .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sblN4l7UEB .animated-element,
.cid-sblN4l7UEB .typed-cursor {
  color: #333333;
}
.cid-sblN4l7UEB .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sblN4l7UEB .typed-text {
    text-align: center;
  }
}
.cid-sblN4l7UEB .mbr-section-title {
  color: #ff695c;
}
.cid-sblN4l7UEB .mbr-text,
.cid-sblN4l7UEB .typed-text,
.cid-sblN4l7UEB .mbr-section-btn {
  color: #0a1c44;
}
.cid-sblN4l7UEB .mbr-section-subtitle,
.cid-sblN4l7UEB .underline {
  color: #0a1c44;
}
.cid-sblN4mNtwn {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sblN4mNtwn pre {
  margin: 0;
}
.cid-sblN4mNtwn pre p {
  margin: 0;
  line-height: 1.6;
}
.cid-sblN4mNtwn .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
  xxtext-align: right;
}
.cid-sblN4mNtwn .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-sblN4mNtwn .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sblN4mNtwn .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sblN4mNtwn .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sblN4mNtwn .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 576px) {
  .cid-sblN4mNtwn .wrapper {
    padding: 0.50rem;
  }
  .cid-sblN4mNtwn .card .card-header a.panel-title h4 {
    padding: 0.5rem 0.5rem;
    xline-height: 4.0;
  }
  .cid-sblN4mNtwn .card .panel-body {
    padding-left: 0.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sblN4mNtwn .social-list {
    justify-content: center;
  }
}
.cid-sblN4mNtwn .card1 > .mbr-text,
.cid-sblN4mNtwn .card1 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sblN4mNtwn .card2 > .mbr-text,
.cid-sblN4mNtwn .card2 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sblN4mNtwn .card3 > .mbr-text,
.cid-sblN4mNtwn .card3 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sblN4mNtwn .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-sblN4mNtwn p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sblN4mNtwn .panel-title {
  xborder-top: 1px solid #cccccc;
  xborder-left: 1px solid #cccccc;
  xborder-right: 1px solid #cccccc;
  border-bottom: 1px dotted #cccccc;
}
.cid-sblN4mNtwn .collapsed {
  border: none;
}
.cid-sblN4mNtwn .panel-body {
  padding-top: 0.5rem;
  padding-left: 1.0rem;
}
.cid-sblN4mNtwn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sblN4mNtwn .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #efefef;
  padding: 0;
}
.cid-sblN4mNtwn .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sblN4mNtwn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sblN4mNtwn .card .card-header a.panel-title h4 {
  padding: 1.3rem 1rem;
  line-height: normal;
  margin-bottom: 0;
}
.cid-sblN4mNtwn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sblN4mNtwn .panel-text {
  color: #444444;
  text-align: left;
}
.cid-sblN4mNtwn H4 {
  color: #0087ab;
  text-transform: xuppercase;
}
.cid-sblN4mNtwn h5 {
  line-height: normal;
}
.cid-sblN4mNtwn H2 {
  text-align: left;
  color: #0087ab;
}
.cid-sblN4mNtwn .card1 > .mbr-card-title {
  color: #444444;
}
.cid-sblN4mNtwn .card2 > .mbr-card-title {
  color: #444444;
}
.cid-sblN4mNtwn .card3 > .mbr-card-title {
  color: #444444;
}
.cid-sblN4p1tKZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sblN4p1tKZ [class^="socicon-"]:before,
.cid-sblN4p1tKZ [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-sblN4p1tKZ .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sblN4p1tKZ .btn-social,
.cid-sblN4p1tKZ .mbr-section-title {
  color: #57468b;
}
.cid-sblN4p1tKZ .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sblN4p1tKZ .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sblN4p1tKZ .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sblN4p1tKZ .align-left {
    text-align: center;
  }
  .cid-sblN4p1tKZ .align-right {
    text-align: center;
  }
  .cid-sblN4p1tKZ .social-list {
    justify-content: center;
  }
  .cid-sblN4p1tKZ .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sbmJ5CzbJ6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-sbmJ5CzbJ6 .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-sbmJ5CzbJ6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-sbmJ5CzbJ6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sbmJ5CzbJ6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sbmJ5CzbJ6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sbmJ5CzbJ6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sbmJ5CzbJ6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-sbmJ5CzbJ6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sbmJ5CzbJ6 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sbmJ5CzbJ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sbmJ5CzbJ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sbmJ5CzbJ6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sbmJ5CzbJ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbmJ5CzbJ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbmJ5CzbJ6 .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-sbmJ5CzbJ6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sbmJ5CzbJ6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sbmJ5CzbJ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbmJ5CzbJ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sbmJ5CzbJ6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sbmJ5CzbJ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbmJ5CzbJ6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sbmJ5CzbJ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbmJ5CzbJ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbmJ5CzbJ6 .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-sbmJ5CzbJ6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sbmJ5CzbJ6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sbmJ5CzbJ6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbmJ5CzbJ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbmJ5CzbJ6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sbmJ5CzbJ6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sbmJ5CzbJ6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sbmJ5CzbJ6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sbmJ5CzbJ6 .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-sbmJ5CzbJ6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbmJ5CzbJ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbmJ5CzbJ6 .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-sbmJ5CzbJ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbmJ5CzbJ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbmJ5CzbJ6 .dropdown-item.active,
.cid-sbmJ5CzbJ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sbmJ5CzbJ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbmJ5CzbJ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbmJ5CzbJ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbmJ5CzbJ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sbmJ5CzbJ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sbmJ5CzbJ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sbmJ5CzbJ6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sbmJ5CzbJ6 .navbar-buttons {
  text-align: center;
}
.cid-sbmJ5CzbJ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbmJ5CzbJ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sbmJ5CzbJ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbmJ5CzbJ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbmJ5CzbJ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbmJ5CzbJ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbmJ5CzbJ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbmJ5CzbJ6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbmJ5CzbJ6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbmJ5CzbJ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbmJ5CzbJ6 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sbmJ5CzbJ6 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-sbmJ5CzbJ6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbmJ5CzbJ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sbmJ5CzbJ6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sbmJ5CzbJ6 .nav-link:hover,
.cid-sbmJ5CzbJ6 .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-sbmJ5DoAnn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-sbmJ5DoAnn .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sbmJ5DoAnn .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sbmJ5DoAnn .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sbmJ5DoAnn .animated-element,
.cid-sbmJ5DoAnn .typed-cursor {
  color: #333333;
}
.cid-sbmJ5DoAnn .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sbmJ5DoAnn .typed-text {
    text-align: center;
  }
}
.cid-sbmJ5DoAnn .mbr-section-title {
  color: #ff695c;
}
.cid-sbmJ5DoAnn .mbr-text,
.cid-sbmJ5DoAnn .typed-text,
.cid-sbmJ5DoAnn .mbr-section-btn {
  color: #0a1c44;
}
.cid-sbmJ5DoAnn .mbr-section-subtitle,
.cid-sbmJ5DoAnn .underline {
  color: #0a1c44;
}
.cid-sbmJ5EytHr {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sbmJ5EytHr pre {
  margin: 0;
}
.cid-sbmJ5EytHr pre p {
  margin: 0;
  line-height: 1.6;
}
.cid-sbmJ5EytHr p > .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-sbmJ5EytHr .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
  xxtext-align: right;
}
.cid-sbmJ5EytHr .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-sbmJ5EytHr .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sbmJ5EytHr .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sbmJ5EytHr .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sbmJ5EytHr .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 576px) {
  .cid-sbmJ5EytHr .wrapper {
    padding: 0.50rem;
  }
  .cid-sbmJ5EytHr .card .card-header a.panel-title h4 {
    padding: 0.5rem 0.5rem;
    xline-height: 4.0;
  }
  .cid-sbmJ5EytHr .card .panel-body {
    padding-left: 0.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sbmJ5EytHr .social-list {
    justify-content: center;
  }
}
.cid-sbmJ5EytHr .card1 > .mbr-text,
.cid-sbmJ5EytHr .card1 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sbmJ5EytHr .card2 > .mbr-text,
.cid-sbmJ5EytHr .card2 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sbmJ5EytHr .card3 > .mbr-text,
.cid-sbmJ5EytHr .card3 > .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sbmJ5EytHr .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-sbmJ5EytHr p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sbmJ5EytHr .panel-title {
  xborder-top: 1px solid #cccccc;
  xborder-left: 1px solid #cccccc;
  xborder-right: 1px solid #cccccc;
  border-bottom: 1px dotted #cccccc;
}
.cid-sbmJ5EytHr .collapsed {
  border: none;
}
.cid-sbmJ5EytHr .panel-body {
  padding-top: 0.5rem;
  padding-left: 1.0rem;
}
.cid-sbmJ5EytHr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sbmJ5EytHr .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #efefef;
  padding: 0;
}
.cid-sbmJ5EytHr .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sbmJ5EytHr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sbmJ5EytHr .card .card-header a.panel-title h4 {
  padding: 1.3rem 1rem;
  line-height: normal;
  margin-bottom: 0;
}
.cid-sbmJ5EytHr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sbmJ5EytHr .panel-text {
  color: #444444;
  text-align: left;
}
.cid-sbmJ5EytHr H4 {
  color: #0087ab;
  text-transform: xuppercase;
}
.cid-sbmJ5EytHr h5 {
  line-height: normal;
}
.cid-sbmJ5EytHr H2 {
  text-align: left;
  color: #0087ab;
}
.cid-sbmJ5EytHr .card1 > .mbr-card-title {
  color: #444444;
}
.cid-sbmJ5EytHr .card2 > .mbr-card-title {
  color: #444444;
}
.cid-sbmJ5EytHr .card3 > .mbr-card-title {
  color: #444444;
}
.cid-sbmJ5GgxjT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sbmJ5GgxjT [class^="socicon-"]:before,
.cid-sbmJ5GgxjT [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-sbmJ5GgxjT .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sbmJ5GgxjT .btn-social,
.cid-sbmJ5GgxjT .mbr-section-title {
  color: #57468b;
}
.cid-sbmJ5GgxjT .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sbmJ5GgxjT .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sbmJ5GgxjT .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sbmJ5GgxjT .align-left {
    text-align: center;
  }
  .cid-sbmJ5GgxjT .align-right {
    text-align: center;
  }
  .cid-sbmJ5GgxjT .social-list {
    justify-content: center;
  }
  .cid-sbmJ5GgxjT .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sbyhqMFU3I .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-sbyhqMFU3I .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-sbyhqMFU3I .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-sbyhqMFU3I .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sbyhqMFU3I .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sbyhqMFU3I .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sbyhqMFU3I .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sbyhqMFU3I .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-sbyhqMFU3I .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sbyhqMFU3I .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sbyhqMFU3I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sbyhqMFU3I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sbyhqMFU3I .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sbyhqMFU3I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbyhqMFU3I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbyhqMFU3I .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-sbyhqMFU3I .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sbyhqMFU3I .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sbyhqMFU3I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbyhqMFU3I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sbyhqMFU3I .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sbyhqMFU3I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbyhqMFU3I .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sbyhqMFU3I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbyhqMFU3I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbyhqMFU3I .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-sbyhqMFU3I .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sbyhqMFU3I .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sbyhqMFU3I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbyhqMFU3I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbyhqMFU3I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sbyhqMFU3I .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sbyhqMFU3I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sbyhqMFU3I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sbyhqMFU3I .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-sbyhqMFU3I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbyhqMFU3I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbyhqMFU3I .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-sbyhqMFU3I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbyhqMFU3I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbyhqMFU3I .dropdown-item.active,
.cid-sbyhqMFU3I .dropdown-item:active {
  background-color: transparent;
}
.cid-sbyhqMFU3I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbyhqMFU3I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbyhqMFU3I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbyhqMFU3I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sbyhqMFU3I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sbyhqMFU3I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sbyhqMFU3I ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sbyhqMFU3I .navbar-buttons {
  text-align: center;
}
.cid-sbyhqMFU3I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbyhqMFU3I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sbyhqMFU3I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbyhqMFU3I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbyhqMFU3I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbyhqMFU3I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbyhqMFU3I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbyhqMFU3I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbyhqMFU3I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbyhqMFU3I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbyhqMFU3I .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sbyhqMFU3I 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-sbyhqMFU3I .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbyhqMFU3I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sbyhqMFU3I .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sbyhqMFU3I .nav-link:hover,
.cid-sbyhqMFU3I .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-sbyhqOdkjA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-sbyhqOdkjA .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sbyhqOdkjA .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sbyhqOdkjA .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sbyhqOdkjA .animated-element,
.cid-sbyhqOdkjA .typed-cursor {
  color: #333333;
}
.cid-sbyhqOdkjA .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sbyhqOdkjA .typed-text {
    text-align: center;
  }
}
.cid-sbyhqOdkjA .mbr-section-title {
  color: #ff695c;
}
.cid-sbyhqOdkjA .mbr-text,
.cid-sbyhqOdkjA .typed-text,
.cid-sbyhqOdkjA .mbr-section-btn {
  color: #0a1c44;
}
.cid-sbyhqOdkjA .mbr-section-subtitle,
.cid-sbyhqOdkjA .underline {
  color: #0a1c44;
}
.cid-sbyhqPFSaY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbyhqPFSaY li {
  list-style: none;
}
.cid-sbyhqPFSaY p {
  line-height: 1.6;
}
.cid-sbyhqPFSaY .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-sbyhqPFSaY .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #5580ff;
  fill: #0087ab;
}
.cid-sbyhqPFSaY h4 {
  margin: 0;
}
.cid-sbyhqPFSaY .item {
  color: #5580ff;
}
.cid-sbyhqPFSaY .mbr-text {
  color: #444444;
}
.cid-sbyhqPFSaY ul {
  padding: 0;
  margin: 0;
}
.cid-sbyhqPFSaY .col-title {
  color: #57468b;
}
.cid-sbyhqPFSaY .col-title1 {
  color: #0087ab;
  padding-top: 0.0rem;
  padding-bottom: 0.25rem;
}
.cid-sbyhqPFSaY .col-title2 {
  color: #5580ff;
}
.cid-sbyhqPFSaY .col-title3 {
  color: #ff8a73;
}
.cid-sbyhqPFSaY .col-title4 {
  color: #57468b;
}
.cid-sbyhqPFSaY .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-sbyhqPFSaY .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-sbyhqPFSaY .item3 {
  color: #716c80;
}
.cid-sbyhqPFSaY .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-sbyhqPFSaY .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sbyhqPFSaY .card-box > p,
.cid-sbyhqPFSaY .mbr-section-btn {
  color: #0087ab;
}
.cid-sbzJJRR5Y4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbzJJRR5Y4 .mbr-text,
.cid-sbzJJRR5Y4 .mbr-section-btn {
  color: #444444;
}
.cid-sbzJJRR5Y4 p {
  z-index: 2;
  position: relative;
}
.cid-sbzJJRR5Y4 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sbzJJRR5Y4 .col-lg-12 {
  padding: 1rem 1.0rem;
}
.cid-sbzJJRR5Y4 .ico1 {
  font-size: 2rem;
}
.cid-sbzJJRR5Y4 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sbzJJRR5Y4 H3 {
  color: #0087ab;
}
.cid-sbzPpluYFq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbzPpluYFq .mbr-text,
.cid-sbzPpluYFq .mbr-section-btn {
  color: #444444;
}
.cid-sbzPpluYFq p {
  z-index: 2;
  position: relative;
}
.cid-sbzPpluYFq .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sbzPpluYFq .col-lg-12 {
  padding: 1rem 1.0rem;
}
.cid-sbzPpluYFq .ico1 {
  font-size: 2rem;
}
.cid-sbzPpluYFq .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sbzPpluYFq H3 {
  color: #0087ab;
}
.cid-sbDgdDp1I8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbDgdDp1I8 .mbr-text,
.cid-sbDgdDp1I8 .mbr-section-btn {
  color: #444444;
}
.cid-sbDgdDp1I8 p {
  z-index: 2;
  position: relative;
}
.cid-sbDgdDp1I8 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sbDgdDp1I8 .col-lg-12 {
  padding: 1rem 1.0rem;
}
.cid-sbDgdDp1I8 .ico1 {
  font-size: 2rem;
}
.cid-sbDgdDp1I8 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sbDgdDp1I8 H3 {
  color: #0087ab;
}
.cid-sbDglRccgt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbDglRccgt .mbr-text,
.cid-sbDglRccgt .mbr-section-btn {
  color: #444444;
}
.cid-sbDglRccgt p {
  z-index: 2;
  position: relative;
}
.cid-sbDglRccgt .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sbDglRccgt .col-lg-12 {
  padding: 1rem 1.0rem;
}
.cid-sbDglRccgt .ico1 {
  font-size: 2rem;
}
.cid-sbDglRccgt .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sbDglRccgt H3 {
  color: #0087ab;
}
.cid-sbDjaTHLen {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbDjaTHLen .mbr-text,
.cid-sbDjaTHLen .mbr-section-btn {
  color: #444444;
}
.cid-sbDjaTHLen p {
  z-index: 2;
  position: relative;
}
.cid-sbDjaTHLen .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sbDjaTHLen .col-lg-12 {
  padding: 1rem 1.0rem;
}
.cid-sbDjaTHLen .ico1 {
  font-size: 2rem;
}
.cid-sbDjaTHLen .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sbDjaTHLen H3 {
  color: #0087ab;
}
.cid-sbDkedyXNI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbDkedyXNI li {
  list-style: none;
}
.cid-sbDkedyXNI p {
  line-height: 1.6;
}
.cid-sbDkedyXNI .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-sbDkedyXNI .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #5580ff;
  fill: #0087ab;
}
.cid-sbDkedyXNI h4 {
  margin: 0;
}
.cid-sbDkedyXNI .item {
  color: #5580ff;
}
.cid-sbDkedyXNI .mbr-text {
  color: #444444;
}
.cid-sbDkedyXNI ul {
  padding: 0;
  margin: 0;
}
.cid-sbDkedyXNI .col-title {
  color: #57468b;
}
.cid-sbDkedyXNI .col-title1 {
  color: #0087ab;
  padding-top: 0.0rem;
  padding-bottom: 0.25rem;
}
.cid-sbDkedyXNI .col-title2 {
  color: #5580ff;
}
.cid-sbDkedyXNI .col-title3 {
  color: #ff8a73;
}
.cid-sbDkedyXNI .col-title4 {
  color: #57468b;
}
.cid-sbDkedyXNI .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-sbDkedyXNI .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-sbDkedyXNI .item3 {
  color: #716c80;
}
.cid-sbDkedyXNI .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-sbDkedyXNI .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sbDmOEwS7Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbDmOEwS7Q .mbr-text,
.cid-sbDmOEwS7Q .mbr-section-btn {
  color: #444444;
}
.cid-sbDmOEwS7Q .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-sbDmOEwS7Q p {
  z-index: 2;
  position: relative;
}
.cid-sbDmOEwS7Q .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sbDmOEwS7Q .col-lg-12 {
  padding: 1rem 1.0rem;
}
.cid-sbDmOEwS7Q .ico1 {
  font-size: 2rem;
}
.cid-sbDmOEwS7Q .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sbDmOEwS7Q H3 {
  color: #0087ab;
  text-align: right;
}
.cid-sbDmWBjtrD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbDmWBjtrD .mbr-text,
.cid-sbDmWBjtrD .mbr-section-btn {
  color: #444444;
}
.cid-sbDmWBjtrD .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-sbDmWBjtrD p {
  z-index: 2;
  position: relative;
}
.cid-sbDmWBjtrD .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sbDmWBjtrD .col-lg-12 {
  padding: 1rem 1.0rem;
}
.cid-sbDmWBjtrD .ico1 {
  font-size: 2rem;
}
.cid-sbDmWBjtrD .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sbDmWBjtrD H3 {
  color: #0087ab;
  text-align: right;
}
.cid-sbDJahnaRE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbDJahnaRE .mbr-text,
.cid-sbDJahnaRE .mbr-section-btn {
  color: #444444;
}
.cid-sbDJahnaRE .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-sbDJahnaRE p {
  z-index: 2;
  position: relative;
}
.cid-sbDJahnaRE .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sbDJahnaRE .col-lg-12 {
  padding: 1rem 1.0rem;
}
.cid-sbDJahnaRE .ico1 {
  font-size: 2rem;
}
.cid-sbDJahnaRE .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sbDJahnaRE H3 {
  color: #0087ab;
  text-align: right;
}
.cid-sbJRBcmNos {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbJRBcmNos .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-sbJRBcmNos li {
  list-style: none;
}
.cid-sbJRBcmNos p {
  line-height: 1.6;
}
.cid-sbJRBcmNos .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-sbJRBcmNos .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #5580ff;
  fill: #0087ab;
}
.cid-sbJRBcmNos h4 {
  margin: 0;
}
.cid-sbJRBcmNos .item {
  color: #5580ff;
}
.cid-sbJRBcmNos .mbr-text {
  color: #444444;
}
.cid-sbJRBcmNos ul {
  padding: 0;
  margin: 0;
}
.cid-sbJRBcmNos .col-title {
  color: #57468b;
}
.cid-sbJRBcmNos .col-title1 {
  color: #0087ab;
  padding-top: 0.0rem;
  padding-bottom: 0.25rem;
}
.cid-sbJRBcmNos .col-title2 {
  color: #5580ff;
}
.cid-sbJRBcmNos .col-title3 {
  color: #ff8a73;
}
.cid-sbJRBcmNos .col-title4 {
  color: #57468b;
}
.cid-sbJRBcmNos .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-sbJRBcmNos .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-sbJRBcmNos .item3 {
  color: #716c80;
}
.cid-sbJRBcmNos .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-sbJRBcmNos .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sbyhqUoYfl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sbyhqUoYfl [class^="socicon-"]:before,
.cid-sbyhqUoYfl [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-sbyhqUoYfl .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sbyhqUoYfl .btn-social,
.cid-sbyhqUoYfl .mbr-section-title {
  color: #57468b;
}
.cid-sbyhqUoYfl .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sbyhqUoYfl .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sbyhqUoYfl .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sbyhqUoYfl .align-left {
    text-align: center;
  }
  .cid-sbyhqUoYfl .align-right {
    text-align: center;
  }
  .cid-sbyhqUoYfl .social-list {
    justify-content: center;
  }
  .cid-sbyhqUoYfl .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sbKcgHPiR4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-sbKcgHPiR4 .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-sbKcgHPiR4 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-sbKcgHPiR4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sbKcgHPiR4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sbKcgHPiR4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sbKcgHPiR4 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sbKcgHPiR4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-sbKcgHPiR4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sbKcgHPiR4 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sbKcgHPiR4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sbKcgHPiR4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sbKcgHPiR4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sbKcgHPiR4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbKcgHPiR4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbKcgHPiR4 .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-sbKcgHPiR4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sbKcgHPiR4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sbKcgHPiR4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbKcgHPiR4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sbKcgHPiR4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sbKcgHPiR4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbKcgHPiR4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sbKcgHPiR4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbKcgHPiR4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbKcgHPiR4 .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-sbKcgHPiR4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sbKcgHPiR4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sbKcgHPiR4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbKcgHPiR4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbKcgHPiR4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sbKcgHPiR4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sbKcgHPiR4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sbKcgHPiR4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sbKcgHPiR4 .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-sbKcgHPiR4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbKcgHPiR4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbKcgHPiR4 .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-sbKcgHPiR4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbKcgHPiR4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbKcgHPiR4 .dropdown-item.active,
.cid-sbKcgHPiR4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sbKcgHPiR4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbKcgHPiR4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbKcgHPiR4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbKcgHPiR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sbKcgHPiR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sbKcgHPiR4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sbKcgHPiR4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sbKcgHPiR4 .navbar-buttons {
  text-align: center;
}
.cid-sbKcgHPiR4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbKcgHPiR4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sbKcgHPiR4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbKcgHPiR4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbKcgHPiR4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbKcgHPiR4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbKcgHPiR4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbKcgHPiR4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbKcgHPiR4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbKcgHPiR4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbKcgHPiR4 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sbKcgHPiR4 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-sbKcgHPiR4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbKcgHPiR4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sbKcgHPiR4 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sbKcgHPiR4 .nav-link:hover,
.cid-sbKcgHPiR4 .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-sbKcgIPK36 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-sbKcgIPK36 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sbKcgIPK36 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sbKcgIPK36 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sbKcgIPK36 .animated-element,
.cid-sbKcgIPK36 .typed-cursor {
  color: #333333;
}
.cid-sbKcgIPK36 .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sbKcgIPK36 .typed-text {
    text-align: center;
  }
}
.cid-sbKcgIPK36 .mbr-section-title {
  color: #ff695c;
}
.cid-sbKcgIPK36 .mbr-text,
.cid-sbKcgIPK36 .typed-text,
.cid-sbKcgIPK36 .mbr-section-btn {
  color: #0a1c44;
}
.cid-sbKcgIPK36 .mbr-section-subtitle,
.cid-sbKcgIPK36 .underline {
  color: #0a1c44;
}
.cid-sbKcgK4Toa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbKcgK4Toa .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-sbKcgK4Toa .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-sbKcgK4Toa .ico-line {
  display: -webkit-flex;
}
.cid-sbKcgK4Toa .lh-1 {
  line-height: 1;
}
.cid-sbKcgK4Toa .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-sbKcgK4Toa .linkcolor {
  color: #ff695c;
}
.cid-sbKcgK4Toa .col-md-4 {
  padding: 0;
}
.cid-sbKcgK4Toa p {
  line-height: 1.6;
}
.cid-sbKcgK4Toa .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-sbKcgK4Toa .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-sbKcgK4Toa .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sbKcgK4Toa .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-sbKcgK4Toa img {
  transition: all 0.3s;
}
.cid-sbKcgK4Toa h5 {
  margin: 0;
}
.cid-sbKcgK4Toa .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-sbKcgK4Toa .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-sbKcgK4Toa .card-box > p,
.cid-sbKcgK4Toa .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sbKcgK4Toa .productinfo > p {
  color: #000000;
}
.cid-sbKcgK4Toa .price {
  color: #ffffff;
  text-align: left;
}
.cid-sbKcgK4Toa .rev {
  color: #767676;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-sbKcgK4Toa .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-sbKcgK4Toa .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-sbKcgK4Toa .col-md-4 {
    padding: 0 15px;
  }
  .cid-sbKcgK4Toa .col-md-8 {
    margin: 0 15px;
  }
  .cid-sbKcgK4Toa .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-sbKcgK4Toa .price-box {
    left: 15px;
  }
  .cid-sbKcgK4Toa .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sbKcgK4Toa P {
  color: #000000;
}
.cid-sc0zzV8ngm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sc0zzV8ngm .mbr-text {
  color: #444444;
}
.cid-sc0zzV8ngm .mbr-text table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  border-spacing: 5px;
}
.cid-sbKcgMSkla {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbKcgMSkla .rts-float-img {
  xbackground-color: #ff0000;
  width: 35%;
  min-width: 250px;
  padding: 0.25rem;
}
.cid-sbKcgMSkla .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-sbKcgMSkla .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-sbKcgMSkla .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-sbKcgMSkla .ico-line {
  display: -webkit-flex;
}
.cid-sbKcgMSkla .lh-1 {
  line-height: 1;
}
.cid-sbKcgMSkla .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-sbKcgMSkla .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-sbKcgMSkla .linkcolor {
  color: #ff695c;
}
.cid-sbKcgMSkla .col-md-4 {
  padding: 0;
}
.cid-sbKcgMSkla p {
  line-height: 1.6;
}
.cid-sbKcgMSkla .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-sbKcgMSkla .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-sbKcgMSkla .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-sbKcgMSkla .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-sbKcgMSkla img {
  transition: all 0.3s;
}
.cid-sbKcgMSkla h5 {
  margin: 0;
}
.cid-sbKcgMSkla .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-sbKcgMSkla .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-sbKcgMSkla .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-sbKcgMSkla .card-box > p,
.cid-sbKcgMSkla .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sbKcgMSkla .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-sbKcgMSkla .productinfo > p {
  color: #000000;
}
.cid-sbKcgMSkla .price {
  color: #ffffff;
  text-align: left;
}
.cid-sbKcgMSkla .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-sbKcgMSkla .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-sbKcgMSkla .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-sbKcgMSkla .product_image > .col-12 {
  padding: 5rem;
}
.cid-sbKcgMSkla .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-sbKcgMSkla .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-sbKcgMSkla .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-sbKcgMSkla .list-group-item {
    padding: 0.5rem;
  }
  .cid-sbKcgMSkla .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-sbKcgMSkla .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-sbKcgMSkla .col-md-4 {
    padding: 15 0px;
  }
  .cid-sbKcgMSkla .card-img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-sbKcgMSkla .col-md-8 {
    margin: 0 15px;
  }
  .cid-sbKcgMSkla .price-box {
    left: 15px;
  }
  .cid-sbKcgMSkla .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sbKcgMSkla P {
  color: #000000;
}
.cid-sbKcgMSkla .card-box > div .rts-imagelabel {
  color: #444444;
}
.cid-sbKcgMSkla .card-box > div P {
  color: #444444;
}
.cid-sbKcgNBuZg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbKcgNBuZg xruntime-item {
  width: 50%;
}
.cid-sbKcgNBuZg #rotationtable table {
  width: 350px;
}
.cid-sbKcgNBuZg li {
  list-style: none;
}
.cid-sbKcgNBuZg .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-sbKcgNBuZg .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-sbKcgNBuZg h4 {
  margin: 0;
}
.cid-sbKcgNBuZg .item {
  color: #5580ff;
}
.cid-sbKcgNBuZg .mbr-text {
  color: #444444;
}
.cid-sbKcgNBuZg ul {
  padding: 0;
  margin: 0;
}
.cid-sbKcgNBuZg .col-title {
  color: #57468b;
}
.cid-sbKcgNBuZg .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-sbKcgNBuZg .col-title2 {
  color: #5580ff;
}
.cid-sbKcgNBuZg .col-title3 {
  color: #ff8a73;
}
.cid-sbKcgNBuZg .col-title4 {
  color: #57468b;
}
.cid-sbKcgNBuZg .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-sbKcgNBuZg .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-sbKcgNBuZg .item3 {
  color: #716c80;
}
.cid-sbKcgNBuZg .item4 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-sbKcgNBuZg #rotationtable table {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-sbKcgNBuZg .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sbKcgNBuZg .card-box > ul > li > p,
.cid-sbKcgNBuZg .mbr-section-btn {
  color: #444444;
}
.cid-sbKcgPc2Cn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sbKcgPc2Cn [class^="socicon-"]:before,
.cid-sbKcgPc2Cn [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-sbKcgPc2Cn .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sbKcgPc2Cn .btn-social,
.cid-sbKcgPc2Cn .mbr-section-title {
  color: #57468b;
}
.cid-sbKcgPc2Cn .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sbKcgPc2Cn .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sbKcgPc2Cn .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sbKcgPc2Cn .align-left {
    text-align: center;
  }
  .cid-sbKcgPc2Cn .align-right {
    text-align: center;
  }
  .cid-sbKcgPc2Cn .social-list {
    justify-content: center;
  }
  .cid-sbKcgPc2Cn .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sd93mxp851 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-sd93mxp851 .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-sd93mxp851 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-sd93mxp851 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sd93mxp851 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sd93mxp851 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd93mxp851 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sd93mxp851 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-sd93mxp851 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sd93mxp851 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sd93mxp851 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd93mxp851 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sd93mxp851 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sd93mxp851 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd93mxp851 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd93mxp851 .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-sd93mxp851 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sd93mxp851 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sd93mxp851 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd93mxp851 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sd93mxp851 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sd93mxp851 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd93mxp851 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sd93mxp851 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd93mxp851 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd93mxp851 .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-sd93mxp851 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sd93mxp851 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sd93mxp851 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd93mxp851 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd93mxp851 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sd93mxp851 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sd93mxp851 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd93mxp851 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sd93mxp851 .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-sd93mxp851 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd93mxp851 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd93mxp851 .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-sd93mxp851 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd93mxp851 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd93mxp851 .dropdown-item.active,
.cid-sd93mxp851 .dropdown-item:active {
  background-color: transparent;
}
.cid-sd93mxp851 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd93mxp851 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd93mxp851 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd93mxp851 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sd93mxp851 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sd93mxp851 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd93mxp851 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sd93mxp851 .navbar-buttons {
  text-align: center;
}
.cid-sd93mxp851 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd93mxp851 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sd93mxp851 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd93mxp851 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd93mxp851 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd93mxp851 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd93mxp851 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd93mxp851 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd93mxp851 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd93mxp851 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd93mxp851 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sd93mxp851 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-sd93mxp851 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd93mxp851 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sd93mxp851 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sd93mxp851 .nav-link:hover,
.cid-sd93mxp851 .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-sd93mybfgg {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-sd93mybfgg .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sd93mybfgg .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sd93mybfgg .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sd93mybfgg .animated-element,
.cid-sd93mybfgg .typed-cursor {
  color: #333333;
}
.cid-sd93mybfgg .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sd93mybfgg .typed-text {
    text-align: center;
  }
}
.cid-sd93mybfgg .mbr-section-title {
  color: #ff695c;
}
.cid-sd93mybfgg .mbr-text,
.cid-sd93mybfgg .typed-text,
.cid-sd93mybfgg .mbr-section-btn {
  color: #0a1c44;
}
.cid-sd93mybfgg .mbr-section-subtitle,
.cid-sd93mybfgg .underline {
  color: #0a1c44;
}
.cid-sd93mz62yB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sd93mz62yB img {
    width: 90%;
  }
}
.cid-sd93mz62yB .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sd93mz62yB .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-sd93mz62yB .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sd93mz62yB p {
  line-height: 1.6;
}
.cid-sd93mz62yB p > .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-sd93mz62yB .rev,
.cid-sd93mz62yB .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  color: #5580ff;
}
.cid-sd93mz62yB .items {
  margin-bottom: 0;
}
.cid-sd93mz62yB .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-sd93mz62yB .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-sd93mz62yB .soc-item:hover span {
  color: #ff695c !important;
}
.cid-sd93mz62yB .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-sd93mz62yB .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sd93mz62yB .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sd93mz62yB .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-sd93mz62yB .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-sd93mz62yB .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-sd93mz62yB .social-list {
    justify-content: center;
  }
}
.cid-sd93mz62yB .card1 > .mbr-text,
.cid-sd93mz62yB .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-sd93mz62yB .card2 > .mbr-text,
.cid-sd93mz62yB .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-sd93mz62yB .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-sd93mz62yB .mbr-text,
.cid-sd93mz62yB .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sd93mz62yB .mbr-text {
  margin-bottom: 0.25rem;
}
.cid-sd93mz62yB .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-sd93mz62yB .rev {
  color: #767676;
}
.cid-sd93mz62yB .card1 > .mbr-card-title {
  color: #444444;
}
.cid-sd93mz62yB .card2 > .mbr-card-title {
  color: #444444;
}
.cid-sd93mz62yB .card3 > .mbr-card-title {
  color: #212529;
}
.cid-sd93mz62yB .rts-main-title {
  color: #0087ab;
}
.cid-sd93mzYhBR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sd93mzYhBR [class^="socicon-"]:before,
.cid-sd93mzYhBR [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-sd93mzYhBR .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sd93mzYhBR .btn-social,
.cid-sd93mzYhBR .mbr-section-title {
  color: #57468b;
}
.cid-sd93mzYhBR .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sd93mzYhBR .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sd93mzYhBR .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sd93mzYhBR .align-left {
    text-align: center;
  }
  .cid-sd93mzYhBR .align-right {
    text-align: center;
  }
  .cid-sd93mzYhBR .social-list {
    justify-content: center;
  }
  .cid-sd93mzYhBR .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sd9GMrN8UA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-sd9GMrN8UA .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-sd9GMrN8UA .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-sd9GMrN8UA .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sd9GMrN8UA .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sd9GMrN8UA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd9GMrN8UA .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sd9GMrN8UA .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-sd9GMrN8UA .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sd9GMrN8UA .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sd9GMrN8UA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd9GMrN8UA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sd9GMrN8UA .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sd9GMrN8UA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd9GMrN8UA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd9GMrN8UA .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-sd9GMrN8UA .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sd9GMrN8UA .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sd9GMrN8UA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd9GMrN8UA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sd9GMrN8UA .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sd9GMrN8UA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd9GMrN8UA .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sd9GMrN8UA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd9GMrN8UA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd9GMrN8UA .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-sd9GMrN8UA .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sd9GMrN8UA .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sd9GMrN8UA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd9GMrN8UA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd9GMrN8UA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sd9GMrN8UA .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sd9GMrN8UA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd9GMrN8UA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sd9GMrN8UA .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-sd9GMrN8UA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd9GMrN8UA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd9GMrN8UA .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-sd9GMrN8UA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd9GMrN8UA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd9GMrN8UA .dropdown-item.active,
.cid-sd9GMrN8UA .dropdown-item:active {
  background-color: transparent;
}
.cid-sd9GMrN8UA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd9GMrN8UA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd9GMrN8UA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd9GMrN8UA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sd9GMrN8UA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sd9GMrN8UA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd9GMrN8UA ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sd9GMrN8UA .navbar-buttons {
  text-align: center;
}
.cid-sd9GMrN8UA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd9GMrN8UA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sd9GMrN8UA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd9GMrN8UA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd9GMrN8UA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd9GMrN8UA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd9GMrN8UA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd9GMrN8UA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd9GMrN8UA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd9GMrN8UA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd9GMrN8UA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sd9GMrN8UA 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-sd9GMrN8UA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd9GMrN8UA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sd9GMrN8UA .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sd9GMrN8UA .nav-link:hover,
.cid-sd9GMrN8UA .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-sd9GMsAQK5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-sd9GMsAQK5 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sd9GMsAQK5 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sd9GMsAQK5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sd9GMsAQK5 .animated-element,
.cid-sd9GMsAQK5 .typed-cursor {
  color: #333333;
}
.cid-sd9GMsAQK5 .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sd9GMsAQK5 .typed-text {
    text-align: center;
  }
}
.cid-sd9GMsAQK5 .mbr-section-title {
  color: #ff695c;
}
.cid-sd9GMsAQK5 .mbr-text,
.cid-sd9GMsAQK5 .typed-text,
.cid-sd9GMsAQK5 .mbr-section-btn {
  color: #0a1c44;
}
.cid-sd9GMsAQK5 .mbr-section-subtitle,
.cid-sd9GMsAQK5 .underline {
  color: #0a1c44;
}
.cid-sd9GMtfPb5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sd9GMtfPb5 img {
    width: 90%;
  }
}
.cid-sd9GMtfPb5 .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sd9GMtfPb5 p {
  line-height: 1.6;
}
.cid-sd9GMtfPb5 .rev,
.cid-sd9GMtfPb5 .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  color: #5580ff;
}
.cid-sd9GMtfPb5 .items {
  margin-bottom: 0;
}
.cid-sd9GMtfPb5 .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-sd9GMtfPb5 .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-sd9GMtfPb5 .soc-item:hover span {
  color: #ff695c !important;
}
.cid-sd9GMtfPb5 .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-sd9GMtfPb5 .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-sd9GMtfPb5 .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sd9GMtfPb5 .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sd9GMtfPb5 .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sd9GMtfPb5 .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-sd9GMtfPb5 .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-sd9GMtfPb5 .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-sd9GMtfPb5 .social-list {
    justify-content: center;
  }
}
.cid-sd9GMtfPb5 .card1 > .mbr-text,
.cid-sd9GMtfPb5 .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-sd9GMtfPb5 .card2 > .mbr-text,
.cid-sd9GMtfPb5 .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-sd9GMtfPb5 .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-sd9GMtfPb5 .mbr-text,
.cid-sd9GMtfPb5 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sd9GMtfPb5 .mbr-text {
  margin-bottom: 0.25rem;
}
.cid-sd9GMtfPb5 .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-sd9GMtfPb5 .rev {
  color: #767676;
}
.cid-sd9GMtfPb5 .card1 > .mbr-card-title {
  color: #444444;
}
.cid-sd9GMtfPb5 .card2 > .mbr-card-title {
  color: #444444;
}
.cid-sd9GMtfPb5 .card3 > .mbr-card-title {
  color: #212529;
}
.cid-sd9GMtfPb5 .rts-main-title {
  color: #0087ab;
}
.cid-sd9GMu9FWu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sd9GMu9FWu [class^="socicon-"]:before,
.cid-sd9GMu9FWu [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-sd9GMu9FWu .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sd9GMu9FWu .btn-social,
.cid-sd9GMu9FWu .mbr-section-title {
  color: #57468b;
}
.cid-sd9GMu9FWu .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sd9GMu9FWu .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sd9GMu9FWu .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sd9GMu9FWu .align-left {
    text-align: center;
  }
  .cid-sd9GMu9FWu .align-right {
    text-align: center;
  }
  .cid-sd9GMu9FWu .social-list {
    justify-content: center;
  }
  .cid-sd9GMu9FWu .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sdll8inUEc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-sdll8inUEc .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-sdll8inUEc .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-sdll8inUEc .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdll8inUEc .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sdll8inUEc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdll8inUEc .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sdll8inUEc .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-sdll8inUEc .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sdll8inUEc .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sdll8inUEc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdll8inUEc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sdll8inUEc .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sdll8inUEc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdll8inUEc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdll8inUEc .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-sdll8inUEc .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sdll8inUEc .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sdll8inUEc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdll8inUEc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sdll8inUEc .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sdll8inUEc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdll8inUEc .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sdll8inUEc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdll8inUEc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdll8inUEc .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-sdll8inUEc .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sdll8inUEc .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sdll8inUEc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdll8inUEc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdll8inUEc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sdll8inUEc .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sdll8inUEc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdll8inUEc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sdll8inUEc .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-sdll8inUEc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdll8inUEc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdll8inUEc .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-sdll8inUEc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdll8inUEc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdll8inUEc .dropdown-item.active,
.cid-sdll8inUEc .dropdown-item:active {
  background-color: transparent;
}
.cid-sdll8inUEc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdll8inUEc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdll8inUEc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdll8inUEc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sdll8inUEc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sdll8inUEc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdll8inUEc ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sdll8inUEc .navbar-buttons {
  text-align: center;
}
.cid-sdll8inUEc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdll8inUEc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sdll8inUEc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdll8inUEc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdll8inUEc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdll8inUEc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdll8inUEc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdll8inUEc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdll8inUEc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdll8inUEc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdll8inUEc .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sdll8inUEc 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-sdll8inUEc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdll8inUEc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sdll8inUEc .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sdll8inUEc .nav-link:hover,
.cid-sdll8inUEc .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-sdll8j15ZY {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-sdll8j15ZY .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sdll8j15ZY .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sdll8j15ZY .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sdll8j15ZY .animated-element,
.cid-sdll8j15ZY .typed-cursor {
  color: #333333;
}
.cid-sdll8j15ZY .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sdll8j15ZY .typed-text {
    text-align: center;
  }
}
.cid-sdll8j15ZY .mbr-section-title {
  color: #ff695c;
}
.cid-sdll8j15ZY .mbr-text,
.cid-sdll8j15ZY .typed-text,
.cid-sdll8j15ZY .mbr-section-btn {
  color: #0a1c44;
}
.cid-sdll8j15ZY .mbr-section-subtitle,
.cid-sdll8j15ZY .underline {
  color: #0a1c44;
}
.cid-sdll8jNU5S {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdll8jNU5S .lh-2 {
  line-height: 2;
}
.cid-sdll8jNU5S .tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}
.cid-sdll8jNU5S .tree li::before,
.cid-sdll8jNU5S .tree li::after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
}
.cid-sdll8jNU5S .tree li::before {
  border-left: 2px solid #444444;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}
.cid-sdll8jNU5S .tree li::after {
  border-top: 2px solid #444444;
  height: 20px;
  top: 25px;
  width: 25px;
}
.cid-sdll8jNU5S .tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #444444;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
}
.cid-sdll8jNU5S .tree li span small {
  color: #444444;
  line-height: 1;
}
.cid-sdll8jNU5S .tree li span p {
  margin-bottom: 2px;
  line-height: normal;
}
.cid-sdll8jNU5S .tree > ul > li::before,
.cid-sdll8jNU5S .tree > ul > li::after {
  border: 0;
}
.cid-sdll8jNU5S .tree li:last-child::before {
  height: 27px;
}
.cid-sdll8jNU5S .tree li span:hover {
  background: #ff695c;
  border: 2px solid black;
}
.cid-sdll8jNU5S .tree li span:hover a {
  color: white;
}
.cid-sdll8jNU5S .tree li span:hover a small {
  color: black;
}
.cid-sdll8jNU5S [aria-expanded="false"] > .expanded,
.cid-sdll8jNU5S [aria-expanded="true"] > .collapsed {
  display: none;
}
@media (min-width: 992px) {
  .cid-sdll8jNU5S img {
    width: 90%;
  }
}
.cid-sdll8jNU5S .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sdll8jNU5S p {
  line-height: 1.6;
}
.cid-sdll8jNU5S .rev,
.cid-sdll8jNU5S .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  color: #ff695c;
}
.cid-sdll8jNU5S .items {
  margin-bottom: 0;
}
.cid-sdll8jNU5S .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-sdll8jNU5S .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-sdll8jNU5S .soc-item:hover span {
  color: #ff695c !important;
}
.cid-sdll8jNU5S .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-sdll8jNU5S .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-sdll8jNU5S .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sdll8jNU5S .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sdll8jNU5S .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sdll8jNU5S .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-sdll8jNU5S .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-sdll8jNU5S .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-sdll8jNU5S .social-list {
    justify-content: center;
  }
}
.cid-sdll8jNU5S .card1 > .mbr-text,
.cid-sdll8jNU5S .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-sdll8jNU5S .card2 > .mbr-text,
.cid-sdll8jNU5S .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-sdll8jNU5S .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-sdll8jNU5S .mbr-text,
.cid-sdll8jNU5S .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sdll8jNU5S .mbr-text {
  margin-bottom: 0.25rem;
}
.cid-sdll8jNU5S .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-sdll8jNU5S .rev {
  color: #767676;
}
.cid-sdll8jNU5S .card1 > .mbr-card-title {
  color: #444444;
}
.cid-sdll8jNU5S .card2 > .mbr-card-title {
  color: #444444;
}
.cid-sdll8jNU5S .card3 > .mbr-card-title {
  color: #212529;
}
.cid-sdll8jNU5S .rts-main-title {
  color: #0087ab;
}
.cid-sdll8kvefx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sdll8kvefx [class^="socicon-"]:before,
.cid-sdll8kvefx [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-sdll8kvefx .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sdll8kvefx .btn-social,
.cid-sdll8kvefx .mbr-section-title {
  color: #57468b;
}
.cid-sdll8kvefx .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sdll8kvefx .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sdll8kvefx .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sdll8kvefx .align-left {
    text-align: center;
  }
  .cid-sdll8kvefx .align-right {
    text-align: center;
  }
  .cid-sdll8kvefx .social-list {
    justify-content: center;
  }
  .cid-sdll8kvefx .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sdBIf9mEB9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-sdBIf9mEB9 .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-sdBIf9mEB9 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-sdBIf9mEB9 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdBIf9mEB9 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sdBIf9mEB9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdBIf9mEB9 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sdBIf9mEB9 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-sdBIf9mEB9 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sdBIf9mEB9 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sdBIf9mEB9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdBIf9mEB9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sdBIf9mEB9 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sdBIf9mEB9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdBIf9mEB9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdBIf9mEB9 .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-sdBIf9mEB9 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sdBIf9mEB9 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sdBIf9mEB9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdBIf9mEB9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sdBIf9mEB9 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sdBIf9mEB9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdBIf9mEB9 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sdBIf9mEB9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdBIf9mEB9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdBIf9mEB9 .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-sdBIf9mEB9 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sdBIf9mEB9 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sdBIf9mEB9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdBIf9mEB9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdBIf9mEB9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sdBIf9mEB9 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sdBIf9mEB9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdBIf9mEB9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sdBIf9mEB9 .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-sdBIf9mEB9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdBIf9mEB9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdBIf9mEB9 .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-sdBIf9mEB9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdBIf9mEB9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdBIf9mEB9 .dropdown-item.active,
.cid-sdBIf9mEB9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdBIf9mEB9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdBIf9mEB9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdBIf9mEB9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdBIf9mEB9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sdBIf9mEB9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sdBIf9mEB9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdBIf9mEB9 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sdBIf9mEB9 .navbar-buttons {
  text-align: center;
}
.cid-sdBIf9mEB9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdBIf9mEB9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sdBIf9mEB9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdBIf9mEB9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdBIf9mEB9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdBIf9mEB9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdBIf9mEB9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdBIf9mEB9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdBIf9mEB9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdBIf9mEB9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdBIf9mEB9 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sdBIf9mEB9 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-sdBIf9mEB9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdBIf9mEB9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sdBIf9mEB9 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sdBIf9mEB9 .nav-link:hover,
.cid-sdBIf9mEB9 .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-sdBIfadw9u {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-sdBIfadw9u .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sdBIfadw9u .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sdBIfadw9u .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sdBIfadw9u .animated-element,
.cid-sdBIfadw9u .typed-cursor {
  color: #333333;
}
.cid-sdBIfadw9u .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sdBIfadw9u .typed-text {
    text-align: center;
  }
}
.cid-sdBIfadw9u .mbr-section-title {
  color: #ff695c;
}
.cid-sdBIfadw9u .mbr-text,
.cid-sdBIfadw9u .typed-text,
.cid-sdBIfadw9u .mbr-section-btn {
  color: #0a1c44;
}
.cid-sdBIfadw9u .mbr-section-subtitle,
.cid-sdBIfadw9u .underline {
  color: #0a1c44;
}
.cid-sdBIfb6fvd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdBIfb6fvd .lh-2 {
  line-height: 2;
}
.cid-sdBIfb6fvd .tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}
.cid-sdBIfb6fvd .tree li::before,
.cid-sdBIfb6fvd .tree li::after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
}
.cid-sdBIfb6fvd .tree li::before {
  border-left: 2px solid #444444;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}
.cid-sdBIfb6fvd .tree li::after {
  border-top: 2px solid #444444;
  height: 20px;
  top: 25px;
  width: 25px;
}
.cid-sdBIfb6fvd .tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #444444;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
}
.cid-sdBIfb6fvd .tree li span small {
  color: #444444;
  line-height: 1;
}
.cid-sdBIfb6fvd .tree li span p {
  margin-bottom: 2px;
  line-height: normal;
}
.cid-sdBIfb6fvd .tree > ul > li::before,
.cid-sdBIfb6fvd .tree > ul > li::after {
  border: 0;
}
.cid-sdBIfb6fvd .tree li:last-child::before {
  height: 27px;
}
.cid-sdBIfb6fvd .tree li span:hover {
  background: #ff695c;
  border: 2px solid black;
}
.cid-sdBIfb6fvd .tree li span:hover a {
  color: white;
}
.cid-sdBIfb6fvd .tree li span:hover a small {
  color: black;
}
.cid-sdBIfb6fvd [aria-expanded="false"] > .expanded,
.cid-sdBIfb6fvd [aria-expanded="true"] > .collapsed {
  display: none;
}
@media (min-width: 992px) {
  .cid-sdBIfb6fvd img {
    width: 90%;
  }
}
.cid-sdBIfb6fvd .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sdBIfb6fvd p {
  line-height: 1.6;
}
.cid-sdBIfb6fvd .rev,
.cid-sdBIfb6fvd .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  xcolor: #5580ff;
  color: #ff695c;
}
.cid-sdBIfb6fvd .items {
  margin-bottom: 0;
}
.cid-sdBIfb6fvd .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-sdBIfb6fvd .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-sdBIfb6fvd .soc-item:hover span {
  color: #ff695c !important;
}
.cid-sdBIfb6fvd .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-sdBIfb6fvd .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-sdBIfb6fvd .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sdBIfb6fvd .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sdBIfb6fvd .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sdBIfb6fvd .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-sdBIfb6fvd .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-sdBIfb6fvd .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-sdBIfb6fvd .social-list {
    justify-content: center;
  }
}
.cid-sdBIfb6fvd .card1 > .mbr-text,
.cid-sdBIfb6fvd .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-sdBIfb6fvd .card2 > .mbr-text,
.cid-sdBIfb6fvd .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-sdBIfb6fvd .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-sdBIfb6fvd .mbr-text,
.cid-sdBIfb6fvd .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sdBIfb6fvd .mbr-text {
  margin-bottom: 0.25rem;
}
.cid-sdBIfb6fvd .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-sdBIfb6fvd .rev {
  color: #767676;
}
.cid-sdBIfb6fvd .card1 > .mbr-card-title {
  color: #444444;
}
.cid-sdBIfb6fvd .card2 > .mbr-card-title {
  color: #444444;
}
.cid-sdBIfb6fvd .card3 > .mbr-card-title {
  color: #212529;
}
.cid-sdBIfb6fvd .rts-main-title {
  color: #0087ab;
}
.cid-sdBIfccGBz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sdBIfccGBz [class^="socicon-"]:before,
.cid-sdBIfccGBz [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-sdBIfccGBz .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sdBIfccGBz .btn-social,
.cid-sdBIfccGBz .mbr-section-title {
  color: #57468b;
}
.cid-sdBIfccGBz .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sdBIfccGBz .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sdBIfccGBz .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sdBIfccGBz .align-left {
    text-align: center;
  }
  .cid-sdBIfccGBz .align-right {
    text-align: center;
  }
  .cid-sdBIfccGBz .social-list {
    justify-content: center;
  }
  .cid-sdBIfccGBz .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sdNtxUA91B .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-sdNtxUA91B .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-sdNtxUA91B .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-sdNtxUA91B .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdNtxUA91B .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sdNtxUA91B .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdNtxUA91B .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sdNtxUA91B .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-sdNtxUA91B .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sdNtxUA91B .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sdNtxUA91B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdNtxUA91B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sdNtxUA91B .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sdNtxUA91B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdNtxUA91B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdNtxUA91B .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-sdNtxUA91B .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sdNtxUA91B .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sdNtxUA91B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdNtxUA91B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sdNtxUA91B .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sdNtxUA91B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdNtxUA91B .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sdNtxUA91B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdNtxUA91B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdNtxUA91B .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-sdNtxUA91B .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sdNtxUA91B .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sdNtxUA91B .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdNtxUA91B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdNtxUA91B .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sdNtxUA91B .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sdNtxUA91B .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdNtxUA91B .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sdNtxUA91B .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-sdNtxUA91B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdNtxUA91B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdNtxUA91B .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-sdNtxUA91B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdNtxUA91B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdNtxUA91B .dropdown-item.active,
.cid-sdNtxUA91B .dropdown-item:active {
  background-color: transparent;
}
.cid-sdNtxUA91B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdNtxUA91B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdNtxUA91B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdNtxUA91B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sdNtxUA91B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sdNtxUA91B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdNtxUA91B ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sdNtxUA91B .navbar-buttons {
  text-align: center;
}
.cid-sdNtxUA91B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdNtxUA91B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sdNtxUA91B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdNtxUA91B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdNtxUA91B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdNtxUA91B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdNtxUA91B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdNtxUA91B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdNtxUA91B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdNtxUA91B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdNtxUA91B .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sdNtxUA91B 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-sdNtxUA91B .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdNtxUA91B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sdNtxUA91B .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sdNtxUA91B .nav-link:hover,
.cid-sdNtxUA91B .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-sdNtxVyK3t {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-sdNtxVyK3t .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sdNtxVyK3t .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sdNtxVyK3t .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sdNtxVyK3t .animated-element,
.cid-sdNtxVyK3t .typed-cursor {
  color: #333333;
}
.cid-sdNtxVyK3t .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sdNtxVyK3t .typed-text {
    text-align: center;
  }
}
.cid-sdNtxVyK3t .mbr-section-title {
  color: #ff695c;
}
.cid-sdNtxVyK3t .mbr-text,
.cid-sdNtxVyK3t .typed-text,
.cid-sdNtxVyK3t .mbr-section-btn {
  color: #0a1c44;
}
.cid-sdNtxVyK3t .mbr-section-subtitle,
.cid-sdNtxVyK3t .underline {
  color: #0a1c44;
}
.cid-sdNtxWDQSU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdNtxWDQSU li {
  list-style: none;
}
.cid-sdNtxWDQSU p {
  line-height: 1.6;
}
.cid-sdNtxWDQSU .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-sdNtxWDQSU .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-sdNtxWDQSU .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #5580ff;
  fill: #0087ab;
}
.cid-sdNtxWDQSU h4 {
  margin: 0;
}
.cid-sdNtxWDQSU .item {
  color: #5580ff;
}
.cid-sdNtxWDQSU .mbr-text {
  color: #444444;
}
.cid-sdNtxWDQSU ul {
  padding: 0;
  margin: 0;
}
.cid-sdNtxWDQSU .col-title {
  color: #57468b;
}
.cid-sdNtxWDQSU .col-title1 {
  color: #0087ab;
  padding-top: 0.0rem;
  padding-bottom: 0.25rem;
}
.cid-sdNtxWDQSU .col-title2 {
  color: #5580ff;
}
.cid-sdNtxWDQSU .col-title3 {
  color: #ff8a73;
}
.cid-sdNtxWDQSU .col-title4 {
  color: #57468b;
}
.cid-sdNtxWDQSU .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-sdNtxWDQSU .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-sdNtxWDQSU .item3 {
  color: #716c80;
}
.cid-sdNtxWDQSU .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-sdNtxWDQSU .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sdNtxX5A8h {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdNtxX5A8h .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 6px;
  padding-left: 2px;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-sdNtxX5A8h h4 {
  margin: 0;
}
.cid-sdNtxX5A8h .mbr-section-subtitle {
  color: #767676;
}
.cid-sdNtxX5A8h .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-sdNtxX5A8h .container-table {
  margin: 0 auto;
}
.cid-sdNtxX5A8h .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdNtxX5A8h .dataTables_wrapper {
  display: block;
}
.cid-sdNtxX5A8h .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdNtxX5A8h .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdNtxX5A8h table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sdNtxX5A8h table th {
  border-top: none;
  font-weight: 500;
  background: #f2f2f2;
  border: 1px solid #cccccc;
}
.cid-sdNtxX5A8h table td {
  border: 1px solid #cccccc;
}
.cid-sdNtxX5A8h table.table {
  background: #ffffff;
}
.cid-sdNtxX5A8h .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdNtxX5A8h .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdNtxX5A8h .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdNtxX5A8h .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sdNtxX5A8h .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sdNtxX5A8h .hidden-sm-down {
    display: none;
  }
  .cid-sdNtxX5A8h td,
  .cid-sdNtxX5A8h th {
    padding: 0.3rem;
  }
}
@media (max-width: 350px) {
  .cid-sdNtxX5A8h .dataTables_filter {
    text-align: center;
  }
  .cid-sdNtxX5A8h .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdNtxX5A8h .head-item,
.cid-sdNtxX5A8h .body-item {
  text-align: center;
}
.cid-sdNtxX5A8h .head-item1 {
  color: #444444;
  vertical-align: bottom;
}
.cid-sdNtxX5A8h .body-item1 {
  color: #444444;
}
.cid-sdNtxYvOpA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sdNtxYvOpA [class^="socicon-"]:before,
.cid-sdNtxYvOpA [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-sdNtxYvOpA .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sdNtxYvOpA .btn-social,
.cid-sdNtxYvOpA .mbr-section-title {
  color: #57468b;
}
.cid-sdNtxYvOpA .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sdNtxYvOpA .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sdNtxYvOpA .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sdNtxYvOpA .align-left {
    text-align: center;
  }
  .cid-sdNtxYvOpA .align-right {
    text-align: center;
  }
  .cid-sdNtxYvOpA .social-list {
    justify-content: center;
  }
  .cid-sdNtxYvOpA .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-seL9VFxPtV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-seL9VFxPtV .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-seL9VFxPtV .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-seL9VFxPtV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-seL9VFxPtV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-seL9VFxPtV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-seL9VFxPtV .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-seL9VFxPtV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-seL9VFxPtV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-seL9VFxPtV .navbar.collapsed {
  flex-direction: row !important;
}
.cid-seL9VFxPtV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seL9VFxPtV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-seL9VFxPtV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-seL9VFxPtV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seL9VFxPtV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seL9VFxPtV .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-seL9VFxPtV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-seL9VFxPtV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-seL9VFxPtV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seL9VFxPtV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-seL9VFxPtV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-seL9VFxPtV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seL9VFxPtV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-seL9VFxPtV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seL9VFxPtV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seL9VFxPtV .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-seL9VFxPtV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-seL9VFxPtV .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-seL9VFxPtV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-seL9VFxPtV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seL9VFxPtV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-seL9VFxPtV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-seL9VFxPtV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-seL9VFxPtV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-seL9VFxPtV .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-seL9VFxPtV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-seL9VFxPtV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seL9VFxPtV .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-seL9VFxPtV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seL9VFxPtV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seL9VFxPtV .dropdown-item.active,
.cid-seL9VFxPtV .dropdown-item:active {
  background-color: transparent;
}
.cid-seL9VFxPtV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seL9VFxPtV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seL9VFxPtV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seL9VFxPtV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-seL9VFxPtV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-seL9VFxPtV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seL9VFxPtV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-seL9VFxPtV .navbar-buttons {
  text-align: center;
}
.cid-seL9VFxPtV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-seL9VFxPtV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-seL9VFxPtV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seL9VFxPtV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seL9VFxPtV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seL9VFxPtV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seL9VFxPtV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seL9VFxPtV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seL9VFxPtV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seL9VFxPtV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seL9VFxPtV .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-seL9VFxPtV 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-seL9VFxPtV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seL9VFxPtV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-seL9VFxPtV .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-seL9VFxPtV .nav-link:hover,
.cid-seL9VFxPtV .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-seL9VGc4cD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-seL9VGc4cD .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-seL9VGc4cD .mbr-arrow i {
  color: #ffffff !important;
}
.cid-seL9VGc4cD .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-seL9VGc4cD .animated-element,
.cid-seL9VGc4cD .typed-cursor {
  color: #333333;
}
.cid-seL9VGc4cD .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-seL9VGc4cD .typed-text {
    text-align: center;
  }
}
.cid-seL9VGc4cD .mbr-section-title {
  color: #ff695c;
}
.cid-seL9VGc4cD .mbr-text,
.cid-seL9VGc4cD .typed-text,
.cid-seL9VGc4cD .mbr-section-btn {
  color: #0a1c44;
}
.cid-seL9VGc4cD .mbr-section-subtitle,
.cid-seL9VGc4cD .underline {
  color: #0a1c44;
}
.cid-sf1XI7Xjvk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sf1XI7Xjvk .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sf1XI7Xjvk .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sf1XI7Xjvk .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sf1XI7Xjvk .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sf1XI7Xjvk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sf1XI7Xjvk .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sf1XI7Xjvk .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sf1XI7Xjvk .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sf1XI7Xjvk .card .card-box .card-title,
  .cid-sf1XI7Xjvk .card .card-box .mbr-text,
  .cid-sf1XI7Xjvk .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sf1XI7Xjvk .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sf1XI7Xjvk .card .card-img {
    text-align: right !important;
  }
}
.cid-sf1XI7Xjvk .mbr-text,
.cid-sf1XI7Xjvk .link {
  color: #444444;
}
.cid-sf1XI7Xjvk .card-title,
.cid-sf1XI7Xjvk .card-img {
  color: #0087ab;
  line-height: normal;
}
.cid-seL9VHZ7WE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-seL9VHZ7WE [class^="socicon-"]:before,
.cid-seL9VHZ7WE [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-seL9VHZ7WE .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-seL9VHZ7WE .btn-social,
.cid-seL9VHZ7WE .mbr-section-title {
  color: #57468b;
}
.cid-seL9VHZ7WE .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-seL9VHZ7WE .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-seL9VHZ7WE .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-seL9VHZ7WE .align-left {
    text-align: center;
  }
  .cid-seL9VHZ7WE .align-right {
    text-align: center;
  }
  .cid-seL9VHZ7WE .social-list {
    justify-content: center;
  }
  .cid-seL9VHZ7WE .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sfu8YARi3A .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-sfu8YARi3A .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-sfu8YARi3A .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-sfu8YARi3A .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sfu8YARi3A .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sfu8YARi3A .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfu8YARi3A .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sfu8YARi3A .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-sfu8YARi3A .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sfu8YARi3A .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sfu8YARi3A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfu8YARi3A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sfu8YARi3A .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sfu8YARi3A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfu8YARi3A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfu8YARi3A .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-sfu8YARi3A .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sfu8YARi3A .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sfu8YARi3A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfu8YARi3A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sfu8YARi3A .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sfu8YARi3A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfu8YARi3A .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sfu8YARi3A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfu8YARi3A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfu8YARi3A .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-sfu8YARi3A .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sfu8YARi3A .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sfu8YARi3A .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfu8YARi3A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfu8YARi3A .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sfu8YARi3A .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sfu8YARi3A .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sfu8YARi3A .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sfu8YARi3A .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-sfu8YARi3A .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfu8YARi3A .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfu8YARi3A .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-sfu8YARi3A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfu8YARi3A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfu8YARi3A .dropdown-item.active,
.cid-sfu8YARi3A .dropdown-item:active {
  background-color: transparent;
}
.cid-sfu8YARi3A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfu8YARi3A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfu8YARi3A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfu8YARi3A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sfu8YARi3A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sfu8YARi3A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfu8YARi3A ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sfu8YARi3A .navbar-buttons {
  text-align: center;
}
.cid-sfu8YARi3A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfu8YARi3A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sfu8YARi3A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfu8YARi3A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfu8YARi3A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfu8YARi3A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfu8YARi3A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfu8YARi3A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfu8YARi3A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfu8YARi3A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfu8YARi3A .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sfu8YARi3A 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-sfu8YARi3A .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfu8YARi3A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sfu8YARi3A .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sfu8YARi3A .nav-link:hover,
.cid-sfu8YARi3A .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-sfu8YC1gtw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-sfu8YC1gtw .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sfu8YC1gtw .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sfu8YC1gtw .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sfu8YC1gtw .animated-element,
.cid-sfu8YC1gtw .typed-cursor {
  color: #333333;
}
.cid-sfu8YC1gtw .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sfu8YC1gtw .typed-text {
    text-align: center;
  }
}
.cid-sfu8YC1gtw .mbr-section-title {
  color: #ff695c;
}
.cid-sfu8YC1gtw .mbr-text,
.cid-sfu8YC1gtw .typed-text,
.cid-sfu8YC1gtw .mbr-section-btn {
  color: #0a1c44;
}
.cid-sfu8YC1gtw .mbr-section-subtitle,
.cid-sfu8YC1gtw .underline {
  color: #0a1c44;
}
.cid-sfu8YDnr1f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfu8YDnr1f .tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}
.cid-sfu8YDnr1f .tree li::before,
.cid-sfu8YDnr1f .tree li::after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
}
.cid-sfu8YDnr1f .tree li::before {
  border-left: 2px solid #444444;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}
.cid-sfu8YDnr1f .levcol span {
  background: whitesmoke;
}
.cid-sfu8YDnr1f .levcol ul span {
  background: snow;
}
.cid-sfu8YDnr1f .levcol ul ul span {
  background: aliceblue;
}
.cid-sfu8YDnr1f .tree li::after {
  border-top: 2px solid #444444;
  height: 20px;
  top: 25px;
  width: 25px;
}
.cid-sfu8YDnr1f .tree .asdf li span {
  background: whitesmoke;
}
.cid-sfu8YDnr1f .tree .asdf li span ul li span {
  background: lightyellow;
}
.cid-sfu8YDnr1f .tree li span {
  xbackground: whitesmoke;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #444444;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
}
.cid-sfu8YDnr1f .tree li span small {
  color: #444444;
  line-height: 1;
}
.cid-sfu8YDnr1f .tree li span p {
  margin-bottom: 2px;
  line-height: normal;
}
.cid-sfu8YDnr1f .tree > ul > li::before,
.cid-sfu8YDnr1f .tree > ul > li::after {
  border: 0;
}
.cid-sfu8YDnr1f .tree li:last-child::before {
  height: 27px;
}
.cid-sfu8YDnr1f .tree li span:hover {
  background: #ff695c;
  border: 2px solid black;
}
.cid-sfu8YDnr1f .tree li span:hover a {
  color: white;
}
.cid-sfu8YDnr1f .tree li span:hover a small {
  color: black;
}
.cid-sfu8YDnr1f [aria-expanded="false"] > .expanded,
.cid-sfu8YDnr1f [aria-expanded="true"] > .collapsed {
  display: none;
}
@media (min-width: 992px) {
  .cid-sfu8YDnr1f img {
    width: 90%;
  }
}
.cid-sfu8YDnr1f .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sfu8YDnr1f p {
  line-height: 1.6;
}
.cid-sfu8YDnr1f .rev,
.cid-sfu8YDnr1f .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  color: #5580ff;
}
.cid-sfu8YDnr1f .items {
  margin-bottom: 0;
}
.cid-sfu8YDnr1f .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-sfu8YDnr1f .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-sfu8YDnr1f .soc-item:hover span {
  color: #ff695c !important;
}
.cid-sfu8YDnr1f .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-sfu8YDnr1f .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-sfu8YDnr1f .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sfu8YDnr1f .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sfu8YDnr1f .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-sfu8YDnr1f .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-sfu8YDnr1f .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-sfu8YDnr1f .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-sfu8YDnr1f .social-list {
    justify-content: center;
  }
}
.cid-sfu8YDnr1f .card1 > .mbr-text,
.cid-sfu8YDnr1f .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-sfu8YDnr1f .card2 > .mbr-text,
.cid-sfu8YDnr1f .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-sfu8YDnr1f .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-sfu8YDnr1f .mbr-text,
.cid-sfu8YDnr1f .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sfu8YDnr1f .mbr-text {
  margin-bottom: 0.25rem;
}
.cid-sfu8YDnr1f .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-sfu8YDnr1f .rev {
  color: #767676;
}
.cid-sfu8YDnr1f .card1 > .mbr-card-title {
  color: #444444;
}
.cid-sfu8YDnr1f .card2 > .mbr-card-title {
  color: #444444;
}
.cid-sfu8YDnr1f .card3 > .mbr-card-title {
  color: #212529;
}
.cid-sfu8YDnr1f .rts-main-title {
  color: #0087ab;
}
.cid-sfu8YFkWSO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sfu8YFkWSO [class^="socicon-"]:before,
.cid-sfu8YFkWSO [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-sfu8YFkWSO .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sfu8YFkWSO .btn-social,
.cid-sfu8YFkWSO .mbr-section-title {
  color: #57468b;
}
.cid-sfu8YFkWSO .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sfu8YFkWSO .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sfu8YFkWSO .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sfu8YFkWSO .align-left {
    text-align: center;
  }
  .cid-sfu8YFkWSO .align-right {
    text-align: center;
  }
  .cid-sfu8YFkWSO .social-list {
    justify-content: center;
  }
  .cid-sfu8YFkWSO .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sgJNai1BXl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-sgJNai1BXl .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-sgJNai1BXl .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-sgJNai1BXl .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sgJNai1BXl .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sgJNai1BXl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgJNai1BXl .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sgJNai1BXl .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-sgJNai1BXl .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sgJNai1BXl .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sgJNai1BXl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgJNai1BXl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sgJNai1BXl .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sgJNai1BXl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgJNai1BXl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgJNai1BXl .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-sgJNai1BXl .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sgJNai1BXl .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sgJNai1BXl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgJNai1BXl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sgJNai1BXl .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sgJNai1BXl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgJNai1BXl .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sgJNai1BXl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgJNai1BXl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgJNai1BXl .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-sgJNai1BXl .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sgJNai1BXl .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sgJNai1BXl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgJNai1BXl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgJNai1BXl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sgJNai1BXl .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sgJNai1BXl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgJNai1BXl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sgJNai1BXl .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-sgJNai1BXl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgJNai1BXl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgJNai1BXl .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-sgJNai1BXl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgJNai1BXl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgJNai1BXl .dropdown-item.active,
.cid-sgJNai1BXl .dropdown-item:active {
  background-color: transparent;
}
.cid-sgJNai1BXl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgJNai1BXl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgJNai1BXl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgJNai1BXl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sgJNai1BXl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sgJNai1BXl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgJNai1BXl ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sgJNai1BXl .navbar-buttons {
  text-align: center;
}
.cid-sgJNai1BXl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgJNai1BXl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgJNai1BXl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgJNai1BXl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgJNai1BXl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgJNai1BXl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgJNai1BXl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgJNai1BXl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgJNai1BXl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgJNai1BXl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgJNai1BXl .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sgJNai1BXl 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-sgJNai1BXl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgJNai1BXl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sgJNai1BXl .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sgJNai1BXl .nav-link:hover,
.cid-sgJNai1BXl .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-sgJNaj22eu {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-sgJNaj22eu .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sgJNaj22eu .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sgJNaj22eu .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgJNaj22eu .animated-element,
.cid-sgJNaj22eu .typed-cursor {
  color: #333333;
}
.cid-sgJNaj22eu .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sgJNaj22eu .typed-text {
    text-align: center;
  }
}
.cid-sgJNaj22eu .mbr-section-title {
  color: #ff695c;
}
.cid-sgJNaj22eu .mbr-text,
.cid-sgJNaj22eu .typed-text,
.cid-sgJNaj22eu .mbr-section-btn {
  color: #0a1c44;
}
.cid-sgJNaj22eu .mbr-section-subtitle,
.cid-sgJNaj22eu .underline {
  color: #0a1c44;
}
.cid-sgJNamLQw4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgJNamLQw4 li {
  list-style: none;
}
.cid-sgJNamLQw4 p {
  line-height: 1.6;
}
.cid-sgJNamLQw4 .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-sgJNamLQw4 .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #5580ff;
  fill: #0087ab;
}
.cid-sgJNamLQw4 h4 {
  margin: 0;
}
.cid-sgJNamLQw4 .item {
  color: #5580ff;
}
.cid-sgJNamLQw4 .mbr-text {
  color: #444444;
}
.cid-sgJNamLQw4 ul {
  padding: 0;
  margin: 0;
}
.cid-sgJNamLQw4 .col-title {
  color: #57468b;
}
.cid-sgJNamLQw4 .col-title1 {
  color: #0087ab;
  padding-top: 0.0rem;
  padding-bottom: 0.25rem;
}
.cid-sgJNamLQw4 .col-title2 {
  color: #5580ff;
}
.cid-sgJNamLQw4 .col-title3 {
  color: #ff8a73;
}
.cid-sgJNamLQw4 .col-title4 {
  color: #57468b;
}
.cid-sgJNamLQw4 .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-sgJNamLQw4 .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-sgJNamLQw4 .item3 {
  color: #716c80;
}
.cid-sgJNamLQw4 .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-sgJNamLQw4 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sgJNao425R {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgJNao425R .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 6px;
  padding-left: 2px;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-sgJNao425R h4 {
  margin: 0;
}
.cid-sgJNao425R .mbr-section-subtitle {
  color: #767676;
}
.cid-sgJNao425R .btn-underline:hover:after {
  padding-left: .3rem;
}
.cid-sgJNao425R .container-table {
  margin: 0 auto;
}
.cid-sgJNao425R .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgJNao425R .dataTables_wrapper {
  display: block;
}
.cid-sgJNao425R .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgJNao425R .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgJNao425R table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sgJNao425R table th {
  border-top: none;
  font-weight: 500;
  background: #f2f2f2;
  border: 1px solid #cccccc;
}
.cid-sgJNao425R table td {
  border: 1px solid #cccccc;
}
.cid-sgJNao425R table.table {
  background: #ffffff;
}
.cid-sgJNao425R .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgJNao425R .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgJNao425R .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgJNao425R .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgJNao425R .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sgJNao425R .hidden-sm-down {
    display: none;
  }
  .cid-sgJNao425R td,
  .cid-sgJNao425R th {
    padding: 0.3rem;
  }
}
@media (max-width: 350px) {
  .cid-sgJNao425R .dataTables_filter {
    text-align: center;
  }
  .cid-sgJNao425R .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgJNao425R .head-item,
.cid-sgJNao425R .body-item {
  text-align: center;
}
.cid-sgJNao425R .head-item1 {
  color: #444444;
  vertical-align: bottom;
}
.cid-sgJNao425R .body-item1 {
  color: #444444;
}
.cid-sgJNao425R .panel-text {
  color: #3b7cb7;
}
.cid-sgJNao425R LABEL {
  color: #333333;
}
.cid-sgJNao425R P {
  color: #369898;
}
.cid-sgJNayuuhZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sgJNayuuhZ [class^="socicon-"]:before,
.cid-sgJNayuuhZ [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-sgJNayuuhZ .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sgJNayuuhZ .btn-social,
.cid-sgJNayuuhZ .mbr-section-title {
  color: #57468b;
}
.cid-sgJNayuuhZ .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sgJNayuuhZ .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sgJNayuuhZ .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sgJNayuuhZ .align-left {
    text-align: center;
  }
  .cid-sgJNayuuhZ .align-right {
    text-align: center;
  }
  .cid-sgJNayuuhZ .social-list {
    justify-content: center;
  }
  .cid-sgJNayuuhZ .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-siSIayeSBU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-siSIayeSBU .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-siSIayeSBU .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-siSIayeSBU .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-siSIayeSBU .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-siSIayeSBU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-siSIayeSBU .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-siSIayeSBU .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-siSIayeSBU .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-siSIayeSBU .navbar.collapsed {
  flex-direction: row !important;
}
.cid-siSIayeSBU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siSIayeSBU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-siSIayeSBU .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-siSIayeSBU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siSIayeSBU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siSIayeSBU .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-siSIayeSBU .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-siSIayeSBU .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-siSIayeSBU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siSIayeSBU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-siSIayeSBU .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-siSIayeSBU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siSIayeSBU .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-siSIayeSBU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siSIayeSBU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siSIayeSBU .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-siSIayeSBU .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-siSIayeSBU .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-siSIayeSBU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-siSIayeSBU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siSIayeSBU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-siSIayeSBU .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-siSIayeSBU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-siSIayeSBU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-siSIayeSBU .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-siSIayeSBU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-siSIayeSBU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-siSIayeSBU .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-siSIayeSBU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siSIayeSBU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siSIayeSBU .dropdown-item.active,
.cid-siSIayeSBU .dropdown-item:active {
  background-color: transparent;
}
.cid-siSIayeSBU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siSIayeSBU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siSIayeSBU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siSIayeSBU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-siSIayeSBU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-siSIayeSBU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siSIayeSBU ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-siSIayeSBU .navbar-buttons {
  text-align: center;
}
.cid-siSIayeSBU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-siSIayeSBU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-siSIayeSBU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siSIayeSBU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siSIayeSBU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siSIayeSBU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siSIayeSBU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siSIayeSBU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siSIayeSBU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siSIayeSBU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siSIayeSBU .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-siSIayeSBU 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-siSIayeSBU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-siSIayeSBU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-siSIayeSBU .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-siSIayeSBU .nav-link:hover,
.cid-siSIayeSBU .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-siSIazdOqV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-siSIazdOqV .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-siSIazdOqV .mbr-arrow i {
  color: #ffffff !important;
}
.cid-siSIazdOqV .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-siSIazdOqV .animated-element,
.cid-siSIazdOqV .typed-cursor {
  color: #333333;
}
.cid-siSIazdOqV .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-siSIazdOqV .typed-text {
    text-align: center;
  }
}
.cid-siSIazdOqV .mbr-section-title {
  color: #ff695c;
}
.cid-siSIazdOqV .mbr-text,
.cid-siSIazdOqV .typed-text,
.cid-siSIazdOqV .mbr-section-btn {
  color: #0a1c44;
}
.cid-siSIazdOqV .mbr-section-subtitle,
.cid-siSIazdOqV .underline {
  color: #0a1c44;
}
.cid-siSIaAyjxH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-siSIaAyjxH img {
    width: 90%;
  }
}
.cid-siSIaAyjxH .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-siSIaAyjxH p {
  line-height: 1.6;
}
.cid-siSIaAyjxH .rev,
.cid-siSIaAyjxH .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  color: #5580ff;
}
.cid-siSIaAyjxH .items {
  margin-bottom: 0;
}
.cid-siSIaAyjxH .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-siSIaAyjxH .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-siSIaAyjxH .soc-item:hover span {
  color: #ff695c !important;
}
.cid-siSIaAyjxH .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-siSIaAyjxH .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-siSIaAyjxH .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-siSIaAyjxH .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-siSIaAyjxH .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-siSIaAyjxH .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-siSIaAyjxH .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-siSIaAyjxH .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-siSIaAyjxH .social-list {
    justify-content: center;
  }
}
.cid-siSIaAyjxH .card1 > .mbr-text,
.cid-siSIaAyjxH .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-siSIaAyjxH .card2 > .mbr-text,
.cid-siSIaAyjxH .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-siSIaAyjxH .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-siSIaAyjxH .mbr-text,
.cid-siSIaAyjxH .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-siSIaAyjxH .mbr-text {
  margin-bottom: 0.25rem;
}
.cid-siSIaAyjxH .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-siSIaAyjxH .rev {
  color: #767676;
}
.cid-siSIaAyjxH .card1 > .mbr-card-title {
  color: #444444;
}
.cid-siSIaAyjxH .card2 > .mbr-card-title {
  color: #444444;
}
.cid-siSIaAyjxH .card3 > .mbr-card-title {
  color: #212529;
}
.cid-siSIaAyjxH .rts-main-title {
  color: #0087ab;
}
.cid-siSIaBteQM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-siSIaBteQM [class^="socicon-"]:before,
.cid-siSIaBteQM [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-siSIaBteQM .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-siSIaBteQM .btn-social,
.cid-siSIaBteQM .mbr-section-title {
  color: #57468b;
}
.cid-siSIaBteQM .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-siSIaBteQM .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-siSIaBteQM .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-siSIaBteQM .align-left {
    text-align: center;
  }
  .cid-siSIaBteQM .align-right {
    text-align: center;
  }
  .cid-siSIaBteQM .social-list {
    justify-content: center;
  }
  .cid-siSIaBteQM .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-siU9v1M5Ko .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-siU9v1M5Ko .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-siU9v1M5Ko .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-siU9v1M5Ko .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-siU9v1M5Ko .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-siU9v1M5Ko .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-siU9v1M5Ko .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-siU9v1M5Ko .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-siU9v1M5Ko .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-siU9v1M5Ko .navbar.collapsed {
  flex-direction: row !important;
}
.cid-siU9v1M5Ko .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siU9v1M5Ko .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-siU9v1M5Ko .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-siU9v1M5Ko .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siU9v1M5Ko .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siU9v1M5Ko .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-siU9v1M5Ko .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-siU9v1M5Ko .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-siU9v1M5Ko .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siU9v1M5Ko .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-siU9v1M5Ko .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-siU9v1M5Ko .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siU9v1M5Ko .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-siU9v1M5Ko .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siU9v1M5Ko .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siU9v1M5Ko .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-siU9v1M5Ko .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-siU9v1M5Ko .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-siU9v1M5Ko .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-siU9v1M5Ko .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siU9v1M5Ko .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-siU9v1M5Ko .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-siU9v1M5Ko .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-siU9v1M5Ko .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-siU9v1M5Ko .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-siU9v1M5Ko .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-siU9v1M5Ko .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-siU9v1M5Ko .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-siU9v1M5Ko .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siU9v1M5Ko .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siU9v1M5Ko .dropdown-item.active,
.cid-siU9v1M5Ko .dropdown-item:active {
  background-color: transparent;
}
.cid-siU9v1M5Ko .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siU9v1M5Ko .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siU9v1M5Ko .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siU9v1M5Ko .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-siU9v1M5Ko .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-siU9v1M5Ko .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siU9v1M5Ko ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-siU9v1M5Ko .navbar-buttons {
  text-align: center;
}
.cid-siU9v1M5Ko button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-siU9v1M5Ko button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-siU9v1M5Ko button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siU9v1M5Ko button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siU9v1M5Ko button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siU9v1M5Ko button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siU9v1M5Ko nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siU9v1M5Ko nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siU9v1M5Ko nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siU9v1M5Ko nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siU9v1M5Ko .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-siU9v1M5Ko 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-siU9v1M5Ko .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-siU9v1M5Ko .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-siU9v1M5Ko .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-siU9v1M5Ko .nav-link:hover,
.cid-siU9v1M5Ko .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-siU9v2J6l7 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-siU9v2J6l7 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-siU9v2J6l7 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-siU9v2J6l7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-siU9v2J6l7 .animated-element,
.cid-siU9v2J6l7 .typed-cursor {
  color: #333333;
}
.cid-siU9v2J6l7 .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-siU9v2J6l7 .typed-text {
    text-align: center;
  }
}
.cid-siU9v2J6l7 .mbr-section-title {
  color: #ff695c;
}
.cid-siU9v2J6l7 .mbr-text,
.cid-siU9v2J6l7 .typed-text,
.cid-siU9v2J6l7 .mbr-section-btn {
  color: #0a1c44;
}
.cid-siU9v2J6l7 .mbr-section-subtitle,
.cid-siU9v2J6l7 .underline {
  color: #0a1c44;
}
.cid-siU9v3HZpD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-siU9v3HZpD img {
    width: 90%;
  }
}
.cid-siU9v3HZpD .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-siU9v3HZpD p {
  line-height: 1.6;
}
.cid-siU9v3HZpD .rev,
.cid-siU9v3HZpD .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  color: #5580ff;
}
.cid-siU9v3HZpD .items {
  margin-bottom: 0;
}
.cid-siU9v3HZpD .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-siU9v3HZpD .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-siU9v3HZpD .soc-item:hover span {
  color: #ff695c !important;
}
.cid-siU9v3HZpD .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-siU9v3HZpD .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-siU9v3HZpD .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-siU9v3HZpD .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-siU9v3HZpD .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-siU9v3HZpD .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-siU9v3HZpD .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-siU9v3HZpD .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-siU9v3HZpD .social-list {
    justify-content: center;
  }
}
.cid-siU9v3HZpD .card1 > .mbr-text,
.cid-siU9v3HZpD .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-siU9v3HZpD .card2 > .mbr-text,
.cid-siU9v3HZpD .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-siU9v3HZpD .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-siU9v3HZpD .mbr-text,
.cid-siU9v3HZpD .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-siU9v3HZpD .mbr-text {
  margin-bottom: 0.25rem;
}
.cid-siU9v3HZpD .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-siU9v3HZpD .rev {
  color: #767676;
}
.cid-siU9v3HZpD .card1 > .mbr-card-title {
  color: #444444;
}
.cid-siU9v3HZpD .card2 > .mbr-card-title {
  color: #444444;
}
.cid-siU9v3HZpD .card3 > .mbr-card-title {
  color: #212529;
}
.cid-siU9v3HZpD .rts-main-title {
  color: #0087ab;
}
.cid-siU9v4zEpx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-siU9v4zEpx [class^="socicon-"]:before,
.cid-siU9v4zEpx [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-siU9v4zEpx .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-siU9v4zEpx .btn-social,
.cid-siU9v4zEpx .mbr-section-title {
  color: #57468b;
}
.cid-siU9v4zEpx .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-siU9v4zEpx .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-siU9v4zEpx .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-siU9v4zEpx .align-left {
    text-align: center;
  }
  .cid-siU9v4zEpx .align-right {
    text-align: center;
  }
  .cid-siU9v4zEpx .social-list {
    justify-content: center;
  }
  .cid-siU9v4zEpx .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-siUqSvcKnF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-siUqSvcKnF .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-siUqSvcKnF .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-siUqSvcKnF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-siUqSvcKnF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-siUqSvcKnF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-siUqSvcKnF .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-siUqSvcKnF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-siUqSvcKnF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-siUqSvcKnF .navbar.collapsed {
  flex-direction: row !important;
}
.cid-siUqSvcKnF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siUqSvcKnF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-siUqSvcKnF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-siUqSvcKnF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siUqSvcKnF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siUqSvcKnF .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-siUqSvcKnF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-siUqSvcKnF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-siUqSvcKnF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siUqSvcKnF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-siUqSvcKnF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-siUqSvcKnF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siUqSvcKnF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-siUqSvcKnF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siUqSvcKnF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siUqSvcKnF .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-siUqSvcKnF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-siUqSvcKnF .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-siUqSvcKnF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-siUqSvcKnF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siUqSvcKnF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-siUqSvcKnF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-siUqSvcKnF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-siUqSvcKnF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-siUqSvcKnF .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-siUqSvcKnF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-siUqSvcKnF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-siUqSvcKnF .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-siUqSvcKnF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siUqSvcKnF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siUqSvcKnF .dropdown-item.active,
.cid-siUqSvcKnF .dropdown-item:active {
  background-color: transparent;
}
.cid-siUqSvcKnF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siUqSvcKnF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siUqSvcKnF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siUqSvcKnF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-siUqSvcKnF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-siUqSvcKnF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siUqSvcKnF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-siUqSvcKnF .navbar-buttons {
  text-align: center;
}
.cid-siUqSvcKnF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-siUqSvcKnF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-siUqSvcKnF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siUqSvcKnF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siUqSvcKnF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siUqSvcKnF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siUqSvcKnF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siUqSvcKnF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siUqSvcKnF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siUqSvcKnF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siUqSvcKnF .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-siUqSvcKnF 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-siUqSvcKnF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-siUqSvcKnF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-siUqSvcKnF .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-siUqSvcKnF .nav-link:hover,
.cid-siUqSvcKnF .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-siUqSwn5Bb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-siUqSwn5Bb .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-siUqSwn5Bb .mbr-arrow i {
  color: #ffffff !important;
}
.cid-siUqSwn5Bb .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-siUqSwn5Bb .animated-element,
.cid-siUqSwn5Bb .typed-cursor {
  color: #333333;
}
.cid-siUqSwn5Bb .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-siUqSwn5Bb .typed-text {
    text-align: center;
  }
}
.cid-siUqSwn5Bb .mbr-section-title {
  color: #ff695c;
}
.cid-siUqSwn5Bb .mbr-text,
.cid-siUqSwn5Bb .typed-text,
.cid-siUqSwn5Bb .mbr-section-btn {
  color: #0a1c44;
}
.cid-siUqSwn5Bb .mbr-section-subtitle,
.cid-siUqSwn5Bb .underline {
  color: #0a1c44;
}
.cid-siUqSxro69 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-siUqSxro69 img {
    width: 90%;
  }
}
.cid-siUqSxro69 .paypal h2 {
  font-size: 1.2rem;
  xcolor: red;
}
.cid-siUqSxro69 .paypal button {
  margin: -2px 0 0 0;
  padding: 0 1rem 0 1rem;
}
.cid-siUqSxro69 .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-siUqSxro69 p {
  line-height: 1.6;
}
.cid-siUqSxro69 .rev,
.cid-siUqSxro69 .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  color: #5580ff;
}
.cid-siUqSxro69 .items {
  margin-bottom: 0;
}
.cid-siUqSxro69 .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-siUqSxro69 .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-siUqSxro69 .soc-item:hover span {
  color: #ff695c !important;
}
.cid-siUqSxro69 .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-siUqSxro69 .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-siUqSxro69 .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-siUqSxro69 .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-siUqSxro69 .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-siUqSxro69 .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-siUqSxro69 .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-siUqSxro69 .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-siUqSxro69 .social-list {
    justify-content: center;
  }
}
.cid-siUqSxro69 .card1 > .mbr-text,
.cid-siUqSxro69 .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-siUqSxro69 .card2 > .mbr-text,
.cid-siUqSxro69 .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-siUqSxro69 .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-siUqSxro69 .mbr-text,
.cid-siUqSxro69 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-siUqSxro69 .mbr-text {
  margin-bottom: 0.25rem;
}
.cid-siUqSxro69 .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-siUqSxro69 .rev {
  color: #767676;
}
.cid-siUqSxro69 .card1 > .mbr-card-title {
  color: #444444;
}
.cid-siUqSxro69 .card2 > .mbr-card-title {
  color: #444444;
}
.cid-siUqSxro69 .card3 > .mbr-card-title {
  color: #212529;
}
.cid-siUqSxro69 .rts-main-title {
  color: #0087ab;
}
.cid-siUqSxro69 H2 {
  color: #444444;
}
.cid-siUqSydxYh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-siUqSydxYh [class^="socicon-"]:before,
.cid-siUqSydxYh [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-siUqSydxYh .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-siUqSydxYh .btn-social,
.cid-siUqSydxYh .mbr-section-title {
  color: #57468b;
}
.cid-siUqSydxYh .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-siUqSydxYh .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-siUqSydxYh .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-siUqSydxYh .align-left {
    text-align: center;
  }
  .cid-siUqSydxYh .align-right {
    text-align: center;
  }
  .cid-siUqSydxYh .social-list {
    justify-content: center;
  }
  .cid-siUqSydxYh .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-smSwkg4jYo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-smSwkg4jYo .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-smSwkg4jYo .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-smSwkg4jYo .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-smSwkg4jYo .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-smSwkg4jYo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-smSwkg4jYo .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-smSwkg4jYo .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-smSwkg4jYo .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-smSwkg4jYo .navbar.collapsed {
  flex-direction: row !important;
}
.cid-smSwkg4jYo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smSwkg4jYo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-smSwkg4jYo .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-smSwkg4jYo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smSwkg4jYo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smSwkg4jYo .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-smSwkg4jYo .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-smSwkg4jYo .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-smSwkg4jYo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smSwkg4jYo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-smSwkg4jYo .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-smSwkg4jYo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smSwkg4jYo .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-smSwkg4jYo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smSwkg4jYo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smSwkg4jYo .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-smSwkg4jYo .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-smSwkg4jYo .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-smSwkg4jYo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smSwkg4jYo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smSwkg4jYo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-smSwkg4jYo .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-smSwkg4jYo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smSwkg4jYo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-smSwkg4jYo .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-smSwkg4jYo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smSwkg4jYo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smSwkg4jYo .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-smSwkg4jYo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smSwkg4jYo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smSwkg4jYo .dropdown-item.active,
.cid-smSwkg4jYo .dropdown-item:active {
  background-color: transparent;
}
.cid-smSwkg4jYo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smSwkg4jYo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smSwkg4jYo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smSwkg4jYo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-smSwkg4jYo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-smSwkg4jYo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smSwkg4jYo ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-smSwkg4jYo .navbar-buttons {
  text-align: center;
}
.cid-smSwkg4jYo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smSwkg4jYo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smSwkg4jYo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smSwkg4jYo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smSwkg4jYo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smSwkg4jYo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smSwkg4jYo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smSwkg4jYo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smSwkg4jYo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smSwkg4jYo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smSwkg4jYo .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-smSwkg4jYo 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-smSwkg4jYo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smSwkg4jYo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-smSwkg4jYo .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-smSwkg4jYo .nav-link:hover,
.cid-smSwkg4jYo .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-smSwkgEgKA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-smSwkgEgKA .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-smSwkgEgKA .mbr-arrow i {
  color: #ffffff !important;
}
.cid-smSwkgEgKA .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-smSwkgEgKA .animated-element,
.cid-smSwkgEgKA .typed-cursor {
  color: #333333;
}
.cid-smSwkgEgKA .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-smSwkgEgKA .typed-text {
    text-align: center;
  }
}
.cid-smSwkgEgKA .mbr-section-title {
  color: #ff695c;
}
.cid-smSwkgEgKA .mbr-text,
.cid-smSwkgEgKA .typed-text,
.cid-smSwkgEgKA .mbr-section-btn {
  color: #0a1c44;
}
.cid-smSwkgEgKA .mbr-section-subtitle,
.cid-smSwkgEgKA .underline {
  color: #0a1c44;
}
.cid-smSwkhwtnj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-smSwkhwtnj img {
    width: 90%;
  }
}
.cid-smSwkhwtnj .paypal h2 {
  font-size: 1.2rem;
  xcolor: red;
}
.cid-smSwkhwtnj .paypal button {
  margin: -2px 0 0 0;
  padding: 0 1rem 0 1rem;
}
.cid-smSwkhwtnj .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-smSwkhwtnj p {
  line-height: 1.6;
}
.cid-smSwkhwtnj .rev,
.cid-smSwkhwtnj .mbr-iconfont {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  color: #5580ff;
}
.cid-smSwkhwtnj .items {
  margin-bottom: 0;
}
.cid-smSwkhwtnj .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-smSwkhwtnj .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-smSwkhwtnj .soc-item:hover span {
  color: #ff695c !important;
}
.cid-smSwkhwtnj .wrapper {
  padding: 1.0rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  xborder-radius: .25rem;
}
.cid-smSwkhwtnj .wrapper > .mbr-section-btn > .btn-underline {
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.cid-smSwkhwtnj .card1 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-smSwkhwtnj .card2 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-smSwkhwtnj .card3 {
  background: linear-gradient(45deg, #f2f2f2, #efefef);
}
.cid-smSwkhwtnj .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
.cid-smSwkhwtnj .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 576px) {
  .cid-smSwkhwtnj .wrapper {
    padding: 0.50rem;
  }
}
@media (max-width: 767px) {
  .cid-smSwkhwtnj .social-list {
    justify-content: center;
  }
}
.cid-smSwkhwtnj .card1 > .mbr-text,
.cid-smSwkhwtnj .card1 > .mbr-section-btn {
  color: #444444;
}
.cid-smSwkhwtnj .card2 > .mbr-text,
.cid-smSwkhwtnj .card2 > .mbr-section-btn {
  color: #444444;
}
.cid-smSwkhwtnj .card-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-smSwkhwtnj .mbr-text,
.cid-smSwkhwtnj .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-smSwkhwtnj .mbr-text {
  margin-bottom: 0.25rem;
}
.cid-smSwkhwtnj .mbr-section-btn {
  margin-bottom: 1rem;
}
.cid-smSwkhwtnj .rev {
  color: #767676;
}
.cid-smSwkhwtnj .card1 > .mbr-card-title {
  color: #444444;
}
.cid-smSwkhwtnj .card2 > .mbr-card-title {
  color: #444444;
}
.cid-smSwkhwtnj .card3 > .mbr-card-title {
  color: #212529;
}
.cid-smSwkhwtnj .rts-main-title {
  color: #0087ab;
}
.cid-smSwkhwtnj H2 {
  color: #444444;
}
.cid-smSwkiwvcT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-smSwkiwvcT [class^="socicon-"]:before,
.cid-smSwkiwvcT [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-smSwkiwvcT .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-smSwkiwvcT .btn-social,
.cid-smSwkiwvcT .mbr-section-title {
  color: #57468b;
}
.cid-smSwkiwvcT .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-smSwkiwvcT .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-smSwkiwvcT .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-smSwkiwvcT .align-left {
    text-align: center;
  }
  .cid-smSwkiwvcT .align-right {
    text-align: center;
  }
  .cid-smSwkiwvcT .social-list {
    justify-content: center;
  }
  .cid-smSwkiwvcT .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s1zkHCM7TQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s1zkHCM7TQ .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s1zkHCM7TQ .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s1zkHCM7TQ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s1zkHCM7TQ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s1zkHCM7TQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s1zkHCM7TQ .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s1zkHCM7TQ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s1zkHCM7TQ .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s1zkHCM7TQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1zkHCM7TQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1zkHCM7TQ .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-s1zkHCM7TQ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s1zkHCM7TQ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s1zkHCM7TQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s1zkHCM7TQ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s1zkHCM7TQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1zkHCM7TQ .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-s1zkHCM7TQ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s1zkHCM7TQ .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s1zkHCM7TQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1zkHCM7TQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s1zkHCM7TQ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s1zkHCM7TQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1zkHCM7TQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s1zkHCM7TQ .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s1zkHCM7TQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1zkHCM7TQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1zkHCM7TQ .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-s1zkHCM7TQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1zkHCM7TQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1zkHCM7TQ .dropdown-item.active,
.cid-s1zkHCM7TQ .dropdown-item:active {
  background-color: transparent;
}
.cid-s1zkHCM7TQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1zkHCM7TQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1zkHCM7TQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1zkHCM7TQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s1zkHCM7TQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s1zkHCM7TQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1zkHCM7TQ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s1zkHCM7TQ .navbar-buttons {
  text-align: center;
}
.cid-s1zkHCM7TQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1zkHCM7TQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1zkHCM7TQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1zkHCM7TQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1zkHCM7TQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1zkHCM7TQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1zkHCM7TQ .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s1zkHCM7TQ 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-s1zkHCM7TQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1zkHCM7TQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s1zkHCM7TQ .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s1zkHCM7TQ .nav-link:hover,
.cid-s1zkHCM7TQ .dropdown-item:hover {
  color: #ff695c !important;
}
#custom-html-i9 {
  /* Type valid CSS here */
}
#custom-html-i9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-i9 p {
  font-size: 60px;
  color: #777;
}
.cid-s2C5XR7GW6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s2C5XR7GW6 [class^="socicon-"]:before,
.cid-s2C5XR7GW6 [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s2C5XR7GW6 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s2C5XR7GW6 .btn-social,
.cid-s2C5XR7GW6 .mbr-section-title {
  color: #57468b;
}
.cid-s2C5XR7GW6 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s2C5XR7GW6 .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s2C5XR7GW6 .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s2C5XR7GW6 .align-left {
    text-align: center;
  }
  .cid-s2C5XR7GW6 .align-right {
    text-align: center;
  }
  .cid-s2C5XR7GW6 .social-list {
    justify-content: center;
  }
  .cid-s2C5XR7GW6 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s4KdPqmYMn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-s4KdPqmYMn .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-s4KdPqmYMn .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s4KdPqmYMn .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s4KdPqmYMn .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s4KdPqmYMn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4KdPqmYMn .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s4KdPqmYMn .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-s4KdPqmYMn .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s4KdPqmYMn .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s4KdPqmYMn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4KdPqmYMn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s4KdPqmYMn .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s4KdPqmYMn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4KdPqmYMn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4KdPqmYMn .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-s4KdPqmYMn .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s4KdPqmYMn .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s4KdPqmYMn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4KdPqmYMn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s4KdPqmYMn .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s4KdPqmYMn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4KdPqmYMn .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s4KdPqmYMn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4KdPqmYMn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4KdPqmYMn .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-s4KdPqmYMn .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s4KdPqmYMn .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s4KdPqmYMn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4KdPqmYMn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4KdPqmYMn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s4KdPqmYMn .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s4KdPqmYMn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4KdPqmYMn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s4KdPqmYMn .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-s4KdPqmYMn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4KdPqmYMn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4KdPqmYMn .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-s4KdPqmYMn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4KdPqmYMn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4KdPqmYMn .dropdown-item.active,
.cid-s4KdPqmYMn .dropdown-item:active {
  background-color: transparent;
}
.cid-s4KdPqmYMn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4KdPqmYMn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4KdPqmYMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4KdPqmYMn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-s4KdPqmYMn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s4KdPqmYMn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4KdPqmYMn ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s4KdPqmYMn .navbar-buttons {
  text-align: center;
}
.cid-s4KdPqmYMn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4KdPqmYMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4KdPqmYMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4KdPqmYMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4KdPqmYMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4KdPqmYMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4KdPqmYMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4KdPqmYMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4KdPqmYMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4KdPqmYMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4KdPqmYMn .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s4KdPqmYMn 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-s4KdPqmYMn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4KdPqmYMn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s4KdPqmYMn .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s4KdPqmYMn .nav-link:hover,
.cid-s4KdPqmYMn .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-s4KdPrsKae {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-s4KdPrsKae .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s4KdPrsKae .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s4KdPrsKae .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s4KdPrsKae .animated-element,
.cid-s4KdPrsKae .typed-cursor {
  color: #333333;
}
.cid-s4KdPrsKae .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-s4KdPrsKae .typed-text {
    text-align: center;
  }
}
.cid-s4KdPrsKae .mbr-section-title {
  color: #ff695c;
}
.cid-s4KdPrsKae .mbr-text,
.cid-s4KdPrsKae .typed-text,
.cid-s4KdPrsKae .mbr-section-btn {
  color: #0a1c44;
}
.cid-s4KdPrsKae .mbr-section-subtitle,
.cid-s4KdPrsKae .underline {
  color: #0a1c44;
}
.cid-s4KdPsDADc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4KdPsDADc .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4KdPsDADc .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4KdPsDADc .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4KdPsDADc .ico-line {
  display: -webkit-flex;
}
.cid-s4KdPsDADc .lh-2 {
  line-height: 2;
}
.cid-s4KdPsDADc .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4KdPsDADc .linkcolor {
  color: #ff695c;
}
.cid-s4KdPsDADc .col-md-4 {
  padding: 0;
}
.cid-s4KdPsDADc p {
  line-height: 1.6;
}
.cid-s4KdPsDADc .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4KdPsDADc .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4KdPsDADc .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s4KdPsDADc .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4KdPsDADc img {
  transition: all 0.3s;
}
.cid-s4KdPsDADc h5 {
  margin: 0;
}
.cid-s4KdPsDADc .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-s4KdPsDADc .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4KdPsDADc .card-box > p,
.cid-s4KdPsDADc .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4KdPsDADc .productinfo > p {
  color: #000000;
}
.cid-s4KdPsDADc .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4KdPsDADc .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-s4KdPsDADc .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4KdPsDADc .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4KdPsDADc .col-md-4 {
    padding: 0 15px;
  }
  .cid-s4KdPsDADc .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4KdPsDADc .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-s4KdPsDADc .price-box {
    left: 15px;
  }
  .cid-s4KdPsDADc .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s4KdPsDADc P {
  color: #000000;
}
.cid-s4KdPtpOeL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4KdPtpOeL li {
  list-style: none;
}
.cid-s4KdPtpOeL .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-s4KdPtpOeL .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4KdPtpOeL .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4KdPtpOeL h4 {
  margin: 0;
}
.cid-s4KdPtpOeL .item {
  color: #5580ff;
}
.cid-s4KdPtpOeL ul {
  padding: 0;
  margin: 0;
}
.cid-s4KdPtpOeL .col-title {
  color: #57468b;
}
.cid-s4KdPtpOeL .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s4KdPtpOeL .col-title2 {
  color: #5580ff;
}
.cid-s4KdPtpOeL .col-title3 {
  color: #ff8a73;
}
.cid-s4KdPtpOeL .col-title4 {
  color: #57468b;
}
.cid-s4KdPtpOeL .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4KdPtpOeL .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4KdPtpOeL .item3 {
  color: #716c80;
}
.cid-s4KdPtpOeL .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4KdPtpOeL .md-pb {
    padding-bottom: 0.5rem;
  }
}
.cid-s4KdPvR5SF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4KdPvR5SF li {
  list-style: none;
}
.cid-s4KdPvR5SF .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4KdPvR5SF .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4KdPvR5SF h4 {
  margin: 0;
}
.cid-s4KdPvR5SF .item {
  color: #5580ff;
}
.cid-s4KdPvR5SF .mbr-text {
  color: #444444;
}
.cid-s4KdPvR5SF ul {
  padding: 0;
  margin: 0;
}
.cid-s4KdPvR5SF .col-title {
  color: #57468b;
}
.cid-s4KdPvR5SF .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s4KdPvR5SF .col-title2 {
  color: #5580ff;
}
.cid-s4KdPvR5SF .col-title3 {
  color: #ff8a73;
}
.cid-s4KdPvR5SF .col-title4 {
  color: #57468b;
}
.cid-s4KdPvR5SF .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4KdPvR5SF .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-s4KdPvR5SF .item3 {
  color: #716c80;
}
.cid-s4KdPvR5SF .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4KdPvR5SF .md-pb {
    padding-bottom: 0.5rem;
  }
}
.cid-s4MHJXQcJP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4MHJXQcJP pre {
  margin: 0;
  xxwhite-space: nowrap;
  xxword-wrap: break-word;
  xxoverflow: auto;
}
.cid-s4MHJXQcJP pre p {
  xpadding: 0;
  margin: 0;
  line-height: 1.6;
}
.cid-s4MHJXQcJP .rts-float-img {
  width: 35%;
  min-width: 350px;
  padding: 0.25rem;
}
.cid-s4MHJXQcJP .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-s4MHJXQcJP .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-s4MHJXQcJP .ico-line {
  display: -webkit-flex;
}
.cid-s4MHJXQcJP .lh-1 {
  line-height: 1;
}
.cid-s4MHJXQcJP .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4MHJXQcJP .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-s4MHJXQcJP .linkcolor {
  color: #ff695c;
}
.cid-s4MHJXQcJP .col-md-4 {
  padding: 0;
}
.cid-s4MHJXQcJP .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s4MHJXQcJP .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-s4MHJXQcJP .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4MHJXQcJP .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-s4MHJXQcJP img {
  transition: all 0.3s;
}
.cid-s4MHJXQcJP h5 {
  margin: 0;
}
.cid-s4MHJXQcJP .card-box {
  xxpadding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-s4MHJXQcJP .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-s4MHJXQcJP .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-s4MHJXQcJP .card-box > p,
.cid-s4MHJXQcJP .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-s4MHJXQcJP .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-s4MHJXQcJP .productinfo > p {
  color: #000000;
}
.cid-s4MHJXQcJP .price {
  color: #ffffff;
  text-align: left;
}
.cid-s4MHJXQcJP .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-s4MHJXQcJP .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-s4MHJXQcJP .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-s4MHJXQcJP .product_image > .col-12 {
  padding: 5rem;
}
.cid-s4MHJXQcJP .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-s4MHJXQcJP .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-s4MHJXQcJP .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-s4MHJXQcJP .list-group-item {
    padding: 0.5rem;
  }
  .cid-s4MHJXQcJP .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-s4MHJXQcJP .rts-float-img {
    min-width: 250px;
  }
  .cid-s4MHJXQcJP .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-s4MHJXQcJP .col-md-4 {
    padding: 15 0px;
  }
  .cid-s4MHJXQcJP .card-img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-s4MHJXQcJP .col-md-8 {
    margin: 0 15px;
  }
  .cid-s4MHJXQcJP .price-box {
    left: 15px;
  }
  .cid-s4MHJXQcJP .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s4MHJXQcJP P {
  color: #000000;
}
.cid-s4MHJXQcJP .card-box > div .rts-imagelabel {
  color: #444444;
}
.cid-s4MHJXQcJP .card-box > div P {
  color: #444444;
}
.cid-s4RYga1yns {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4RYga1yns pre {
  margin: 0;
}
.cid-s4RYga1yns pre p {
  margin: 0;
  line-height: 1.6;
}
.cid-s4RYga1yns li {
  list-style: none;
}
.cid-s4RYga1yns .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-s4RYga1yns .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #ff695c;
  fill: #0087ab;
}
.cid-s4RYga1yns h4 {
  margin: 0;
}
.cid-s4RYga1yns .item {
  color: #5580ff;
}
.cid-s4RYga1yns .mbr-text {
  color: #444444;
}
.cid-s4RYga1yns ul {
  padding: 0;
  margin: 0;
}
.cid-s4RYga1yns .col-title {
  color: #57468b;
}
.cid-s4RYga1yns .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-s4RYga1yns .col-title2 {
  color: #5580ff;
}
.cid-s4RYga1yns .col-title3 {
  color: #ff8a73;
}
.cid-s4RYga1yns .col-title4 {
  color: #57468b;
}
.cid-s4RYga1yns .item1 {
  color: #444444;
  line-height: 1.4;
}
.cid-s4RYga1yns .item2 {
  color: #444444;
  line-height: 1.4;
}
.cid-s4RYga1yns .item3 {
  color: #716c80;
}
.cid-s4RYga1yns .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s4RYga1yns .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s4KdPxFmFY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-s4KdPxFmFY [class^="socicon-"]:before,
.cid-s4KdPxFmFY [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-s4KdPxFmFY .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s4KdPxFmFY .btn-social,
.cid-s4KdPxFmFY .mbr-section-title {
  color: #57468b;
}
.cid-s4KdPxFmFY .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s4KdPxFmFY .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s4KdPxFmFY .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s4KdPxFmFY .align-left {
    text-align: center;
  }
  .cid-s4KdPxFmFY .align-right {
    text-align: center;
  }
  .cid-s4KdPxFmFY .social-list {
    justify-content: center;
  }
  .cid-s4KdPxFmFY .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tR70hV5w1Y.popup-builder {
  background-color: #ffffff;
}
.cid-tR70hV5w1Y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tR70hV5w1Y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tR70hV5w1Y .modal-content,
.cid-tR70hV5w1Y .modal-dialog {
  height: auto;
}
.cid-tR70hV5w1Y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tR70hV5w1Y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tR70hV5w1Y .form-wrapper .mbr-form .form-group,
  .cid-tR70hV5w1Y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tR70hV5w1Y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tR70hV5w1Y .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-tR70hV5w1Y .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tR70hV5w1Y .pt-0 {
  padding-top: 0 !important;
}
.cid-tR70hV5w1Y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tR70hV5w1Y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tR70hV5w1Y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tR70hV5w1Y .modal-open {
  overflow: hidden;
}
.cid-tR70hV5w1Y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tR70hV5w1Y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tR70hV5w1Y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tR70hV5w1Y .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-tR70hV5w1Y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tR70hV5w1Y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tR70hV5w1Y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tR70hV5w1Y .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-tR70hV5w1Y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tR70hV5w1Y .modal-backdrop.fade {
  opacity: 0;
}
.cid-tR70hV5w1Y .modal-backdrop.show {
  opacity: .5;
}
.cid-tR70hV5w1Y .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-tR70hV5w1Y .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tR70hV5w1Y .modal-header .close:hover {
  opacity: 1;
}
.cid-tR70hV5w1Y .modal-header .close:focus {
  outline: none;
}
.cid-tR70hV5w1Y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-tR70hV5w1Y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tR70hV5w1Y .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-tR70hV5w1Y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tR70hV5w1Y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tR70hV5w1Y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tR70hV5w1Y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tR70hV5w1Y .modal-sm {
    max-width: 300px;
  }
  .cid-tR70hV5w1Y .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tR70hV5w1Y .modal-lg,
  .cid-tR70hV5w1Y .modal-xl {
    max-width: 800px;
  }
  .cid-tR70hV5w1Y .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tR70hV5w1Y .modal-xl {
    max-width: 1140px;
  }
  .cid-tR70hV5w1Y .container {
    max-width: 1140px;
  }
}
.cid-tR70hV5w1Y .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tR70hV5w1Y .container {
    max-width: 720px;
  }
}
.cid-tR70hV5w1Y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tR70hV5w1Y .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-tR70hV5w1Y .form-group {
  margin-bottom: 1rem;
}
.cid-tR70hV5w1Y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tR70hV5w1Y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tR70hV5w1Y .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-skpQsOFpW3.popup-builder {
  background-color: #ffffff;
}
.cid-skpQsOFpW3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-skpQsOFpW3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-skpQsOFpW3 .modal-content,
.cid-skpQsOFpW3 .modal-dialog {
  height: auto;
}
.cid-skpQsOFpW3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-skpQsOFpW3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-skpQsOFpW3 .form-wrapper .mbr-form .form-group,
  .cid-skpQsOFpW3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-skpQsOFpW3 .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-skpQsOFpW3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-skpQsOFpW3 .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-skpQsOFpW3 .mbr-text {
  text-align: left;
}
.cid-skpQsOFpW3 .pt-0 {
  padding-top: 0 !important;
}
.cid-skpQsOFpW3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-skpQsOFpW3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-skpQsOFpW3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-skpQsOFpW3 .modal-open {
  overflow: hidden;
}
.cid-skpQsOFpW3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-skpQsOFpW3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-skpQsOFpW3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-skpQsOFpW3 .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-skpQsOFpW3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-skpQsOFpW3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-skpQsOFpW3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-skpQsOFpW3 .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-skpQsOFpW3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-skpQsOFpW3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-skpQsOFpW3 .modal-backdrop.show {
  opacity: .5;
}
.cid-skpQsOFpW3 .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-skpQsOFpW3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-skpQsOFpW3 .modal-header .close:hover {
  opacity: 1;
}
.cid-skpQsOFpW3 .modal-header .close:focus {
  outline: none;
}
.cid-skpQsOFpW3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-skpQsOFpW3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-skpQsOFpW3 .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-skpQsOFpW3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-skpQsOFpW3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-skpQsOFpW3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-skpQsOFpW3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-skpQsOFpW3 .modal-sm {
    max-width: 300px;
  }
  .cid-skpQsOFpW3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-skpQsOFpW3 .modal-lg,
  .cid-skpQsOFpW3 .modal-xl {
    max-width: 800px;
  }
  .cid-skpQsOFpW3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-skpQsOFpW3 .modal-xl {
    max-width: 1140px;
  }
  .cid-skpQsOFpW3 .container {
    max-width: 1140px;
  }
}
.cid-skpQsOFpW3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-skpQsOFpW3 .container {
    max-width: 720px;
  }
}
.cid-skpQsOFpW3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-skpQsOFpW3 .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-skpQsOFpW3 .form-group {
  margin-bottom: 1rem;
}
.cid-skpQsOFpW3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-skpQsOFpW3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-skpQsOFpW3 .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-tQVKRVQqNc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-tQVKRVQqNc .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-tQVKRVQqNc .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-tQVKRVQqNc .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tQVKRVQqNc .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tQVKRVQqNc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQVKRVQqNc .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tQVKRVQqNc .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-tQVKRVQqNc .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tQVKRVQqNc .navbar.collapsed {
  flex-direction: row !important;
}
.cid-tQVKRVQqNc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQVKRVQqNc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tQVKRVQqNc .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tQVKRVQqNc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQVKRVQqNc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQVKRVQqNc .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-tQVKRVQqNc .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tQVKRVQqNc .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tQVKRVQqNc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQVKRVQqNc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tQVKRVQqNc .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tQVKRVQqNc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQVKRVQqNc .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tQVKRVQqNc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQVKRVQqNc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQVKRVQqNc .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-tQVKRVQqNc .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tQVKRVQqNc .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tQVKRVQqNc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tQVKRVQqNc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQVKRVQqNc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tQVKRVQqNc .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tQVKRVQqNc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tQVKRVQqNc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tQVKRVQqNc .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-tQVKRVQqNc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tQVKRVQqNc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tQVKRVQqNc .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-tQVKRVQqNc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQVKRVQqNc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQVKRVQqNc .dropdown-item.active,
.cid-tQVKRVQqNc .dropdown-item:active {
  background-color: transparent;
}
.cid-tQVKRVQqNc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQVKRVQqNc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQVKRVQqNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQVKRVQqNc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-tQVKRVQqNc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tQVKRVQqNc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQVKRVQqNc ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tQVKRVQqNc .navbar-buttons {
  text-align: center;
}
.cid-tQVKRVQqNc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQVKRVQqNc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tQVKRVQqNc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tQVKRVQqNc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tQVKRVQqNc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tQVKRVQqNc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tQVKRVQqNc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQVKRVQqNc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tQVKRVQqNc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tQVKRVQqNc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQVKRVQqNc .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tQVKRVQqNc 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-tQVKRVQqNc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tQVKRVQqNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tQVKRVQqNc .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tQVKRVQqNc .nav-link:hover,
.cid-tQVKRVQqNc .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-tQVKRWAGkt {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-tQVKRWAGkt .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-tQVKRWAGkt .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tQVKRWAGkt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tQVKRWAGkt .animated-element,
.cid-tQVKRWAGkt .typed-cursor {
  color: #333333;
}
.cid-tQVKRWAGkt .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-tQVKRWAGkt .typed-text {
    text-align: center;
  }
}
.cid-tQVKRWAGkt .mbr-section-title {
  color: #ff695c;
}
.cid-tQVKRWAGkt .mbr-text,
.cid-tQVKRWAGkt .typed-text,
.cid-tQVKRWAGkt .mbr-section-btn {
  color: #0a1c44;
}
.cid-tQVKRWAGkt .mbr-section-subtitle,
.cid-tQVKRWAGkt .underline {
  color: #0a1c44;
}
.cid-tQVKRXwncY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQVKRXwncY .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-tQVKRXwncY .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-tQVKRXwncY .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-tQVKRXwncY .ico-line {
  display: -webkit-flex;
}
.cid-tQVKRXwncY .lh-2 {
  line-height: 2;
}
.cid-tQVKRXwncY .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-tQVKRXwncY .linkcolor {
  color: #ff695c;
}
.cid-tQVKRXwncY .col-md-4 {
  padding: 0;
}
.cid-tQVKRXwncY p {
  line-height: 1.6;
}
.cid-tQVKRXwncY .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tQVKRXwncY .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-tQVKRXwncY .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQVKRXwncY .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-tQVKRXwncY img {
  transition: all 0.3s;
}
.cid-tQVKRXwncY h5 {
  margin: 0;
}
.cid-tQVKRXwncY .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-tQVKRXwncY .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-tQVKRXwncY .card-box > p,
.cid-tQVKRXwncY .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-tQVKRXwncY .productinfo > p {
  color: #000000;
}
.cid-tQVKRXwncY .price {
  color: #ffffff;
  text-align: left;
}
.cid-tQVKRXwncY .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-tQVKRXwncY .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-tQVKRXwncY .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-tQVKRXwncY .col-md-4 {
    padding: 0 15px;
  }
  .cid-tQVKRXwncY .col-md-8 {
    margin: 0 15px;
  }
  .cid-tQVKRXwncY .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-tQVKRXwncY .price-box {
    left: 15px;
  }
  .cid-tQVKRXwncY .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQVKRXwncY P {
  color: #000000;
}
.cid-tQVKRYlfu4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQVKRYlfu4 li {
  list-style: none;
}
.cid-tQVKRYlfu4 .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-tQVKRYlfu4 .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-tQVKRYlfu4 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-tQVKRYlfu4 h4 {
  margin: 0;
}
.cid-tQVKRYlfu4 .item {
  color: #5580ff;
}
.cid-tQVKRYlfu4 ul {
  padding: 0;
  margin: 0;
}
.cid-tQVKRYlfu4 .col-title {
  color: #57468b;
}
.cid-tQVKRYlfu4 .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-tQVKRYlfu4 .col-title2 {
  color: #5580ff;
}
.cid-tQVKRYlfu4 .col-title3 {
  color: #ff8a73;
}
.cid-tQVKRYlfu4 .col-title4 {
  color: #57468b;
}
.cid-tQVKRYlfu4 .item1 {
  color: #444444;
  line-height: 1.4;
}
.cid-tQVKRYlfu4 .item2 {
  color: #444444;
  line-height: 1.4;
}
.cid-tQVKRYlfu4 .item3 {
  color: #716c80;
}
.cid-tQVKRYlfu4 .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-tQVKRYlfu4 .md-pb {
    padding-bottom: 0.5rem;
  }
}
.cid-tQVKS0VPf0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQVKS0VPf0 pre {
  margin: 0;
  xxwhite-space: nowrap;
  xxword-wrap: break-word;
  xxoverflow: auto;
}
.cid-tQVKS0VPf0 pre p {
  xpadding: 0;
  margin: 0;
  line-height: 1.6;
}
.cid-tQVKS0VPf0 .rts-float-img {
  width: 35%;
  min-width: 350px;
  padding: 0.25rem;
}
.cid-tQVKS0VPf0 .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-tQVKS0VPf0 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-tQVKS0VPf0 .ico-line {
  display: -webkit-flex;
}
.cid-tQVKS0VPf0 .lh-1 {
  line-height: 1;
}
.cid-tQVKS0VPf0 .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-tQVKS0VPf0 .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-tQVKS0VPf0 .linkcolor {
  color: #ff695c;
}
.cid-tQVKS0VPf0 .col-md-4 {
  padding: 0;
}
.cid-tQVKS0VPf0 .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tQVKS0VPf0 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-tQVKS0VPf0 .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-tQVKS0VPf0 .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-tQVKS0VPf0 img {
  transition: all 0.3s;
}
.cid-tQVKS0VPf0 h5 {
  margin: 0;
}
.cid-tQVKS0VPf0 .card-box {
  xxpadding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-tQVKS0VPf0 .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-tQVKS0VPf0 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-tQVKS0VPf0 .card-box > p,
.cid-tQVKS0VPf0 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-tQVKS0VPf0 .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-tQVKS0VPf0 .productinfo > p {
  color: #000000;
}
.cid-tQVKS0VPf0 .price {
  color: #ffffff;
  text-align: left;
}
.cid-tQVKS0VPf0 .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-tQVKS0VPf0 .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-tQVKS0VPf0 .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-tQVKS0VPf0 .product_image > .col-12 {
  padding: 5rem;
}
.cid-tQVKS0VPf0 .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-tQVKS0VPf0 .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-tQVKS0VPf0 .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-tQVKS0VPf0 .list-group-item {
    padding: 0.5rem;
  }
  .cid-tQVKS0VPf0 .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-tQVKS0VPf0 .rts-float-img {
    min-width: 250px;
  }
  .cid-tQVKS0VPf0 .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-tQVKS0VPf0 .col-md-4 {
    padding: 15 0px;
  }
  .cid-tQVKS0VPf0 .card-img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-tQVKS0VPf0 .col-md-8 {
    margin: 0 15px;
  }
  .cid-tQVKS0VPf0 .price-box {
    left: 15px;
  }
  .cid-tQVKS0VPf0 .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tQVKS0VPf0 P {
  color: #000000;
}
.cid-tQVKS0VPf0 .card-box > div .rts-imagelabel {
  color: #444444;
}
.cid-tQVKS0VPf0 .card-box > div P {
  color: #444444;
}
.cid-tQVKS1Jd9U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQVKS1Jd9U pre {
  margin: 0;
}
.cid-tQVKS1Jd9U pre p {
  margin: 0;
  line-height: 1.6;
}
.cid-tQVKS1Jd9U li {
  list-style: none;
}
.cid-tQVKS1Jd9U .rts-float-img {
  width: 35%;
  min-width: 350px;
  padding: 0.25rem;
}
.cid-tQVKS1Jd9U .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-tQVKS1Jd9U .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-tQVKS1Jd9U .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #ff695c;
  fill: #0087ab;
}
.cid-tQVKS1Jd9U h4 {
  margin: 0;
}
.cid-tQVKS1Jd9U .item {
  color: #5580ff;
}
.cid-tQVKS1Jd9U .mbr-text {
  color: #444444;
}
.cid-tQVKS1Jd9U ul {
  padding: 0;
  margin: 0;
}
.cid-tQVKS1Jd9U .col-title {
  color: #57468b;
}
.cid-tQVKS1Jd9U .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-tQVKS1Jd9U .col-title2 {
  color: #5580ff;
}
.cid-tQVKS1Jd9U .col-title3 {
  color: #ff8a73;
}
.cid-tQVKS1Jd9U .col-title4 {
  color: #57468b;
}
.cid-tQVKS1Jd9U .item1 {
  color: #444444;
  line-height: 1.2;
}
.cid-tQVKS1Jd9U .item2 {
  color: #444444;
  line-height: 1.2;
}
.cid-tQVKS1Jd9U .item3 {
  color: #716c80;
}
.cid-tQVKS1Jd9U .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-tQVKS1Jd9U .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tQVKS2VAV2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-tQVKS2VAV2 [class^="socicon-"]:before,
.cid-tQVKS2VAV2 [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-tQVKS2VAV2 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tQVKS2VAV2 .btn-social,
.cid-tQVKS2VAV2 .mbr-section-title {
  color: #57468b;
}
.cid-tQVKS2VAV2 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-tQVKS2VAV2 .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-tQVKS2VAV2 .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-tQVKS2VAV2 .align-left {
    text-align: center;
  }
  .cid-tQVKS2VAV2 .align-right {
    text-align: center;
  }
  .cid-tQVKS2VAV2 .social-list {
    justify-content: center;
  }
  .cid-tQVKS2VAV2 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tQVKS3unSt.popup-builder {
  background-color: #ffffff;
}
.cid-tQVKS3unSt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tQVKS3unSt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tQVKS3unSt .modal-content,
.cid-tQVKS3unSt .modal-dialog {
  height: auto;
}
.cid-tQVKS3unSt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tQVKS3unSt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tQVKS3unSt .form-wrapper .mbr-form .form-group,
  .cid-tQVKS3unSt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tQVKS3unSt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tQVKS3unSt .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-tQVKS3unSt .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tQVKS3unSt .pt-0 {
  padding-top: 0 !important;
}
.cid-tQVKS3unSt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tQVKS3unSt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tQVKS3unSt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tQVKS3unSt .modal-open {
  overflow: hidden;
}
.cid-tQVKS3unSt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tQVKS3unSt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tQVKS3unSt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tQVKS3unSt .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-tQVKS3unSt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tQVKS3unSt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tQVKS3unSt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tQVKS3unSt .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-tQVKS3unSt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tQVKS3unSt .modal-backdrop.fade {
  opacity: 0;
}
.cid-tQVKS3unSt .modal-backdrop.show {
  opacity: .5;
}
.cid-tQVKS3unSt .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-tQVKS3unSt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tQVKS3unSt .modal-header .close:hover {
  opacity: 1;
}
.cid-tQVKS3unSt .modal-header .close:focus {
  outline: none;
}
.cid-tQVKS3unSt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-tQVKS3unSt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tQVKS3unSt .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-tQVKS3unSt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tQVKS3unSt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tQVKS3unSt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tQVKS3unSt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tQVKS3unSt .modal-sm {
    max-width: 300px;
  }
  .cid-tQVKS3unSt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tQVKS3unSt .modal-lg,
  .cid-tQVKS3unSt .modal-xl {
    max-width: 800px;
  }
  .cid-tQVKS3unSt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tQVKS3unSt .modal-xl {
    max-width: 1140px;
  }
  .cid-tQVKS3unSt .container {
    max-width: 1140px;
  }
}
.cid-tQVKS3unSt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tQVKS3unSt .container {
    max-width: 720px;
  }
}
.cid-tQVKS3unSt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tQVKS3unSt .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-tQVKS3unSt .form-group {
  margin-bottom: 1rem;
}
.cid-tQVKS3unSt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tQVKS3unSt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tQVKS3unSt .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-tR1LksvgM6.popup-builder {
  background-color: #ffffff;
}
.cid-tR1LksvgM6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tR1LksvgM6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tR1LksvgM6 .modal-content,
.cid-tR1LksvgM6 .modal-dialog {
  height: auto;
}
.cid-tR1LksvgM6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tR1LksvgM6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tR1LksvgM6 .form-wrapper .mbr-form .form-group,
  .cid-tR1LksvgM6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tR1LksvgM6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tR1LksvgM6 .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-tR1LksvgM6 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tR1LksvgM6 .pt-0 {
  padding-top: 0 !important;
}
.cid-tR1LksvgM6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tR1LksvgM6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tR1LksvgM6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tR1LksvgM6 .modal-open {
  overflow: hidden;
}
.cid-tR1LksvgM6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tR1LksvgM6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tR1LksvgM6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tR1LksvgM6 .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-tR1LksvgM6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tR1LksvgM6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tR1LksvgM6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tR1LksvgM6 .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-tR1LksvgM6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tR1LksvgM6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tR1LksvgM6 .modal-backdrop.show {
  opacity: .5;
}
.cid-tR1LksvgM6 .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-tR1LksvgM6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tR1LksvgM6 .modal-header .close:hover {
  opacity: 1;
}
.cid-tR1LksvgM6 .modal-header .close:focus {
  outline: none;
}
.cid-tR1LksvgM6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-tR1LksvgM6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tR1LksvgM6 .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-tR1LksvgM6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tR1LksvgM6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tR1LksvgM6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tR1LksvgM6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tR1LksvgM6 .modal-sm {
    max-width: 300px;
  }
  .cid-tR1LksvgM6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tR1LksvgM6 .modal-lg,
  .cid-tR1LksvgM6 .modal-xl {
    max-width: 800px;
  }
  .cid-tR1LksvgM6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tR1LksvgM6 .modal-xl {
    max-width: 1140px;
  }
  .cid-tR1LksvgM6 .container {
    max-width: 1140px;
  }
}
.cid-tR1LksvgM6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tR1LksvgM6 .container {
    max-width: 720px;
  }
}
.cid-tR1LksvgM6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tR1LksvgM6 .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-tR1LksvgM6 .form-group {
  margin-bottom: 1rem;
}
.cid-tR1LksvgM6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tR1LksvgM6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tR1LksvgM6 .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-tWML6VbY6A .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-tWML6VbY6A .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-tWML6VbY6A .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-tWML6VbY6A .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tWML6VbY6A .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tWML6VbY6A .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWML6VbY6A .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tWML6VbY6A .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-tWML6VbY6A .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tWML6VbY6A .navbar.collapsed {
  flex-direction: row !important;
}
.cid-tWML6VbY6A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWML6VbY6A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tWML6VbY6A .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tWML6VbY6A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWML6VbY6A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWML6VbY6A .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-tWML6VbY6A .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tWML6VbY6A .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tWML6VbY6A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWML6VbY6A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tWML6VbY6A .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tWML6VbY6A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWML6VbY6A .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tWML6VbY6A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWML6VbY6A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWML6VbY6A .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-tWML6VbY6A .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tWML6VbY6A .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tWML6VbY6A .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tWML6VbY6A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWML6VbY6A .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tWML6VbY6A .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tWML6VbY6A .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tWML6VbY6A .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tWML6VbY6A .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-tWML6VbY6A .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWML6VbY6A .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWML6VbY6A .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-tWML6VbY6A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWML6VbY6A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWML6VbY6A .dropdown-item.active,
.cid-tWML6VbY6A .dropdown-item:active {
  background-color: transparent;
}
.cid-tWML6VbY6A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWML6VbY6A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWML6VbY6A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWML6VbY6A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-tWML6VbY6A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tWML6VbY6A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWML6VbY6A ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tWML6VbY6A .navbar-buttons {
  text-align: center;
}
.cid-tWML6VbY6A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWML6VbY6A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tWML6VbY6A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWML6VbY6A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWML6VbY6A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWML6VbY6A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWML6VbY6A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWML6VbY6A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWML6VbY6A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWML6VbY6A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWML6VbY6A .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tWML6VbY6A 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-tWML6VbY6A .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tWML6VbY6A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tWML6VbY6A .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tWML6VbY6A .nav-link:hover,
.cid-tWML6VbY6A .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-tWML6WwBpR {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-tWML6WwBpR .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-tWML6WwBpR .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tWML6WwBpR .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tWML6WwBpR .animated-element,
.cid-tWML6WwBpR .typed-cursor {
  color: #333333;
}
.cid-tWML6WwBpR .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-tWML6WwBpR .typed-text {
    text-align: center;
  }
}
.cid-tWML6WwBpR .mbr-section-title {
  color: #ff695c;
}
.cid-tWML6WwBpR .mbr-text,
.cid-tWML6WwBpR .typed-text,
.cid-tWML6WwBpR .mbr-section-btn {
  color: #0a1c44;
}
.cid-tWML6WwBpR .mbr-section-subtitle,
.cid-tWML6WwBpR .underline {
  color: #0a1c44;
}
.cid-tWML6Y0rNo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWML6Y0rNo .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-tWML6Y0rNo .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-tWML6Y0rNo .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-tWML6Y0rNo .ico-line {
  display: -webkit-flex;
}
.cid-tWML6Y0rNo .lh-1 {
  line-height: 1;
}
.cid-tWML6Y0rNo .lh-2 {
  line-height: 2;
}
.cid-tWML6Y0rNo .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-tWML6Y0rNo .linkcolor {
  color: #ff695c;
}
.cid-tWML6Y0rNo .col-md-4 {
  padding: 0;
}
.cid-tWML6Y0rNo p {
  line-height: 1.6;
}
.cid-tWML6Y0rNo .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tWML6Y0rNo .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-tWML6Y0rNo .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWML6Y0rNo .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-tWML6Y0rNo img {
  transition: all 0.3s;
}
.cid-tWML6Y0rNo h5 {
  margin: 0;
}
.cid-tWML6Y0rNo .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-tWML6Y0rNo .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-tWML6Y0rNo .card-box > p,
.cid-tWML6Y0rNo .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-tWML6Y0rNo .productinfo > p {
  color: #000000;
}
.cid-tWML6Y0rNo .price {
  color: #ffffff;
  text-align: left;
}
.cid-tWML6Y0rNo .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-tWML6Y0rNo .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-tWML6Y0rNo .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-tWML6Y0rNo .col-md-4 {
    padding: 0 15px;
  }
  .cid-tWML6Y0rNo .col-md-8 {
    margin: 0 15px;
  }
  .cid-tWML6Y0rNo .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-tWML6Y0rNo .price-box {
    left: 15px;
  }
  .cid-tWML6Y0rNo .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tWML6Y0rNo P {
  color: #000000;
}
.cid-tWML6YEZtd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWML6YEZtd li {
  list-style: none;
}
.cid-tWML6YEZtd .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-tWML6YEZtd .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-tWML6YEZtd .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-tWML6YEZtd h4 {
  margin: 0;
}
.cid-tWML6YEZtd .item {
  color: #5580ff;
}
.cid-tWML6YEZtd ul {
  padding: 0;
  margin: 0;
}
.cid-tWML6YEZtd .col-title {
  color: #57468b;
}
.cid-tWML6YEZtd .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-tWML6YEZtd .col-title2 {
  color: #5580ff;
}
.cid-tWML6YEZtd .col-title3 {
  color: #ff8a73;
}
.cid-tWML6YEZtd .col-title4 {
  color: #57468b;
}
.cid-tWML6YEZtd .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-tWML6YEZtd .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-tWML6YEZtd .item3 {
  color: #716c80;
}
.cid-tWML6YEZtd .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-tWML6YEZtd .md-pb {
    padding-bottom: 0.5rem;
  }
}
.cid-tWML6ZJOra {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWML6ZJOra pre {
  margin: 0;
}
.cid-tWML6ZJOra pre p {
  margin: 0;
  line-height: 1.6;
}
.cid-tWML6ZJOra .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-tWML6ZJOra .rts-float-img {
  xbackground-color: #ff0000;
  width: 35%;
  min-width: 250px;
  padding: 0.25rem;
}
.cid-tWML6ZJOra .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-tWML6ZJOra .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-tWML6ZJOra .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-tWML6ZJOra .ico-line {
  display: -webkit-flex;
}
.cid-tWML6ZJOra .lh-1 {
  line-height: 1;
}
.cid-tWML6ZJOra .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-tWML6ZJOra .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-tWML6ZJOra .linkcolor {
  color: #ff695c;
}
.cid-tWML6ZJOra .col-md-4 {
  padding: 0;
}
.cid-tWML6ZJOra p {
  line-height: 1.6;
}
.cid-tWML6ZJOra .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tWML6ZJOra .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-tWML6ZJOra .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-tWML6ZJOra .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-tWML6ZJOra img {
  transition: all 0.3s;
}
.cid-tWML6ZJOra h5 {
  margin: 0;
}
.cid-tWML6ZJOra .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-tWML6ZJOra .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-tWML6ZJOra .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-tWML6ZJOra .card-box > p,
.cid-tWML6ZJOra .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-tWML6ZJOra .card-box > ul > li > p {
  color: #767676;
  text-align: left;
}
.cid-tWML6ZJOra .productinfo > p {
  color: #000000;
}
.cid-tWML6ZJOra .price {
  color: #ffffff;
  text-align: left;
}
.cid-tWML6ZJOra .rev {
  color: #767676;
  line-height: 1.1;
  text-align: left;
}
.cid-tWML6ZJOra .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-tWML6ZJOra .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-tWML6ZJOra .product_image > .col-12 {
  padding: 5rem;
}
.cid-tWML6ZJOra .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-tWML6ZJOra .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-tWML6ZJOra .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-tWML6ZJOra .list-group-item {
    padding: 0.5rem;
  }
  .cid-tWML6ZJOra .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-tWML6ZJOra .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-tWML6ZJOra .col-md-4 {
    padding: 15 0px;
  }
  .cid-tWML6ZJOra .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-tWML6ZJOra .col-md-8 {
    margin: 0 15px;
  }
  .cid-tWML6ZJOra .price-box {
    left: 15px;
  }
  .cid-tWML6ZJOra .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tWML6ZJOra P {
  color: #000000;
}
.cid-tWML6ZJOra .card-box > div P {
  color: #444444;
}
.cid-tWRgM0xvev {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWRgM0xvev .mbr-section-subtitle {
  color: #767676;
}
.cid-tWRgM0xvev .container-table {
  margin: 0 auto;
}
.cid-tWRgM0xvev .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tWRgM0xvev .dataTables_wrapper {
  display: block;
}
.cid-tWRgM0xvev .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tWRgM0xvev .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tWRgM0xvev table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tWRgM0xvev table th {
  border-top: none;
  font-weight: 500;
  background: #f2f2f2;
  border: 1px solid #cccccc;
}
.cid-tWRgM0xvev table td {
  border: 1px solid #cccccc;
  vertical-align: middle;
}
.cid-tWRgM0xvev .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tWRgM0xvev .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tWRgM0xvev .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tWRgM0xvev .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tWRgM0xvev .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-tWRgM0xvev td,
  .cid-tWRgM0xvev th {
    padding: 0.3rem;
  }
}
@media (max-width: 350px) {
  .cid-tWRgM0xvev .dataTables_filter {
    text-align: center;
  }
  .cid-tWRgM0xvev .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tWRgM0xvev .head-item,
.cid-tWRgM0xvev .body-item {
  text-align: center;
}
.cid-tWRgM0xvev .body-item {
  text-align: left;
  color: #444444;
}
.cid-tWRgM0xvev .head-item {
  text-align: left;
  color: #444444;
}
.cid-tWTwwlvMag {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWTwwlvMag pre {
  margin: 0;
}
.cid-tWTwwlvMag pre p {
  margin: 0;
  line-height: 1.6;
}
.cid-tWTwwlvMag .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-tWTwwlvMag .rts-float-img {
  xbackground-color: #ff0000;
  width: 35%;
  min-width: 250px;
  padding: 0.25rem;
}
.cid-tWTwwlvMag .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-tWTwwlvMag .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-tWTwwlvMag .mbr-iconfont {
  font-size: 1rem;
  xxxpadding-bottom: 3px;
}
.cid-tWTwwlvMag .ico-line {
  display: -webkit-flex;
}
.cid-tWTwwlvMag .lh-1 {
  line-height: 1;
}
.cid-tWTwwlvMag .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-tWTwwlvMag .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-tWTwwlvMag .linkcolor {
  color: #ff695c;
}
.cid-tWTwwlvMag .col-md-4 {
  padding: 0;
}
.cid-tWTwwlvMag p {
  line-height: 1.6;
}
.cid-tWTwwlvMag .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tWTwwlvMag .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-tWTwwlvMag .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-tWTwwlvMag .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-tWTwwlvMag img {
  transition: all 0.3s;
}
.cid-tWTwwlvMag h5 {
  margin: 0;
}
.cid-tWTwwlvMag .card-box {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.cid-tWTwwlvMag .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-tWTwwlvMag .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-tWTwwlvMag .card-box > p,
.cid-tWTwwlvMag .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-tWTwwlvMag .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-tWTwwlvMag .productinfo > p {
  color: #000000;
}
.cid-tWTwwlvMag .price {
  color: #ffffff;
  text-align: left;
}
.cid-tWTwwlvMag .rev {
  color: #767676;
  line-height: 1.1;
  text-align: left;
}
.cid-tWTwwlvMag .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-tWTwwlvMag .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-tWTwwlvMag .product_image > .col-12 {
  padding: 5rem;
}
.cid-tWTwwlvMag .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-tWTwwlvMag .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-tWTwwlvMag .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-tWTwwlvMag .list-group-item {
    padding: 0.5rem;
  }
  .cid-tWTwwlvMag .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-tWTwwlvMag .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-tWTwwlvMag .col-md-4 {
    padding: 15 0px;
  }
  .cid-tWTwwlvMag .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-tWTwwlvMag .col-md-8 {
    margin: 0 15px;
  }
  .cid-tWTwwlvMag .price-box {
    left: 15px;
  }
  .cid-tWTwwlvMag .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tWTwwlvMag P {
  color: #000000;
}
.cid-tWTwwlvMag .card-box > div P {
  color: #333333;
}
.cid-tWTwwlvMag .card-box > div .card-box > ul,
.cid-tWTwwlvMag .mbr-section-btn .card-box > ul > li > p,
.cid-tWTwwlvMag .mbr-section-btn {
  color: #333333;
}
.cid-tXmUhpjESD.popup-builder {
  background-color: #ffffff;
}
.cid-tXmUhpjESD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tXmUhpjESD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tXmUhpjESD .modal-content,
.cid-tXmUhpjESD .modal-dialog {
  height: auto;
}
.cid-tXmUhpjESD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tXmUhpjESD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tXmUhpjESD .form-wrapper .mbr-form .form-group,
  .cid-tXmUhpjESD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tXmUhpjESD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tXmUhpjESD .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-tXmUhpjESD .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tXmUhpjESD .pt-0 {
  padding-top: 0 !important;
}
.cid-tXmUhpjESD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tXmUhpjESD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tXmUhpjESD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tXmUhpjESD .modal-open {
  overflow: hidden;
}
.cid-tXmUhpjESD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tXmUhpjESD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tXmUhpjESD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tXmUhpjESD .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-tXmUhpjESD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tXmUhpjESD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tXmUhpjESD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tXmUhpjESD .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-tXmUhpjESD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tXmUhpjESD .modal-backdrop.fade {
  opacity: 0;
}
.cid-tXmUhpjESD .modal-backdrop.show {
  opacity: .5;
}
.cid-tXmUhpjESD .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-tXmUhpjESD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tXmUhpjESD .modal-header .close:hover {
  opacity: 1;
}
.cid-tXmUhpjESD .modal-header .close:focus {
  outline: none;
}
.cid-tXmUhpjESD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0087ab;
}
.cid-tXmUhpjESD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tXmUhpjESD .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-tXmUhpjESD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tXmUhpjESD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tXmUhpjESD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tXmUhpjESD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tXmUhpjESD .modal-sm {
    max-width: 300px;
  }
  .cid-tXmUhpjESD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tXmUhpjESD .modal-lg,
  .cid-tXmUhpjESD .modal-xl {
    max-width: 800px;
  }
  .cid-tXmUhpjESD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tXmUhpjESD .modal-xl {
    max-width: 1140px;
  }
  .cid-tXmUhpjESD .container {
    max-width: 1140px;
  }
}
.cid-tXmUhpjESD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tXmUhpjESD .container {
    max-width: 720px;
  }
}
.cid-tXmUhpjESD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tXmUhpjESD .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-tXmUhpjESD .form-group {
  margin-bottom: 1rem;
}
.cid-tXmUhpjESD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tXmUhpjESD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tXmUhpjESD .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-tWML70ps26 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-tWML70ps26 [class^="socicon-"]:before,
.cid-tWML70ps26 [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-tWML70ps26 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tWML70ps26 .btn-social,
.cid-tWML70ps26 .mbr-section-title {
  color: #57468b;
}
.cid-tWML70ps26 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-tWML70ps26 .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-tWML70ps26 .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-tWML70ps26 .align-left {
    text-align: center;
  }
  .cid-tWML70ps26 .align-right {
    text-align: center;
  }
  .cid-tWML70ps26 .social-list {
    justify-content: center;
  }
  .cid-tWML70ps26 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u238nIy7JA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-u238nIy7JA .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-u238nIy7JA .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-u238nIy7JA .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u238nIy7JA .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u238nIy7JA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u238nIy7JA .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-u238nIy7JA .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-u238nIy7JA .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u238nIy7JA .navbar.collapsed {
  flex-direction: row !important;
}
.cid-u238nIy7JA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u238nIy7JA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-u238nIy7JA .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u238nIy7JA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u238nIy7JA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u238nIy7JA .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-u238nIy7JA .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u238nIy7JA .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-u238nIy7JA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u238nIy7JA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u238nIy7JA .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u238nIy7JA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u238nIy7JA .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u238nIy7JA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u238nIy7JA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u238nIy7JA .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-u238nIy7JA .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u238nIy7JA .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-u238nIy7JA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u238nIy7JA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u238nIy7JA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-u238nIy7JA .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u238nIy7JA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u238nIy7JA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u238nIy7JA .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-u238nIy7JA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u238nIy7JA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u238nIy7JA .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-u238nIy7JA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u238nIy7JA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u238nIy7JA .dropdown-item.active,
.cid-u238nIy7JA .dropdown-item:active {
  background-color: transparent;
}
.cid-u238nIy7JA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u238nIy7JA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u238nIy7JA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u238nIy7JA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-u238nIy7JA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u238nIy7JA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u238nIy7JA ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u238nIy7JA .navbar-buttons {
  text-align: center;
}
.cid-u238nIy7JA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u238nIy7JA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u238nIy7JA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u238nIy7JA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u238nIy7JA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u238nIy7JA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u238nIy7JA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u238nIy7JA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u238nIy7JA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u238nIy7JA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u238nIy7JA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-u238nIy7JA 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-u238nIy7JA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u238nIy7JA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u238nIy7JA .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-u238nIy7JA .nav-link:hover,
.cid-u238nIy7JA .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-u238nJbA5z {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-u238nJbA5z .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-u238nJbA5z .mbr-arrow i {
  color: #ffffff !important;
}
.cid-u238nJbA5z .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u238nJbA5z .animated-element,
.cid-u238nJbA5z .typed-cursor {
  color: #333333;
}
.cid-u238nJbA5z .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-u238nJbA5z .typed-text {
    text-align: center;
  }
}
.cid-u238nJbA5z .mbr-section-title {
  color: #ff695c;
}
.cid-u238nJbA5z .mbr-text,
.cid-u238nJbA5z .typed-text,
.cid-u238nJbA5z .mbr-section-btn {
  color: #0a1c44;
}
.cid-u238nJbA5z .mbr-section-subtitle,
.cid-u238nJbA5z .underline {
  color: #0a1c44;
}
.cid-u238nK2yI1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u238nK2yI1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-u238nK2yI1 .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-u238nK2yI1 .ico-line {
  display: -webkit-flex;
}
.cid-u238nK2yI1 .lh-1 {
  line-height: 1;
}
.cid-u238nK2yI1 .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-u238nK2yI1 .linkcolor {
  color: #ff695c;
}
.cid-u238nK2yI1 .col-md-4 {
  padding: 0;
}
.cid-u238nK2yI1 p {
  line-height: 1.6;
}
.cid-u238nK2yI1 .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-u238nK2yI1 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-u238nK2yI1 .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u238nK2yI1 .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-u238nK2yI1 img {
  transition: all 0.3s;
}
.cid-u238nK2yI1 h5 {
  margin: 0;
}
.cid-u238nK2yI1 .card-box {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
.cid-u238nK2yI1 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-u238nK2yI1 .card-box > p,
.cid-u238nK2yI1 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-u238nK2yI1 .productinfo > p {
  color: #000000;
}
.cid-u238nK2yI1 .price {
  color: #ffffff;
  text-align: left;
}
.cid-u238nK2yI1 .rev {
  color: #767676;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-u238nK2yI1 .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-u238nK2yI1 .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-u238nK2yI1 .col-md-4 {
    padding: 0 15px;
  }
  .cid-u238nK2yI1 .col-md-8 {
    margin: 0 15px;
  }
  .cid-u238nK2yI1 .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-u238nK2yI1 .price-box {
    left: 15px;
  }
  .cid-u238nK2yI1 .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-u238nK2yI1 P {
  color: #000000;
}
.cid-u238nLACRY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u238nLACRY #rotationtable table {
  xwidth: 350px;
  width: 400px;
}
.cid-u238nLACRY pre {
  width: 410px;
  xwidth: 600px;
  xxmin-width: 250px;
  margin: 0;
}
.cid-u238nLACRY pre p {
  margin: 0;
  line-height: 1.2;
}
.cid-u238nLACRY li {
  list-style: none;
}
.cid-u238nLACRY .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-u238nLACRY .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-u238nLACRY h4 {
  margin: 0;
}
.cid-u238nLACRY .item {
  color: #5580ff;
}
.cid-u238nLACRY .mbr-text {
  color: #444444;
}
.cid-u238nLACRY ul {
  padding: 0;
  margin: 0;
}
.cid-u238nLACRY .col-title {
  color: #57468b;
}
.cid-u238nLACRY .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-u238nLACRY .col-title2 {
  color: #5580ff;
}
.cid-u238nLACRY .col-title3 {
  color: #ff8a73;
}
.cid-u238nLACRY .col-title4 {
  color: #57468b;
}
.cid-u238nLACRY .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-u238nLACRY .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-u238nLACRY .item3 {
  color: #716c80;
}
.cid-u238nLACRY .item4 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-u238nLACRY #rotationtable table {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-u238nLACRY .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-u238nLACRY .card-box > ul > li > p,
.cid-u238nLACRY .mbr-section-btn {
  color: #444444;
}
.cid-u2eeKoTdvz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2eeKoTdvz #rotationtable table {
  xwidth: 350px;
  width: 400px;
}
.cid-u2eeKoTdvz pre {
  width: 410px;
  xwidth: 600px;
  xxmin-width: 250px;
  margin: 0;
}
.cid-u2eeKoTdvz pre p {
  margin: 0;
  line-height: 1.2;
}
.cid-u2eeKoTdvz li {
  list-style: none;
}
.cid-u2eeKoTdvz .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-u2eeKoTdvz .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-u2eeKoTdvz h4 {
  margin: 0;
}
.cid-u2eeKoTdvz .item {
  color: #5580ff;
}
.cid-u2eeKoTdvz .mbr-text {
  color: #444444;
}
.cid-u2eeKoTdvz ul {
  padding: 0;
  margin: 0;
}
.cid-u2eeKoTdvz .col-title {
  color: #57468b;
}
.cid-u2eeKoTdvz .col-title1 {
  color: #0087ab;
  padding-bottom: 0.5rem;
}
.cid-u2eeKoTdvz .col-title2 {
  color: #5580ff;
}
.cid-u2eeKoTdvz .col-title3 {
  color: #ff8a73;
}
.cid-u2eeKoTdvz .col-title4 {
  color: #57468b;
}
.cid-u2eeKoTdvz .item1 {
  color: #444444;
  line-height: 1.3;
}
.cid-u2eeKoTdvz .item2 {
  color: #444444;
  line-height: 1.3;
}
.cid-u2eeKoTdvz .item3 {
  color: #716c80;
}
.cid-u2eeKoTdvz .item4 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-u2eeKoTdvz #rotationtable table {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-u2eeKoTdvz .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-u2eeKoTdvz .card-box > ul > li > p,
.cid-u2eeKoTdvz .mbr-section-btn {
  color: #444444;
}
.cid-u238nO0NfW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-u238nO0NfW [class^="socicon-"]:before,
.cid-u238nO0NfW [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-u238nO0NfW .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u238nO0NfW .btn-social,
.cid-u238nO0NfW .mbr-section-title {
  color: #57468b;
}
.cid-u238nO0NfW .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-u238nO0NfW .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-u238nO0NfW .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-u238nO0NfW .align-left {
    text-align: center;
  }
  .cid-u238nO0NfW .align-right {
    text-align: center;
  }
  .cid-u238nO0NfW .social-list {
    justify-content: center;
  }
  .cid-u238nO0NfW .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uoXC2frre2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f2f2;
  background: none;
}
.cid-uoXC2frre2 .navbar.opened {
  transition: all .3s;
  background: #f2f2f2 !important;
}
.cid-uoXC2frre2 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-uoXC2frre2 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uoXC2frre2 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uoXC2frre2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoXC2frre2 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uoXC2frre2 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff695c;
}
.cid-uoXC2frre2 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uoXC2frre2 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-uoXC2frre2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoXC2frre2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-uoXC2frre2 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uoXC2frre2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoXC2frre2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoXC2frre2 .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-uoXC2frre2 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uoXC2frre2 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uoXC2frre2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoXC2frre2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uoXC2frre2 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uoXC2frre2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoXC2frre2 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uoXC2frre2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoXC2frre2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoXC2frre2 .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-uoXC2frre2 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uoXC2frre2 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uoXC2frre2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uoXC2frre2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoXC2frre2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uoXC2frre2 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uoXC2frre2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uoXC2frre2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uoXC2frre2 .navbar.navbar-short {
  background: #f2f2f2 !important;
  min-height: 60px;
}
.cid-uoXC2frre2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uoXC2frre2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uoXC2frre2 .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-uoXC2frre2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoXC2frre2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoXC2frre2 .dropdown-item.active,
.cid-uoXC2frre2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoXC2frre2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoXC2frre2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoXC2frre2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoXC2frre2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-uoXC2frre2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uoXC2frre2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoXC2frre2 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uoXC2frre2 .navbar-buttons {
  text-align: center;
}
.cid-uoXC2frre2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoXC2frre2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uoXC2frre2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uoXC2frre2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uoXC2frre2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uoXC2frre2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uoXC2frre2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoXC2frre2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uoXC2frre2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uoXC2frre2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoXC2frre2 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uoXC2frre2 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-uoXC2frre2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uoXC2frre2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uoXC2frre2 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uoXC2frre2 .nav-link:hover,
.cid-uoXC2frre2 .dropdown-item:hover {
  color: #ff695c !important;
}
.cid-uoXC2gdxXt {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../jpg/p1050074-1-2000x1502.jpg");
}
.cid-uoXC2gdxXt .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-uoXC2gdxXt .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uoXC2gdxXt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uoXC2gdxXt .animated-element,
.cid-uoXC2gdxXt .typed-cursor {
  color: #333333;
}
.cid-uoXC2gdxXt .animated-element {
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uoXC2gdxXt .typed-text {
    text-align: center;
  }
}
.cid-uoXC2gdxXt .mbr-section-title {
  color: #ff695c;
}
.cid-uoXC2gdxXt .mbr-text,
.cid-uoXC2gdxXt .typed-text,
.cid-uoXC2gdxXt .mbr-section-btn {
  color: #0a1c44;
}
.cid-uoXC2gdxXt .mbr-section-subtitle,
.cid-uoXC2gdxXt .underline {
  color: #0a1c44;
}
.cid-uoXC2hmllT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoXC2hmllT .btn-underline:hover:after {
  padding-left: 0.3rem;
}
.cid-uoXC2hmllT .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-uoXC2hmllT .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  xcolor: #5580ff;
  color: #ff695c;
  fill: #0087ab;
}
.cid-uoXC2hmllT .ico-line {
  display: -webkit-flex;
}
.cid-uoXC2hmllT .lh-1 {
  line-height: 1;
}
.cid-uoXC2hmllT .lh-2 {
  line-height: 2;
}
.cid-uoXC2hmllT .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-uoXC2hmllT .linkcolor {
  color: #ff695c;
}
.cid-uoXC2hmllT .col-md-4 {
  padding: 0;
}
.cid-uoXC2hmllT p {
  line-height: 1.6;
}
.cid-uoXC2hmllT .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-uoXC2hmllT .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-uoXC2hmllT .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  border-radius: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoXC2hmllT .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-uoXC2hmllT img {
  transition: all 0.3s;
}
.cid-uoXC2hmllT h5 {
  margin: 0;
}
.cid-uoXC2hmllT .card-box {
  padding: 0.25rem 1.0rem;
  background: #ffffff;
}
.cid-uoXC2hmllT .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-uoXC2hmllT .card-box > p,
.cid-uoXC2hmllT .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-uoXC2hmllT .productinfo > p {
  color: #000000;
}
.cid-uoXC2hmllT .price {
  color: #ffffff;
  text-align: left;
}
.cid-uoXC2hmllT .rev {
  color: #767676;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uoXC2hmllT .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-uoXC2hmllT .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-uoXC2hmllT .col-md-4 {
    padding: 0 15px;
  }
  .cid-uoXC2hmllT .col-md-8 {
    margin: 0 15px;
  }
  .cid-uoXC2hmllT .m-px15-when-small {
    margin: 0 15px;
  }
  .cid-uoXC2hmllT .price-box {
    left: 15px;
  }
  .cid-uoXC2hmllT .card-box {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.cid-uoXC2hmllT P {
  color: #000000;
}
.cid-uoXC2inLvL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoXC2inLvL p {
  line-height: 1.6;
}
.cid-uoXC2inLvL pre {
  margin: 0;
  xxwhite-space: nowrap;
  xxword-wrap: break-word;
  xxoverflow: auto;
}
.cid-uoXC2inLvL pre p {
  xxpadding: 0;
  margin: 0;
  line-height: 1.6;
}
.cid-uoXC2inLvL .rts-float-img {
  width: 35%;
  min-width: 350px;
  padding: 0.25rem;
}
.cid-uoXC2inLvL .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-uoXC2inLvL .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-uoXC2inLvL .ico-line {
  display: -webkit-flex;
}
.cid-uoXC2inLvL .lh-1 {
  line-height: 1;
}
.cid-uoXC2inLvL .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uoXC2inLvL .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-uoXC2inLvL .linkcolor {
  color: #ff695c;
}
.cid-uoXC2inLvL .col-md-4 {
  padding: 0;
}
.cid-uoXC2inLvL .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-uoXC2inLvL .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-uoXC2inLvL .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uoXC2inLvL .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-uoXC2inLvL img {
  transition: all 0.3s;
}
.cid-uoXC2inLvL h5 {
  margin: 0;
}
.cid-uoXC2inLvL .card-box {
  xxpadding: 0.5rem 1rem;
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-uoXC2inLvL .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-uoXC2inLvL .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-uoXC2inLvL .card-box > p,
.cid-uoXC2inLvL .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-uoXC2inLvL .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-uoXC2inLvL .productinfo > p {
  color: #000000;
}
.cid-uoXC2inLvL .price {
  color: #ffffff;
  text-align: left;
}
.cid-uoXC2inLvL .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-uoXC2inLvL .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uoXC2inLvL .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-uoXC2inLvL .product_image > .col-12 {
  padding: 5rem;
}
.cid-uoXC2inLvL .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-uoXC2inLvL .rts-float-img {
    width: 100%;
    padding: 0;
  }
  .cid-uoXC2inLvL .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-uoXC2inLvL .list-group-item {
    padding: 0.5rem;
  }
  .cid-uoXC2inLvL .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-uoXC2inLvL .rts-float-img {
    min-width: 250px;
  }
  .cid-uoXC2inLvL .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-uoXC2inLvL .col-md-4 {
    padding: 15 0px;
  }
  .cid-uoXC2inLvL .card-img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-uoXC2inLvL .col-md-8 {
    margin: 0 15px;
  }
  .cid-uoXC2inLvL .price-box {
    left: 15px;
  }
  .cid-uoXC2inLvL .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uoXC2inLvL P {
  color: #000000;
}
.cid-uoXC2inLvL .card-box > div .rts-imagelabel {
  color: #444444;
}
.cid-uoXC2inLvL .card-box > div P {
  color: #444444;
}
.cid-uoXC2lNg3Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoXC2lNg3Y .runtime-ol {
  color: #444444;
}
.cid-uoXC2lNg3Y .runtime-ol p {
  color: #444444;
  margin: 0;
}
.cid-uoXC2lNg3Y .runtime-ol li {
  line-height: 1.3;
  margin: 0;
}
.cid-uoXC2lNg3Y .runtime-ol li p {
  line-height: 1.3;
}
.cid-uoXC2lNg3Y .rts-float-img {
  width: 95%;
  min-width: 250px;
  max-width: 600px;
  padding: 0.25rem;
}
.cid-uoXC2lNg3Y .rts-imagelabel {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem ;
  margin-bottom: 2px;
  color: #444444;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: 70%;
}
.cid-uoXC2lNg3Y .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-uoXC2lNg3Y .mbr-iconfont {
  font-size: 16px!important;
  xxxpadding-bottom: 3px;
  padding-right: 12px;
  padding-left: 0.5rem;
  padding-top: 2px;
  color: #5580ff;
  fill: #0087ab;
}
.cid-uoXC2lNg3Y .ico-line {
  display: -webkit-flex;
}
.cid-uoXC2lNg3Y .lh-1 {
  line-height: 1;
}
.cid-uoXC2lNg3Y .xuwexbtn-underline {
  padding-top: 0.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uoXC2lNg3Y .iconcolors {
  color: #767676;
  fill: #767676;
}
.cid-uoXC2lNg3Y .linkcolor {
  color: #ff695c;
}
.cid-uoXC2lNg3Y .col-md-4 {
  padding: 0;
}
.cid-uoXC2lNg3Y p {
  line-height: 1.6;
}
.cid-uoXC2lNg3Y .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-uoXC2lNg3Y .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-uoXC2lNg3Y .card-img {
  overflow: hidden;
  xmax-height: 380px;
  position: relative;
  xxxwidth: 120%;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uoXC2lNg3Y .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  top: 6rem;
  left: 0px;
  transition: all 0.3s;
}
.cid-uoXC2lNg3Y img {
  transition: all 0.3s;
}
.cid-uoXC2lNg3Y h5 {
  margin: 0;
}
.cid-uoXC2lNg3Y .card-box {
  padding: 0.25rem 1rem;
  background: #ffffff;
}
.cid-uoXC2lNg3Y .reverse-card-box {
  xuwexpadding: 0;
  margin: -1rem;
}
.cid-uoXC2lNg3Y .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-uoXC2lNg3Y .card-box > p,
.cid-uoXC2lNg3Y .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-uoXC2lNg3Y .card-box > ul > li > p {
  color: #444444;
  text-align: left;
}
.cid-uoXC2lNg3Y .card-box > ol > li > p {
  color: #444444;
  text-align: left;
}
.cid-uoXC2lNg3Y .productinfo > p {
  color: #000000;
}
.cid-uoXC2lNg3Y .price {
  color: #ffffff;
  text-align: left;
}
.cid-uoXC2lNg3Y .rev {
  color: #444444;
  line-height: 1.1;
  text-align: left;
}
.cid-uoXC2lNg3Y .product_image {
  xxxwidth: 40%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uoXC2lNg3Y .product_image > .col-sm-12 {
  padding: 5rem;
}
.cid-uoXC2lNg3Y .product_image > .col-12 {
  padding: 5rem;
}
.cid-uoXC2lNg3Y .product_image > [class*="col-"] {
  padding: 5rem;
}
@media (max-width: 768px) {
  .cid-uoXC2lNg3Y .rts-float-img {
    width: 100%;
    padding: 0rem;
  }
  .cid-uoXC2lNg3Y .product_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-uoXC2lNg3Y .list-group-item {
    padding: 0.5rem;
  }
  .cid-uoXC2lNg3Y .runtime-ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uoXC2lNg3Y .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-uoXC2lNg3Y .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-uoXC2lNg3Y .col-md-4 {
    padding: 15 0px;
  }
  .cid-uoXC2lNg3Y .card-img {
    padding-top: 0.5rem;
    padding-botton: 0.5rem;
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
  .cid-uoXC2lNg3Y .col-md-8 {
    margin: 0 15px;
  }
  .cid-uoXC2lNg3Y .price-box {
    left: 15px;
  }
  .cid-uoXC2lNg3Y .xxcard-box {
    padding: 1rem;
  }
  .cid-uoXC2lNg3Y .product_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uoXC2lNg3Y P {
  color: #000000;
}
.cid-uoXC2lNg3Y .card-box > ul,
.cid-uoXC2lNg3Y .mbr-section-btn .card-box > ul > li > p,
.cid-uoXC2lNg3Y .mbr-section-btn {
  color: #444444;
}
.cid-uoXC2oSBMY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoXC2oSBMY .rts-small {
  line-height: 1.6;
  font-size: 80%;
}
.cid-uoXC2oSBMY pre {
  margin: 0;
}
.cid-uoXC2oSBMY pre p {
  margin: 0;
  line-height: 1.6;
}
.cid-uoXC2oSBMY li {
  list-style: none;
}
.cid-uoXC2oSBMY .item-wrap {
  display: flex;
  align-items: top;
  margin-bottom: 14px;
}
.cid-uoXC2oSBMY .mbr-iconfont {
  font-size: 16px!important;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 0.5rem;
  color: #5580ff;
  fill: #0087ab;
}
.cid-uoXC2oSBMY h4 {
  margin: 0;
}
.cid-uoXC2oSBMY .item {
  color: #5580ff;
}
.cid-uoXC2oSBMY .mbr-text {
  color: #444444;
}
.cid-uoXC2oSBMY ul {
  padding: 0;
  margin: 0;
}
.cid-uoXC2oSBMY .col-title {
  color: #57468b;
}
.cid-uoXC2oSBMY .col-title1 {
  color: #0087ab;
  padding-bottom: 0.25rem;
}
.cid-uoXC2oSBMY .col-title2 {
  color: #5580ff;
}
.cid-uoXC2oSBMY .col-title3 {
  color: #ff8a73;
}
.cid-uoXC2oSBMY .col-title4 {
  color: #57468b;
}
.cid-uoXC2oSBMY .item1 {
  color: #444444;
  line-height: 1.2;
}
.cid-uoXC2oSBMY .item2 {
  color: #444444;
  line-height: 1.2;
}
.cid-uoXC2oSBMY .item3 {
  color: #716c80;
}
.cid-uoXC2oSBMY .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-uoXC2oSBMY .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uoXC2pCeZC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-uoXC2pCeZC [class^="socicon-"]:before,
.cid-uoXC2pCeZC [class*=" socicon-"]:before {
  xxxline-height: 44px;
  line-height: 24px;
}
.cid-uoXC2pCeZC .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uoXC2pCeZC .btn-social,
.cid-uoXC2pCeZC .mbr-section-title {
  color: #57468b;
}
.cid-uoXC2pCeZC .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uoXC2pCeZC .soc-item span {
  font-size: 1.6rem;
  xcolor: #57468b;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-uoXC2pCeZC .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-uoXC2pCeZC .align-left {
    text-align: center;
  }
  .cid-uoXC2pCeZC .align-right {
    text-align: center;
  }
  .cid-uoXC2pCeZC .social-list {
    justify-content: center;
  }
  .cid-uoXC2pCeZC .mb-0 {
    padding-bottom: 1rem;
  }
}
